normalizeurl

Normalize a URL


License
MIT
Install
pip install normalizeurl==1.0.1

Documentation

URL Normalize

Normalize a URL

Screenshot

Install

$ pip install normalizeurl

Usage

from normalizeurl import normalize

print(normalize('yoginth.com'))
#=> http://yoginth.com/

print(normalize('HTTP://mail.yoginth.com:80/?username=yoginth'))
#=> http://mail.yoginth.com/?username=yoginth

License

MIT Yoginth