Metadata-Version: 2.4
Name: quickscale-core
Version: 0.85.0
Summary: Core scaffolding and utilities for QuickScale Django project generator
License-Expression: Apache-2.0
Keywords: django,scaffolding,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: Jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.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-core

Core scaffolding and utilities for the [QuickScale](https://github.com/Experto-AI/quickscale) Django project generator.

## Installation

```bash
pip install quickscale-core
```

Or install the full bundle:

```bash
pip install quickscale
```

## Documentation

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

