Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 05:15
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/b890545839450faa84512112ef8dd108 to your computer and use it in GitHub Desktop.
Save ryantm/b890545839450faa84512112ef8dd108 to your computer and use it in GitHub Desktop.
/nix/store/gjrq4m8w3b1n206r855gxj3z62v7i4k0-python3.7-jaraco.classes-2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jaraco
│   │   ├── classes
│   │   │   ├── ancestry.py
│   │   │   ├── __init__.py
│   │   │   ├── meta.py
│   │   │   ├── properties.py
│   │   │   └── __pycache__
│   │   │   ├── ancestry.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── meta.cpython-37.pyc
│   │   │   └── properties.cpython-37.pyc
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   └── jaraco.classes-2.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment