A simple async Python API wrapper for the Flowery API
Find a file
cswimr f08de43ffc
All checks were successful
Actions / Build (push) Successful in 12s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 22s
Actions / Build Documentation (push) Successful in 26s
install ruff from nixpkgs
because ruff is a rust binary and not an actual python module, it cannot run on NixOS natively. that means that installing it through `uv sync` or `uv tool run ruff` does NOT work, and we need to install the `pkgs.python311Packages.ruff` package from nixpkgs instead
2024-12-08 10:09:13 -05:00
.forgejo/workflows check out the correct ref when building the package 2024-11-15 11:26:50 -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 delete version.py 2024-11-15 11:26:02 -05:00
tests (3.1.0) 2024-11-15 11:14:33 -05:00
.envrc add nix flake 2024-12-08 09:39:53 -05:00
.gitignore add nix flake 2024-12-08 09:39:53 -05:00
flake.lock add nix flake 2024-12-08 09:39:53 -05:00
flake.nix install ruff from nixpkgs 2024-12-08 10:09:13 -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 add nix flake 2024-12-08 09:39:53 -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.