Metadata-Version: 2.4
Name: quickscale-core
Version: 0.87.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.14,<3.15
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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 engine and shared utilities for the QuickScale Django
project generator.

`quickscale-core` owns manifest loading, the module derivation/resolver
pipeline, the template-driven code generator, and the schema definitions
that the CLI and module packages build on.

Install it directly only when you need the library without the CLI; most
users should install the top-level `quickscale` package instead.

## 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.

