Sindbad~EG File Manager
�
(ٜg� � �� � d Z dZdZdZdZdgZddlmZ ddlZddl Z ddl
Z
ddlZddlZe
j j d k r ed
� �ddlmZmZmZmZ dd
lmZ ddlmZmZmZmZmZmZmZmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z' G d� de(� Z) G d� de(� Z* G d� de&� Z+e+Z,e+Z- G d� de+� Z. G d� de/� Z0 G d� de1� Z2e3dk( r-ddl
Z
e+e
jh � Z5 e6e5jo � � yy)aK Beautiful Soup Elixir and Tonic - "The Screen-Scraper's Friend".
http://www.crummy.com/software/BeautifulSoup/
Beautiful Soup uses a pluggable XML or HTML parser to parse a
(possibly invalid) document into a tree representation. Beautiful Soup
provides methods and Pythonic idioms that make it easy to navigate,
search, and modify the parse tree.
Beautiful Soup works with Python 3.6 and up. It works better if lxml
and/or html5lib is installed.
For more than you ever wanted to know about Beautiful Soup, see the
documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/
z*Leonard Richardson (leonardr@segfault.org)z4.12.3z*Copyright (c) 2004-2024 Leonard Richardson�MIT�
BeautifulSoup� )�CounterN� z�You are trying to use a Python 3-specific version of Beautiful Soup under Python 2. This will not work. The final version of Beautiful Soup to support Python 2 was 4.9.3.� )�builder_registry�ParserRejectedMarkup�XMLParsedAsHTMLWarning�HTMLParserTreeBuilder)�
UnicodeDammit)�CData�Comment�CSS�DEFAULT_OUTPUT_ENCODING�Declaration�Doctype�NavigableString�PageElement�ProcessingInstruction�PYTHON_SPECIFIC_ENCODINGS� ResultSet�Script�
Stylesheet�SoupStrainer�Tag�TemplateStringc � � e Zd ZdZy)�GuessedAtParserWarningz�The warning issued when BeautifulSoup has to guess what parser to
use -- probably because no parser was specified in the constructor.
N��__name__�
__module__�__qualname__�__doc__� � �7/usr/local/lib/python3.12/site-packages/bs4/__init__.pyr r @ s � �r% r c � � e Zd ZdZy)�MarkupResemblesLocatorWarningz�The warning issued when BeautifulSoup is given 'markup' that
actually looks like a resource locator -- a URL or a path to a file
on disk.
Nr r$ r% r&