Metadata-Version: 2.1
Name: py30303-disc
Version: 0.1.1
Summary: UDP 30303 Network discovery library.
Home-page: https://github.com/garbled1/py30303_disc
Author: Tim Rightnour
Author-email: the@garbled.one
License: Apache 2.0
Project-URL: webpage, https://github.com/garbled1/py30303_disc
Project-URL: Documentation, https://py30303_disc.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/garbled1/py30303_disc/blob/master/docs/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/garbled1/py30303_disc/issues
Project-URL: Discussion Forum, https://github.com/garbled1/py30303_disc/discussions
Description: ==================================
        Python UDP 30303 Discovery Library
        ==================================
        
        .. image:: https://github.com/garbled1/py30303_disc/workflows/Tests/badge.svg?branch=master
            :target: https://github.com/garbled1/py30303_disc/actions?workflow=Tests
            :alt: Test Status
        
        .. image:: https://github.com/garbled1/py30303_disc/workflows/Package%20Build/badge.svg?branch=master
            :target: https://github.com/garbled1/py30303_disc/actions?workflow=Package%20Build
            :alt: Package Build
        
        .. image:: https://codecov.io/gh/garbled1/py30303_disc/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/garbled1/py30303_disc
            :alt: Codecov
        
        .. image:: https://img.shields.io/readthedocs/py30303_disc/latest?label=Read%20the%20Docs
            :target: https://py30303_disc.readthedocs.io/en/latest/index.html
            :alt: Read the Docs
        
        Summary
        =======
        
        An async python library to perform UDP 30303 network discovery
        
        
        Issues and Discussions
        ======================
        
        As usual in any GitHub based project, raise an issue if you find any bug or room for improvement (certainly there are many), or open a discussion (new feature!!) if you want to discuss or talk :-)
        
        
        Version
        =======
        
        v0.1.1
        
        
        Changelog
        =========
        
        v0.1.1 (2021-11-13)
        ------------------------------------------------------------
        
        v0.1.0 (2021-11-13)
        -------------------
        
        * First release on PyPI.
        
Keywords: udp,discovery,30303
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6, <3.10
Description-Content-Type: text/x-rst
