{ "info": { "author": "Ross Delinger", "author_email": "rossdylan@csh.rit.edu", "bugtrack_url": null, "classifiers": [], "description": "Helixoide Service Discovery\n\nReally Really Simple service discovery using multicast.\nIt does nothing else.\n\nusage:\n./setup.py install\n\n\"\"\"On the server providing a service\"\"\"\nimport hxsd\nprovider = hxsd.serviceProvider(\"multicast-group\",port)\nmaService = hxsd.service(\"AWESOME SERVICE\", 31337)\nprovider.addService(maService)\nprovider.start()\n\n\"\"\"On the client looking for a service\"\"\"\nimport hxsd\nfinder = hxsd.serviceFinder(\"multicast-group\",port)\nservices = finder.search(\"AWESOME SERVICE\")\nprint services\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rossdylan/Helixode-SD", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "hxsd", "package_url": "https://pypi.org/project/hxsd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hxsd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rossdylan/Helixode-SD" }, "release_url": "https://pypi.org/project/hxsd/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple Service discovering library", "version": "0.1.0" }, "last_serial": 793145, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c7cfce2a68bcc4e62d119d8383900713", "sha256": "2a921bd1dc037c645671e0724ae3f0976f23b9dca64d677fafe15864f1323cba" }, "downloads": -1, "filename": "hxsd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c7cfce2a68bcc4e62d119d8383900713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2307, "upload_time": "2012-08-01T18:33:27", "url": "https://files.pythonhosted.org/packages/62/39/d499b4845372a611e1f709f8da80f73dc262f633a33d58dc849684bac126/hxsd-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7cfce2a68bcc4e62d119d8383900713", "sha256": "2a921bd1dc037c645671e0724ae3f0976f23b9dca64d677fafe15864f1323cba" }, "downloads": -1, "filename": "hxsd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c7cfce2a68bcc4e62d119d8383900713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2307, "upload_time": "2012-08-01T18:33:27", "url": "https://files.pythonhosted.org/packages/62/39/d499b4845372a611e1f709f8da80f73dc262f633a33d58dc849684bac126/hxsd-0.1.0.tar.gz" } ] }