From 22f1ddea6f0629f110b00844fcc956e8e9282828 Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Sun, 27 May 2012 08:18:25 -0400 Subject: [PATCH] Removed generated files --- socketIO_client.egg-info/PKG-INFO | 55 ------------------- socketIO_client.egg-info/SOURCES.txt | 11 ---- socketIO_client.egg-info/dependency_links.txt | 1 - socketIO_client.egg-info/requires.txt | 1 - socketIO_client.egg-info/top_level.txt | 1 - socketIO_client.egg-info/zip-safe | 1 - 6 files changed, 70 deletions(-) delete mode 100644 socketIO_client.egg-info/PKG-INFO delete mode 100644 socketIO_client.egg-info/SOURCES.txt delete mode 100644 socketIO_client.egg-info/dependency_links.txt delete mode 100644 socketIO_client.egg-info/requires.txt delete mode 100644 socketIO_client.egg-info/top_level.txt delete mode 100644 socketIO_client.egg-info/zip-safe diff --git a/socketIO_client.egg-info/PKG-INFO b/socketIO_client.egg-info/PKG-INFO deleted file mode 100644 index 326b844..0000000 --- a/socketIO_client.egg-info/PKG-INFO +++ /dev/null @@ -1,55 +0,0 @@ -Metadata-Version: 1.0 -Name: socketIO-client -Version: 0.1 -Summary: Barebones socket.io client library -Home-page: https://github.com/invisibleroads/socketIO-client -Author: Roy Hyunjin Han -Author-email: starsareblueandfaraway@gmail.com -License: MIT -Description: socketIO.client - =============== - Here is a barebones `socket.io `_ client library for Python. - - Thanks to `rod `_ for his `StackOverflow question and answer `_, on which this code is based. - - Thanks also to `liris `_ for his `websocket-client `_ and to `guille `_ for the `socket.io specification `_. - - - Installation - ------------ - :: - - # Prepare isolated environment - ENV=$HOME/Projects/env - virtualenv $ENV - mkdir $ENV/opt - - # Activate isolated environment - source $ENV/bin/activate - - # Install package - easy_install -U socketIO-client - - - Usage - ----- - :: - - ENV=$HOME/Projects/env - source $ENV/bin/activate - python - - from socketIO import SocketIO - s = SocketIO('localhost', 8000) - s.emit('news', {'hello': 'world'}) - - - 0.1 - --- - - Wrapped code from `StackOverflow `_ - -Keywords: socket.io node.js -Platform: UNKNOWN -Classifier: Intended Audience :: Developers -Classifier: Programming Language :: Python -Classifier: License :: OSI Approved :: MIT License diff --git a/socketIO_client.egg-info/SOURCES.txt b/socketIO_client.egg-info/SOURCES.txt deleted file mode 100644 index 008eb59..0000000 --- a/socketIO_client.egg-info/SOURCES.txt +++ /dev/null @@ -1,11 +0,0 @@ -CHANGES.rst -MANIFEST.in -README.rst -setup.py -socketIO/__init__.py -socketIO_client.egg-info/PKG-INFO -socketIO_client.egg-info/SOURCES.txt -socketIO_client.egg-info/dependency_links.txt -socketIO_client.egg-info/requires.txt -socketIO_client.egg-info/top_level.txt -socketIO_client.egg-info/zip-safe \ No newline at end of file diff --git a/socketIO_client.egg-info/dependency_links.txt b/socketIO_client.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/socketIO_client.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/socketIO_client.egg-info/requires.txt b/socketIO_client.egg-info/requires.txt deleted file mode 100644 index 4126a48..0000000 --- a/socketIO_client.egg-info/requires.txt +++ /dev/null @@ -1 +0,0 @@ -websocket-client \ No newline at end of file diff --git a/socketIO_client.egg-info/top_level.txt b/socketIO_client.egg-info/top_level.txt deleted file mode 100644 index a815bbe..0000000 --- a/socketIO_client.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -socketIO diff --git a/socketIO_client.egg-info/zip-safe b/socketIO_client.egg-info/zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/socketIO_client.egg-info/zip-safe +++ /dev/null @@ -1 +0,0 @@ -