/usr/lib/python2.7/dist-packages/eventlet-0.13.0.egg-info/SOURCES.txt is in python-eventlet 0.13.0-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 | AUTHORS
LICENSE
MANIFEST.in
NEWS
README
README.twisted
setup.cfg
setup.py
doc/Makefile
doc/authors.rst
doc/basic_usage.rst
doc/common.txt
doc/conf.py
doc/design_patterns.rst
doc/environment.rst
doc/examples.rst
doc/history.rst
doc/hubs.rst
doc/index.rst
doc/modules.rst
doc/patching.rst
doc/ssl.rst
doc/testing.rst
doc/threading.rst
doc/zeromq.rst
doc/_build/html/_images/threading_illustration.png
doc/_build/html/_sources/authors.txt
doc/_build/html/_sources/basic_usage.txt
doc/_build/html/_sources/design_patterns.txt
doc/_build/html/_sources/environment.txt
doc/_build/html/_sources/examples.txt
doc/_build/html/_sources/history.txt
doc/_build/html/_sources/hubs.txt
doc/_build/html/_sources/index.txt
doc/_build/html/_sources/modules.txt
doc/_build/html/_sources/patching.txt
doc/_build/html/_sources/ssl.txt
doc/_build/html/_sources/testing.txt
doc/_build/html/_sources/threading.txt
doc/_build/html/_sources/zeromq.txt
doc/_build/html/_sources/modules/backdoor.txt
doc/_build/html/_sources/modules/corolocal.txt
doc/_build/html/_sources/modules/db_pool.txt
doc/_build/html/_sources/modules/debug.txt
doc/_build/html/_sources/modules/event.txt
doc/_build/html/_sources/modules/greenpool.txt
doc/_build/html/_sources/modules/greenthread.txt
doc/_build/html/_sources/modules/pools.txt
doc/_build/html/_sources/modules/queue.txt
doc/_build/html/_sources/modules/semaphore.txt
doc/_build/html/_sources/modules/timeout.txt
doc/_build/html/_sources/modules/websocket.txt
doc/_build/html/_sources/modules/wsgi.txt
doc/_build/html/_sources/modules/zmq.txt
doc/_build/html/_static/comment-bright.png
doc/_build/html/_static/comment-close.png
doc/_build/html/_static/comment.png
doc/_build/html/_static/down-pressed.png
doc/_build/html/_static/down.png
doc/_build/html/_static/file.png
doc/_build/html/_static/minus.png
doc/_build/html/_static/plus.png
doc/_build/html/_static/up-pressed.png
doc/_build/html/_static/up.png
doc/images/threading_illustration.png
doc/modules/backdoor.rst
doc/modules/corolocal.rst
doc/modules/db_pool.rst
doc/modules/debug.rst
doc/modules/event.rst
doc/modules/greenpool.rst
doc/modules/greenthread.rst
doc/modules/pools.rst
doc/modules/queue.rst
doc/modules/semaphore.rst
doc/modules/timeout.rst
doc/modules/websocket.rst
doc/modules/wsgi.rst
doc/modules/zmq.rst
eventlet/__init__.py
eventlet/api.py
eventlet/backdoor.py
eventlet/convenience.py
eventlet/corolocal.py
eventlet/coros.py
eventlet/db_pool.py
eventlet/debug.py
eventlet/event.py
eventlet/greenio.py
eventlet/greenpool.py
eventlet/greenthread.py
eventlet/patcher.py
eventlet/pool.py
eventlet/pools.py
eventlet/proc.py
eventlet/processes.py
eventlet/queue.py
eventlet/saranwrap.py
eventlet/semaphore.py
eventlet/timeout.py
eventlet/tpool.py
eventlet/util.py
eventlet/websocket.py
eventlet/wsgi.py
eventlet.egg-info/PKG-INFO
eventlet.egg-info/SOURCES.txt
eventlet.egg-info/dependency_links.txt
eventlet.egg-info/not-zip-safe
eventlet.egg-info/requires.txt
eventlet.egg-info/top_level.txt
eventlet/green/BaseHTTPServer.py
eventlet/green/CGIHTTPServer.py
eventlet/green/MySQLdb.py
eventlet/green/Queue.py
eventlet/green/SimpleHTTPServer.py
eventlet/green/SocketServer.py
eventlet/green/__init__.py
eventlet/green/_socket_nodns.py
eventlet/green/asynchat.py
eventlet/green/asyncore.py
eventlet/green/ftplib.py
eventlet/green/httplib.py
eventlet/green/os.py
eventlet/green/profile.py
eventlet/green/select.py
eventlet/green/socket.py
eventlet/green/ssl.py
eventlet/green/subprocess.py
eventlet/green/thread.py
eventlet/green/threading.py
eventlet/green/time.py
eventlet/green/urllib.py
eventlet/green/urllib2.py
eventlet/green/zmq.py
eventlet/green/OpenSSL/SSL.py
eventlet/green/OpenSSL/__init__.py
eventlet/green/OpenSSL/crypto.py
eventlet/green/OpenSSL/rand.py
eventlet/green/OpenSSL/tsafe.py
eventlet/green/OpenSSL/version.py
eventlet/hubs/__init__.py
eventlet/hubs/epolls.py
eventlet/hubs/hub.py
eventlet/hubs/kqueue.py
eventlet/hubs/poll.py
eventlet/hubs/pyevent.py
eventlet/hubs/selects.py
eventlet/hubs/timer.py
eventlet/hubs/twistedr.py
eventlet/support/__init__.py
eventlet/support/greendns.py
eventlet/support/greenlets.py
eventlet/support/psycopg2_patcher.py
eventlet/support/pylib.py
eventlet/support/stacklesspypys.py
eventlet/support/stacklesss.py
eventlet/twistedutil/__init__.py
eventlet/twistedutil/join_reactor.py
eventlet/twistedutil/protocol.py
eventlet/twistedutil/protocols/__init__.py
eventlet/twistedutil/protocols/basic.py
examples/chat_bridge.py
examples/chat_server.py
examples/connect.py
examples/distributed_websocket_chat.py
examples/echoserver.py
examples/feedscraper-testclient.py
examples/feedscraper.py
examples/forwarder.py
examples/producer_consumer.py
examples/recursive_crawler.py
examples/webcrawler.py
examples/websocket.html
examples/websocket.py
examples/websocket_chat.html
examples/websocket_chat.py
examples/wsgi.py
examples/zmq_chat.py
examples/zmq_simple.py
examples/twisted/twisted_client.py
examples/twisted/twisted_http_proxy.py
examples/twisted/twisted_portforward.py
examples/twisted/twisted_server.py
examples/twisted/twisted_srvconnector.py
examples/twisted/twisted_xcap_proxy.py
tests/__init__.py
tests/api_test.py
tests/backdoor_test.py
tests/convenience_test.py
tests/coros_test.py
tests/db_pool_test.py
tests/debug_test.py
tests/env_test.py
tests/event_test.py
tests/fork_test.py
tests/greenio_test.py
tests/greenpipe_test_with_statement.py
tests/greenpool_test.py
tests/greenthread_test.py
tests/hub_test.py
tests/mock.py
tests/mysqldb_test.py
tests/nosewrapper.py
tests/parse_results.py
tests/patcher_psycopg_test.py
tests/patcher_test.py
tests/pools_test.py
tests/processes_test.py
tests/queue_test.py
tests/saranwrap_test.py
tests/semaphore_test.py
tests/ssl_test.py
tests/subprocess_test.py
tests/test__coros_queue.py
tests/test__event.py
tests/test__greenness.py
tests/test__pool.py
tests/test__proc.py
tests/test__refcount.py
tests/test__socket_errors.py
tests/test__twistedutil.py
tests/test__twistedutil_protocol.py
tests/test_server.crt
tests/test_server.key
tests/thread_test.py
tests/timeout_test.py
tests/timeout_test_with_statement.py
tests/timer_test.py
tests/tpool_test.py
tests/websocket_test.py
tests/wsgi_test.py
tests/zmq_test.py
tests/stdlib/all.py
tests/stdlib/all_modules.py
tests/stdlib/all_monkey.py
tests/stdlib/test_SimpleHTTPServer.py
tests/stdlib/test_asynchat.py
tests/stdlib/test_asyncore.py
tests/stdlib/test_ftplib.py
tests/stdlib/test_httplib.py
tests/stdlib/test_httpservers.py
tests/stdlib/test_os.py
tests/stdlib/test_queue.py
tests/stdlib/test_select.py
tests/stdlib/test_socket.py
tests/stdlib/test_socket_ssl.py
tests/stdlib/test_socketserver.py
tests/stdlib/test_ssl.py
tests/stdlib/test_subprocess.py
tests/stdlib/test_thread.py
tests/stdlib/test_thread__boundedsem.py
tests/stdlib/test_threading.py
tests/stdlib/test_threading_local.py
tests/stdlib/test_timeout.py
tests/stdlib/test_urllib.py
tests/stdlib/test_urllib2.py
tests/stdlib/test_urllib2_localnet.py
|