Metadata-Version: 2.1
Name: BeautifulSauce
Version: 0.0.7
Summary: BeautifulSoup's saucy sibling!
Home-page: https://github.com/nateraw/BeautifulSauce
Author: Nathan Raw
Author-email: naterawdata@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: beautifulsoup4 (==4.7.1)
Requires-Dist: cssutils (==1.0.2)
Requires-Dist: lxml (==4.3.4)
Requires-Dist: numpy (==1.16.4)
Requires-Dist: pandas (==0.24.2)
Requires-Dist: requests (==2.22.0)
Requires-Dist: tqdm (==4.32.2)
Requires-Dist: PyYAML (==5.1.1)
Requires-Dist: scikit-learn (==0.21.2)
Requires-Dist: sklearn-pandas (==1.8.0)

BeautifulSauce provides:

- ability to featurize HTML documents with custom functions
- integration of CSS attributes (with inheritance!) applied to each Tag
- options for indexing HTML with numerical index lists
- built in utility functions that cover common boilerplate snippets


