Metadata-Version: 2.4
Name: quickscale
Version: 0.87.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.14,<3.15
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: quickscale-cli (>=0.87.0,<0.88.0)
Requires-Dist: quickscale-core (>=0.87.0,<0.88.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

Installation meta-package for the QuickScale Django project generator.

This package bundles [`quickscale-core`](../quickscale_core) and
[`quickscale-cli`](../quickscale_cli) into a single installable distribution
so end users can run `pip install quickscale` (or `pipx install quickscale`)
and get the full toolchain in one step.

It contains no application logic of its own.

## Installation

```bash
pip install quickscale
```

## Documentation

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

