1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
.. index::
single: Implementations
===============
Implementations
===============
A list of open source Pandora JSON API implementations.
.. csv-table::
:header: Name,Used in client,Language,API Version,Remarks
libpiano_, "pianobar_, pianod_", C,JSON v5,""
Pandora_, Hermes_, Objective-C,JSON v5,""
pydora_ (`PyPI`__), "`pydora player`_, pancake_, `mopidy-pandora`_", "Python", JSON v5,"Python 2.7+ and 3.3+ compatible"
`pithos.pandora`_, Pithos_, Python,JSON v5,""
PandoraSharp_, Elpis_, C#,JSON v5, Not to be confused with the `original PandoraSharp`_ (uses XMLRPC)
libpanda_, Mousiki_, Vala,JSON v5,""
gopiano_, , Go,JSON v5, ""
`WebService::Pandora`_, , Perl,JSON v5, "Perl 5.6+ compatible"
`Pandora.js`_, , Node.js,REST, ""
libepimetheus_, Epimetheus_, Dart/Flutter, REST, "For Android, macOS, and the Web."
.. _libpiano: https://github.com/PromyLOPh/pianobar/tree/master/src/libpiano
.. _pianobar: http://6xq.net/projects/pianobar/
.. _PandoraSharp: https://code.google.com/p/elpis-pandora-client/source/browse/#svn%2Ftrunk%2FLibs%2FPandoraSharp
.. _Elpis: http://www.adamhaile.net/projects/elpis/
.. _Pandora: https://github.com/HermesApp/Hermes/tree/master/Sources/Pandora
.. _Hermes: http://hermesapp.org/
.. _pithos.pandora: https://github.com/pithos/pithos/tree/master/pithos/pandora
.. _Pithos: https://pithos.github.io/
.. _`original PandoraSharp`: http://www.justin-credible.net/Projects/PandoraSharp
.. _pianod: http://deviousfish.com/pianod/
.. _libpanda: https://github.com/techwiz24/libpanda
.. _Mousiki: http://techwiz24.github.io/mousiki/
.. _gopiano: https://github.com/cellofellow/gopiano
.. _pydora: https://github.com/mcrute/pydora
.. _`pydora player`: https://github.com/mcrute/pydora/tree/master/pydora
.. _pancake: https://github.com/osum4est/pancake
.. _`mopidy-pandora`: https://github.com/rectalogic/mopidy-pandora
.. _`WebService::Pandora`: https://github.com/defc0n/WebService-Pandora
.. _`Pandora.js`: https://github.com/FireController1847/Pandora.js
.. _libepimetheus: https://github.com/EpimetheusMusicPlayer/Epimetheus/tree/dev/lib/libepimetheus
.. _Epimetheus: https://github.com/EpimetheusMusicPlayer/Epimetheus
__ http://pypi.python.org/pypi/pydora
|