https://github.com/ahuge/pybind_argparse
Simple, basic test library playing with PyBind and args.
https://github.com/ahuge/pybind_argparse
args cpp11 pybind11 python-3 python-wrapper
Last synced: about 1 month ago
JSON representation
Simple, basic test library playing with PyBind and args.
- Host: GitHub
- URL: https://github.com/ahuge/pybind_argparse
- Owner: Ahuge
- License: other
- Created: 2017-02-20T07:07:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T07:14:35.000Z (over 9 years ago)
- Last Synced: 2026-01-01T20:21:17.471Z (5 months ago)
- Topics: args, cpp11, pybind11, python-3, python-wrapper
- Language: C++
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pybind_argparse
Simple, basic test library playing with PyBind and args.
Uses args from [Taywee](https://github.com/taywee/args) and pybind11 from [pybind](https://github.com/pybind/pybind11)
If you want to build with a non default version of python, make sure to pass "-DPYBIND11_PYTHON_VERSION=" where version is the python version that you want to build against. For example "-DPYBIND11_PYTHON_VERSION=3.5"
Not much else to say... It's not supposed to be *good*, it's just a test to play around with the two libraries.
Two python libs and a commandline tool should get built.