Metadata-Version: 2.3
Name: create-litestar
Version: 0.1.0
Summary: Easy way to start a Litestar project
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: advanced-alchemy>=0.20.0
Requires-Dist: copier>=9.3.1
Requires-Dist: pytest>=8.3.3
Requires-Dist: questionary>=2.0.1
Requires-Dist: rich>=13.9.1
Requires-Dist: ruff>=0.6.8
Requires-Dist: structlog>=24.4.0
Requires-Dist: uvicorn>=0.32.0
Description-Content-Type: text/markdown

# create-litestar

Easy way to start a Litestar project

It automatically:
- Setup project
- Add dependencies
- Add configuration
- Add .gitignore

## Templates


## Development

```bash
uv sync
uv run create-litestar
```
