Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 05:54
Show Gist options
  • Save ryantm/12bbbd96f7516fc141bd1f9852cab9d9 to your computer and use it in GitHub Desktop.
Save ryantm/12bbbd96f7516fc141bd1f9852cab9d9 to your computer and use it in GitHub Desktop.
/nix/store/ranlb4wixnhjdkfg6znph5c9dzycvwgz-python3.6-rply-0.7.6
├── lib
│   └── python3.6
│   └── site-packages
│   ├── rply
│   │   ├── errors.py
│   │   ├── grammar.py
│   │   ├── __init__.py
│   │   ├── lexergenerator.py
│   │   ├── lexer.py
│   │   ├── parsergenerator.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── errors.cpython-36.pyc
│   │   │   ├── grammar.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── lexer.cpython-36.pyc
│   │   │   ├── lexergenerator.cpython-36.pyc
│   │   │   ├── parser.cpython-36.pyc
│   │   │   ├── parsergenerator.cpython-36.pyc
│   │   │   ├── token.cpython-36.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   ├── token.py
│   │   └── utils.py
│   └── rply-0.7.6.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment