Examples
Complete working projects under
examples/:
| Example | What it shows |
|---|---|
| basic | fmt extension, recipe via conanfile-path |
| basic-pybind11 | pybind11 + fmt, dynamic version, custom wheel.packages, PEP 639 |
| basic-meson-pybind11 | pybind11 + fmt built with Meson |
| basic-nanobind | nanobind + fmt, extra-profile for C++17 |
| external-sources | pybind11, C++ dependency fetched in source() |
| basic-cython | Cython typed loop + fmt C++ dep; shows cdef extern and python -m cython integration |
| cibw-example | pybind11 + cibuildwheel, shared lib dep chain (libxslt→libxml2, zlib static) |