Package Details: python-url-normalize 1.4.3-17

Git Clone URL: https://aur.archlinux.org/python-url-normalize.git (read-only, click to copy)
Package Base: python-url-normalize
Description: URL normalization for Python
Upstream URL: https://github.com/niksite/url-normalize
Keywords: normalization uri
Licenses: MIT
Submitter: Kernald
Maintainer: carlosal1015 (JWCook, AutoUpdateBot)
Last Packager: carlosal1015
Votes: 9
Popularity: 0.003274
First Submitted: 2021-05-05 00:38 (UTC)
Last Updated: 2023-05-05 17:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

carlosal1015 commented on 2021-06-20 18:50 (UTC)

Hi @mosh5382, when I install with pip

$ sudo pip install url-normalize
Collecting url-normalize
  Downloading url_normalize-1.4.3-py2.py3-none-any.whl (6.8 kB)
Requirement already satisfied: six in /usr/lib/python3.9/site-packages (from url-normalize) (1.16.0)
Installing collected packages: url-normalize
Successfully installed url-normalize-1.4.3

I do not see python-itsdangerous dependency in the source code. Am I wrong?

mosh5382 commented on 2021-06-06 22:31 (UTC)

You should add "python-itsdangerous" as a dependency according to pip install.

mosh5382 commented on 2021-06-06 19:28 (UTC)

I think it could be problematic to have python-url-normalize conflict with itself.