Metadata-Version: 2.1
Name: faereld
Version: 0.1.2
Summary: Time tracking tool
Home-page: UNKNOWN
Author: Mika Naylor (Autophagy)
Author-email: mail@autophagy.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: PyYAML (==5.1)
Requires-Dist: datarum (==0.5.0)
Requires-Dist: wisdomhord (==0.2.4)
Requires-Dist: numpy (==1.15.0)
Requires-Dist: prompt-toolkit (==1.0.15)
Provides-Extra: testing
Requires-Dist: black (==18.9b0) ; extra == 'testing'
Requires-Dist: flake8 (==3.7.7) ; extra == 'testing'
Requires-Dist: mypy (==0.670) ; extra == 'testing'
Requires-Dist: isort (==4.3.15) ; extra == 'testing'

.. image:: seonu/_static/github-header.png
    :alt: faereld-logo
    :align: center


.. image:: http://scieldas.autophagy.io/rtd/build/faereld.png
    :target: http://faereld.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: http://scieldas.autophagy.io/travis/build/autophagy/faereld.png
    :target: https://travis-ci.org/autophagy/faereld
    :alt: Build Status

.. image:: https://scieldas.autophagy.io/lgtm/grade/python/autophagy/faereld.png
    :target: https://lgtm.com/projects/g/autophagy/scieldas)
    :alt: LGTM Grade

.. image:: https://scieldas.autophagy.io/misc/styles/black.png
    :target: https://black.readthedocs.io/en/stable/
    :alt: Black

.. image:: https://scieldas.autophagy.io/misc/licenses/mit.png
   :target: LICENSE
   :alt: MIT License


Færeld is a CLI tool to to track time spent on productive activites in order to
visualise, integrate and optimise that time. It is focused primarily on tracking
time spent on Project work (such as research, design, development, etc), but can
be configured to track any arbitrary task-area over any arbitrary project or
subject.

Documentation is available on `ReadTheDocs`_.

.. image:: seonu/_static/faereld.png
    :alt: faereld-screenshot
    :align: center

Installation
============

Færeld requires python >= 3.6.

Via The Repo
-------------

To install Færeld::

    pip install --user faereld

You can now run Færeld via ``faereld insert``.


.. _ReadTheDocs: https://faereld.readthedocs.io/en/latest/


