compareurls

Compare URLs by first normalizing them


License
MIT
Install
pip install compareurls==1.0.0

Documentation

Compare URLs

Compare URLs by first normalizing them

Demo

Demo on Repl.it

Screenshot

Install

$ pip install compareurls

Usage

import compareurls

compareurls.check(
    'HTTP://yoginth.com/?username=yoginth&password=qwerty',
    'yoginth.com/?username=yoginth&password=qwerty'
)
#=> True

License

MIT Yoginth