Metadata-Version: 2.0
Name: Todoska
Version: 0.2.6
Summary: A Basic Todo Tracker in Cli
Home-page: https://github.com/Abbhiishek/Todoska
Author: Abhishek Kushwaha
Author-email: abhishekkushwaha1479@gmail.com
License: MIT
Keywords: Python,cli,Todo,Todotracker,todo-tracker,todo-tracker-cli,Todoska
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: typer
Requires-Dist: rich

Todoska is a simple Cli Todo-Tracker.



Features :

- You can add new task 

- You can update a task

- You can delete a Task 

Change Log
==========

0.2.06 (01/05/2022)
-------------------

- Code Refactoring


0.1.04 (30/04/2022)
-------------------

- 🐛 Minor Bugs Fixed 


0.1.02 (30/04/2022)
-------------------
- changed some code 


0.1.03 (30/04/2022)
-------------------
- removed Sqlite3 dependency


0.1.01 (30/04/2022)
-------------------
- First Release
- Initial Implementation





