Metadata-Version: 1.1
Name: mcastsocket
Version: 1.0.1
Summary: Provides a simple interface for configuring multicast socket services
Home-page: https://github.com/mcfletch/mcastsocket
Author: Mike C. Fletcher
Author-email: mcfletch@vrplumber.com
License: LGPL
Description: ===============================
        Multicast Socket
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/mcastsocket.svg
                :target: https://pypi.python.org/pypi/mcastsocket
        
        .. image:: https://img.shields.io/travis/mcfletch/mcastsocket.svg
                :target: https://travis-ci.org/mcfletch/mcastsocket
        
        
        Provides a simple interface for configuring multicast socket services
        
        * Free software: LGPL 2.1 license 
        
        Sample Usage
        ------------
        
        See `docs/sample.py <docs/sample.py>`_
        
        .. literalinclude:: docs/sample.py
            :language: python 
            :linenos:
        
        Migrating from `zeroconf.mcastsocket`
        --------------------------------------
        
        If you've been using the `forked zeroconf mcastsocket module <https://github.com/mcfletch/pyzeroconf>`_, just update your 
        imports from::
        
            from zeroconf import mcastsocket 
        
        to::
        
            from mcastsocket import mcastsocket 
        
        and your code should continue to work.
        
        Credits
        ---------
        
        The original "how to work with multicast" code comes from PyZeroconf. The mcastsocket
        module is largely new-code, but it does derive from the original PyZeroconf, so retains
        its license (LGPL).
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        1.0.0 (2016-04-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: mcastsocket
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
