Metadata-Version: 2.4
Name: quickscale
Version: 0.85.0
Summary: Meta-package that installs quickscale-core and quickscale-cli together
License-Expression: Apache-2.0
Keywords: django,cli,scaffolding,project-generator
Author: Experto AI
Author-email: victor@experto.ai
Requires-Python: >=3.13,<3.15
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: quickscale-cli (>=0.85.0,<0.86.0)
Requires-Dist: quickscale-core (>=0.85.0,<0.86.0)
Project-URL: Documentation, https://github.com/Experto-AI/quickscale/tree/main/docs
Project-URL: Homepage, https://github.com/Experto-AI/quickscale
Project-URL: Repository, https://github.com/Experto-AI/quickscale
Description-Content-Type: text/markdown

# quickscale

Meta-package that installs [`quickscale-core`](../quickscale_core) and [`quickscale-cli`](../quickscale_cli) together.

## Installation

```bash
pip install quickscale
```

## Documentation

See the [main repository README](../README.md) and [docs/](../docs/) for full documentation.

