{ "info": { "author": "Dominic Sacre", "author_email": "dominic.sacre@gmx.de", "bugtrack_url": null, "classifiers": [], "description": "# pyliblo3 \n\nThis is a fork of the original bindings for liblo, making it pip installable\n\n## Example\n\n\n### Simple Server\n\n```python\n\nimport liblo\nserver = liblo.Server(8080)\n\ndef test_handler(path, args, types, src):\n print(args)\n \nserver.add_method(\"/test\", None, test_handler)\n\nwhile True:\n server.recv(100)\n```\n\n\n## Dependencies\n\n* liblo >= 0.28\n\n\n## Installation\n\n\n### 1. Install liblo\n\n`liblo` must be installed previously\n\n#### Linux\n\nsudo apt install liblo-dev\n\n#### macOS\n\nbrew install liblo\n\n#### Windows\n\nSee http://liblo.sourceforge.net/README-platforms.html\n\n\n### 2. Install pyliblo3\n\n`pip install pyliblo3`\n\n\n-------\n\nOriginal README:\n\n\n\tpyliblo - Python bindings for the liblo OSC library\n\n\tCopyright (C) 2007-2011 Dominic Sacr\u00e9 \n\n\thttp://das.nasophon.de/pyliblo/\n\n\n\tTo install, run \"./setup.py build\", followed by \"./setup.py install\". This\n\twill install both the python module and the send_osc/dump_osc scripts.\n\n\tSee doc/API.html and doc/examples.html for API documentation and some\n\texample code.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gesellkammer/pyliblo3", "keywords": "", "license": "LGPL", "maintainer": "Eduardo Moguillansky", "maintainer_email": "eduardo.moguillansky@gmail.com", "name": "pyliblo3", "package_url": "https://pypi.org/project/pyliblo3/", "platform": "", "project_url": "https://pypi.org/project/pyliblo3/", "project_urls": { "Homepage": "https://github.com/gesellkammer/pyliblo3" }, "release_url": "https://pypi.org/project/pyliblo3/0.10.4/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Python bindings for the liblo OSC library", "version": "0.10.4" }, "last_serial": 5490806, "releases": { "0.10.2": [ { "comment_text": "", "digests": { "md5": "2fd995ed072aee7ff0477e3636b8352e", "sha256": "a30ebcb2663eb7caefa7268a01681ced87bd493c99807acff113c3839970a117" }, "downloads": -1, "filename": "pyliblo3-0.10.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2fd995ed072aee7ff0477e3636b8352e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 418923, "upload_time": "2019-07-05T10:08:39", "url": "https://files.pythonhosted.org/packages/c4/90/e112cf3ed745c3f178c025651a0692a360b957e7148c096848fae8697f0d/pyliblo3-0.10.2-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "edddb0747afb424b89b02473f1e3393e", "sha256": "aef928c6952b270107bc2e7dc9dedff7f02c43645cd759a49765ac9301b92e61" }, "downloads": -1, "filename": "pyliblo3-0.10.2.tar.gz", "has_sig": false, "md5_digest": "edddb0747afb424b89b02473f1e3393e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10348, "upload_time": "2019-07-05T10:08:11", "url": "https://files.pythonhosted.org/packages/39/37/86590ca0dcb9e7cd5f1a5d30936cdfe35e63aa04196aced12eec224c5616/pyliblo3-0.10.2.tar.gz" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "0855cbf5b78de7a31fec6e3d15dacc68", "sha256": "0d5bc4f087fcc9ddd1b5f5e0bfb5cda9104c710b8cbcafc5e5d9acd9945ea09b" }, "downloads": -1, "filename": "pyliblo3-0.10.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0855cbf5b78de7a31fec6e3d15dacc68", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 409922, "upload_time": "2019-07-05T10:43:00", "url": "https://files.pythonhosted.org/packages/12/b1/5e7e7a9680e1055f7f57e35f03743a08a12ea83294fb97d33cd498ad6600/pyliblo3-0.10.3-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "150740940c772c2e36338f056cc7334c", "sha256": "96ef79a8c43c54a5b2cc076d93e6e4a5fced558d9857c5864e771be2bd37d964" }, "downloads": -1, "filename": "pyliblo3-0.10.3.tar.gz", "has_sig": false, "md5_digest": "150740940c772c2e36338f056cc7334c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10705, "upload_time": "2019-07-05T10:44:06", "url": "https://files.pythonhosted.org/packages/99/00/8af49cb82eff21f6bd0e5452a7dfa987f73861c55ae19cd865b57bfd98a5/pyliblo3-0.10.3.tar.gz" } ], "0.10.4": [ { "comment_text": "", "digests": { "md5": "ceee7a95913c379d6a3e7849464e4a53", "sha256": "b3f7d776cd6403892d405c016caf875ac49775800c531c4850e4f44e69b155d4" }, "downloads": -1, "filename": "pyliblo3-0.10.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ceee7a95913c379d6a3e7849464e4a53", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 409925, "upload_time": "2019-07-05T10:45:28", "url": "https://files.pythonhosted.org/packages/27/ad/30051797068f5e2ef68f47b179407862e53832c9944e8780bfddf76e807d/pyliblo3-0.10.4-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6f3d71ac86fa1931674b2fcc0b652541", "sha256": "94da0125d4ab7bb6761fcbc5c128dba56d849ff359a82526c761c82afd247ba5" }, "downloads": -1, "filename": "pyliblo3-0.10.4.tar.gz", "has_sig": false, "md5_digest": "6f3d71ac86fa1931674b2fcc0b652541", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10711, "upload_time": "2019-07-05T10:45:25", "url": "https://files.pythonhosted.org/packages/3d/07/5d0ac93c4bd63923c5b9d0c51b55523e11b458cfe5f6bd694697b5c05382/pyliblo3-0.10.4.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "22f8026efef4dbea314dfabe7991af91", "sha256": "785113d287b9265f525648e8fb32f8ce0ac76eb18c35d451612e739b8c7901de" }, "downloads": -1, "filename": "pyliblo3-0.9.2.tar.gz", "has_sig": false, "md5_digest": "22f8026efef4dbea314dfabe7991af91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10063, "upload_time": "2019-07-05T05:43:17", "url": "https://files.pythonhosted.org/packages/d6/ae/fd004e9f90455c1568898936a7e3e1612cda9a6172b5c9ccdd644f4c1c3d/pyliblo3-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ceee7a95913c379d6a3e7849464e4a53", "sha256": "b3f7d776cd6403892d405c016caf875ac49775800c531c4850e4f44e69b155d4" }, "downloads": -1, "filename": "pyliblo3-0.10.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ceee7a95913c379d6a3e7849464e4a53", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 409925, "upload_time": "2019-07-05T10:45:28", "url": "https://files.pythonhosted.org/packages/27/ad/30051797068f5e2ef68f47b179407862e53832c9944e8780bfddf76e807d/pyliblo3-0.10.4-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6f3d71ac86fa1931674b2fcc0b652541", "sha256": "94da0125d4ab7bb6761fcbc5c128dba56d849ff359a82526c761c82afd247ba5" }, "downloads": -1, "filename": "pyliblo3-0.10.4.tar.gz", "has_sig": false, "md5_digest": "6f3d71ac86fa1931674b2fcc0b652541", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10711, "upload_time": "2019-07-05T10:45:25", "url": "https://files.pythonhosted.org/packages/3d/07/5d0ac93c4bd63923c5b9d0c51b55523e11b458cfe5f6bd694697b5c05382/pyliblo3-0.10.4.tar.gz" } ] }