Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 433 Bytes

pccl

Python-C++ Config Loader

This library makes it easy to populate structs or classes defined in C++ by loading data from Python files.

Imagine Python syntax and expressiveness where INI files might have been used before.

For example usage, see the "test" directory, especially PyConfig.test.cpp and .py.

Depends on Boost Python and the Python C API (packages "boost-devel" and "python-devel" if you use yum).