Metadata-Version: 2.0
Name: freshbook
Version: 0.1.2
Summary: Freshbooks hours logger tool
Home-page: https://github.com/redraw/freshbook
Author: redraw
Author-email: agustinbv@gmail.com
License: MIT license
Keywords: freshbook
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: docopt
Requires-Dist: refreshbooks (==2.0)
Requires-Dist: requests
Requires-Dist: six

===============================
freshbook
===============================


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

.. .. image:: https://img.shields.io/travis/redraw/freshbook.svg
        :target: https://travis-ci.org/redraw/freshbook

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

.. .. image:: https://pyup.io/repos/github/redraw/freshbook/shield.svg
     :target: https://pyup.io/repos/github/redraw/freshbook/
     :alt: Updates


Freshbooks hours logger tool

Installation
----

``$ pip install freshbook``

Use
----

First, create the config file by running

``$ freshbook init``

This creates a file named ``.freshbook`` in the current project directory. When you're ready to log, make sure you're on the same directory and run,

``$ freshbook commit -m "the message"``

Git
----

If using git, you could use your commit messages to include in the freshbook notes.

``$ git config --global alias.today "log --author '`git config user.name`' --since 6am --all --no-merges --format='-%s'"``

And then just do

``$ freshbook commit -m "$(git today)"``


=======
History
=======

0.1.0 (2017-02-06)
------------------

* First release on PyPI.


