Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 11:27
Show Gist options
  • Save ryantm/09c1688bf8df1b11375f94d8d98ea9b1 to your computer and use it in GitHub Desktop.
Save ryantm/09c1688bf8df1b11375f94d8d98ea9b1 to your computer and use it in GitHub Desktop.
/nix/store/0bw7in76mlwbfj1sjckzsxzq5pjl7303-python3.6-poyo-0.4.2
├── lib
│   └── python3.6
│   └── site-packages
│   ├── poyo
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── _nodes.py
│   │   ├── parser.py
│   │   ├── patterns.py
│   │   ├── __pycache__
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── _nodes.cpython-36.pyc
│   │   │   ├── parser.cpython-36.pyc
│   │   │   ├── patterns.cpython-36.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   └── utils.py
│   └── poyo-0.4.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment