Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 3, 2019 07:34
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/65afeadbcd022606b1a5be59a784bac3 to your computer and use it in GitHub Desktop.
Save ryantm/65afeadbcd022606b1a5be59a784bac3 to your computer and use it in GitHub Desktop.
/nix/store/iayrzq4wc2aw65y3pzm3qmr6mblipi9f-urlscan-0.9.3
├── 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.3.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