Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 23:47
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/4823fdbea3b3bd68792bd37d74acdaa0 to your computer and use it in GitHub Desktop.
Save ryantm/4823fdbea3b3bd68792bd37d74acdaa0 to your computer and use it in GitHub Desktop.
/nix/store/k5a9dhvfxa9dj0x7j3kpgf8p9a9cr3jy-python3.7-tld-0.9.6
├── bin
│   └── update-tld-names
├── lib
│   └── python3.7
│   └── site-packages
│   ├── tld
│   │   ├── base.py
│   │   ├── bench.py
│   │   ├── conf.py
│   │   ├── defaults.py
│   │   ├── exceptions.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── bench.cpython-37.pyc
│   │   │   ├── conf.cpython-37.pyc
│   │   │   ├── defaults.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── res
│   │   │   ├── effective_tld_names.dat.txt
│   │   │   └── old
│   │   │   ├── effective_tld_names-2013-04-22.dat.txt
│   │   │   ├── effective_tld_names-2015-07-19.dat.txt
│   │   │   └── effective_tld_names-2015-11-22.dat.txt
│   │   ├── sources
│   │   │   ├── __init__.py
│   │   │   ├── mozilla.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── mozilla.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_commands.cpython-37.pyc
│   │   │   │   ├── test_commands.cpython-37-pytest-5.1.0.pyc
│   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   └── test_core.cpython-37-pytest-5.1.0.pyc
│   │   │   ├── test_commands.py
│   │   │   └── test_core.py
│   │   └── utils.py
│   └── tld-0.9.6.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE_GPL2.0.txt
│   ├── LICENSE_LGPL_2.1.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment