python-beautifulsoup-3.2.1-bp153.1.11 >  A `8l|!M@eeeW \pX0GnS;ĩ]vuZJ5qL`][3DPDV$P8P'<$7n9U^8b~nyܜ&Ĵ=r1 YY&rD:+6I6i| /׭1q(^DT4 1!|D h:w0S\CĠk ?%QxTK );ZÙ<D?-lN[fҹQ%H8U^#}>%&+U2d48057b373d8b82ea4869ff2cb7fb323a00f77960fbc37d2c75ea474bd9c6307f4e013ba0725d17eb6a4b87499f54073f1268ed㜉`8l|!M@eee!-Ƒfs J~^T6=Ű]{R T /w%lW@s c!4 `KVfV;IIȔ9 F*j}FL ľ~q)*jI~κ7N8X]o{G76 VuY,,Tb}"D/7t1}nŽ?)(R>6, I,"ڏ9\İ1pƢ*H-(!h>p>?d ( o )Ftz       9R /( O8 X 9 : K F.G@HTIhXpYt\]^b1cdMeRfUlWulvw x y4zDTX^Cpython-beautifulsoup3.2.1bp153.1.11HTML/XML Parser for Quick-Turnaround Applications Like Screen-ScrapingBeautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: * Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away * Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application * Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links of class externalLink", or "Find all the links whose urls match "foo.com", or "Find the table heading that's got bold text, then give me that text." Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.`8lmlamb58}SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.crummy.com/software/BeautifulSoup/linuxnoarch6 2`8llO=`8llO<`8ll227a4f42fab811604993b901814a47e130407d7ed9f2ad2805de09a9f5a20801345a861b4b140ea2acd640c4cd23d090129c037c8406278f7aa7be050cfa30c46293b89121bf421616aed452e7c5d0da0d44bd4262517d2988e42a30088ee93509f7f54c548db82bf42621a102267d9997d46c04db5ccd9a7c2cb529278ddbf44cd94e4bead8300cf01ef27121dfcd2c0c0f6931d32cb0fbeeeb921bf4899a9frootrootrootrootrootrootrootrootrootrootpython-beautifulsoup-3.2.1-bp153.1.11.src.rpmpython-beautifulsoup@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1Q@Q@OC@N@Nσ@L3Kh@KG@I>]Gg@speilicke@suse.comsaschpe@suse.dejfunk@funktronics.cacoolo@suse.comjfunk@funktronics.cacoolo@novell.comalexandre@exatati.com.bralexandre@exatati.com.brcfarrell1980@gmail.comjfunk@funktronics.ca- Use upstream URL - Run testsuite- Spec file cleanup, should fix 12.1 build- Update to 3.2.1 * Substitute XML entities for angle brackets and bare ampersands within strings, not just within attribute values. This prevents a possible cross-site scripting attack when Beautiful Soup is used to sanitize HTML. (https://bugs.launchpad.net/beautifulsoup/+bug/868921)- fix license to be in spdx.org format- Update to 3.2.0 - Gave the stable series a higher version number than the unstable series, to make it very clear which series most people should be using. - When creating a Tag object, you can specify its attributes as a dict rather than as a list of 2-tuples.- fix dates in changelog- Update to 3.0.8.1; - Spec file cleaned with spec-cleaner.- Update to 3.0.8; - Building as noarch for openSUSE >= 11.2.- Update to 3.0.7a - Release 3.0.7a (2008/07/03) - Added an import that makes BS work in Python 2.3. - Release 3.0.7 (2008/06/22) - Fixed a UnicodeDecodeError when unpickling documents that contain non-ASCII characters. - Fixed a TypeError that occured in some circumstances when a tag contained no text. - Jump through hoops to avoid the use of chardet, which can be slow in some circumstances. UTF-8 documents should never trigger the use of chardet. - Whitespace is preserved inside
 and