Metadata-Version: 2.1
Name: kraken-extract-from-html
Version: 0.0.13
Summary: Kraken Extract From HTML
Home-page: https://github.com/tactik8/kraken_extract_from_html2
Author: Tactik8
Author-email: info@tactik8.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Extract from html

## How to use
Provided url of the page and html content, returns list of records with extractions.

`from kraken_extract_from_html import kraken_extract_from_html as k
`

`records = k.get(url, html)`

