https://github.com/derthorsten/cpp-py-cookiecutter
a cookiecutter
https://github.com/derthorsten/cpp-py-cookiecutter
Last synced: 5 months ago
JSON representation
a cookiecutter
- Host: GitHub
- URL: https://github.com/derthorsten/cpp-py-cookiecutter
- Owner: DerThorsten
- License: bsd-3-clause
- Created: 2018-02-22T12:43:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T19:08:14.000Z (over 8 years ago)
- Last Synced: 2025-04-09T00:06:11.285Z (about 1 year ago)
- Language: CMake
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-py-cookiecutter
a cookiecutter for C++14 projects with integrated python bindings.
Features:
======
* cpp and python in one project
* unit tests with cpp doctest
* benchmark code with google benchmark
* python bindings with xtensor-python / pybind11
* docs with sphinx breathe and readthedocs support
* google benchmark and cpp doctest are downloaded at cmake-config time via external-projects since these dependencies are just for testing and benchmarking
Todos:
======
* conda recipes are not net in the cookiecutter
* no dedicated unit test system for the python module so far
* no dedicated python documentation so far
* Add documentation how to use the cookiecutter