Metadata-Version: 2.4
Name: typer-try
Version: 0.1.0
Summary: A simple task manager CLI built with Typer.
Home-page: https://github.com/yourusername/typer-try
Author: Tenzin Dorji
Author-email: dtenzin.nov@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: typer[all]
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Typer Try

A simple task manager CLI built with Typer.

## Installation

```bash
pip install typer-try
```

** usage **
typer-try add-task "Buy groceries"
typer-try view-tasks
typer-try remove-task 1

---

### 4. **Build and Upload to PyPI**
1. Install the required tools:
   ```bash
   pip install build twine
   ```
