Metadata-Version: 2.4
Name: rostr
Version: 0.1.1
Summary: A powerful CLI for Resource Planning and Professional Services Automation.
License-Expression: MIT
Author: CK
Author-email: myemail@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: rich (>=13.0.0)
Requires-Dist: typer (>=0.24.0,<0.25.0)
Description-Content-Type: text/markdown

# Project Name

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)

A text based tool for managing a team's capacity and skills.

## 🚀 Quick Start

Ensure you have [Poetry](https://python-poetry.org/docs/#installation) installed.

### Installation
#### Option 1: Install from PyPI

```bash
pip install rostr
```

#### Option 2: Install from Source 

Clone the repository and install the dependencies:

```bash
git clone https://github.com/chaitanyakunthe/rostr.git
cd rostr
poetry install
```

