Commit graph

6 commits

Author SHA1 Message Date
3949e75de5
install the correct version of python before running actions
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint with Ruff & Pylint (push) Failing after 14s
Actions / Build Documentation (push) Successful in 24s
2024-10-10 15:47:20 -04:00
b3c929805b
oops!
Some checks failed
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build (push) Successful in 18s
Actions / Build Documentation (push) Successful in 22s
2024-10-10 15:32:28 -04:00
8cf60f653a
(2.1.1) migrate to uv
Some checks failed
Actions / Build (push) Failing after 3s
Actions / Build Documentation (push) Failing after 3s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
2024-10-10 15:30:15 -04:00
93d55cda47
bump version of checkout action
All checks were successful
Actions / build (push) Successful in 9s
Actions / lint (push) Successful in 14s
Actions / docs (push) Successful in 23s
2024-09-19 16:14:34 -04:00
cb87400278
(2.0.0) woohoo, first major version bump!
Some checks failed
Actions / build (push) Successful in 8s
Actions / lint (push) Failing after 13s
Actions / docs (push) Successful in 23s
bunch of stuff this update, including a full documentation site (still a WIP)
there is now a cache created whenever an instance of `FloweryAPI` is instantiated, so you don't have to query the api and iterate through the api response to retrieve a single voice anymore!
function names have also been changed with this update, hence the major version bump. `get_tts()`, `get_voices()`, and `get_voice()` have been renamed to `fetch_tts()`, `fetch_voices()`, and `fetch_voice()` respectively. `get_voices()` still exists, but with different functionality (that method retrieves voices from the internal cache instead of querying the flowery api)

!BREAKING
2024-09-18 09:55:25 -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