Metadata-Version: 2.1
Name: twodo
Version: 1.1
Summary: Yet another simple todo cli in Python
Home-page: https://github.com/realamirali/2do
Author: Amirali Esfandiari
Author-email: amiralinull@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Requires-Dist: fire

Yet another simple todo cli in Python
=====================================

For install with pip:
> pip install twodo

For install manually:
> git clone https://github.com/realamirali/twodo
> cd twodo
> python setup.py install

Then use it as:
> 2do - --help


