Metadata-Version: 2.4
Name: taskcli-manager
Version: 1.0.0
Summary: Interactive CLI for TaskCLI - Manage your tasks from the terminal
Author-email: Ishita Tiwari <ishitatiwari1517@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ishitatiwari1517/ojt_project_repo
Keywords: cli,task,todo,productivity,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: license-file

# TaskCLI Manager

Interactive command-line interface for managing your tasks.

## Installation

```bash
pip install taskcli-manager
```

## Usage

```bash
taskcli
```

This will launch an interactive menu where you can:
- 🔑 Login or Create Account
- 📋 View your tasks
- ➕ Add new tasks
- ✅ Mark tasks as complete
- ✏️ Edit tasks
- 🗑️ Delete tasks
- 🔍 Filter by priority, project, status

## Features

- 🌐 Syncs with TaskCLI web app
- 🎨 Colorful terminal UI
- 📱 Works on Windows, macOS, Linux
- 🔒 Secure authentication

## Web App

Visit https://ojtprojectrepo-production.up.railway.app/ to use the web version.

## License

MIT License
