Metadata-Version: 2.1
Name: clockifyclient
Version: 0.2.3
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://github.com/sjoerdk/clockifyclient/workflows/build/badge.svg
        :target: https://github.com/sjoerdk/clockifyclient/actions?query=workflow%3Abuild
        :alt: Build Status

.. image:: https://codecov.io/gh/sjoerdk/clockifyclient/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/sjoerdk/clockifyclient

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

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black



Python client for the Clockify web API


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


Features
--------

* Add a time entry to a Clockify workspace
* Add entry with start and end time, or open-ended in stopwatch mode
* Set Project time entry
* Batch edit Time entries

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.2.0 (2020-09-23)
------------------

* Added bulk edit capabilities
* Reformatted to Black and flake8

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

* First release on PyPI.


