An open API service indexing awesome lists of open source software.

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.

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