Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 13:51
Show Gist options
  • Save ryantm/8fcc78f6ead13937cb5db8e1a1bc14da to your computer and use it in GitHub Desktop.
Save ryantm/8fcc78f6ead13937cb5db8e1a1bc14da to your computer and use it in GitHub Desktop.
/nix/store/js6ln66q265fd411d9l1g9phrak1d25s-python3.6-d2to1-0.2.12.post1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── d2to1
│   │   ├── core.py
│   │   ├── extern
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── six.cpython-36.pyc
│   │   │   └── six.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── util.cpython-36.pyc
│   │   │   └── zestreleaser.cpython-36.pyc
│   │   ├── util.py
│   │   └── zestreleaser.py
│   └── d2to1-0.2.12.post1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment