Metadata-Version: 2.1
Name: compareurls
Version: 1.0.1
Summary: Compare URLs by first normalizing them
Home-page: https://yoginth.com
Author: Yoginth
Author-email: me@yoginth.com
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/compareurls
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: normalizeurl

## Compare URLs

> Compare URLs by first normalizing them

## Demo

Demo on [Repl.it](https://repl.it/@yoginth/compareurls)

## Screenshot

<img src="https://gitlab.com/yoginth/compareurls/raw/master/Screenshot.png" width="550">

## Install

```
$ pip install compareurls
```

## Usage

```python
import compareurls

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

## License

[MIT][license] Yoginth

[LICENSE]: https://mit.yoginth.com
