Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 29, 2020 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/9b0520bcfd1692ae0498aee3afa9046e to your computer and use it in GitHub Desktop.
Save r-ryantm/9b0520bcfd1692ae0498aee3afa9046e to your computer and use it in GitHub Desktop.
/nix/store/vsjkwrh2vawamg4lplvnifq7n6vslykf-python2.7-eventlet-0.29.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── eventlet
│   │   ├── backdoor.py
│   │   ├── backdoor.pyc
│   │   ├── convenience.py
│   │   ├── convenience.pyc
│   │   ├── corolocal.py
│   │   ├── corolocal.pyc
│   │   ├── coros.py
│   │   ├── coros.pyc
│   │   ├── dagpool.py
│   │   ├── dagpool.pyc
│   │   ├── db_pool.py
│   │   ├── db_pool.pyc
│   │   ├── debug.py
│   │   ├── debug.pyc
│   │   ├── event.py
│   │   ├── event.pyc
│   │   ├── green
│   │   │   ├── asynchat.py
│   │   │   ├── asynchat.pyc
│   │   │   ├── asyncore.py
│   │   │   ├── asyncore.pyc
│   │   │   ├── BaseHTTPServer.py
│   │   │   ├── BaseHTTPServer.pyc
│   │   │   ├── builtin.py
│   │   │   ├── builtin.pyc
│   │   │   ├── CGIHTTPServer.py
│   │   │   ├── CGIHTTPServer.pyc
│   │   │   ├── ftplib.py
│   │   │   ├── ftplib.pyc
│   │   │   ├── http
│   │   │   │   ├── client.py
│   │   │   │   ├── cookiejar.py
│   │   │   │   ├── cookies.py
│   │   │   │   ├── cookies.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── server.py
│   │   │   │   └── server.pyc
│   │   │   ├── httplib.py
│   │   │   ├── httplib.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── MySQLdb.py
│   │   │   ├── MySQLdb.pyc
│   │   │   ├── OpenSSL
│   │   │   │   ├── crypto.py
│   │   │   │   ├── crypto.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── SSL.py
│   │   │   │   ├── SSL.pyc
│   │   │   │   ├── tsafe.py
│   │   │   │   ├── tsafe.pyc
│   │   │   │   ├── version.py
│   │   │   │   └── version.pyc
│   │   │   ├── os.py
│   │   │   ├── os.pyc
│   │   │   ├── profile.py
│   │   │   ├── profile.pyc
│   │   │   ├── Queue.py
│   │   │   ├── Queue.pyc
│   │   │   ├── selectors.py
│   │   │   ├── selectors.pyc
│   │   │   ├── select.py
│   │   │   ├── select.pyc
│   │   │   ├── SimpleHTTPServer.py
│   │   │   ├── SimpleHTTPServer.pyc
│   │   │   ├── _socket_nodns.py
│   │   │   ├── _socket_nodns.pyc
│   │   │   ├── socket.py
│   │   │   ├── socket.pyc
│   │   │   ├── SocketServer.py
│   │   │   ├── SocketServer.pyc
│   │   │   ├── ssl.py
│   │   │   ├── ssl.pyc
│   │   │   ├── subprocess.py
│   │   │   ├── subprocess.pyc
│   │   │   ├── threading.py
│   │   │   ├── threading.pyc
│   │   │   ├── thread.py
│   │   │   ├── thread.pyc
│   │   │   ├── time.py
│   │   │   ├── time.pyc
│   │   │   ├── urllib
│   │   │   │   ├── error.py
│   │   │   │   ├── error.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── parse.py
│   │   │   │   ├── parse.pyc
│   │   │   │   ├── request.py
│   │   │   │   ├── request.pyc
│   │   │   │   ├── response.py
│   │   │   │   └── response.pyc
│   │   │   ├── urllib2.py
│   │   │   ├── urllib2.pyc
│   │   │   ├── zmq.py
│   │   │   └── zmq.pyc
│   │   ├── greenio
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── py2.py
│   │   │   ├── py2.pyc
│   │   │   ├── py3.py
│   │   │   └── py3.pyc
│   │   ├── greenpool.py
│   │   ├── greenpool.pyc
│   │   ├── greenthread.py
│   │   ├── greenthread.pyc
│   │   ├── hubs
│   │   │   ├── epolls.py
│   │   │   ├── epolls.pyc
│   │   │   ├── hub.py
│   │   │   ├── hub.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── kqueue.py
│   │   │   ├── kqueue.pyc
│   │   │   ├── poll.py
│   │   │   ├── poll.pyc
│   │   │   ├── pyevent.py
│   │   │   ├── pyevent.pyc
│   │   │   ├── selects.py
│   │   │   ├── selects.pyc
│   │   │   ├── timer.py
│   │   │   └── timer.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── patcher.py
│   │   ├── patcher.pyc
│   │   ├── pools.py
│   │   ├── pools.pyc
│   │   ├── queue.py
│   │   ├── queue.pyc
│   │   ├── semaphore.py
│   │   ├── semaphore.pyc
│   │   ├── support
│   │   │   ├── greendns.py
│   │   │   ├── greendns.pyc
│   │   │   ├── greenlets.py
│   │   │   ├── greenlets.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── psycopg2_patcher.py
│   │   │   ├── psycopg2_patcher.pyc
│   │   │   ├── pylib.py
│   │   │   ├── pylib.pyc
│   │   │   ├── stacklesspypys.py
│   │   │   ├── stacklesspypys.pyc
│   │   │   ├── stacklesss.py
│   │   │   └── stacklesss.pyc
│   │   ├── timeout.py
│   │   ├── timeout.pyc
│   │   ├── tpool.py
│   │   ├── tpool.pyc
│   │   ├── websocket.py
│   │   ├── websocket.pyc
│   │   ├── wsgi.py
│   │   ├── wsgi.pyc
│   │   └── zipkin
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── greenthread.py
│   │   ├── greenthread.pyc
│   │   ├── http.py
│   │   ├── http.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── patcher.py
│   │   ├── patcher.pyc
│   │   ├── _thrift
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── zipkinCore
│   │   │   ├── constants.py
│   │   │   ├── constants.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── ttypes.py
│   │   │   └── ttypes.pyc
│   │   ├── wsgi.py
│   │   └── wsgi.pyc
│   └── eventlet-0.29.1.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 188 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment