Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 18:51
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/918fab2c270146070e1cb0ea8544c404 to your computer and use it in GitHub Desktop.
Save ryantm/918fab2c270146070e1cb0ea8544c404 to your computer and use it in GitHub Desktop.
/nix/store/qddai8m52k92ma6zbai6x3jaj8937qqa-python3.7-poyo-0.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── poyo
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── _nodes.py
│   │   ├── parser.py
│   │   ├── patterns.py
│   │   ├── __pycache__
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _nodes.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── patterns.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── poyo-0.5.0.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