Metadata-Version: 2.1
Name: normalizeurl
Version: 1.0.1
Summary: Normalize a URL
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/normalizeurl
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: future

## URL Normalize

> Normalize a URL

## Screenshot

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

## Install

```
$ pip install normalizeurl
```

## Usage

```python
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][license] Yoginth

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