Metadata-Version: 2.4
Name: flet-pkg
Version: 0.1.0
Summary: CLI tool to scaffold Flet extension packages
Project-URL: Homepage, https://github.com/brunobrown/flet-pkg
Project-URL: Documentation, https://brunobrown.github.io/flet-pkg
Project-URL: Repository, https://github.com/brunobrown/flet-pkg
Project-URL: Issues, https://github.com/brunobrown/flet-pkg/issues
Project-URL: Changelog, https://github.com/brunobrown/flet-pkg/blob/main/CHANGELOG.md
Author-email: Bruno Brown <brunobrown.86@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: cli,extension,flet,flutter,scaffold
Classifier: Development Status :: 3 - Alpha
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.12.0
Provides-Extra: ai
Requires-Dist: pydantic-ai>=1.0.0; extra == 'ai'
Provides-Extra: mcp
Requires-Dist: mcp[cli]>=1.0.0; extra == 'mcp'
