Metadata-Version: 2.0
Name: greyupnp
Version: 0.3
Summary: Not **all** the Python UPnP tools you could ever want. But some.
Home-page: https://github.com/the-allanc/greyupnp/
Author: Allan Crooks
Author-email: allan@increment.one
License: MIT
Keywords: upnp,ssdp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7
Requires-Dist: crookbook (>=0.0.6)
Requires-Dist: requests
Requires-Dist: six
Provides-Extra: docs
Requires-Dist: allanc-sphinx[yeen] (>=0.2); extra == 'docs'
Requires-Dist: collective.checkdocs; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2); extra == 'docs'
Requires-Dist: rst.linker (>=1.9); extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (>=2.8); extra == 'testing'
Requires-Dist: pytest-sugar; extra == 'testing'

.. _repository: https://github.com/the-allanc/greyupnp/
.. _documentation: https://greyupnp.readthedocs.io/en/stable/
.. _pypi: https://pypi.python.org/pypi/greyupnp
.. _coveralls: https://coveralls.io/github/the-allanc/greyupnp
.. _license: https://github.com/the-allanc/greyupnp/master/LICENSE.txt
.. _travis: https://travis-ci.org/the-allanc/greyupnp
.. _codeclimate: https://codeclimate.com/github/the-allanc/greyupnp

.. |Build Status| image:: https://img.shields.io/travis/the-allanc/greyupnp.svg?colorB=9f9f9f
    :target: travis_
    :alt: Build Status
.. |Coverage| image:: https://img.shields.io/coveralls/the-allanc/greyupnp.svg?colorB=9f9f9f
    :target: coveralls_
    :alt: Coverage
.. |Docs| image:: https://img.shields.io/badge/docs-stable-lightgrey.svg
    :target: documentation_
    :alt: Docs
.. |Release Version| image:: https://img.shields.io/pypi/pyversions/greyupnp.svg?colorB=9f9f9f
    :target: pypi_
    :alt: Release Version
.. |Python Version| image:: https://img.shields.io/pypi/v/greyupnp.svg?colorB=9f9f9f
    :target: pypi_
    :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/greyupnp.svg?colorB=9f9f9f
    :target: license_
    :alt: License
.. |Code Climate| image:: https://img.shields.io/codeclimate/issues/github/the-allanc/greyupnp.svg?colorB=9f9f9f
    :target: codeclimate_
    :alt: Code Climate

|Docs| |Release Version| |Python Version| |License| |Build Status| |Coverage| |Code Climate|

.. all-content-above-will-be-included-in-sphinx-docs

You can browse the source code and file bug reports at the project repository_. Full documentation can be found `here`__.

__ documentation_

