Metadata-Version: 2.1
Name: spotify-sputils
Version: 0.1.0
Summary: A collection of spotify utilities, designed to be used in conjunction with other shell utilities.
Home-page: https://github.com/shanedabes/sputils
Author: Shane Donohoe
Author-email: shane@donohoe.cc
License: Apache Software License 2.0
Keywords: sputils
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: ConfigArgParse (==0.14.0)
Requires-Dist: PyYAML (==5.1)
Requires-Dist: spotipy (==2.4.4)

=======
sputils
=======


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

.. image:: https://img.shields.io/travis/shanedabes/sputils.svg
        :target: https://travis-ci.org/shanedabes/sputils

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


.. image:: https://pyup.io/repos/github/shanedabes/sputils/shield.svg
     :target: https://pyup.io/repos/github/shanedabes/sputils/
     :alt: Updates



A collection of spotify utilities, designed to be used in conjunction with other shell utilities.


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


Features
--------

* Output spotify collection information:
    * Albums
    * Tracks
* Format output as:
    * json
    * lines
    * yaml

Install
-------

sputils can be installed using:

* pip
* AUR

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.1.0 (2019-05-27)
------------------

* First release on PyPI.


