SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-beautifulsoup4 rpm build for : CentOS 7. For other distributions click python-beautifulsoup4.

Name : python-beautifulsoup4
Version : 4.6.0 Vendor : obs://build_opensuse_org/systemsmanagement
Release : 3.9 Date : 2018-10-16 13:43:05
Group : Development/Libraries/Python Source RPM : python-beautifulsoup4-4.6.0-3.9.src.rpm
Size : 0.69 MB
Packager : (none)
Summary : HTML/XML parser for quick-turnaround applications like screen-scraping
Description :
Beautiful 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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/systemsmanagement:/Ardana:/8:/CentOS/CentOS_7/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-beautifulsoup4-4.6.0-3.9.noarch.rpm
     

Provides :
python-beautifulsoup4
python2-beautifulsoup4

Requires :
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/bs4
/usr/lib/python2.7/site-packages/bs4/__init__.py
/usr/lib/python2.7/site-packages/bs4/__init__.pyc
/usr/lib/python2.7/site-packages/bs4/__init__.pyo
/usr/lib/python2.7/site-packages/bs4/builder
/usr/lib/python2.7/site-packages/bs4/builder/__init__.py
/usr/lib/python2.7/site-packages/bs4/builder/__init__.pyc
/usr/lib/python2.7/site-packages/bs4/builder/__init__.pyo
/usr/lib/python2.7/site-packages/bs4/builder/_html5lib.py
/usr/lib/python2.7/site-packages/bs4/builder/_html5lib.pyc
/usr/lib/python2.7/site-packages/bs4/builder/_html5lib.pyo
/usr/lib/python2.7/site-packages/bs4/builder/_htmlparser.py
/usr/lib/python2.7/site-packages/bs4/builder/_htmlparser.pyc
/usr/lib/python2.7/site-packages/bs4/builder/_htmlparser.pyo
/usr/lib/python2.7/site-packages/bs4/builder/_lxml.py
/usr/lib/python2.7/site-packages/bs4/builder/_lxml.pyc
/usr/lib/python2.7/site-packages/bs4/builder/_lxml.pyo
/usr/lib/python2.7/site-packages/bs4/dammit.py
/usr/lib/python2.7/site-packages/bs4/dammit.pyc
/usr/lib/python2.7/site-packages/bs4/dammit.pyo
/usr/lib/python2.7/site-packages/bs4/diagnose.py
/usr/lib/python2.7/site-packages/bs4/diagnose.pyc
/usr/lib/python2.7/site-packages/bs4/diagnose.pyo
/usr/lib/python2.7/site-packages/bs4/element.py
There is 33 files more in these RPM.

 
ICM