https://github.com/dirmeier/boost.python-package-template
An example python project using boost-python.
https://github.com/dirmeier/boost.python-package-template
boost boost-python example-project python
Last synced: 5 months ago
JSON representation
An example python project using boost-python.
- Host: GitHub
- URL: https://github.com/dirmeier/boost.python-package-template
- Owner: dirmeier
- License: gpl-3.0
- Created: 2018-02-04T20:17:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T21:28:50.000Z (over 3 years ago)
- Last Synced: 2025-01-17T06:45:48.375Z (12 months ago)
- Topics: boost, boost-python, example-project, python
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
*****************************
boost.python-package-template
*****************************
.. image:: http://www.repostatus.org/badges/latest/inactive.svg
:target: http://www.repostatus.org/#inactive
.. image:: https://travis-ci.org/dirmeier/boost.python-example-project.svg?branch=master
:target: https://travis-ci.org/dirmeier/boost.python-example-project/
> An example implementation of a python project that uses boost.python to extend python to C++.
About
=====
This repository is an example implementation of a python project that uses `boost.python` to extend python to C++. Modify everything, i.e. rename the package, etc., and that's it.
Usage
============
Either download the latest release and install using:
.. code-block:: bash
pip install .
Author
======
Simon Dirmeier