This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wenzel
Recipients docs@python, wenzel
Date 2015-09-04.23:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441409694.33.0.221981890825.issue25006@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

over the last few months, I've been developing a library ("pybind11") for creating Python bindings of C++ code. It is similar in spirit to Boost.Python but uses a very different minimalist approach.

It would be fantastic to get this library listed here: https://docs.python.org/3/faq/extending.html

The purpose of this ticket is that somebody with permissions might add it to this page.

pybind11 is here: https://github.com/wjakob/pybind11

Please let me know if you need any additional information.

Thank you,
Wenzel
History
Date User Action Args
2015-09-04 23:34:54wenzelsetrecipients: + wenzel, docs@python
2015-09-04 23:34:54wenzelsetmessageid: <1441409694.33.0.221981890825.issue25006@psf.upfronthosting.co.za>
2015-09-04 23:34:54wenzellinkissue25006 messages
2015-09-04 23:34:53wenzelcreate