Metadata-Version: 2.1
Name: litgen
Version: 0.9.0
Summary: litgen, aka "Literate Generator", an automatic python bindings generator for humans who like nice code and APIs, based on srcML (https://srcml.org)
Home-page: https://github.com/pthom/litgen
Keywords: code,transformer,cpp,c++,srcml,pimpl
Author: Pascal Thomet
Author-email: pthomet@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Typing :: Typed
Requires-Dist: black
Requires-Dist: fire
Requires-Dist: munch
Requires-Dist: pybind11
Project-URL: Repository, https://github.com/pthom/litgen
Description-Content-Type: text/markdown

![Pip](https://github.com/pthom/litgen/workflows/ci_build_and_test/badge.svg)


litgen, also known as Literate Generator, is an automatic python bindings generator for humans who like nice code and APIs.

It can be used to bind C++ libraries into documented and discoverable python modules using pybind11.

It can also be used as C++ transformation/refactoring tool.

[See documentation](https://pthom.github.io/litgen/)

