To access simple api, goto simple.
For further information about this template, goto gh-simple-api.
For further information about aioqzone-index
, goto our repository.
Add this section into pyproject.toml
:
[[tool.poetry.source]]
name = "aioqzone-index"
url = "https://aioqzone.github.io/aioqzone-index/simple"
priority = "supplemental"
For more information, goto poetry docs.
[[tool.uv.index]]
name = "aioqzone-index"
url = "https://aioqzone.github.io/aioqzone-index/simple/"
For more information, goto uv docs.
Install with index-url:
pip install <package> -i "https://aioqzone.github.io/aioqzone-index/simple"