Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/0ed368c9fd0dbc0b47cc6d196c4a91b5 to your computer and use it in GitHub Desktop.
Save r-ryantm/0ed368c9fd0dbc0b47cc6d196c4a91b5 to your computer and use it in GitHub Desktop.
/nix/store/2iwbw24d7371y3knjp3hd22518nmr25i-python2.7-mail-parser-3.12.0
├── bin
│   └── mailparser
├── lib
│   └── python2.7
│   └── site-packages
│   ├── mailparser
│   │   ├── const.py
│   │   ├── const.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mailparser.py
│   │   ├── mailparser.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── mail_parser-3.12.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── NOTICE.txt
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment