Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 12:25
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/d26d787a3803187fb3cd05d7bf82402a to your computer and use it in GitHub Desktop.
Save ryantm/d26d787a3803187fb3cd05d7bf82402a to your computer and use it in GitHub Desktop.
/nix/store/9lgwwgackzill6rwqxf4ws4kk4rsrlsm-python3.7-asynctest-0.13.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── asynctest
│   │   ├── case.py
│   │   ├── _fail_on.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── mock.py
│   │   ├── __pycache__
│   │   │   ├── case.cpython-37.pyc
│   │   │   ├── _fail_on.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mock.cpython-37.pyc
│   │   │   └── selector.cpython-37.pyc
│   │   └── selector.py
│   └── asynctest-0.13.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment