You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
739 B

4 years ago
  1. Metadata-Version: 2.1
  2. Name: uPnPClient
  3. Version: 0.0.8
  4. Summary: Python 2 and 3 library for accessing uPnP devices.
  5. Home-page: https://github.com/flyte/upnpclient
  6. Author: Ellis Percival
  7. Author-email: upnpclient@failcode.co.uk
  8. License: MIT
  9. Keywords: upnp
  10. Platform: UNKNOWN
  11. Classifier: Programming Language :: Python
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Natural Language :: English
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Topic :: Communications
  17. Classifier: Topic :: Home Automation
  18. Classifier: Topic :: System :: Networking
  19. Requires-Dist: requests
  20. Requires-Dist: six
  21. Requires-Dist: netdisco
  22. Requires-Dist: python-dateutil
  23. Requires-Dist: lxml
  24. UNKNOWN