PyCClass is a library to aid in the task of making object oriented python
bindings to an object oriented C API.

See WHY for a brief rational for why this project exists.

See INSTALL for installation instructions.

Documentation is in doc/ .

example_project is a small demonstration project that uses PyCClass. It inludes a setup.py that shows how to combine a swig interface file (.i) with python code using PyCClass to create an object oriented interface



Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.

A copy of the license is included in doc/COPYING