https://github.com/projecthamster/hamster-cli
A command line time tracker. Powered by 'hamster-lib'
https://github.com/projecthamster/hamster-cli
Last synced: 6 months ago
JSON representation
A command line time tracker. Powered by 'hamster-lib'
- Host: GitHub
- URL: https://github.com/projecthamster/hamster-cli
- Owner: projecthamster
- License: gpl-3.0
- Created: 2015-12-20T08:51:22.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-10T02:18:48.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T00:18:01.635Z (over 1 year ago)
- Language: Python
- Homepage: http://projecthamster.org
- Size: 443 KB
- Stars: 49
- Watchers: 4
- Forks: 10
- Open Issues: 32
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
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/gh/projecthamster/hamster_cli/master.svg
:target: https://codecov.io/gh/projecthamster/hamster-cli
.. image:: https://readthedocs.org/projects/hamst-cli/badge/?version=master
:target: https://readthedocs.org/projects/hamst-cli/badge/?version=master
: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.
*WARNING*
This is still pre-alpha software. Altough we are reaching apoint were most
things work as intended we make no promisse about your data as well as any
commitment. In particular there is no intension to migrate any databases from
this version to any future more mature release.
News (2016-04-25)
-----------------
Version 0.12.0 is out! With this version we feel confident that you may be able
to actually play with ``hamster-cli`` in a somewhat productive way. Whilst we
are still far from being production ready and miss a significant amount of
legacy feature this release may give you quite the idea where we are heading.
For the first time we were able to give the frontend some love whilst further
beefin up our QA toolchain, introducing even more tests and new test
environments. The documentation has been vastly improved, digging into the code
never was easier.
Happy hacking; Eric.
Features
--------
* High test coverage.
* Well documented.
* Lightweight.
* Free software: GPL3
* Uses ``hamsterlib``, which supports a wide array of databases.
* Few dependencies
* Active development.
Resources
-----------
* `Documentation `_
Credits
---------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-pypackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage