• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H14-Apr-2015-695533

examples/H14-Apr-2015-15597

pyliblo.egg-info/H03-May-2022-1110

scripts/H14-Apr-2015-192112

src/H14-Apr-2015-1,175970

test/H14-Apr-2015-302230

COPYINGH A D04-Jun-201425.8 KiB505418

MANIFEST.inH A D15-Mar-2015281 1514

NEWSH A D14-Apr-20154.1 KiB12486

PKG-INFOH A D14-Apr-2015257 1110

READMEH A D15-Mar-2015639 3017

setup.cfgH A D14-Apr-201559 64

setup.pyH A D14-Apr-20151.7 KiB7661

README

1pyliblo - Python bindings for the liblo OSC library
2
3Copyright (C) 2007-2015  Dominic Sacré  <dominic.sacre@gmx.de>
4
5http://das.nasophon.de/pyliblo/
6
7
8Requirements:
9=============
10
11* Python >= 2.6 (also works with 3.x) [http://www.python.org/]
12* Cython [http://www.cython.org/]
13* liblo >= 0.27 [http://liblo.sourceforge.net/]
14
15
16Installation:
17=============
18
19./setup.py build
20./setup.py install
21
22This will install both the python module and the send_osc/dump_osc scripts.
23
24
25Documentation:
26==============
27
28See http://dsacre.github.io/pyliblo/doc/ for API documentation.
29The 'examples' directory in the source tree contains some example code.
30