Line | |
---|
1 | =========
|
---|
2 | rfc3986
|
---|
3 | =========
|
---|
4 |
|
---|
5 | |rfc3986| is a Python implementation of :rfc:`3986` including validation and
|
---|
6 | authority parsing. This module also supports :rfc:`6874` which adds support
|
---|
7 | for zone identifiers to IPv6 Addresses.
|
---|
8 |
|
---|
9 | The maintainers strongly suggest using `pip`_ to install |rfc3986|. For
|
---|
10 | example,
|
---|
11 |
|
---|
12 | .. prompt:: bash
|
---|
13 |
|
---|
14 | pip install rfc3986
|
---|
15 | python -m pip install rfc3986
|
---|
16 | python3.6 -m pip install rfc3986
|
---|
17 |
|
---|
18 | .. toctree::
|
---|
19 | :maxdepth: 2
|
---|
20 | :caption: Contents:
|
---|
21 |
|
---|
22 | narrative
|
---|
23 | api-ref/index
|
---|
24 | release-notes/index
|
---|
25 |
|
---|
26 |
|
---|
27 | .. links
|
---|
28 | .. _pip:
|
---|
29 | https://pypi.python.org/pypi/pip/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.