Metadata-Version: 1.1
Name: txrudp
Version: 0.4.1
Summary: A Twisted extension implementing RUDP
Home-page: https://github.com/OpenBazaar/txrudp
Author: Nikolaos Korasidis
Author-email: renelvon@gmail.com
License: MIT
Description: txrudp
        ======
        
        |Build Status| |Code Health| |Coverage Status| |PyPI Status|
        
        Implementation of a Reliable UDP Protocol Layer over Twisted.
        
        This implementation makes no explicit effort to adhere to any published
        standard about RUDP (RFCs, etc).
        
        Installation
        ------------
        ::
        
            pip install txrudp
        
        In order to use encrypted connections, you need to install ``txrudp`` with
        the ``crypto`` extension:
        
        ::
        
            pip install txrudp[crypto]
        
        This extension denends on the ``PyNaCl`` package, and attempts to install it
        as part of the setup. Installation is known to fail on Windows. See
        `this <http://geroyblog.blogspot.gr/2015/03/compiling-and-using-pynacl-on-windows-7.html>`__
        about manually installing ``PyNaCl`` on Windows.
        
        Python 3 support
        ----------------
        Support for Python 3 will be made available as soon as the ``protobuf`` package officially
        supports Python 3.
        
        Resources
        ---------
        -  `Original node.js library <https://github.com/shovon/node-rudp>`__
        -  `Original port to Python <https://github.com/hoffmabc/python-rudp>`__
        -  `PyNaCl <https://pynacl.readthedocs.org/en/latest/public/>`__
        -  `Protobuf <https://developers.google.com/protocol-buffers/>`__
        
        License
        -------
        
        txrudp is released under the `MIT License <LICENSE>`__.
        
        .. |Build Status| image:: https://travis-ci.org/Renelvon/txrudp.svg?branch=master
           :target: https://travis-ci.org/Renelvon/txrudp
        .. |Code Health| image:: https://landscape.io/github/Renelvon/txrudp/master/landscape.svg?style=flat
           :target: https://landscape.io/github/Renelvon/txrudp/master
        .. |Coverage Status| image:: https://coveralls.io/repos/Renelvon/txrudp/badge.svg
           :target: https://coveralls.io/r/Renelvon/txrudp
        .. |PyPI Status| image:: https://badge.fury.io/py/txrudp.svg
           :target: http://badge.fury.io/py/txrudp
           :alt: Latest PyPI version
        
Keywords: rudp twisted reliable
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Networking
