Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 08:53
Show Gist options
  • Save ryantm/cb10c89c7e0624212eea5e09a1f3643c to your computer and use it in GitHub Desktop.
Save ryantm/cb10c89c7e0624212eea5e09a1f3643c to your computer and use it in GitHub Desktop.
/nix/store/38ffx0qkj162mdvf2k5n2syx7f0jcvms-python3.6-mail-parser-3.4.1
├── bin
│   └── mailparser
├── lib
│   └── python3.6
│   └── site-packages
│   ├── mailparser
│   │   ├── const.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── mailparser.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── const.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── mailparser.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── utils.py
│   │   └── version.py
│   └── mail_parser-3.4.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── NOTICE.txt
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment