Metadata-Version: 2.1
Name: beeminder-sync
Version: 0.2.0
Summary: A python CLI to sync various datasources with Beeminder
Home-page: https://github.com/dileep-kishore/beeminder_sync
Author: Dileep Kishore
Author-email: k.dileep1994@gmail.com
License: MIT license
Keywords: beeminder_sync
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 :: 3.6
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: halo
Requires-Dist: furl
Requires-Dist: maya
Requires-Dist: pyjq

Beeminder Sync
==============

`Documentation
Status <https://beeminder-sync.readthedocs.io/en/latest/?badge=latest>`__
`Build Status <https://travis-ci.org/dileep-kishore/beeminder-sync>`__
`codecov <https://codecov.io/gh/dileep-kishore/beeminder-sync>`__
`Requirements
Status <https://requires.io/github/dileep-kishore/beeminder-sync/requirements/?branch=master>`__
`pypi <https://pypi.python.org/pypi/beeminder_sync>`__

A ``Python`` CLI to sync various data sources with
`Beeminder <https://github.com/dileep-kishore/beeminder-sync>`__

-  Free software: MIT license
-  Documentation: https://beeminder-sync.readthedocs.io.

Work in progress
----------------

This is a ‘work in progress’ use with caution

Demo
~~~~

.. figure:: assets/demo.gif
   :alt: Demo

   Demo

Features
--------

-  Use the Beeminder api from the comfort of your terminal!
-  Cool interactive CLI created using
   ```click`` <http://click.pocoo.org/6/>`__ and
   ```halo`` <https://github.com/ManrajGrover/halo>`__

Coming Soon
-----------

-  Filter output
-  Integrations with other api
-  Ability to run as a background service

Credits
-------

This package was created with
`Cookiecutter <https://github.com/audreyr/cookiecutter>`__ and the
`audreyr/cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`__
project template.


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

0.1.0 (2018-06-21)
------------------

* First release on PyPI.


