source: uri/docs/source/index.rst@ 230

Last change on this file since 230 was 230, checked in by wouter, 4 years ago

#91 clone https://pypi.org/project/rfc3986/

File size: 591 bytes
Line 
1=========
2 rfc3986
3=========
4
5|rfc3986| is a Python implementation of :rfc:`3986` including validation and
6authority parsing. This module also supports :rfc:`6874` which adds support
7for zone identifiers to IPv6 Addresses.
8
9The maintainers strongly suggest using `pip`_ to install |rfc3986|. For
10example,
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.