Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

51 строка
1.8KB

  1. Metadata-Version: 2.1
  2. Name: python-engineio
  3. Version: 3.9.3
  4. Summary: Engine.IO server
  5. Home-page: http://github.com/miguelgrinberg/python-engineio/
  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. Provides-Extra: asyncio_client
  21. Requires-Dist: aiohttp (>=3.4) ; extra == 'asyncio_client'
  22. Requires-Dist: websockets (>=7.0) ; extra == 'asyncio_client'
  23. Provides-Extra: client
  24. Requires-Dist: requests (>=2.21.0) ; extra == 'client'
  25. Requires-Dist: websocket-client (>=0.54.0) ; extra == 'client'
  26. python-engineio
  27. ===============
  28. .. image:: https://travis-ci.org/miguelgrinberg/python-engineio.svg?branch=master
  29. :target: https://travis-ci.org/miguelgrinberg/python-engineio
  30. Python implementation of the `Engine.IO`_ realtime client and server.
  31. Resources
  32. ---------
  33. - `Documentation`_
  34. - `PyPI`_
  35. - `Change Log`_
  36. - Questions? See the `questions`_ others have asked on Stack Overflow, or `ask`_ your own question.
  37. .. _Engine.IO: https://github.com/socketio/engine.io
  38. .. _Documentation: https://python-engineio.readthedocs.io/en/latest/
  39. .. _PyPI: https://pypi.python.org/pypi/python-engineio
  40. .. _Change Log: https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md
  41. .. _questions: https://stackoverflow.com/questions/tagged/python-socketio
  42. .. _ask: https://stackoverflow.com/questions/ask?tags=python+python-socketio