A simple async Python API wrapper for the Flowery API
Find a file
cswimr 33b63fecc4
Some checks failed
Actions / lint (push) Failing after 16s
Actions / build (push) Successful in 19s
(1.0.3) retry handlers and more
added automatic retry handlers for 429 and 5xx error codes, as well as custom exceptions for ratelimiting, client errors, and server errors
also added a more advanced user agent string constructor. previously, setting FloweryAPIConfig.user_agent would override the default user_agent. so, if you set user_agent to `foobar`, the user agent string would be `foobar` in requests. now, the user agent string sent by requests would be the following on my development machine:
`'User-Agent': 'PyFlowery/1.0.3 PyFloweryTests (Python 3.12.6 (main, Sep  8 2024, 13:18:56) [GCC 14.2.1 20240805])'`
2024-09-17 23:24:14 -04:00
.forgejo/workflows pylint fixes 2024-09-15 23:18:56 -04:00
pyflowery (1.0.3) retry handlers and more 2024-09-17 23:24:14 -04:00
tests (1.0.3) retry handlers and more 2024-09-17 23:24:14 -04:00
.gitignore version 1.0.0 2024-09-15 23:12:30 -04:00
LICENSE Initial commit 2024-09-15 11:21:14 -04:00
poetry.lock downgraded aiohttp (1.0.1) 2024-09-15 23:43:58 -04:00
pyproject.toml (1.0.3) retry handlers and more 2024-09-17 23:24:14 -04:00
README.md add more details and badges to the readme 2024-09-15 23:26:52 -04:00

PyFlowery

PyPI - Version PyPI - Python Version PyPI - License
A simple async Python API wrapper for the Flowery API