Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 10:48
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/057e31afebd6c1219af12a0bf10fd0c6 to your computer and use it in GitHub Desktop.
Save ryantm/057e31afebd6c1219af12a0bf10fd0c6 to your computer and use it in GitHub Desktop.
/nix/store/npimg6vq7b4d20aqqyxgyyp8wdzqhz1y-python3.7-nameparser-1.0.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nameparser
│   │   ├── config
│   │   │   ├── capitalization.py
│   │   │   ├── conjunctions.py
│   │   │   ├── __init__.py
│   │   │   ├── prefixes.py
│   │   │   ├── __pycache__
│   │   │   │   ├── capitalization.cpython-37.pyc
│   │   │   │   ├── conjunctions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── prefixes.cpython-37.pyc
│   │   │   │   ├── regexes.cpython-37.pyc
│   │   │   │   ├── suffixes.cpython-37.pyc
│   │   │   │   └── titles.cpython-37.pyc
│   │   │   ├── regexes.py
│   │   │   ├── suffixes.py
│   │   │   └── titles.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── nameparser-1.0.4.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment