Development
===========
As an open source project, ``cryptography`` welcomes contributions of all
forms. The sections below will help you get started.
File bugs and feature requests on our issue tracker on `GitHub`_. If it is a
bug check out `what to put in your bug report`_.
.. toctree::
:maxdepth: 2
getting-started
submitting-patches
reviewing-patches
test-vectors
c-bindings
.. _`GitHub`: https://github.com/pyca/cryptography
.. _`what to put in your bug report`: http://www.contribution-guide.org/#what-to-put-in-your-bug-report
table id='header'>
blob: eaf66d70f31fadc25bc6810aa458854893b9db6e (
plain)
1
2
3
4
5
6
7
8
|
CMake helpers
-------------
Pybind11 can be used with ``add_subdirectory(extern/pybind11)``, or from an
install with ``find_package(pybind11 CONFIG)``. The interface provided in
either case is functionally identical.
.. cmake-module:: ../../tools/pybind11Config.cmake.in
|