Electrophysiological data analysis library used by phy, a spike sorting visualization software, and ibllib.
- run all tests using pytest
pytest phylib - PR to main
- publish to pypi:
rm -R dist
rm -R build
python setup.py sdist bdist_wheel
twine upload dist/*