Metadata-Version: 1.1
Name: clockifyclient
Version: 0.1.5
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
Description: ==========================
        Clockify API Python client
        ==========================
        
        
        .. image:: https://img.shields.io/pypi/v/clockify_api_client.svg
                :target: https://pypi.python.org/pypi/clockify_api_client
        
        .. image:: https://img.shields.io/travis/sjoerdk/clockify_api_client.svg
                :target: https://travis-ci.org/sjoerdk/clockify_api_client
        
        .. image:: https://readthedocs.org/projects/clockify-api-client/badge/?version=latest
                :target: https://clockify-api-client.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/sjoerdk/clockify_api_client/shield.svg
             :target: https://pyup.io/repos/github/sjoerdk/clockify_api_client/
             :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.
        
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
