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.

29 lines
873B

  1. Metadata-Version: 2.1
  2. Name: Flask-SocketIO
  3. Version: 4.2.1
  4. Summary: Socket.IO integration for Flask applications
  5. Home-page: http://github.com/miguelgrinberg/Flask-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: Flask (>=0.9)
  20. Requires-Dist: python-socketio (>=4.3.0)
  21. Flask-SocketIO
  22. --------------
  23. Socket.IO integration for Flask applications.