Metadata-Version: 2.1
Name: urlup
Version: 1.5.0
Summary: Dereference HTTP addresses to determine ultimate destinations
Home-page: https://github.com/caltechlibrary/urlup
Author: Michael Hucka <mhucka@caltech.edu>
Author-email: mhucka@caltech.edu
License: BSD 3-clause license -- see LICENSE file
Download-URL: https://github.com/caltechlibrary/urlup/archive/1.5.0.tar.gz
Keywords: http redirects URL
Platform: any
Requires-Python: >=3
Requires-Dist: termcolor (>=1.1.0)
Requires-Dist: colorama (>=0.3.0)
Requires-Dist: plac (>=0.9.6)
Requires-Dist: uritools (>=2.1.0)
Requires-Dist: keyring (>=12.2.0)
Requires-Dist: requests (>=2.18.0)
Requires-Dist: validators (>=0.12.0)

A small utility program and Python 3 module to dereference URLs and determine their final destinations after following redirections.


