numpy

[dev]
test_packaging_demo_JRO[release,static-code-analysis,test]

[release]
build
wheel
twine

[static-code-analysis]
pre-commit
black
mypy
pylint

[test]
pytest
pytest-cov
