Metadata-Version: 2.0
Name: rewardifycli
Version: 0.0.7
Summary: CLI interface for rewardify package
Home-page: https://github.com/the16thpythonist/rewardifycli
Author: Jonas Teufel
Author-email: jonseb1998@gmail.com
License: BSD license
Keywords: rewardifycli
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: Click (>=6.0)
Requires-Dist: rewardify

============
rewardifycli
============


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

.. image:: https://img.shields.io/travis/the16thpythonist/rewardifycli.svg
        :target: https://travis-ci.org/the16thpythonist/rewardifycli

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


.. image:: https://pyup.io/repos/github/the16thpythonist/rewardifycli/shield.svg
     :target: https://pyup.io/repos/github/the16thpythonist/rewardifycli/
     :alt: Updates



CLI interface for rewardify package


* Free software: BSD license
* Documentation: https://rewardifycli.readthedocs.io.


Features
--------

* TODO

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.0.0.0 (2019-06-14)
--------------------

* First release on PyPI.

0.0.1 (2019-06-16)
------------------

* Initial test version

0.0.2 (2019-06-16)
------------------

* Fixed the bug of the "__internal" package not being included in the pypi release

0.0.3 (2019-06-16)
------------------

* Fixed the "run" command not being associated with the "install" command group

0.0.5 (2019-06-2019)
--------------------

* Added the environment config initialization (also connection to the database) to the start
  of every command.

0.0.6 (2019-06-2019)
--------------------

* Added the "login" command to the main command group, as it was previously missing

0.0.7 (2019-06-2019)
--------------------

* Added the "update" command to the main command group


