We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902a122 commit 4753ad2Copy full SHA for 4753ad2
README.md
@@ -1,2 +1,7 @@
1
# python_cpp_example
2
-An example of a hybrid C++/Python package
+This repository contains an example Python module which wraps C++ code. The code presented here was designed to meet four requirements:
3
+
4
+1. Python bindings for C++ code (using pybind11).
5
+2. Unit tests for C++ code (using Catch).
6
+3. Unit tests for Python code (using unittest).
7
+4. A setuptools setup.py script for building, installation, and testing.
0 commit comments