Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 10:07
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/08899ac3474d970d58412a2c660f81c4 to your computer and use it in GitHub Desktop.
Save ryantm/08899ac3474d970d58412a2c660f81c4 to your computer and use it in GitHub Desktop.
/nix/store/jnc0q4w19b438f36shxsgscwhm8pvc4k-python3.7-dockerfile-parse-0.0.15
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dockerfile_parse
│   │   ├── constants.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── dockerfile_parse-0.0.15.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment