Metadata-Version: 2.4
Name: funpaybotengine
Version: 0.1.0.dev1
Summary: Framework for creating FunPay bots.
Project-URL: Telegram Channel, https://t.me/funpay_hub
Project-URL: Repository, https://github.com/funpayhub/funpaybotengine
Project-URL: Issues, https://github.com/funpyahub/funpaybotengine/issues
Author-email: Qvvonk <qvvonk@gmail.com>
Maintainer-email: Qvvonk <qvvonk@gmail.com>
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.10
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: Programming Language :: Python :: 3.15
Requires-Python: >=3.10
Requires-Dist: aiohttp-socks~=0.10.1
Requires-Dist: aiohttp~=3.12.14
Requires-Dist: eventry~=0.2.0
Requires-Dist: funpayparsers~=0.5.6
Requires-Dist: pydantic~=2.11.7
Provides-Extra: dev
Requires-Dist: mypy>=1.17.0; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == 'docs'
Requires-Dist: sphinx-design>=0.6.1; extra == 'docs'
Requires-Dist: sphinx>=8.1.3; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-asyncio>=1.1.0; extra == 'tests'
