Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 17:44
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/e7ab2872e980dfe550d686db5cccf53b to your computer and use it in GitHub Desktop.
Save ryantm/e7ab2872e980dfe550d686db5cccf53b to your computer and use it in GitHub Desktop.
/nix/store/2np9046qzvx661icacmhkbqixa78nqgj-python3.7-premailer-3.6.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── premailer
│   │   ├── cache.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── merge_style.py
│   │   ├── premailer.py
│   │   └── __pycache__
│   │   ├── cache.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── __main__.cpython-37.pyc
│   │   ├── merge_style.cpython-37.pyc
│   │   └── premailer.cpython-37.pyc
│   └── premailer-3.6.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment