Skip to content
/ python-cpp-skel Public template

Skeleton for bindings to C++ libraries for Python using pybind11

License

Notifications You must be signed in to change notification settings

mapbox/python-cpp-skel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_cpp_skel

A python skeleton project built with pybind11 and mason.

Build Status

Installation

Clone this repository then run in the directory:

pip install .

If you are doing development on this library run:

pip install -e .

Testing

Testing uses pytest.

If you do not have it installed run:

pip install pytest

then simply run:

pytest

Example

import python_cpp_skel
python_cpp_skel.add(1, 2)

About

Skeleton for bindings to C++ libraries for Python using pybind11

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published