Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 7, 2020 02:50
Show Gist options
  • Save r-ryantm/a466a0a0336089b8bea9471a6716df47 to your computer and use it in GitHub Desktop.
Save r-ryantm/a466a0a0336089b8bea9471a6716df47 to your computer and use it in GitHub Desktop.
/nix/store/4nyr0r27rrdh8qqh82dc8gx6k9cgj111-python3.7-pyhcl-0.4.2
├── bin
│   └── hcltool
├── lib
│   └── python3.7
│   └── site-packages
│   ├── hcl
│   │   ├── api.py
│   │   ├── __init__.py
│   │   ├── lexer.py
│   │   ├── parser.py
│   │   ├── parsetab.dat
│   │   ├── ply
│   │   │   ├── __init__.py
│   │   │   ├── lex.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lex.cpython-37.pyc
│   │   │   │   └── yacc.cpython-37.pyc
│   │   │   └── yacc.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lexer.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── pyhcl-0.4.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment