Metadata-Version: 2.4
Name: serversocket
Version: 0.1.0
Summary: A modern full-duplex communication protocol with multiplexing and backpressure
Author-email: CookieX-a <i-tec-i@outlook.com>
License: MIT
Keywords: websocket,realtime,networking,multiplexing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8
Requires-Dist: redis>=4.5
