[go: up one dir, main page]

File: index.rst

package info (click to toggle)
cppy 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: cpp: 390; ansic: 62; python: 60; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. cppy documentation master file, created by
   sphinx-quickstart on Wed Mar 27 22:37:56 2019.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to cppy's documentation!
================================

Cpppy is 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.

.. toctree::
   :maxdepth: 2

   installation.rst
   pointer.rst
   errors.rst