Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 13, 2020 11:21
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/ca7981e6f07c2d2b79854271d22d1462 to your computer and use it in GitHub Desktop.
Save r-ryantm/ca7981e6f07c2d2b79854271d22d1462 to your computer and use it in GitHub Desktop.
/nix/store/fv1yrn8bcbvyh7qrl7fmwx9ynkmqgaj3-python2.7-nameparser-1.0.6
├── lib
│   └── python2.7
│   └── site-packages
│   ├── nameparser
│   │   ├── config
│   │   │   ├── capitalization.py
│   │   │   ├── capitalization.pyc
│   │   │   ├── conjunctions.py
│   │   │   ├── conjunctions.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── prefixes.py
│   │   │   ├── prefixes.pyc
│   │   │   ├── regexes.py
│   │   │   ├── regexes.pyc
│   │   │   ├── suffixes.py
│   │   │   ├── suffixes.pyc
│   │   │   ├── titles.py
│   │   │   └── titles.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── nameparser-1.0.6.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment