{ "info": { "author": "Mike C. Fletcher", "author_email": "mcfletch@vrplumber.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nMulticast Socket\n===============================\n\n.. image:: https://img.shields.io/pypi/v/mcastsocket.svg\n :target: https://pypi.python.org/pypi/mcastsocket\n\n.. image:: https://img.shields.io/travis/mcfletch/mcastsocket.svg\n :target: https://travis-ci.org/mcfletch/mcastsocket\n\n\nProvides a simple interface for configuring multicast socket services\n\n* Free software: LGPL 2.1 license \n\nSample Usage\n------------\n\nSee `docs/sample.py `_\n\n.. literalinclude:: docs/sample.py\n :language: python \n :linenos:\n\nMigrating from `zeroconf.mcastsocket`\n--------------------------------------\n\nIf you've been using the `forked zeroconf mcastsocket module `_, just update your \nimports from::\n\n from zeroconf import mcastsocket \n\nto::\n\n from mcastsocket import mcastsocket \n\nand your code should continue to work.\n\nCredits\n---------\n\nThe original \"how to work with multicast\" code comes from PyZeroconf. The mcastsocket\nmodule is largely new-code, but it does derive from the original PyZeroconf, so retains\nits license (LGPL).\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n1.0.0 (2016-04-21)\n------------------\n\n* First release on PyPI.", "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/mcfletch/mcastsocket", "keywords": "mcastsocket", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "mcastsocket", "package_url": "https://pypi.org/project/mcastsocket/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mcastsocket/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mcfletch/mcastsocket" }, "release_url": "https://pypi.org/project/mcastsocket/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Provides a simple interface for configuring multicast socket services", "version": "1.0.1" }, "last_serial": 2313943, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "0f0ed92722d0f6c1290c57378e38cdd4", "sha256": "7acc4a5fcba57a94c2a2bebbce11f2b6d72e171c009aff5daf7af12ef0f0d9c4" }, "downloads": -1, "filename": "mcastsocket-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0f0ed92722d0f6c1290c57378e38cdd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15575, "upload_time": "2016-04-21T18:45:24", "url": "https://files.pythonhosted.org/packages/9a/a8/7dc6a0f529416a137a7c06174239acf6eeae2cf408dd9f27f8fae39c301a/mcastsocket-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5070b653b0ddffd08a16a9da1ec2de6b", "sha256": "e5c65fc4847bb630fe417d5b594721ba69451b6c6303d96bee007fa5ec9c51e7" }, "downloads": -1, "filename": "mcastsocket-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5070b653b0ddffd08a16a9da1ec2de6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15707, "upload_time": "2016-08-30T17:38:15", "url": "https://files.pythonhosted.org/packages/68/4a/53a3725d9c4a7bdfb71c0c86528a84b4c54a7bfefa64d72b86d55316dbc8/mcastsocket-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5070b653b0ddffd08a16a9da1ec2de6b", "sha256": "e5c65fc4847bb630fe417d5b594721ba69451b6c6303d96bee007fa5ec9c51e7" }, "downloads": -1, "filename": "mcastsocket-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5070b653b0ddffd08a16a9da1ec2de6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15707, "upload_time": "2016-08-30T17:38:15", "url": "https://files.pythonhosted.org/packages/68/4a/53a3725d9c4a7bdfb71c0c86528a84b4c54a7bfefa64d72b86d55316dbc8/mcastsocket-1.0.1.tar.gz" } ] }