HKO Open Data API wrapper for python
https://hoda.soopy.moe
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/pr/build-docs Pipeline was successful
Details
ci/woodpecker/pr/build Pipeline was successful
Details
ci/woodpecker/pr/test Pipeline was successful
Details
ci/woodpecker/push/build-docs Pipeline was successful
Details
ci/woodpecker/push/build Pipeline failed
Details
ci/woodpecker/push/test unknown status
Details
|
4 weeks ago | |
---|---|---|
.github/workflows | 5 months ago | |
.woodpecker | 4 months ago | |
docs | 4 months ago | |
hoda | 5 months ago | |
.editorconfig | 5 months ago | |
.gitignore | 1 year ago | |
.readthedocs.yaml | 5 months ago | |
CODE_OF_CONDUCT.md | 5 months ago | |
CONTRIBUTING.md | 5 months ago | |
COPYING | 1 year ago | |
COPYING.LESSER | 1 year ago | |
Makefile | 4 months ago | |
README.md | 4 months ago | |
poetry.lock | 4 weeks ago | |
pyproject.toml | 4 weeks ago | |
pytest.ini | 5 months ago | |
renovate.json | 4 months ago |
README.md
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