mit neuen venv und exe-Files

This commit is contained in:
2024-11-03 17:26:54 +01:00
parent 07c05a338a
commit 0c373ff593
15115 changed files with 1998469 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
Metadata-Version: 2.1
Name: bottle-websocket
Version: 0.2.9
Summary: WebSockets for bottle
Home-page: https://github.com/zeekay/bottle-websocket
Author: Zach Kelling
Author-email: zk@monoid.io
License: MIT
Keywords: bottle websockets
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: bottle
Requires-Dist: gevent-websocket
Easy websockets for bottle.

View File

@@ -0,0 +1,11 @@
bottle_websocket-0.2.9.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
bottle_websocket-0.2.9.dist-info/METADATA,sha256=QWYl6QNY2hAsQ3oEvI-tt_w2RBYzkGM0UV_qU0riQ5M,699
bottle_websocket-0.2.9.dist-info/RECORD,,
bottle_websocket-0.2.9.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
bottle_websocket-0.2.9.dist-info/top_level.txt,sha256=5SxvYMg9XeXZ_4hNF8BqkrVA_y7xxn6NiQeAZTgQX88,17
bottle_websocket/__init__.py,sha256=s9jLTnrdWMUO0v8ivudk9OXD8AtxwSFDalqgiNESz8I,144
bottle_websocket/__pycache__/__init__.cpython-312.pyc,,
bottle_websocket/__pycache__/plugin.cpython-312.pyc,,
bottle_websocket/__pycache__/server.cpython-312.pyc,,
bottle_websocket/plugin.py,sha256=1S47aU6w5diHtnfuIqtcHy5NRGJ5uemBHAqI6CU3CqE,180
bottle_websocket/server.py,sha256=-41Q6cHZuj_Vc_M0BLrSPLRR9T0VWAKtWoQ4DZheL5Y,591

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (75.3.0)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1 @@
bottle_websocket