Commit graph

14 commits

Author SHA1 Message Date
81dea4c8a2
(1.0.6) fixed license classifier
All checks were successful
Actions / build (push) Successful in 20s
Actions / lint (push) Successful in 16s
2024-09-17 23:48:10 -04:00
8010484cb2
(1.0.5) updated pypi classifiers
All checks were successful
Actions / build (push) Successful in 21s
Actions / lint (push) Successful in 16s
2024-09-17 23:46:27 -04:00
dca1e82b83
use an html tag
All checks were successful
Actions / build (push) Successful in 10s
Actions / lint (push) Successful in 16s
2024-09-17 23:40:03 -04:00
39d0896ebb
fixed link leading to a 404
All checks were successful
Actions / build (push) Successful in 10s
Actions / lint (push) Successful in 15s
2024-09-17 23:37:33 -04:00
cf42bd845c
add action status as a readme badge
All checks were successful
Actions / build (push) Successful in 12s
Actions / lint (push) Successful in 18s
2024-09-17 23:35:01 -04:00
7b0b13604b
(1.0.4) pylint fixes
All checks were successful
Actions / build (push) Successful in 21s
Actions / lint (push) Successful in 18s
2024-09-17 23:31:50 -04:00
33b63fecc4
(1.0.3) retry handlers and more
Some checks failed
Actions / lint (push) Failing after 16s
Actions / build (push) Successful in 19s
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
d585072d3e
(1.0.2) added get_voice() method and added handling for if the request code of get_tts() is between 400 and 600
All checks were successful
Actions / lint (push) Successful in 16s
Actions / build (push) Successful in 19s
2024-09-16 09:07:27 -04:00
8f52fda97c
downgraded aiohttp (1.0.1)
All checks were successful
Actions / lint (push) Successful in 17s
Actions / build (push) Successful in 21s
2024-09-15 23:43:58 -04:00
f76d5eb3f7
add more details and badges to the readme
All checks were successful
Actions / lint (push) Successful in 18s
Actions / build (push) Successful in 21s
2024-09-15 23:26:52 -04:00
997fd5437e
pylint fixes
All checks were successful
Actions / build (push) Successful in 11s
Actions / lint (push) Successful in 18s
2024-09-15 23:18:56 -04:00
78b87fd940
fixed a missing config file
Some checks failed
Actions / build (push) Successful in 10s
Actions / lint (push) Failing after 17s
2024-09-15 23:14:17 -04:00
4becff70e6
version 1.0.0
Some checks failed
Actions / lint (push) Failing after 11s
Actions / build (push) Successful in 13s
2024-09-15 23:12:30 -04:00
cbd61e112d
Initial commit 2024-09-15 11:21:14 -04:00