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.

33 lines
1.3 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: pyzmq
  3. Version: 17.1.0
  4. Summary: Python bindings for 0MQ
  5. Home-page: https://pyzmq.readthedocs.org
  6. Author: Brian E. Granger, Min Ragan-Kelley
  7. Author-email: zeromq-dev@lists.zeromq.org
  8. License: LGPL+BSD
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Intended Audience :: Science/Research
  13. Classifier: Intended Audience :: System Administrators
  14. Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  15. Classifier: License :: OSI Approved :: BSD License
  16. Classifier: Operating System :: MacOS :: MacOS X
  17. Classifier: Operating System :: Microsoft :: Windows
  18. Classifier: Operating System :: POSIX
  19. Classifier: Topic :: System :: Networking
  20. Classifier: Programming Language :: Python :: 2
  21. Classifier: Programming Language :: Python :: 2.7
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.3
  24. Classifier: Programming Language :: Python :: 3.4
  25. Classifier: Programming Language :: Python :: 3.5
  26. Classifier: Programming Language :: Python :: 3.6
  27. Requires-Python: >=2.7,!=3.0*,!=3.1*,!=3.2*
  28. PyZMQ is the official Python binding for the ZeroMQ Messaging Library (http://www.zeromq.org).
  29. See `the docs <https://pyzmq.readthedocs.io>`_ for more info.