Metadata-Version: 2.4
Name: pyflowery
Version: 4.0.0
Summary: A Python API wrapper for the Flowery API
Project-URL: Homepage, https://c.csw.im/cswimr/PyFlowery
Project-URL: Documentation, https://pyflowery.csw.im
Project-URL: Issues, https://c.csw.im/cswimr/PyFlowery/issues
Project-URL: source_archive, https://c.csw.im/cswimr/PyFlowery/archive/4f9bb41bb5f2b0e2515271ae389724d8f087effe.tar.gz
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.11
Requires-Dist: aiohttp~=3.13
Requires-Dist: lxml~=6.0
Requires-Dist: pydantic>=2.11.10
Provides-Extra: cli
Requires-Dist: typer~=0.21.1; extra == 'cli'
Provides-Extra: speedups
Requires-Dist: aiohttp[speedups]~=3.13; extra == 'speedups'
Requires-Dist: orjson~=3.11; extra == 'speedups'
Description-Content-Type: text/markdown

# PyFlowery

[<img alt="Actions Status" src="https://c.csw.im/cswimr/pyflowery/badges/workflows/actions.yaml/badge.svg?style=plastic">](https://c.csw.im/cswimr/pyflowery/actions?workflow=actions.yaml)
[<img alt="Documentation" src="https://app.readthedocs.org/projects/pyflowery/badge/?version=stable&style=flat">](https://pyflowery.csw.im)
[<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/pyflowery?style=plastic">](https://pypi.org/project/pyflowery/)
[<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/pyflowery?style=plastic">](https://pypi.org/project/pyflowery/)
[<img alt="PyPI - License" src="https://img.shields.io/pypi/l/pyflowery?style=plastic">](https://c.csw.im/cswimr/pyflowery/src/branch/main/LICENSE/)  
A simple async Python API wrapper for the [Flowery API](https://flowery.pw/about). See documentation [here](https://pyflowery.csw.im).
