Metadata-Version: 2.1
Name: thingscli
Version: 0.0.2
Summary: A cli tool for things3 todo app
Home-page: https://github.com/lmgibson/ThingsStats
Author: Landon Gibson
Author-email: landon.g42@gmail.com
License: UNKNOWN
Description: # Overview - ThingsStats
        
        This is a set of tools to analyze your [Things](https://culturedcode.com/things/) data. It is currently a work in progress but some goals are to generate reports that tell you how many tasks you have completed, how many you have uncompleted, and break it down further by project. Additionally, the tools will allow you to see your oldest outstanding tasks and add new ones to a daily tracker.
        
        # How To Use
        
        Because this project is in development you can use it by cloning the repo, installing the dependencies, and running it with `python ./src/main.py`.
        
        # Example
        
        TBD
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
