This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
2023-05-30 12:03:09 +02:00
2023-05-24 18:34:50 +02:00
2023-05-30 12:03:09 +02:00
2023-05-17 18:21:05 +02:00
2023-05-24 11:42:28 +02:00

python_cpp_example

Minimal example building a C++ python extension.

Useful links:

Build instructions


#build in place and use from the same folder
#sometimes necessary to remove build folder and .so
#by hand
python setup.py build_ext --inplace


To use make sure that the .so and potentially python files are in PYTHONPATH (or installed in developer mode)

#conda
conda develop install . 

#or with pip
pip install --editable .
Description
Deprecated replaced by aare. Migrated and archived repo for reference.
Readme 1.4 MiB
Languages
C 66.2%
Python 30.2%
C++ 2.6%
Makefile 1%