Metadata-Version: 1.2
Name: tasks3
Version: 0.0.9
Summary: A commandline tool to create and manage tasks and todos.
Home-page: https://github.com/hXtreme/tasks3
Author: Harsh Parekh
Author-email: harsh_parekh@outlook.com
License: GNU General Public License v3
Description: ======
        tasks3
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/tasks3.svg
                :target: https://pypi.python.org/pypi/tasks3
        
        .. image:: https://img.shields.io/travis/hXtreme/tasks3.svg
                :target: https://travis-ci.com/hXtreme/tasks3
        
        .. image:: https://readthedocs.org/projects/tasks3/badge/?version=latest
                :target: https://tasks3.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/hXtreme/tasks3/shield.svg
             :target: https://pyup.io/repos/github/hXtreme/tasks3/
             :alt: Updates
        
        
        
        A commandline tool to create and manage tasks and todos.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://tasks3.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.8 (2020-07-26)
        ------------------
        
        * Implement a CLI for tasks3.
        * Add black (formatter).
        * Add some basic test-cases.
        
        0.0.2 - 0.0.7 (2020-07-20)
        --------------------------
        
        * Move deployment away from Travis to Github workflow.
        
        0.0.1 (2020-07-20)
        ------------------
        
        * First release on PyPI.
        
Keywords: tasks3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
