python_example icon indicating copy to clipboard operation
python_example copied to clipboard

Example pybind11 module built with a Python-based build system

Results 27 python_example issues
Sort by recently updated
recently updated
newest added

Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17 to 2.18 Release notes Sourced from pypa/cibuildwheel's releases. v2.18.0 ✨ Adds CPython 3.13 support, under the prerelease flag...

dependencies

Bumps the actions group with 1 update in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17 to 2.20 Release notes Sourced from pypa/cibuildwheel's releases. Version 2.20.0 🌟 CPython 3.13 wheels...

dependencies

updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.9)

Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now...

dependencies
github_actions

Type stubs, generated by a tool like `pybind11_stubgen`, and distributed as `.pyi` files, are very standard in modern Python. It would be awesome to add an example of how to...