Files
deb-python-rfc3986/docs/source/narrative.rst
2017-04-22 08:05:49 -05:00

881 B

User Documentation

has several API features and convenience methods. The core of 's API revolves around parsing, validating, and building URIs.

There is an API to provide compatibility with urllib.parse, there is an API to parse a URI as a URI Reference, there's an API to provide validation of URIs, and finally there's an API to build URIs.

Note

There's presently no support for IRIs as defined in 3987.

parses URIs much differently from urllib.parse so users may see some subtle differences with very specific URLs that contain rough edgecases. Regardless, we do our best to implement the same API so you should be able to seemlessly swap for urlparse.

user/parsing user/validating user/building