# conan-py-build > PEP 517 build backend that uses Conan to build Python C/C++ extensions. > Works with any build system Conan drives (CMake, Meson, ...) and any > bindings library (pybind11, nanobind, plain C API). Declare > `build-backend = "conan_py_build.build"` in `pyproject.toml` and drive > builds with `pip wheel`. ## Docs - [Home](https://conan-py-build.conan.io): getting started with a minimal project (pyproject.toml, conanfile.py, and your build system of choice) - [Configuration](https://conan-py-build.conan.io/configuration/): --config-settings, pyproject.toml options, profiles, wheel tags (WHEEL_PYVER/ABI/ARCH), shared libraries, dynamic version, PEP 639 license files - [Examples](https://conan-py-build.conan.io/examples/): pybind11, nanobind, meson, cibuildwheel - [Development](https://conan-py-build.conan.io/development/): editable install, tests, docs ## Source - [GitHub](https://github.com/conan-io/conan-py-build) - [PyPI](https://pypi.org/project/conan-py-build/) - [Full docs as plain text](https://conan-py-build.conan.io/llms-full.txt)