Term
Term copied to clipboard
Continuous Integration ?
I think it would be important to setup some CI on this project to make sure tests keep working with every change (both with the python or with the rust version).
I am willing to work on that, but I would need to know the python setup supported:
- which python version are supported ? which interpreter ?
- what tooling to manage virtual environments ? (virtualenv, pipenv, poetry, other)
- which test runner ? (unittest, pytest, tox, nox, other)
In case it is useful, here is the reference for python packaging : https://packaging.python.org/
yea, I've got a branch somewhere for publishing towards pypi, and hence a setup.py for it. just haven't got the time to finish it.