Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 13:04
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/9e271ccdf4c170ac8bb2614ce39763ae to your computer and use it in GitHub Desktop.
Save ryantm/9e271ccdf4c170ac8bb2614ce39763ae to your computer and use it in GitHub Desktop.
/nix/store/nf7b8qawjlycf4ma3krxdf0hjv7i49qb-python2.7-wasabi-0.6.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── wasabi
│   │   ├── about.py
│   │   ├── about.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── printer.py
│   │   ├── printer.pyc
│   │   ├── tables.py
│   │   ├── tables.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_printer.py
│   │   │   ├── test_printer.pyc
│   │   │   ├── test_tables.py
│   │   │   ├── test_tables.pyc
│   │   │   ├── test_traceback.py
│   │   │   ├── test_traceback.pyc
│   │   │   ├── test_util.py
│   │   │   └── test_util.pyc
│   │   ├── traceback.py
│   │   ├── traceback.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── wasabi-0.6.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment