Metadata-Version: 2.4
Name: dreamstack
Version: 0.0.2
Summary: A Python library for demonstration and publishing to PyPI.
License-File: AUTHORS
License-File: LICENSE
Keywords: scape,dreamstack
Author: Scape Agency
Author-email: info@scape.agency
Maintainer: Lars van Vianen
Maintainer-email: lars@scape.agency
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Requires-Dist: rite (>=0.2.4)
Project-URL: Documentation, https://github.com/scape-agency/dreamstack/doc
Project-URL: Homepage, https://scape.agency/
Project-URL: Repository, https://github.com/scape-agency/dreamstack
Description-Content-Type: text/markdown

<div align="right">

[![devContainer](https://img.shields.io/badge/devContainer-23000000?style=flat-square&logo=Docker&logoColor=%23FFFFFF&labelColor=%23000000&color=%23000000)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/scape-agency/dreamstack)

</div>

<header>
<p align="center">
    <img src="res/logo/dreamstack-logo.png" width="20%" alt="Dreamstack Logo">
</p>
<h1 align='center' style='border-bottom: none;'>Dreamstack</h1>
<h3 align='center'>Scape Agency</h3>
</header>

<br/>

---

A Python library for demonstration and publishing to PyPI.

---

## Installation

```bash
pip install dreamstack
```

---

## Usage

```python
from dreamstack import hello

print(hello("Scape"))
```

---

## Project Structure

``` sh
src/dreamstack/
├── __init__.py      # Package initialization with namespace support
├── __version__.py   # Version management
├── __main__.py      # CLI interface
└── core.py          # Core greeting functions (hello, greet, format_message)
```

---

<p align="center">
    <b>Made with 🖤 by <a href="https://www.scape.agency" target="_blank">Scape Agency</a></b><br/>
    <sub>Copyright 2026 Scape Agency. All Rights Reserved</sub>
</p>

