Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 16:49
Show Gist options
  • Save ryantm/a4fadfa8236452efa2633fc284637ab9 to your computer and use it in GitHub Desktop.
Save ryantm/a4fadfa8236452efa2633fc284637ab9 to your computer and use it in GitHub Desktop.
/nix/store/zpwyayggq9ifq8pmfqx2i2p7qcj3fknx-python3.6-grip-4.5.2
├── bin
│   └── grip
├── lib
│   └── python3.6
│   └── site-packages
│   ├── grip
│   │   ├── api.py
│   │   ├── app.py
│   │   ├── assets.py
│   │   ├── browser.py
│   │   ├── command.py
│   │   ├── constants.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── patcher.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-36.pyc
│   │   │   ├── app.cpython-36.pyc
│   │   │   ├── assets.cpython-36.pyc
│   │   │   ├── browser.cpython-36.pyc
│   │   │   ├── command.cpython-36.pyc
│   │   │   ├── constants.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── patcher.cpython-36.pyc
│   │   │   ├── readers.cpython-36.pyc
│   │   │   ├── renderers.cpython-36.pyc
│   │   │   └── settings.cpython-36.pyc
│   │   ├── readers.py
│   │   ├── renderers.py
│   │   ├── settings.py
│   │   ├── static
│   │   │   ├── favicon.ico
│   │   │   └── octicons
│   │   │   ├── octicons.css
│   │   │   ├── octicons.eot
│   │   │   ├── octicons.svg
│   │   │   ├── octicons.ttf
│   │   │   ├── octicons.woff
│   │   │   └── octicons.woff2
│   │   ├── templates
│   │   │   ├── base.html
│   │   │   ├── index.html
│   │   │   └── limit.html
│   │   └── vendor
│   │   ├── __init__.py
│   │   ├── mdx_urlize.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── mdx_urlize.cpython-36.pyc
│   │   │   └── six.cpython-36.pyc
│   │   └── six.py
│   └── grip-4.5.2.dist-info
│   ├── AUTHORS.md
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment