aioqzone-index

Welcome!

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.

Using simple index

poetry

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.

uv

[[tool.uv.index]]
name = "aioqzone-index"
url = "https://aioqzone.github.io/aioqzone-index/simple/"

For more information, goto uv docs.

pip

Install with index-url:

pip install <package> -i "https://aioqzone.github.io/aioqzone-index/simple"