Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 07:09
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/33207515d7dee625ee0274e10a64b00b to your computer and use it in GitHub Desktop.
Save ryantm/33207515d7dee625ee0274e10a64b00b to your computer and use it in GitHub Desktop.
/nix/store/i78xqbb6a1w46wqvjffj6hsc1lldxj4d-urlscan-0.9.4
├── bin
│   └── urlscan
├── lib
│   └── python3.7
│   └── site-packages
│   ├── urlscan
│   │   ├── assets
│   │   │   └── tlds-alpha-by-domain.txt
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── urlchoose.cpython-37.pyc
│   │   │   └── urlscan.cpython-37.pyc
│   │   ├── urlchoose.py
│   │   └── urlscan.py
│   └── urlscan-0.9.4.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── urlscan
│   ├── COPYING
│   └── README.rst
└── man
└── man1
└── urlscan.1.gz
14 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment