summaryrefslogtreecommitdiff
blob: 236732af0c822daa8c1de328fb0f690b5687bc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<longdescription lang="en">
		Beautiful Soup is a Python HTML/XML parser designed for quick
		turnaround projects like screen-scraping. Two features make it
		powerful: it won't choke if you give it bad markup and it provides a
		few simple methods and Pythonic idioms for navigating and searching
		a parse tree: a toolkit for dissecting a document and extracting
		what you need.
	</longdescription>
	<upstream>
		<remote-id type="pypi">beautifulsoup4</remote-id>
	</upstream>
</pkgmetadata>