Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 16, 2020 15:49
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/196a6b096276394880b5abf57aa3984e to your computer and use it in GitHub Desktop.
Save r-ryantm/196a6b096276394880b5abf57aa3984e to your computer and use it in GitHub Desktop.
/nix/store/3f77bxy8bn0hnxl6dyh85hrd3l96fmya-python3.7-eventlet-0.30.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── eventlet
│   │   ├── backdoor.py
│   │   ├── convenience.py
│   │   ├── corolocal.py
│   │   ├── coros.py
│   │   ├── dagpool.py
│   │   ├── db_pool.py
│   │   ├── debug.py
│   │   ├── event.py
│   │   ├── green
│   │   │   ├── asynchat.py
│   │   │   ├── asyncore.py
│   │   │   ├── BaseHTTPServer.py
│   │   │   ├── builtin.py
│   │   │   ├── CGIHTTPServer.py
│   │   │   ├── ftplib.py
│   │   │   ├── http
│   │   │   │   ├── client.py
│   │   │   │   ├── cookiejar.py
│   │   │   │   ├── cookies.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── cookiejar.cpython-37.pyc
│   │   │   │   │   ├── cookies.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── server.cpython-37.pyc
│   │   │   │   └── server.py
│   │   │   ├── httplib.py
│   │   │   ├── __init__.py
│   │   │   ├── MySQLdb.py
│   │   │   ├── OpenSSL
│   │   │   │   ├── crypto.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── crypto.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── SSL.cpython-37.pyc
│   │   │   │   │   ├── tsafe.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── SSL.py
│   │   │   │   ├── tsafe.py
│   │   │   │   └── version.py
│   │   │   ├── os.py
│   │   │   ├── profile.py
│   │   │   ├── __pycache__
│   │   │   │   ├── asynchat.cpython-37.pyc
│   │   │   │   ├── asyncore.cpython-37.pyc
│   │   │   │   ├── BaseHTTPServer.cpython-37.pyc
│   │   │   │   ├── builtin.cpython-37.pyc
│   │   │   │   ├── CGIHTTPServer.cpython-37.pyc
│   │   │   │   ├── ftplib.cpython-37.pyc
│   │   │   │   ├── httplib.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── MySQLdb.cpython-37.pyc
│   │   │   │   ├── os.cpython-37.pyc
│   │   │   │   ├── profile.cpython-37.pyc
│   │   │   │   ├── Queue.cpython-37.pyc
│   │   │   │   ├── select.cpython-37.pyc
│   │   │   │   ├── selectors.cpython-37.pyc
│   │   │   │   ├── SimpleHTTPServer.cpython-37.pyc
│   │   │   │   ├── socket.cpython-37.pyc
│   │   │   │   ├── _socket_nodns.cpython-37.pyc
│   │   │   │   ├── SocketServer.cpython-37.pyc
│   │   │   │   ├── ssl.cpython-37.pyc
│   │   │   │   ├── subprocess.cpython-37.pyc
│   │   │   │   ├── thread.cpython-37.pyc
│   │   │   │   ├── threading.cpython-37.pyc
│   │   │   │   ├── time.cpython-37.pyc
│   │   │   │   ├── urllib2.cpython-37.pyc
│   │   │   │   └── zmq.cpython-37.pyc
│   │   │   ├── Queue.py
│   │   │   ├── selectors.py
│   │   │   ├── select.py
│   │   │   ├── SimpleHTTPServer.py
│   │   │   ├── _socket_nodns.py
│   │   │   ├── socket.py
│   │   │   ├── SocketServer.py
│   │   │   ├── ssl.py
│   │   │   ├── subprocess.py
│   │   │   ├── threading.py
│   │   │   ├── thread.py
│   │   │   ├── time.py
│   │   │   ├── urllib
│   │   │   │   ├── error.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parse.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   │   ├── request.cpython-37.pyc
│   │   │   │   │   └── response.cpython-37.pyc
│   │   │   │   ├── request.py
│   │   │   │   └── response.py
│   │   │   ├── urllib2.py
│   │   │   └── zmq.py
│   │   ├── greenio
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── py2.py
│   │   │   ├── py3.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── py2.cpython-37.pyc
│   │   │   └── py3.cpython-37.pyc
│   │   ├── greenpool.py
│   │   ├── greenthread.py
│   │   ├── hubs
│   │   │   ├── epolls.py
│   │   │   ├── hub.py
│   │   │   ├── __init__.py
│   │   │   ├── kqueue.py
│   │   │   ├── poll.py
│   │   │   ├── __pycache__
│   │   │   │   ├── epolls.cpython-37.pyc
│   │   │   │   ├── hub.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── kqueue.cpython-37.pyc
│   │   │   │   ├── poll.cpython-37.pyc
│   │   │   │   ├── pyevent.cpython-37.pyc
│   │   │   │   ├── selects.cpython-37.pyc
│   │   │   │   └── timer.cpython-37.pyc
│   │   │   ├── pyevent.py
│   │   │   ├── selects.py
│   │   │   └── timer.py
│   │   ├── __init__.py
│   │   ├── patcher.py
│   │   ├── pools.py
│   │   ├── __pycache__
│   │   │   ├── backdoor.cpython-37.pyc
│   │   │   ├── convenience.cpython-37.pyc
│   │   │   ├── corolocal.cpython-37.pyc
│   │   │   ├── coros.cpython-37.pyc
│   │   │   ├── dagpool.cpython-37.pyc
│   │   │   ├── db_pool.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── event.cpython-37.pyc
│   │   │   ├── greenpool.cpython-37.pyc
│   │   │   ├── greenthread.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── patcher.cpython-37.pyc
│   │   │   ├── pools.cpython-37.pyc
│   │   │   ├── queue.cpython-37.pyc
│   │   │   ├── semaphore.cpython-37.pyc
│   │   │   ├── timeout.cpython-37.pyc
│   │   │   ├── tpool.cpython-37.pyc
│   │   │   ├── websocket.cpython-37.pyc
│   │   │   └── wsgi.cpython-37.pyc
│   │   ├── queue.py
│   │   ├── semaphore.py
│   │   ├── support
│   │   │   ├── greendns.py
│   │   │   ├── greenlets.py
│   │   │   ├── __init__.py
│   │   │   ├── psycopg2_patcher.py
│   │   │   ├── __pycache__
│   │   │   │   ├── greendns.cpython-37.pyc
│   │   │   │   ├── greenlets.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── psycopg2_patcher.cpython-37.pyc
│   │   │   │   ├── pylib.cpython-37.pyc
│   │   │   │   ├── stacklesspypys.cpython-37.pyc
│   │   │   │   └── stacklesss.cpython-37.pyc
│   │   │   ├── pylib.py
│   │   │   ├── stacklesspypys.py
│   │   │   └── stacklesss.py
│   │   ├── timeout.py
│   │   ├── tpool.py
│   │   ├── websocket.py
│   │   ├── wsgi.py
│   │   └── zipkin
│   │   ├── api.py
│   │   ├── client.py
│   │   ├── greenthread.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── patcher.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── greenthread.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── patcher.cpython-37.pyc
│   │   │   └── wsgi.cpython-37.pyc
│   │   ├── _thrift
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── zipkinCore
│   │   │   ├── constants.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── ttypes.cpython-37.pyc
│   │   │   └── ttypes.py
│   │   └── wsgi.py
│   └── eventlet-0.30.0.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
27 directories, 190 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment