Metadata-Version: 2.4
Name: deep-breath-cli
Version: 0.1.0
Summary: A command-line tool designed to help you relax from your terminal.
Project-URL: Homepage, https://github.com/weart99/deep-breath-cli
Project-URL: Repository, https://github.com/weart99/deep-breath-cli
Project-URL: Issues, https://github.com/weart99/deep-breath-cli/issues
Author-email: Arthur Parmentier <arthurparmentier99@gmail.com>
License: MIT
Keywords: breathing,cli,meditation,relaxation,stress,terminal,wellness
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: rich>=14.1.0
Requires-Dist: typer>=0.16.0
Provides-Extra: dev
Requires-Dist: pytest-cov>=6.2.1; extra == 'dev'
Requires-Dist: pytest>=8.4.1; extra == 'dev'
Requires-Dist: ruff>=0.12.4; extra == 'dev'
Description-Content-Type: text/markdown

# Deep Breath CLI

**Deep Breath CLI** is a command-line tool designed to help you relax, regain focus, and boost your energy—right from your terminal.

## 🌬️ What is Deep Breath CLI?

Whether you're coding, studying, or just need a quick break, Deep Breath CLI offers a variety of relaxation techniques and exercises. With simple commands, you can access guided breathing, mindfulness prompts, and other quick activities to help you reset and recharge.

## 🚀 Features

- Guided breathing exercises
- Mindfulness and focus prompts
- Quick energy-boosting routines
- Customizable session lengths and styles (coming soon)
- More relaxation techniques to be added!

## 🛠️ Installation

> **Note:** Deep Breath CLI is under active development. Installation instructions will be provided soon.

## ⚡ Usage

Once installed, you’ll be able to run:

```sh
deep-breath [OPTIONS]
```

### Example

```sh
deep-breath
```

This will launch the default relaxation exercise.

### Options

*To be determined as features are added.*

## 🤔 Why use Deep Breath CLI?

- **Quick:** Take a break without leaving your terminal.
- **Effective:** Scientifically-backed techniques for relaxation and focus.
- **Customizable:** Choose the exercise and duration that fits your needs (coming soon).

## 📝 Roadmap

- [ ] Add argument parsing for different exercises and durations
- [ ] Implement multiple relaxation techniques
- [ ] Add sound or visual cues (optional)
- [ ] Cross-platform support

## 💡 Contributing

Contributions are welcome! Please open an issue or submit a pull request with your ideas or improvements.

## 📄 License

MIT License

---

Take a deep breath, and let’s get started!
