Metadata-Version: 2.4
Name: lushly-botcore
Version: 0.3.3
Summary: Shared bot infrastructure — config, plugin contract, and extracted commands
Project-URL: Homepage, https://github.com/lushly-dev/botcore
Project-URL: Repository, https://github.com/lushly-dev/botcore
Project-URL: Changelog, https://github.com/lushly-dev/botcore/blob/main/CHANGELOG.md
Author: Falkicon
License: MIT
License-File: LICENSE
Keywords: agent,botcore,cli,mcp,plugins
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: afd>=0.6.0
Requires-Dist: click>=8.1.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pyyaml>=6.0.0
Provides-Extra: all
Requires-Dist: google-genai>=0.3.0; extra == 'all'
Requires-Dist: httpx>=0.24.0; extra == 'all'
Requires-Dist: mcp>=1.0.0; extra == 'all'
Requires-Dist: playwright>=1.40.0; extra == 'all'
Provides-Extra: cdp
Requires-Dist: httpx>=0.24.0; extra == 'cdp'
Requires-Dist: playwright>=1.40.0; extra == 'cdp'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Requires-Dist: vulture>=2.11; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: mcp>=1.0.0; extra == 'mcp'
Provides-Extra: quality
Requires-Dist: httpx>=0.24.0; extra == 'quality'
Provides-Extra: research
Requires-Dist: google-genai>=0.3.0; extra == 'research'
