Metadata-Version: 2.4
Name: fastfastapi
Version: 0.1.7
Summary: Scaffold a production-ready FastAPI project in seconds
License: MIT
Project-URL: Homepage, https://github.com/markryangarcia/fastfastapi
Project-URL: Repository, https://github.com/markryangarcia/fastfastapi
Keywords: fastapi,scaffold,generator,cli,boilerplate
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: certifi

# fastfastapi

Scaffold a production-ready FastAPI project in seconds.

```bash
pip install fastfastapi
```

```bash
fastfastapi my-project
# or use the alias
ffa my-project
# or scaffold into the current directory
fastfastapi .
```

## Source

Built with Go. Binaries are downloaded from [GitHub Releases](https://github.com/markryangarcia/fastfastapi/releases) on first run and cached at `~/.cache/fastfastapi`.
