Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 14:36
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/bebec0f971cce5951cd05e58f0879a74 to your computer and use it in GitHub Desktop.
Save ryantm/bebec0f971cce5951cd05e58f0879a74 to your computer and use it in GitHub Desktop.
/nix/store/q03hnxnkdn17iz9ispl4lzr2f21pgwvq-python3.7-mail-parser-3.9.3
├── bin
│   └── mailparser
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mailparser
│   │   ├── const.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── mailparser.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── const.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mailparser.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── utils.py
│   │   └── version.py
│   └── mail_parser-3.9.3.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