Metadata-Version: 2.1
Name: cppy
Version: 1.2.1
Summary: A small C++ header library
Author-email: The Nucleic Development Team <sccolbert@gmail.com>
Maintainer-email: "Matthieu C. Dartiailh" <m.dartiailh@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Project-URL: changelog, https://github.com/nucleic/cppy/blob/main/releasenotes.rst
Project-URL: documentation, https://cppy.readthedocs.io/en/latest/
Project-URL: homepage, https://github.com/nucleic/cppy
Project-URL: repository, https://github.com/nucleic/cppy

Cppy
====

.. image:: https://github.com/nucleic/cppy/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/nucleic/cppy/actions/workflows/ci.yml

A 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.

