Hacked By AnonymousFox
�
�܋fЋ � �: � d Z ddlmZmZmZ ddlmZmZmZm Z m
Z
mZ ddlm
Z
ddlZddlZddlZg d�Zg d�Zg d�Zg d �Zg d
�Zg d�Zg d�Zd
ZdZi Zd� ZdZdZd� Zeefd�Zeefd�Z d� Z! G d� de"� � Z# G d� de"� � Z$ G d� de"� � Z% G d� de%e#� � Z& G d� de%e$� � Z'dd lm(Z( e(d!d"� � Z) e(d#d$� � Z* e(d%d&� � Z+e&Z, G d'� d!e)e#� � Z- G d(� d#e*e&� � Z. G d)� d%e+e&� � Z/ G d*� d+e)e$� � Z0 G d,� d-e*e'� � Z1 G d.� d/e+e'� � Z2d0� Z3 e3� � [3d[d3�Z4d4� Z5d\d5�Z6d[d6�Z7d7� Z8d8� Z9d]d9�Z:d:� Z;d;Z< ed<� e<D � � � � Z=d=� Z> ej? d>� � Z@d^dA�ZA d_dC�ZB d_dD�ZCd^dE�ZD eE edF� � � � ZF eeF� � ZGi ZH G dG� dHejI � � ZJd`dJ�ZKdadK�ZLdbdL�ZMdcdM�ZNdN� ZOdO� ZPdaQdP� ZRdaSdQ� ZTdaUdR� ZVdaWdS� ZXdaYdT� ZZda[dddV�Z\da]dW� Z^da_dX� Z`dY� ZadabdZ� ZcdS )ea�
Ported using Python-Future from the Python 3.3 standard library.
Parse (absolute and relative) URLs.
urlparse module is based upon the following RFC specifications.
RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
and L. Masinter, January 2005.
RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
and L.Masinter, December 1999.
RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
Berners-Lee, R. Fielding, and L. Masinter, August 1998.
RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998.
RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
1995.
RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
McCahill, December 1994
RFC 3986 is considered the current standard and any future changes to
urlparse module should conform with it. The urlparse module is
currently not entirely compliant with this RFC due to defacto
scenarios for parsing, and for backward compatibility purposes, some
parsing quirks from older RFCs are retained. The testcases in
test_urlparse.py provides a good indicator of parsing behavior.
� )�absolute_import�division�unicode_literals)�bytes�chr�dict�int�range�str)�raise_with_tracebackN)�urlparse�
urlunparse�urljoin� urldefrag�urlsplit�
urlunsplit� urlencode�parse_qs� parse_qsl�quote�
quote_plus�quote_from_bytes�unquote�unquote_plus�unquote_to_bytes)�ftp�http�gopher�nntp�imap�wais�file�https�shttp�mms�prospero�rtsp�rtspu� �sftp�svn�svn+ssh)r r r r �telnetr r! r"