Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nucleic/cppy
A collection of C++ headers which make it easier to write Python C extension modules.
https://github.com/nucleic/cppy
Last synced: 7 days ago
JSON representation
A collection of C++ headers which make it easier to write Python C extension modules.
- Host: GitHub
- URL: https://github.com/nucleic/cppy
- Owner: nucleic
- License: bsd-3-clause
- Created: 2014-06-08T22:49:19.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:28:45.000Z (about 1 month ago)
- Last Synced: 2024-12-14T16:03:08.715Z (14 days ago)
- Language: C++
- Homepage: https://cppy.readthedocs.io/en/latest/
- Size: 69.3 KB
- Stars: 86
- Watchers: 12
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Cppy
====.. image:: https://github.com/nucleic/cppy/actions/workflows/ci.yml/badge.svg
:target: https://github.com/nucleic/cppy/actions/workflows/ci.ymlA small C++ header library which makes it easier to write Python extension
modules. The primary feature is a PyObject smart pointer which automatically
handles reference counting and provides convenience methods for performing
common object operations.