broth

Convenient Wrapper for Beautiful Soup


Keywords
extraction, BeautifulSoup, python
License
MIT
Install
pip install broth==0.8

Documentation

Build Status

Requirements Status

Hex.pm

broth

Convenient Wrapper for Beautiful Soup

Installation

pip install broth

Use

from broth import Broth
broth = Broth(text)
tables = broth.tables

Features

Languages Supported
Arabic
English

Testing

To test the package run

python -m unittest broth.tests.test