Metadata-Version: 2.0
Name: hamster-cli
Version: 0.11.0
Summary: A basic CLI for the hamster time tracker.
Home-page: https://github.com/elbenfreund/hamster_cli
Author: Eric Goller
Author-email: Elbenfreund@DenkenInEchtzeit.net
License: GPL3
Keywords: hamster_cli
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: appdirs
Requires-Dist: Click
Requires-Dist: hamsterlib
Requires-Dist: tabulate
Requires-Dist: six

===============================
hamster_cli
===============================

.. image:: https://img.shields.io/pypi/v/hamster_cli.svg
        :target: https://pypi.python.org/pypi/hamster_cli

.. image:: https://img.shields.io/travis/elbenfreund/hamster_cli/master.svg
        :target: https://travis-ci.org/elbenfreund/hamster_cli

.. image:: https://img.shields.io/codecov/c/github/elbenfreund/hamster_cli/master.svg
        :target: https://codecov.io/github/elbenfreund/hamster_cli

.. image:: https://readthedocs.org/projects/hamster_cli/badge/?version=latest
        :target: https://readthedocs.org/projects/hamster_cli/?badge=latest
        :alt: Documentation Status

.. image:: https://badge.waffle.io/elbenfreund/hamster_cli.png?label=ready&title=Ready
        :target: https://waffle.io/elbenfreund/hamster_cli
        :alt: 'Stories in Ready'

.. image:: https://requires.io/github/elbenfreund/hamster_cli/requirements.svg?branch=master
        :target: https://requires.io/github/elbenfreund/hamster_cli/requirements/?branch=master
        :alt: Requirements Status



A basic CLI for the hamster time tracker.

News (2016-04-16)
-----------------
Version 0.11.0 has been release. This is a major step forward as our previous release was rushed and
turned out to be not too usable at all. This release Privides a solid and robust way to handle user
configs as well as providing a default config setup.
We further increased our test coverage and are well above 90% by now. Including some basic integration
tests.
For more details, see the changelog.

Have fun tinkering, Eric.

Features
--------
* High test coverage.
* Well documented.
* Lightweight.
* Free software: GPL3
* Uses ``hamsterlib``, which supports a wide array of databases.
* Few dependencies
* Active development.

Resourcecs
-----------
* Documentation: https://hamster_cli.readthedocs.org.

Credits
---------
Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-pypackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage




History
-------

0.11.0 (2016-04-16)
--------------------
* New, solid config handling.
* Swtich to `semantic versioning <http://semver.org>`_.
* Move CI from codeship to Travis-CI.
* First batch of very basic integration tests.
* Several fixes to packaging.

0.1.0 (2016-04-09)
---------------------
* First release on PyPI.
* Prove-of-concept release.
* Most of the basic functionality is there.
* Provides basic test coverage.


