Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 22:57
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/a5a93c761ba10c10cdabca49946bbb66 to your computer and use it in GitHub Desktop.
Save ryantm/a5a93c761ba10c10cdabca49946bbb66 to your computer and use it in GitHub Desktop.
/nix/store/yjs57p94vhr7jrz7l8wcg80lm4q8fc6f-python3.7-tldextract-2.2.1
├── bin
│   └── tldextract
├── lib
│   └── python3.7
│   └── site-packages
│   ├── tldextract
│   │   ├── cli.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── remote.cpython-37.pyc
│   │   │   └── tldextract.cpython-37.pyc
│   │   ├── remote.py
│   │   └── tldextract.py
│   └── tldextract-2.2.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment