Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 16, 2018 19:17
Show Gist options
  • Save ryantm/80624f32f250efb54c52629b44aa31aa to your computer and use it in GitHub Desktop.
Save ryantm/80624f32f250efb54c52629b44aa31aa to your computer and use it in GitHub Desktop.
/nix/store/bk2hdw3c7mac5m4ldxy4yvgckcp9pmad-urlscan-0.8.9
├── bin
│   └── urlscan
├── lib
│   └── python3.6
│   └── site-packages
│   ├── urlscan
│   │   ├── assets
│   │   │   └── tlds-alpha-by-domain.txt
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── urlchoose.cpython-36.pyc
│   │   │   └── urlscan.cpython-36.pyc
│   │   ├── urlchoose.py
│   │   └── urlscan.py
│   └── urlscan-0.8.9.dist-info
│   ├── 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, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment