HKO Open Data API wrapper for python
https://hoda.soopy.moe
All checks were successful
ci/woodpecker/pr/build-docs Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/build-docs Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
|
||
---|---|---|
.github/workflows | ||
.woodpecker | ||
docs | ||
hoda | ||
.editorconfig | ||
.gitignore | ||
.readthedocs.yaml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
COPYING | ||
COPYING.LESSER | ||
Makefile | ||
README.md | ||
poetry.lock | ||
pyproject.toml | ||
pytest.ini | ||
renovate.json |
hoda 
This is an asynchronous api wrapper for the HKO public open data API for python. (reference)
Usage
Basic requirements: Python >= 3.11
First, install the package
poetry add hoda
# or
pip install hoda
Documentation

Development/Contributing
Before contributing, please note that
- your contributions will be licensed under the lesser gpl 3.0.
- you have to follow the code of conduct or be prepared to get punted by me.
- that is all
More information in CONTRIBUTING.md
License
LGPL-3.0 or later