You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
Metadata-Version: 1.1
|
|
Name: pyOSC
|
|
Version: 0.3.6-6382
|
|
Summary: Simple OpenSoundControl module in Pure Python
|
|
Home-page: http://trac.v2.nl/wiki/pyOSC
|
|
Author: Stock
|
|
Author-email: stock@v2.nl
|
|
License: GNU Lesser General Public License
|
|
Download-URL: http://pypi.python.org/packages/source/p/pyOSC
|
|
Description: Simple OpenSoundControl module in Pure Python. Replaces the 'SimpleOSC' module.
|
|
This implementation is intended to still be 'Simple' to the user, but much more complete
|
|
(with OSCServer & OSCClient classes) and much more powerful
|
|
(the OSCMultiClient supports subscriptions & message-filtering,
|
|
OSCMessage & OSCBundle are now proper container-types)
|
|
This is a 'Pure Python' implementation, intended to be simple and transparent.
|
|
If you ar looking for a FAST OSC-implementaion, try the 'pyliblo' package
|
|
Keywords: OSC,OpenSoundControl
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 4 - Beta
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Intended Audience :: Science/Research
|
|
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Topic :: Artistic Software
|
|
Classifier: Topic :: Communications
|
|
Classifier: Topic :: Other/Nonlisted Topic
|
|
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
|
|
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
|
|
Classifier: Topic :: Software Development :: Libraries
|
|
Classifier: Topic :: System :: Networking
|
|
Obsoletes: SimpleOSC
|