Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
docs: Link to CFFI from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jun 1, 2015
1 parent b6ccb77 commit 8c9437a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Expand Up @@ -9,11 +9,12 @@ 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.6+ and PyPy3 2.6+.
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.
pyspotify use `CFFI <https://cffi.readthedocs.org/>`_ 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.6+ and PyPy3 2.6+. 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
Expand Down

0 comments on commit 8c9437a

Please sign in to comment.