Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 20:28
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 ryantm/179b481d19e6b0ee6293ab7d79f57df6 to your computer and use it in GitHub Desktop.
Save ryantm/179b481d19e6b0ee6293ab7d79f57df6 to your computer and use it in GitHub Desktop.
/nix/store/g9c75y2vqhbvqxiy08p8gavvl66rnsks-python2.7-trollius-2.2.post1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── trollius
│   │   ├── base_events.py
│   │   ├── base_events.pyc
│   │   ├── base_subprocess.py
│   │   ├── base_subprocess.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── coroutines.py
│   │   ├── coroutines.pyc
│   │   ├── events.py
│   │   ├── events.pyc
│   │   ├── executor.py
│   │   ├── executor.pyc
│   │   ├── futures.py
│   │   ├── futures.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── locks.py
│   │   ├── locks.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── proactor_events.py
│   │   ├── proactor_events.pyc
│   │   ├── protocols.py
│   │   ├── protocols.pyc
│   │   ├── py27_weakrefset.py
│   │   ├── py27_weakrefset.pyc
│   │   ├── py33_exceptions.py
│   │   ├── py33_exceptions.pyc
│   │   ├── py33_winapi.py
│   │   ├── py33_winapi.pyc
│   │   ├── py3_ssl.py
│   │   ├── py3_ssl.pyc
│   │   ├── queues.py
│   │   ├── queues.pyc
│   │   ├── selector_events.py
│   │   ├── selector_events.pyc
│   │   ├── selectors.py
│   │   ├── selectors.pyc
│   │   ├── sslproto.py
│   │   ├── sslproto.pyc
│   │   ├── streams.py
│   │   ├── streams.pyc
│   │   ├── subprocess.py
│   │   ├── subprocess.pyc
│   │   ├── tasks.py
│   │   ├── tasks.pyc
│   │   ├── test_support.py
│   │   ├── test_support.pyc
│   │   ├── test_utils.py
│   │   ├── test_utils.pyc
│   │   ├── time_monotonic.py
│   │   ├── time_monotonic.pyc
│   │   ├── transports.py
│   │   ├── transports.pyc
│   │   ├── unix_events.py
│   │   ├── unix_events.pyc
│   │   ├── windows_events.py
│   │   ├── windows_events.pyc
│   │   ├── windows_utils.py
│   │   └── windows_utils.pyc
│   └── trollius-2.2.post1.dist-info
│   ├── AUTHORS
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment