Metadata-Version: 2.1
Name: litgen
Version: 0.11.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)
Project-URL: homepage, https://pthom.github.io/litgen/
Project-URL: repository, https://github.com/pthom/litgen
Project-URL: documentation, https://pthom.github.io/litgen/
Author-email: Pascal Thomet <pthomet@gmail.com>
License-File: LICENSE.txt
Keywords: bindings,c++,code,cpp,generator,pybind11,srcml
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: 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-Python: >=3.10
Requires-Dist: black
Requires-Dist: fire
Requires-Dist: munch
Requires-Dist: pybind11
Requires-Dist: srcml-caller
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/)

See developer documentation in [Build.md](Build.md)
