Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-websockets-8.1-1.mga8 RPM for i586

From Mageia 8 for i586 / media / core / release

Name: python3-websockets Distribution: Mageia
Version: 8.1 Vendor: Mageia.Org
Release: 1.mga8 Build date: Fri Jan 15 18:21:12 2021
Group: Development/Python Build host: localhost
Size: 506566 Source RPM: python-websockets-8.1-1.mga8.src.rpm
Packager: pterjan <pterjan>
Url: https://pypi.python.org/pypi/websockets
Summary: An implementation of the WebSocket Protocol for python with asyncio
websockets is a library for developing WebSocket servers and clients in
Python. It implements RFC 6455 with a focus on correctness and simplicity. It
passes the Autobahn Testsuite.

Built on top of Python’s asynchronous I/O support introduced in PEP 3156, it
provides an API based on coroutines, making it easy to write highly concurrent
applications.

Provides

Requires

License

BSD

Changelog

* Fri Jan 15 2021 pterjan <pterjan> 8.1-1.mga8
  + Revision: 1671905
  - Mageiaize
  - imported package python-websockets

Files

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/4fa2bc1f630328154d9106609dd615df118733
/usr/lib/python3.8/site-packages/websockets
/usr/lib/python3.8/site-packages/websockets-8.1-py3.8.egg-info
/usr/lib/python3.8/site-packages/websockets-8.1-py3.8.egg-info/PKG-INFO
/usr/lib/python3.8/site-packages/websockets-8.1-py3.8.egg-info/SOURCES.txt
/usr/lib/python3.8/site-packages/websockets-8.1-py3.8.egg-info/dependency_links.txt
/usr/lib/python3.8/site-packages/websockets-8.1-py3.8.egg-info/not-zip-safe
/usr/lib/python3.8/site-packages/websockets-8.1-py3.8.egg-info/top_level.txt
/usr/lib/python3.8/site-packages/websockets/__init__.py
/usr/lib/python3.8/site-packages/websockets/__main__.py
/usr/lib/python3.8/site-packages/websockets/__pycache__
/usr/lib/python3.8/site-packages/websockets/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/__main__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/__main__.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/auth.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/auth.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/client.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/client.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/exceptions.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/exceptions.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/framing.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/framing.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/handshake.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/handshake.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/headers.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/headers.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/http.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/http.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/protocol.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/protocol.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/server.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/server.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/typing.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/typing.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/uri.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/uri.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/utils.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/utils.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/version.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/__pycache__/version.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/auth.py
/usr/lib/python3.8/site-packages/websockets/client.py
/usr/lib/python3.8/site-packages/websockets/exceptions.py
/usr/lib/python3.8/site-packages/websockets/extensions
/usr/lib/python3.8/site-packages/websockets/extensions/__init__.py
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__/base.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__/base.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__/permessage_deflate.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/websockets/extensions/__pycache__/permessage_deflate.cpython-38.pyc
/usr/lib/python3.8/site-packages/websockets/extensions/base.py
/usr/lib/python3.8/site-packages/websockets/extensions/permessage_deflate.py
/usr/lib/python3.8/site-packages/websockets/framing.py
/usr/lib/python3.8/site-packages/websockets/handshake.py
/usr/lib/python3.8/site-packages/websockets/headers.py
/usr/lib/python3.8/site-packages/websockets/http.py
/usr/lib/python3.8/site-packages/websockets/protocol.py
/usr/lib/python3.8/site-packages/websockets/py.typed
/usr/lib/python3.8/site-packages/websockets/server.py
/usr/lib/python3.8/site-packages/websockets/speedups.cpython-38-i386-linux-gnu.so
/usr/lib/python3.8/site-packages/websockets/typing.py
/usr/lib/python3.8/site-packages/websockets/uri.py
/usr/lib/python3.8/site-packages/websockets/utils.py
/usr/lib/python3.8/site-packages/websockets/version.py
/usr/share/doc/python3-websockets
/usr/share/doc/python3-websockets/README.rst
/usr/share/licenses/python3-websockets
/usr/share/licenses/python3-websockets/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:22:09 2024