Skip to content

Conversation

@pthom
Copy link
Contributor

@pthom pthom commented Jan 25, 2024

Description

I have developed an automatic bindings generator for pybind11: litgen.
I tried my best to document it thoroughly and to make it user-friendly. If interesting and if possible, I'd like it to be mentioned in the pybind11 relevant doc page.


Added content to compiling.rst:

[litgen]_ is an automatic python bindings generator with a focus on generating documented and discoverable bindings: bindings will nicely reproduce the documentation found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language parsing tool with a developer centric approach. The API that you want to expose to python must be C++14 compatible (but your implementation can use more modern constructs).

.. [litgen] https://pthom.github.io/litgen

Suggested changelog entry:

doc: add `litgen <https://pthom.github.io/litgen>`_ to the automatic generators list

pthom and others added 2 commits January 25, 2024 20:14
Added this:

[litgen]_ is an automatic python bindings generator with a focus on generating
documented and discoverable bindings: bindings will nicely reproduce the documentation
found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language
parsing tool with a developer centric approach. The API that you want to expose to python
must be C++14 compatible (but your implementation can use more modern constructs).

.. [litgen] https://pthom.github.io/litgen
Copy link
Collaborator

@rwgk rwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@rwgk rwgk merged commit 768cebe into pybind:master Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants