README.rst 413 B

12345678910
  1. Cppy
  2. ====
  3. .. image:: https://github.com/nucleic/cppy/actions/workflows/ci.yml/badge.svg
  4. :target: https://github.com/nucleic/cppy/actions/workflows/ci.yml
  5. A small C++ header library which makes it easier to write Python extension
  6. modules. The primary feature is a PyObject smart pointer which automatically
  7. handles reference counting and provides convenience methods for performing
  8. common object operations.