rfc3339-validator
A pure python RFC3339 validator
Install
pip install rfc3986-validator
Usage
>>> from rfc3986_validator import validate_rfc3986
>>> validate_rfc3986('http://foo.bar?q=Spaces should be encoded')
False
>>> validate_rfc3986('http://foo.com/blah_blah_(wikipedia)')
True
It also support validate URI-reference rule
>>> validate_rfc3986('//foo.com/blah_blah', rule='URI_reference')
True
- Free software: MIT license
Release files for rfc3986-validator 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rfc3986_validator-0.1.0.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rfc3986_validator-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 8.5 kB
Release files / rfc3986_validator-0.1.0.tar.gz
| Download URL | rfc3986_validator-0.1.0.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20026cd9d65df2b98990e1cf56fd451f68e9604fd71ffd20a383c7c49dd0b40a
|
|
BLAKE2b-256 checksum How to use checksums |
eee1ee731a3fcf5197bec98b0fee7ede2548014c0ea1f6df90170b071dc4f979
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5
|
Release files / rfc3986_validator-0.1.0-py2.py3-none-any.whl
| Download URL | rfc3986_validator-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1da777a3c277d4710430846b540bf1f75c14a50f1f182abf1b427dac7aeae26f
|
|
BLAKE2b-256 checksum How to use checksums |
b15a1c10d1aaf2499977f5f795550e17d3df41cfd809bef1e496fa5a0c958e99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.5
|