Metadata-Version: 2.4
Name: quickscale-cli
Version: 0.85.0
Summary: Command-line interface for QuickScale Django project generator
License-Expression: Apache-2.0
Keywords: django,cli,project-generator,saas
Author: Experto AI
Author-email: victor@experto.ai
Requires-Python: >=3.13,<3.15
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Framework :: Django
Classifier: Framework :: Django :: 6.0
Requires-Dist: click (>=8.3.1,<9.0.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-cli

Command-line interface for the [QuickScale](https://github.com/Experto-AI/quickscale) Django project generator.

## Installation

```bash
pip install quickscale-cli
```

Or install the full bundle:

```bash
pip install quickscale
```

## Documentation

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

