A simple async Python API wrapper for the Flowery API
Find a file
cswimr c4205fc4f1
Some checks failed
Actions / Build (push) Failing after 19s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 22s
Actions / Build Documentation (push) Successful in 25s
(3.1.0)
- improved version logic - now using hatch and hatch-vcs to automatically generate versions based on git tag / git commit / distance from last tag
- raise an error if the voices cache is not populated correctly
- lint with mypy in actions
- use pyproject.toml for pylint configuration
2024-11-15 11:14:33 -05:00
.forgejo/workflows (3.1.0) 2024-11-15 11:14:33 -05:00
docs (3.0.0) cleaned up uv dependencies for pep 735, made a backwards incompatible change in the FloweryApiConfig model, and set up ruff formatting 2024-11-15 00:10:38 -05:00
pyflowery (3.1.0) 2024-11-15 11:14:33 -05:00
tests (3.1.0) 2024-11-15 11:14:33 -05:00
.gitignore (3.1.0) 2024-11-15 11:14:33 -05:00
LICENSE Initial commit 2024-09-15 11:21:14 -04:00
mkdocs.yml (2.1.0) fix running inside of async loops and made user_agent mandatory 2024-09-18 13:49:36 -04:00
pyproject.toml (3.1.0) 2024-11-15 11:14:33 -05:00
README.md (3.0.0) cleaned up uv dependencies for pep 735, made a backwards incompatible change in the FloweryApiConfig model, and set up ruff formatting 2024-11-15 00:10:38 -05:00
uv.lock (3.1.0) 2024-11-15 11:14:33 -05:00

PyFlowery

Actions Status Documentation PyPI - Version PyPI - Python Version PyPI - License
A simple async Python API wrapper for the Flowery API. See documentation here.