1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/py-rfc3987/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

10 lines
364 B
Plaintext

This module provides regular expressions according to `RFC 3986 "Uniform
Resource Identifier (URI): Generic Syntax" and `RFC 3987 "Internationalized
Resource Identifiers (IRIs)" and utilities for composition and relative
resolution of references.
* http://tools.ietf.org/html/rfc3986
* http://tools.ietf.org/html/rfc3987
WWW: https://pypi.org/project/rfc3987/