aioqzone-index

Welcome!

To access simple api, goto simple. For further information about gh-simple-api, 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.

Pip

Install with index-url:

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