Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.68 KB

README.rst

File metadata and controls

66 lines (39 loc) · 2.68 KB

pysndbxbnjmnp

My Python sandbox project to try and learn some technologies, including

  • Cython
  • cibuildwheel
  • GitHub Actions
  • later maybe: scikit-build

Note

  • One cannot do it without a setup.py because of the extra Cython build step, but people might work on this: pypa/setuptools#2220

Resources

Current State

  • Tests are done locally with tox
    • install tox with pip(x)
    • install all Python versions using pyenv
    • run tox inside the tests directory to test the project against all specified Python versions.