Metadata-Version: 2.4
Name: taskman-sv
Version: 0.7.3
Summary: A secure task management and note-taking application
Author-email: Shreedhar <shreedharv16@gmail.com>
Project-URL: Homepage, https://github.com/shreedharv16/taskman
Project-URL: Repository, https://github.com/shreedharv16/taskman.git
Keywords: task,management,notes,productivity
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: colorama
Requires-Dist: cryptography
Requires-Dist: bcrypt
Requires-Dist: setuptools
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: pywin32; platform_system == "Windows"

# 🌟 TASKMAN-SV: A Complete CLI Task Manager  

## 🍅 Pomodoro Focus:  
- Standard (25/5), Long (45/15), or Custom intervals  
- Automatic break reminders  
- Session tracking  

## 🎯 Task Management:  
- Custom tasks & Pomodoro sessions  

## 🧠 Focus Modes:  
- Normal & HyperFocus modes  

## 📝 Notes System:  
- Modular notes & Quick notes  

## 🔐 Multi-user:  
- Secure login for each user  

## 💻 100% Command-Line Interface:  
- No GUI needed, pure terminal experience  

### 🚀 Start using TASKMAN-SV:  
Run the following command in your terminal for installation:  
```bash
pip install taskman-sv
```






