Metadata-Version: 2.1
Name: partcad-skyline
Version: 0.1.1a2
Summary: The City of One
License: Apache 2.0
Author: Aleksandr Ilin
Author-email: ailin@partcad.org
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: coloredlogs (>=15.0.1,<16.0.0)
Requires-Dist: gitpython (>=3.1.43,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: rich-click (>=1.8.5,<2.0.0)
Description-Content-Type: text/markdown

# Skyline CLI

## The City of One

In the heart of the city, you are both the architect and the pulse—the driving force behind every towering skyscraper,
every bustling street, and every flicker of light in the skyline. Your work, your discipline, shapes the city’s every
corner. Each building stands as a monument to your daily effort, rising higher with each decision, every task, every
step forward you take.

The city itself is a reflection of your persistence. The streets stretch further as you build them, the lights glow
brighter as you light them. Every brick laid, every road paved, is the result of your unwavering dedication, growing and
evolving with each passing day.

Beyond the visible landmarks, the hum of traffic, the flicker of windows, the rhythm of life in the city all pulse in
harmony with your ongoing journey. The city moves because you continue to create it, a living testament to your
relentless drive. As the city rises, so does your legacy—woven into its very fabric, a reflection of hard work,
discipline, and the quiet power of consistency.

## Development

```bash
poetry install
behave features
poetry version prerelease
poetry build
poetry publish --username=__token__ --password=
```

