Skip to content

bnjmnp/pysndbxbnjmnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.