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.
|
- Metadata-Version: 2.1
- Name: Flask-SocketIO
- Version: 4.2.1
- Summary: Socket.IO integration for Flask applications
- Home-page: http://github.com/miguelgrinberg/Flask-SocketIO/
- Author: Miguel Grinberg
- Author-email: miguelgrinberg50@gmail.com
- License: MIT
- Platform: any
- Classifier: Environment :: Web Environment
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Operating System :: OS Independent
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 3
- Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Requires-Dist: Flask (>=0.9)
- Requires-Dist: python-socketio (>=4.3.0)
-
-
- Flask-SocketIO
- --------------
-
- Socket.IO integration for Flask applications.
-
|