← Back
Editing: __init__.cpython-311.pyc
� g��c�� � � � d Z dZdZdZdZdgZddlmZ ddlZddl Z ddl Z ddlZddlZe j j d k r ed � � �ddlmZmZmZ dd lmZ ddlmZmZmZmZmZmZmZmZmZm 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-� � Z. G d� de/� � Z0e1dk r3ddl Z e)e j2 � � Z3 e4e3�5 � � � � dS dS )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.11.2z*Copyright (c) 2004-2023 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)� UnicodeDammit)�CData�Comment�DEFAULT_OUTPUT_ENCODING�Declaration�Doctype�NavigableString�PageElement�ProcessingInstruction�PYTHON_SPECIFIC_ENCODINGS� ResultSet�Script� Stylesheet�SoupStrainer�Tag�TemplateStringc � � e Zd ZdZdS )�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__� � �./usr/lib/python3/dist-packages/bs4/__init__.pyr r >