51 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Metadata-Version: 2.1
 | 
						|
Name: python-engineio
 | 
						|
Version: 4.2.1
 | 
						|
Summary: Engine.IO server and client for Python
 | 
						|
Home-page: https://github.com/miguelgrinberg/python-engineio
 | 
						|
Author: Miguel Grinberg
 | 
						|
Author-email: miguel.grinberg@gmail.com
 | 
						|
License: UNKNOWN
 | 
						|
Project-URL: Bug Tracker, https://github.com/miguelgrinberg/python-engineio/issues
 | 
						|
Platform: UNKNOWN
 | 
						|
Classifier: Environment :: Web Environment
 | 
						|
Classifier: Intended Audience :: Developers
 | 
						|
Classifier: Programming Language :: Python :: 3
 | 
						|
Classifier: License :: OSI Approved :: MIT License
 | 
						|
Classifier: Operating System :: OS Independent
 | 
						|
Requires-Python: >=3.6
 | 
						|
Description-Content-Type: text/markdown
 | 
						|
License-File: LICENSE
 | 
						|
Provides-Extra: asyncio_client
 | 
						|
Requires-Dist: aiohttp (>=3.4) ; extra == 'asyncio_client'
 | 
						|
Provides-Extra: client
 | 
						|
Requires-Dist: requests (>=2.21.0) ; extra == 'client'
 | 
						|
Requires-Dist: websocket-client (>=0.54.0) ; extra == 'client'
 | 
						|
 | 
						|
python-engineio
 | 
						|
===============
 | 
						|
 | 
						|
[](https://github.com/miguelgrinberg/python-engineio/actions) [](https://codecov.io/gh/miguelgrinberg/python-engineio)
 | 
						|
 | 
						|
Python implementation of the `Engine.IO`_ realtime client and server.
 | 
						|
 | 
						|
Sponsors
 | 
						|
--------
 | 
						|
 | 
						|
The following organizations are funding this project:
 | 
						|
 | 
						|
<br>[Socket.IO](https://socket.io)  | [Add your company here!](https://github.com/sponsors/miguelgrinberg)|
 | 
						|
-|-
 | 
						|
 | 
						|
Many individual sponsors also support this project through small ongoing contributions. Why not [join them](https://github.com/sponsors/miguelgrinberg)?
 | 
						|
 | 
						|
Resources
 | 
						|
---------
 | 
						|
 | 
						|
-  [Documentation](https://python-engineio.readthedocs.io/en/latest/)
 | 
						|
-  [PyPI](https://pypi.python.org/pypi/python-engineio)
 | 
						|
-  [Change Log](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md)
 | 
						|
-  Questions? See the [questions](https://stackoverflow.com/questions/tagged/python-socketio) others have asked on Stack Overflow, or [ask](https://stackoverflow.com/questions/ask?tags=python+python-socketio) your own question.
 | 
						|
 | 
						|
 |