new ip
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: websocket
|
||||
Version: 0.2.1
|
||||
Summary: Websocket implementation for gevent
|
||||
Home-page: http://pypi.python.org/pypi/websocket
|
||||
Author: UNKNOWN
|
||||
Author-email: UNKNOWN
|
||||
License: UNKNOWN
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Topic :: Internet
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
@@ -0,0 +1,22 @@
|
||||
LICENSE
|
||||
MANIFEST.in
|
||||
flash.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
examples/chat.html
|
||||
examples/chat.py
|
||||
examples/follower.html
|
||||
examples/follower.py
|
||||
examples/json.js
|
||||
websocket/__init__.py
|
||||
websocket/policyserver.py
|
||||
websocket/server.py
|
||||
websocket.egg-info/PKG-INFO
|
||||
websocket.egg-info/SOURCES.txt
|
||||
websocket.egg-info/dependency_links.txt
|
||||
websocket.egg-info/not-zip-safe
|
||||
websocket.egg-info/requires.txt
|
||||
websocket.egg-info/top_level.txt
|
||||
websocket/data/WebSocketMain.swf
|
||||
websocket/data/__init__.py
|
||||
websocket/data/flashsocket.js
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
../websocket/__init__.py
|
||||
../websocket/__pycache__/__init__.cpython-38.pyc
|
||||
../websocket/__pycache__/policyserver.cpython-38.pyc
|
||||
../websocket/__pycache__/server.cpython-38.pyc
|
||||
../websocket/data/WebSocketMain.swf
|
||||
../websocket/data/__init__.py
|
||||
../websocket/data/__pycache__/__init__.cpython-38.pyc
|
||||
../websocket/data/flashsocket.js
|
||||
../websocket/policyserver.py
|
||||
../websocket/server.py
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
not-zip-safe
|
||||
requires.txt
|
||||
top_level.txt
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
gevent
|
||||
greenlet
|
||||
@@ -0,0 +1 @@
|
||||
websocket
|
||||
Reference in New Issue
Block a user