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.

52 lines
1.9KB

  1. Metadata-Version: 2.1
  2. Name: python-socketio
  3. Version: 4.3.1
  4. Summary: Socket.IO server
  5. Home-page: http://github.com/miguelgrinberg/python-socketio/
  6. Author: Miguel Grinberg
  7. Author-email: miguelgrinberg50@gmail.com
  8. License: MIT
  9. Platform: any
  10. Classifier: Environment :: Web Environment
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  18. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  19. Requires-Dist: six (>=1.9.0)
  20. Requires-Dist: python-engineio (>=3.9.0)
  21. Provides-Extra: asyncio_client
  22. Requires-Dist: aiohttp (>=3.4) ; extra == 'asyncio_client'
  23. Requires-Dist: websockets (>=7.0) ; extra == 'asyncio_client'
  24. Provides-Extra: client
  25. Requires-Dist: requests (>=2.21.0) ; extra == 'client'
  26. Requires-Dist: websocket-client (>=0.54.0) ; extra == 'client'
  27. python-socketio
  28. ===============
  29. .. image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master
  30. :target: https://travis-ci.org/miguelgrinberg/python-socketio
  31. Python implementation of the `Socket.IO`_ realtime client and server.
  32. Resources
  33. ---------
  34. - `Documentation`_
  35. - `PyPI`_
  36. - `Change Log`_
  37. - Questions? See the `questions`_ others have asked on Stack Overflow, or `ask`_ your own question.
  38. .. _Socket.IO: https://github.com/socketio/socket.io
  39. .. _Documentation: http://python-socketio.readthedocs.io/en/latest/
  40. .. _PyPI: https://pypi.python.org/pypi/python-socketio
  41. .. _Change Log: https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md
  42. .. _questions: https://stackoverflow.com/questions/tagged/python-socketio
  43. .. _ask: https://stackoverflow.com/questions/ask?tags=python+python-socketio