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.

48 lines
1.6KB

  1. Metadata-Version: 2.0
  2. Name: pyserial
  3. Version: 3.5
  4. Summary: Python Serial Port Extension
  5. Home-page: https://github.com/pyserial/pyserial
  6. Author: Chris Liechti
  7. Author-email: cliechti@gmx.net
  8. License: BSD
  9. Platform: any
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Intended Audience :: End Users/Desktop
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Natural Language :: English
  15. Classifier: Operating System :: POSIX
  16. Classifier: Operating System :: Microsoft :: Windows
  17. Classifier: Operating System :: MacOS :: MacOS X
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 2
  20. Classifier: Programming Language :: Python :: 2.7
  21. Classifier: Programming Language :: Python :: 3
  22. Classifier: Programming Language :: Python :: 3.4
  23. Classifier: Programming Language :: Python :: 3.5
  24. Classifier: Programming Language :: Python :: 3.6
  25. Classifier: Programming Language :: Python :: 3.7
  26. Classifier: Programming Language :: Python :: 3.8
  27. Classifier: Topic :: Communications
  28. Classifier: Topic :: Software Development :: Libraries
  29. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  30. Classifier: Topic :: Terminals :: Serial
  31. Provides-Extra: cp2110
  32. Provides-Extra: cp2110
  33. Requires-Dist: hidapi; extra == 'cp2110'
  34. Python Serial Port Extension for Win32, OSX, Linux, BSD, Jython, IronPython
  35. Stable:
  36. - Documentation: http://pythonhosted.org/pyserial/
  37. - Download Page: https://pypi.python.org/pypi/pyserial
  38. Latest:
  39. - Documentation: http://pyserial.readthedocs.io/en/latest/
  40. - Project Homepage: https://github.com/pyserial/pyserial