Metadata-Version: 2.1
Name: riffaraffa
Version: 0.2.0
Summary: La riffa e la raffa python package.
Home-page: https://github.com/robertopreste/riffaraffa
Author: Roberto Preste
Author-email: robertopreste@gmail.com
License: MIT license
Keywords: riffaraffa
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: Click
Requires-Dist: sqlalchemy

==========
riffaraffa
==========


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

.. image:: https://www.repostatus.org/badges/latest/wip.svg
    :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
    :target: https://www.repostatus.org/#wip

.. image:: https://travis-ci.com/robertopreste/riffaraffa.svg?branch=master
        :target: https://travis-ci.com/robertopreste/riffaraffa

.. image:: https://circleci.com/gh/robertopreste/riffaraffa.svg?style=svg
        :target: https://circleci.com/gh/robertopreste/riffaraffa

.. image:: https://codecov.io/gh/robertopreste/riffaraffa/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/robertopreste/riffaraffa

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


.. image:: https://pyup.io/repos/github/robertopreste/riffaraffa/shield.svg
     :target: https://pyup.io/repos/github/robertopreste/riffaraffa/
     :alt: Updates

.. image:: https://pyup.io/repos/github/robertopreste/riffaraffa/python-3-shield.svg
     :target: https://pyup.io/repos/github/robertopreste/riffaraffa/
     :alt: Python 3



.. image:: https://pepy.tech/badge/riffaraffa
    :target: https://pepy.tech/project/riffaraffa
    :alt: Downloads

.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
   :target: https://saythanks.io/to/robertopreste


La riffa e la raffa python package.


* Free software: MIT license
* Documentation: https://riffaraffa.readthedocs.io
* GitHub repo: https://github.com/robertopreste/riffaraffa


Features
========

* Show available movies
* Randomly choose a movie to watch
* Add a new movie to the list

Usage
=====

Commands::

  add     Add a movie to the database.
  choose  Choose a movie from the list.
  show    Show available movies from the database.


Installation
============

``pip install riffaraffa``

Credits
=======

This package was created with Cookiecutter_ and the `cc-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cc-pypackage`: https://github.com/robertopreste/cc-pypackage
.. _Usage: https://riffaraffa.readthedocs.io/en/latest/usage.html
.. _Installation: https://riffaraffa.readthedocs.io/en/latest/installation.html


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

0.1.0 (2019-11-06)
==================

* First release.

0.2.0 (2020-04-28)
==================

* Refactor to use GSheet to keep track of movies.


