• Home
  • Raw
  • Download

Lines Matching refs:pybind11

1 .. figure:: https://github.com/pybind/pybind11/raw/master/docs/pybind11-logo.png
2 :alt: pybind11 logo
4 **pybind11 — Seamless operability between C++11 and Python**
18 Combining older versions of pybind11 (< 2.6.0) with Python 3.9.0 will
26 the latest version of pybind11 (2.6.0 or newer), which includes a temporary
30 **pybind11** is a lightweight header-only library that exposes C++ types
58 `pybind11.readthedocs.io <https://pybind11.readthedocs.io/en/latest>`_.
60 `here <https://pybind11.readthedocs.io/_/downloads/en/latest/pdf/>`_.
62 `github.com/pybind/pybind11 <https://github.com/pybind/pybind11>`_.
69 pybind11 can map the following core C++ features to Python:
91 In addition to the core functionality, pybind11 provides some extra
101 - pybind11 uses C++11 move constructors and move assignment operators
109 - pybind11 can automatically vectorize functions so that they are
120 equivalent bindings generated by Boost.Python. A recent pybind11
163 guide <https://github.com/pybind/pybind11/blob/master/.github/CONTRIBUTING.md>`_
164 for information on building and contributing to pybind11.
169 pybind11 is provided under a BSD-style license that can be found in the
170 `LICENSE <https://github.com/pybind/pybind11/blob/master/LICENSE>`_
174 .. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=la…
175 :target: http://pybind11.readthedocs.org/en/latest
177 :target: http://pybind11.readthedocs.org/en/stable
180 .. |CI| image:: https://github.com/pybind/pybind11/workflows/CI/badge.svg
181 :target: https://github.com/pybind/pybind11/actions
183 :target: https://ci.appveyor.com/project/wjakob/pybind11
184 .. |PyPI package| image:: https://img.shields.io/pypi/v/pybind11.svg
185 :target: https://pypi.org/project/pybind11/
186 .. |Conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pybind11.svg
187 :target: https://github.com/conda-forge/pybind11-feedstock
188 .. |Repology| image:: https://repology.org/badge/latest-versions/python:pybind11.svg
189 :target: https://repology.org/project/python:pybind11/versions
190 .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pybind11.svg
191 :target: https://pypi.org/project/pybind11/