Metadata-Version: 2.4
Name: fastapi-to-skill
Version: 0.1.2
Summary: Convert FastAPI apps and OpenAPI specs into CLI tools and AI agent skills (SKILL.md)
Author: Dmitrii Galkin
License-Expression: MIT
License-File: LICENSE
Keywords: ai-agent,cli,fastapi,mcp,openapi,skill,typer
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.10
Requires-Dist: httpx>=0.24
Requires-Dist: jinja2>=3.1
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.100; extra == 'fastapi'
