Clion project as library to Picharm converting

Answered

Ещё осваиваю и тот и другой продукт. Появилась задача сконвертировать написанную библиотеку на Clion как пакет для Питон разработки. Догадываюсь, что это делается как-то легко, но ни разу не делал, и оба продукта достаточно объемны или я не то ищу.. в общем нужна "инструкция" как превратить проект из C++ в пакет Питона.

0
2 comments

I wrote C++ library and can to compile as static. Now I want to create from my project Python's module or package.

Can I do this into CLion? If where is present howto for CLion, please give me url on it.. can't find any example..

0

Hello!

There is no special support for that in CLion.

If you want to create a Python extension module, here is the documentation about such modules - https://docs.python.org/3/extending/extending.html.

Also here is an article about building a Python C extension module with CMake - https://martinopilia.com/posts/2018/09/15/building-python-extension.html

Maybe they will be useful.

0

Please sign in to leave a comment.