Hacked By AnonymousFox

Current Path : /opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/
Upload File :
Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/url.cpython-311.pyc

�

�܋f�$���dZddlZddlmZddlmZddlmZddlmZdd	lm	Z	Gd
�de
��Zd�Zd
�Z
d�Zd�Zd�ZdS)aProvides the :class:`~sqlalchemy.engine.url.URL` class which encapsulates
information about a database connection specification.

The URL object is created automatically when
:func:`~sqlalchemy.engine.create_engine` is called with a string
argument; alternatively, the URL is a public-facing construct which can
be used directly and is also accepted directly by ``create_engine()``.
�N�)�Dialect�)�exc)�util)�plugins)�registryc��eZdZdZ						dd�Zdd�Zd�Zd�Zd�Zd	�Z	d
�Z
ed���Zej
d���Zd
�Zd�Zd�Zd�Zd�Zgfd�ZdS)�URLaX
    Represent the components of a URL used to connect to a database.

    This object is suitable to be passed directly to a
    :func:`~sqlalchemy.create_engine` call.  The fields of the URL are parsed
    from a string by the :func:`.make_url` function.  The string
    format of the URL is an RFC-1738-style string.

    All initialization parameters are available as public attributes.

    :param drivername: the name of the database backend.
      This name will correspond to a module in sqlalchemy/databases
      or a third party plug-in.

    :param username: The user name.

    :param password: database password.

    :param host: The name of the host.

    :param port: The port number.

    :param database: The database name.

    :param query: A dictionary of options to be passed to the
      dialect and/or the DBAPI upon connect.

    Nc��||_||_||_||_|�t	|��|_nd|_||_|pi|_dS�N)�
drivername�username�password_original�host�int�port�database�query)�selfrr�passwordrrrrs        �L/opt/cloudlinux/venv/lib64/python3.11/site-packages/sqlalchemy/engine/url.py�__init__zURL.__init__8sS��%��� ��
�!)�����	����D�	�	�D�I�I��D�I� ��
��[�b��
�
�
�Tc����jdz}�j�A|t�j��z
}�j�|d|rdnt�j��zz
}|dz
}�j�!d�jvr|d�jzz
}n
|�jz
}�j�|dt
�j��zz
}�j�
|d�jzz
}�jrOt�j��}|�
��|dd��fd	�|D����zz
}|S)
Nz://�:z***�@z[%s]�/�?�&c3��K�|]Q}tj�j|��D]/}tj|���dtj|����V��0�RdS)�=N)r�to_listr�
quote_plus)�.0�k�elementrs   �r�	<genexpr>z$URL.__to_string__.<locals>.<genexpr>bs������ � ��#�|�D�J�q�M�:�:� � �� �?�1�-�-�-�-�t��w�/G�/G�/G�H� � � � � � � r)rr�_rfc_1738_quoterrr�strrr�list�sort�join)r�
hide_password�s�keyss`   r�
__to_string__zURL.__to_string__MsD����O�e�#���=�$�
����/�/�/�A��}�(��S�*�N�E�E���
�0N�0N����
��H�A��9� ��d�i����V�d�i�'�'����T�Y����9� �
��s�4�9�~�~�%�%�A��=�$�
��t�}�$�$�A��:�	���
�#�#�D��I�I�K�K�K�
��s�x�x� � � � �� � � ����
�A�
�rc�.�|�d���S)NF)r.�r1�rs r�__str__zURL.__str__is���!�!��!�6�6�6rc�*�|���Sr
r3r4s r�__repr__zURL.__repr__ls���!�!�#�#�#rc�:�tt|����Sr
)�hashr*r4s r�__hash__zURL.__hash__os���C��I�I���rc��t|t��oo|j|jko_|j|jkoO|j|jko?|j|jko/|j|jko|j|jko|j|jkSr
)	�
isinstancerrrrrrrr�r�others  r�__eq__z
URL.__eq__rs����u�c�"�"�
(���5�#3�3�
(��
���/�
(��
���/�
(��	�U�Z�'�	
(�
�
���/�
(��
�e�k�)�

(��	�U�Z�'�		
rc��||kSr
�r=s  r�__ne__z
URL.__ne__~s���5�=� � rc�F�|j�dStj|j��Sr
)rr�	text_typer4s rrzURL.password�s#���!�)��4��>�$�"8�9�9�9rc��||_dSr
)r)rrs  rrzURL.password�s��!)����rc�b�d|jvr|jS|j�d��dS)N�+r)r�splitr4s r�get_backend_namezURL.get_backend_name�s2���d�o�%�%��?�"��?�(�(��-�-�a�0�0rc��d|jvr|���jS|j�d��dS)NrGr)r�get_dialect�driverrHr4s r�get_driver_namezURL.get_driver_name�s?���d�o�%�%��#�#�%�%�,�,��?�(�(��-�-�a�0�0rc����tj�j�dd����}|��dg��z
}��fd�|D��S)N�pluginrArc�L��g|] }tj|��������!SrA)r�load)r%�plugin_name�kwargsrs  ��r�
<listcomp>z,URL._instantiate_plugins.<locals>.<listcomp>�s?���
�
�
��
&�G�L��%�%�d�F�3�3�
�
�
r)rr#r�get)rrS�plugin_namess`` r�_instantiate_pluginszURL._instantiate_plugins�sk�����|�D�J�N�N�8�R�$@�$@�A�A����
�
�9�b�1�1�1��
�
�
�
�
�+�
�
�
�	
rc��d|jvr|j}n|j�dd��}tj|��}t	|d��r;t|jt��r!t|jt��r|jS|S)z�Return the "entry point" dialect class.

        This is normally the dialect itself except in the case when the
        returned class implements the get_dialect_cls() method.

        rG�.�dialect)
r�replacer	rQ�hasattrr<rZ�type�
issubclassr)r�name�clss   r�_get_entrypointzURL._get_entrypoint�s����d�o�%�%��?�D�D��?�*�*�3��4�4�D��m�D�!�!��

�C��#�#�	��3�;��-�-�	��3�;��0�0�	�
�;���Jrc�X�|���}|�|��}|S)zfReturn the SQLAlchemy database dialect class corresponding
        to this URL's driver name.
        )ra�get_dialect_cls)r�
entrypoint�dialect_clss   rrKzURL.get_dialect�s.���)�)�+�+�
� �0�0��6�6���rc��i}gd�}|D]O}|r|�d��}n||vr	||}n|}|�$t||d��rt||��||<�P|S)a2Translate url attributes into a dictionary of connection arguments.

        Returns attributes of this url (`host`, `database`, `username`,
        `password`, `port`) as a plain dictionary.  The attribute names are
        used as the keys by default.  Unset or false attributes are omitted
        from the final dictionary.

        :param \**kw: Optional, alternate key names for url attributes.

        :param names: Deprecated.  Same purpose as the keyword-based alternate
            names, but correlates the name to the original positionally.
        )rrrrrrNF)�pop�getattr)r�names�kw�
translated�attribute_names�snamer_s       r�translate_connect_argszURL.translate_connect_args�s����
�N�N�N��$�	8�	8�E��
��y�y��|�|����"����%�y�������G�D�%��$?�$?��#*�4��#7�#7�
�4� ���r)NNNNNN)T)�__name__�
__module__�__qualname__�__doc__rr1r5r7r:r?rB�propertyr�setterrIrMrWrarKrnrArrrrsB��������@��
�
���!�!�!�!�*����87�7�7�$�$�$����

�

�

�!�!�!��:�:��X�:��_�*�*��_�*�1�1�1�1�1�1�
�
�
����0���,.������rrc�X�t|tj��rt|��S|S)z�Given a string or unicode instance, produce a new URL instance.

    The given string is parsed according to the RFC 1738 spec.  If an
    existing URL object is passed, just returns the object.
    )r<r�string_types�_parse_rfc1738_args)�name_or_urls r�make_urlry�s-���+�t�0�1�1��"�;�/�/�/��rc��tjdtj��}|�|��}|��y|���}|d��|d�dd��}|d|d<t
|��dkr�i}tj|d��D]h\}}tj	r|�
d��}||vr9tj||��||<||�|���c|||<�ind}nd}||d<|d	�t|d	��|d	<|d
�t|d
��|d
<|�d��}|�d��}	|p|	|d
<|�d��}t|fi|��St!jd|z���)Na�
            (?P<name>[\w\+]+)://
            (?:
                (?P<username>[^:/]*)
                (?::(?P<password>.*))?
            @)?
            (?:
                (?:
                    \[(?P<ipv6host>[^/]+)\] |
                    (?P<ipv4host>[^/:]+)
                )?
                (?::(?P<port>[^/]*))?
            )?
            (?:/(?P<database>.*))?
            rrrrr�asciirrr�ipv4host�ipv6hostrr_z,Could not parse rfc1738 URL from string '%s')�re�compile�X�match�	groupdictrH�lenr�	parse_qsl�py2k�encoder#�append�_rfc_1738_unquotergrr�
ArgumentError)
r_�pattern�m�
components�tokensr�key�valuer|r}s
          rrwrw�s����j�	�	��!��G�&	�
�
�d���A��}��[�[�]�]�
��j�!�-��
�+�1�1�#�q�9�9�F�%+�A�Y�J�z�"��6�{�{�Q�����"&�.����";�";�+�+�J�C���y�2�!�j�j��1�1���e�|�|�%)�\�%��*�%=�%=��c�
��c�
�)�)�%�0�0�0�0�%*��c�
�
�+�����E�#�
�7���j�!�-�%6�z�*�7M�%N�%N�J�z�"��j�!�-�%6�z�*�7M�%N�%N�J�z�"��>�>�*�-�-���>�>�*�-�-��%�1��
�6���~�~�f�%�%���4�&�&�:�&�&�&���:�T�A�
�
�	
rc�0�tjdd�|��S)Nz[:@/]c�L�dt|�d����zS)Nz%%%Xr)�ord�group)r�s r�<lambda>z!_rfc_1738_quote.<locals>.<lambda>(s��f�s�1�7�7�1�:�:���&>�r)r~�sub��texts rr)r)'s��
�6�(�>�>��E�E�Erc�*�tj|��Sr
)r�unquoter�s rr�r�+s���<����rc���tjd|��}|�G|�dd��\}}tt	j|����}t
|g|�R�SdS)Nz(\w+)://(.*)rr)r~r�r��dictrr�r)r_r��args�optss    r�_parse_keyvalue_argsr�/s_��
���$�'�'�A��}��w�w�q�!�}�}���t��D�N�4�(�(�)�)���4��$������tr)rrr~�
interfacesr�rr�dialectsrr	�objectrryrwr)r�r�rArr�<module>r�s����
�	�	�	�������������������������������@�@�@�@�@�&�@�@�@�F
�
�
�:
�:
�:
�zF�F�F��������r

Hacked By AnonymousFox1.0, Coded By AnonymousFox