File: README.md

package info (click to toggle)
pylibrespot-java 0.1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: python: 176; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 493 bytes parent folder | download
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
pylibrespot-java Python Library
===============================

version number: 0.1.0
author: Justin Wong

Overview
--------

A simple library to interface with a librespot-java server.

Installation / Usage
--------------------

To install use pip:

    $ pip install pylibrespot-java


Or clone the repo:

    $ git clone https://github.com/uvjustin/pylibrespot-java.git
    $ python setup.py install
    
Contributing
------------

TBD

Example
-------

TBD