pypi-bonjour

Tutorial on publishing to PyPI

MIT License

Downloads
1.3K
Stars
1

Bot releases are visible (Hide)

pypi-bonjour - v0.0.6 Latest Release

Published by BolunDai0216 2 months ago

Full Changelog: https://github.com/BolunDai0216/pypi-bonjour/compare/v0.0.5...v0.0.6

Added functions that uses Eigen. This involves installing Eigen in the CIBW_BEFORE_ALL script. However, there are certain limitations to CentOS that needs to be taken cared of.

pypi-bonjour - v0.0.5

Published by BolunDai0216 2 months ago

Full Changelog: https://github.com/BolunDai0216/pypi-bonjour/compare/v0.0.4...v0.0.5

Added a CMakeLists.txt file to build the Python bindings using pybind11 and cmake. The setup.py file is updated according to the official pybind11 + cmake example, if you prefer a video that goes through this process see this one by Facile Tutorials.

pypi-bonjour - v0.0.4

Published by BolunDai0216 2 months ago

pypi-bonjour - v0.0.3

Published by BolunDai0216 2 months ago

Full Changelog: https://github.com/BolunDai0216/pypi-bonjour/compare/v0.0.2...v0.0.3

This version adds a function that is pybind11-binded from C++ from Python without the use of CMake. See here for an intro regarding using pybind11 with setuptools.

pypi-bonjour - v0.0.2

Published by BolunDai0216 2 months ago

Full Changelog: https://github.com/BolunDai0216/pypi-bonjour/compare/v0.0.1...v0.0.2

This version adds NumPy as one of the dependencies.

pypi-bonjour - v0.0.1

Published by BolunDai0216 2 months ago

Full Changelog: https://github.com/BolunDai0216/pypi-bonjour/commits/v0.0.1

This version publishes the barebone skeleton code to pypi which includes:

  • the source code with the single pure Python function hello_world (in contrast with pybinded functions)
  • a pyproject.toml file for enabling pip install of the package
  • the GitHub workflow that publishes the package to pypi upon release publish
Package Rankings
Top 34.73% on Pypi.org
Badges
Extracted from project README
License PyPI Version Tutorial Changelog
Related Projects