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.
 
 
Go to file
Renovate [bot] 4126ca6f72
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
chore(deps): update dependency black to v23
4 weeks ago
.github/workflows ci(gh): abusing gh ci to do whatever i want it to do 5 months ago
.woodpecker ci: explicitly require 3.11 image 4 months ago
docs docs: badges [skip ci] 4 months ago
hoda docs(i18n): swap format 5 months ago
.editorconfig feat!: hopefully non breaking stuff 5 months ago
.gitignore chore: fix broken gitignore 1 year ago
.readthedocs.yaml feat!: force python 3.11 5 months ago
CODE_OF_CONDUCT.md feat!: hopefully non breaking stuff 5 months ago
CONTRIBUTING.md feat!: force python 3.11 5 months ago
COPYING chore: init 1 year ago
COPYING.LESSER chore: init 1 year ago
Makefile docs: change theme and add some config 4 months ago
README.md docs: badges [skip ci] 4 months ago
poetry.lock chore(deps): update dependency black to v23 4 weeks ago
pyproject.toml chore(deps): update dependency black to v23 4 weeks ago
pytest.ini feat!: hopefully non breaking stuff 5 months ago
renovate.json chore(deps): setup automerge 4 months ago

README.md

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