Metadata-Version: 2.1
Name: grabutils
Version: 0.0.9
Summary: Utils and helpers for crawling websites
Home-page: https://github.com/sniter/grabutils
Author: Ilya Babich
Author-email: sniter@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: lxml

# Grabutils

Utils and helpers for crawling websites

## Install

```shell script
pip install grabutils
```

## Usage

See tests as usage example


