Skip to content

Commit 4753ad2

Browse files
authored
Update README.md
1 parent 902a122 commit 4753ad2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# python_cpp_example
2-
An example of a hybrid C++/Python package
2+
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

Comments
 (0)