Metadata-Version: 2.1
Name: clockifyclient
Version: 0.1.7
Summary: Python client for the Clockify web API
Home-page: https://github.com/sjoerdk/clockify_api_client
Author: Sjoerd Kerkstra
Author-email: sjoerdk1@xs4all.nl
License: GNU General Public License v3
Keywords: clockifyclient
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests

==========================
Clockify API Python client
==========================


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

.. image:: https://img.shields.io/travis/sjoerdk/clockifyclient.svg
        :target: https://travis-ci.org/sjoerdk/clockifyclient

.. image:: https://readthedocs.org/projects/clockify-api-client/badge/?version=latest
        :target: https://clockifyclient.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/sjoerdk/clockifyclient/shield.svg
     :target: https://pyup.io/repos/github/sjoerdk/clockifyclient/
     :alt: Updates



Python client for the Clockify web API


* Free software: GNU General Public License v3
* Documentation: https://clockify-api-client.readthedocs.io.


Features
--------

* Add time entry to a Clockify workspace
* Add entry with start and end time, or open-ended in stopwatch mode
* Stop current stopwatch
* Set Project for each time entry


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

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


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

0.1.0 (2019-10-23)
------------------

* First release on PyPI.


