Metadata-Version: 2.4
Name: connectionsphere-fastapi-cli
Version: 0.2.0
Summary: CLI tool to generate production-ready FastAPI projects with modern tooling, Docker, and GitHub Actions
Project-URL: Homepage, https://github.com/martinhewing/fastapi-cli-generator
Project-URL: Documentation, https://github.com/martinhewing/fastapi-cli-generator#readme
Project-URL: Repository, https://github.com/martinhewing/fastapi-cli-generator
Project-URL: Issues, https://github.com/martinhewing/fastapi-cli-generator/issues
Project-URL: Changelog, https://github.com/martinhewing/fastapi-cli-generator/releases
Author-email: Martin Hewing <martinhewing777@gmail.com>
Maintainer-email: Martin Hewing <martinhewing777@gmail.com>
License: MIT
License-File: LICENSE
Keywords: boilerplate,cli,docker,fastapi,generator,github-actions,modern-python,mypy,ruff,scaffold,template,uv
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: build>=1.0.0; extra == 'dev'
Requires-Dist: mypy>=1.8.0; extra == 'dev'
Requires-Dist: pytest-cov>=6.0.0; extra == 'dev'
Requires-Dist: pytest>=9.0.2; extra == 'dev'
Requires-Dist: ruff>=0.12.10; extra == 'dev'
Requires-Dist: twine>=5.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# FastAPI Generator CLI

A command-line tool to quickly scaffold production-ready FastAPI projects with modern Python tooling, Docker support, and GitHub Actions CI/CD pipelines.

## Installation
```bash
pip install fastapi-cli-generator
```

## Usage
```bash
# Create a new FastAPI project
fastapi-cli create my-api

# With options
fastapi-cli create my-api --org mycompany --python 3.12
```

## Features

- ⚡ FastAPI with modern tooling
- 🐳 Docker and docker-compose ready
- 🚀 GitHub Actions CI/CD
- 📦 UV for fast dependency management
- 🔍 MyPy type checking
- 🎨 Ruff linting and formatting

## License

MIT License
