File: index.rst

package info (click to toggle)
python-rfc3986 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 2,899; makefile: 18
file content (29 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
=========
 rfc3986
=========

|rfc3986| is a Python implementation of :rfc:`3986` including validation and
authority parsing. This module also supports :rfc:`6874` which adds support
for zone identifiers to IPv6 Addresses.

The maintainers strongly suggest using `pip`_ to install |rfc3986|. For
example,

.. prompt:: bash

    pip install rfc3986
    python -m pip install rfc3986
    python3.6 -m pip install rfc3986

.. toctree::
    :maxdepth: 2
    :caption: Contents:

    narrative
    api-ref/index
    release-notes/index


.. links
.. _pip:
    https://pypi.python.org/pypi/pip/