Metadata-Version: 2.1
Name: pter-analysis
Version: 1.0.1
Summary: Analysis of todotxt files using pter
Home-page: https://github.com/danielk333/pter_analysis
Author: Daniel Kastinen
Author-email: daniel.kastinen@irf.se
License: GNU-GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Dist: pytodotxt (>=1.0.3)
Requires-Dist: pter (>=1.0.3)
Requires-Dist: matplotlib (>=3.2.1)
Requires-Dist: numpy (>=1.18.4)
Requires-Dist: click (>=7.0)


``apter`` is a complementary analysis tool to the todotxt handler ``pter``. If certain tags are consequently used in tasks several statistics and distributions can be calculated using ``apter`` such as:

* Estimated time left per project
* Estimated workload for completing all tasks in ``pter`` search(es)
* Task estimation accuracy
* Task delay (usage of the ``t:`` tag) or task completion time (``completed`` before or after ``due:`` tag) distributions

And much more...

See the github README file for more information.


