Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Namespaces | Classes | Variables
bs4 Namespace Reference

Namespaces

namespace  _deprecation
 
namespace  _warnings
 
namespace  css
 
namespace  dammit
 
namespace  diagnose
 
namespace  exceptions
 

Classes

class  BeautifulSoup
 
class  BeautifulStoneSoup
 

Variables

 _s = BeautifulSoup
 
 _soup = BeautifulSoup
 
 soup = BeautifulSoup(sys.stdin)
 

Detailed Description

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.7 and up. It works better if lxml
and/or html5lib is installed, but they are not required.

For more than you ever wanted to know about Beautiful Soup, see the
documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/