Metadata-Version: 2.1
Name: chronos-api
Version: 0.1.0
Summary: API for my timesheet
Home-page: https://jonaylor89.github.io/chronos
License: MIT
Author: John Naylor
Author-email: jonaylor89@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: flask (>=1.1.1,<2.0.0)
Requires-Dist: google-api-python-client (>=1.7.11,<2.0.0)
Requires-Dist: google-auth-httplib2 (>=0.0.3,<0.0.4)
Requires-Dist: google-auth-oauthlib (>=0.4.1,<0.5.0)
Requires-Dist: gunicorn (>=20.0.4,<21.0.0)
Requires-Dist: iso8601 (>=0.1.12,<0.2.0)
Project-URL: Repository, https://github.com/jonaylor89/chronos
Description-Content-Type: text/x-rst

=======
chronos
=======


.. image:: https://img.shields.io/pypi/v/chronos.svg
        :target: https://pypi.python.org/pypi/chronos-api

.. image:: https://img.shields.io/travis/jonaylor89/chronos.svg
        :target: https://travis-ci.org/jonaylor89/chronos

.. image:: https://ci.appveyor.com/api/projects/status/jonaylor89/branch/master?svg=true
    :target: https://ci.appveyor.com/project/jonaylor89/chronos/branch/master
    :alt: Build status on Appveyor

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


.. image:: https://pyup.io/repos/github/jonaylor89/chronos/shield.svg
     :target: https://pyup.io/repos/github/jonaylor89/chronos/
     :alt: Updates



API for my timesheet


* Free software: MIT license

* Documentation: https://jonaylor89.github.io/chronos


Execution
===========

.. code-block:: console

    $ docker run -e PORT=8000 jonaylor/chronos

