HKO Open Data API wrapper for python https://hoda.soopy.moe
Go to file
Renovate [bot] 8bbed34f08
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
chore(deps): update dependency ipython to v8.14.0
2023-06-03 06:57:49 +00:00
.github/workflows ci(gh): abusing gh ci to do whatever i want it to do 2022-11-07 15:14:48 +08:00
.woodpecker ci: explicitly require 3.11 image 2022-11-23 00:07:53 +08:00
docs docs: badges [skip ci] 2022-11-24 00:10:09 +08:00
hoda docs(i18n): swap format 2022-11-03 00:05:41 +08:00
.editorconfig feat!: hopefully non breaking stuff 2022-11-02 21:35:25 +08:00
.gitignore chore: fix broken gitignore 2021-10-14 16:44:40 +08:00
.readthedocs.yaml feat!: force python 3.11 2022-11-03 23:34:09 +08:00
CODE_OF_CONDUCT.md feat!: hopefully non breaking stuff 2022-11-02 21:35:25 +08:00
CONTRIBUTING.md feat!: force python 3.11 2022-11-03 23:34:09 +08:00
COPYING chore: init 2021-10-13 14:37:41 +08:00
COPYING.LESSER chore: init 2021-10-13 14:37:41 +08:00
Makefile docs: change theme and add some config 2022-11-22 23:59:04 +08:00
README.md docs: badges [skip ci] 2022-11-24 00:10:09 +08:00
poetry.lock chore(deps): update dependency ipython to v8.14.0 2023-06-03 06:57:49 +00:00
pyproject.toml chore(deps): update dependency mypy to v1 2023-04-17 22:55:12 +08:00
pytest.ini feat!: hopefully non breaking stuff 2022-11-02 21:35:25 +08:00
renovate.json chore(deps): setup automerge 2022-11-21 21:53:34 +08:00

hoda Build Status

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 Translation status Documentation Status

https://hoda.soopy.moe

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