Metadata-Version: 2.0
Name: fip
Version: 0.2.5
Summary: Read and extract current music information played on Fip            radio station.
Home-page: https://github.com/mattberjon/fip
Author: Matthieu Berjon
Author-email: matthieu@berjon.net
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Keywords: fip
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: requests (>=2.13.0)

===============================
FIP music
===============================

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

.. image:: https://img.shields.io/travis/mattberjon/fip.svg
        :target: https://travis-ci.org/mattberjon/fip

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

.. image:: https://pyup.io/repos/github/mattberjon/fip/shield.svg
     :target: https://pyup.io/repos/github/mattberjon/fip/
     :alt: Updates

.. image:: https://coveralls.io/repos/github/mattberjon/fip/badge.svg?branch=master
     :target: https://coveralls.io/github/mattberjon/fip?branch=master
     :alt: Coverage status

.. image:: https://img.shields.io/pypi/v/fip.svg
    :target: https://pypi.python.org/pypi/fip/
    :alt: Pypi version


Read the current and next track played on FIP radio

**WARNING: at this early stage of the development, don't even think about any
backward compatibility.**

* Free software: Apache Software License 2.0
* Documentation: https://fip.readthedocs.io.

Usage
-----

.. code-block:: console

  # Get the information on the current song played
  $ fip --current-song

  # Get the information on the next song being played
  $ fip --next-song

  # Get the help
  $ fip --help

For more information, you can refer to the documentation of the project.


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

0.2.5 (2018-02-27)
------------------

Changed
^^^^^^^

- usage part in the README file (removal of the 'save' command)

Fixed
^^^^^

- documentation installation update
- correct renaming of get_data method 

0.2.4 (2017-11-27)
------------------

Added
^^^^^

- timestamp to date function
- get the keys from the JSON flow

Changed
^^^^^^^

- documentation update (available keys in the JSON flow)
- request_data() renamed into get_data() method
- display function CLI

Deprecated
^^^^^^^^^^

Removed
^^^^^^^

- None

Fixed
^^^^^

- None

Security
^^^^^^^^

- None

0.2.1 (2017-02-26)
------------------

- Fix display bug (#1)


0.2.0 (2017-02-24)
------------------

- Get the current song information
- Get the next song information
- Display information in the cli

0.1.0 (2017-02-24)
------------------

* First release on PyPI.


