Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 23:55
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/72ec16e6ca087feb540695340e31a192 to your computer and use it in GitHub Desktop.
Save ryantm/72ec16e6ca087feb540695340e31a192 to your computer and use it in GitHub Desktop.
/nix/store/wns7zbsgazppcckgag806k303417vcax-python3.8-wasabi-0.3.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── wasabi
│   │   ├── about.py
│   │   ├── __init__.py
│   │   ├── printer.py
│   │   ├── __pycache__
│   │   │   ├── about.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── printer.cpython-38.pyc
│   │   │   ├── tables.cpython-38.pyc
│   │   │   ├── traceback.cpython-38.pyc
│   │   │   └── util.cpython-38.pyc
│   │   ├── tables.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── test_printer.cpython-38.pyc
│   │   │   │   ├── test_tables.cpython-38.pyc
│   │   │   │   ├── test_traceback.cpython-38.pyc
│   │   │   │   └── test_util.cpython-38.pyc
│   │   │   ├── test_printer.py
│   │   │   ├── test_tables.py
│   │   │   ├── test_traceback.py
│   │   │   └── test_util.py
│   │   ├── traceback.py
│   │   └── util.py
│   └── wasabi-0.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment