Metadata-Version: 2.4
Name: sturnus
Version: 0.1.6
Summary: A Python library for demonstration and publishing to PyPI.
License-File: LICENSE
Keywords: starling,sturnus
Author: Starling Associates
Author-email: info@starling.studio
Maintainer: Lars van Vianen
Maintainer-email: lars@starling.studio
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: Framework :: Django
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: django (>=6.0.0,<7)
Requires-Dist: rite (>=0.0.13,<0.0.14)
Project-URL: Documentation, https://github.com/starling-cloud/sturnus-dev/doc
Project-URL: Homepage, https://starling.cloud/
Project-URL: Repository, https://github.com/starling-cloud/sturnus-dev
Description-Content-Type: text/markdown

<div align="right">

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

</div>

<header>
<p align="center">
    <img src="res/logo/sturnus-logo.png" width="20%" alt="Sturnus Logo">
</p>
<h1 align='center' style='border-bottom: none;'>Sturnus</h1>
<h3 align='center'>Starling Cloud</h3>
</header>

<br/>

---

A Python library for demonstration and publishing to PyPI.

---

## Installation

```bash
pip install sturnus
```

---

## Usage

```python
from sturnus import hello

print(hello("Starling"))
```

---

## Project Structure

``` sh
src/sturnus/
├── __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.starling.associates" target="_blank">Starling Associates</a></b><br/>
    <sub>Copyright 2026 Starling Associates. All Rights Reserved</sub>
</p>

