Simple slimline repo acting as a PyPi server for spinw packages.
Simply install with the modified call:
pip install -v spinw --extra-index-url https://spinw.org/pypi/
Add the following to your pyproject.toml
:
[[tool.poetry.source]]
name = "spinWsource"
url = "https://spinw.org/pypi/"
secondary = true
Dependencies can then be added the usual way