Metadata-Version: 1.1
Name: pyspotify
Version: 2.0.0b3
Summary: Python wrapper for libspotify
Home-page: http://pyspotify.mopidy.com/
Author: Stein Magnus Jodal
Author-email: stein.magnus@jodal.no
License: Apache License, Version 2.0
Description: *********
        pyspotify
        *********
        
        pyspotify provides a Python interface to
        `Spotify's <http://www.spotify.com/>`__ online music streaming service.
        
        With pyspotify you can access music metadata, search in Spotify's library of
        20+ million tracks, manage your Spotify playlists, and play music from
        Spotify. All from your own Python applications.
        
        pyspotify use CFFI to make a pure Python wrapper around the official
        `libspotify <https://developer.spotify.com/technologies/libspotify/>`__
        library. It works on CPython 2.7 and 3.2+, as well as PyPy 2.1+. It is known
        to work on Linux and OS X. Windows support should be possible, but is awaiting
        a contributor with the interest and knowledge to maintain it.
        
        
        Project resources
        =================
        
        - `Documentation <http://pyspotify.mopidy.com/>`_
        - `Source code <https://github.com/mopidy/pyspotify>`_
        - `Issue tracker <https://github.com/mopidy/pyspotify/issues>`_
        - `CI server <https://travis-ci.org/mopidy/pyspotify>`_
        - `Download development snapshot <https://github.com/mopidy/pyspotify/archive/v2.x/develop.tar.gz#egg=pyspotify-dev>`_
        - IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
        - Mailing list: `mopidy@googlegroups.com <https://groups.google.com/forum/?fromgroups=#!forum/mopidy>`_
        
        .. image:: https://img.shields.io/pypi/v/pyspotify.svg?style=flat
            :target: https://pypi.python.org/pypi/pyspotify/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/pyspotify.svg?style=flat
            :target: https://pypi.python.org/pypi/pyspotify/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/travis/mopidy/pyspotify/v2.x/develop.svg?style=flat
            :target: https://travis-ci.org/mopidy/pyspotify
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/mopidy/pyspotify/v2.x/develop.svg?style=flat
           :target: https://coveralls.io/r/mopidy/pyspotify?branch=v2.x/develop
           :alt: Test coverage
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
