Metadata-Version: 2.2
Name: democicd
Version: 0.1.2
Summary: A demonstration CI/CD pipeline project.
Author-email: lorenzo del medico <lorenzodelmedico@gmail.com>
License: MIT License
        
        Copyright (c) 2025 LordBenzo
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/lorenzodelmedico/democicd
Project-URL: Repository, https://github.com/lorenzodelmedico/democicd
Keywords: Fun,Utile,Best application,Gamechanging,Amazing,Mew,Best functionnality,Lorenzodelmedico
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astroid==3.3.8
Requires-Dist: black==25.1.0
Requires-Dist: click==8.1.8
Requires-Dist: dill==0.3.9
Requires-Dist: exceptiongroup==1.2.2
Requires-Dist: iniconfig==2.0.0
Requires-Dist: isort==6.0.0
Requires-Dist: mccabe==0.7.0
Requires-Dist: mypy-extensions==1.0.0
Requires-Dist: packaging==24.2
Requires-Dist: pathspec==0.12.1
Requires-Dist: platformdirs==4.3.6
Requires-Dist: pluggy==1.5.0
Requires-Dist: pylint==3.3.4
Requires-Dist: pytest==8.3.4
Requires-Dist: tomli==2.2.1
Requires-Dist: tomlkit==0.13.2
Requires-Dist: typing_extensions==4.12.2

# Exit Prompt Simulator 🎮🌀

A Python CLI tool with probabilistic exits and terminal animations - because even quitting should be exciting!

[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue?logo=python&logoColor=white)](https://python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

## Features ✨
- 🎲 50/50 chance to flip your exit decision
- 🌈 Colorful terminal animations
- ⌛ Spinner progress indicators
- ✅ Interactive confirmation prompts
- 🛡️ Type-checked and linted code

## Installation ⚙️
```bash
# Clone & setup
git clone https://github.com/lorenzodelmedico/democicd.git
cd democicd
pip install -e .

# Install pre-commit hooks (optional but recommended)
pre-commit install

#pip install
pip install democicd

#start script in cli
democicd
