Metadata-Version: 2.1
Name: Biu
Version: 0.1.1
Summary: A tiny web crawler framework.
Home-page: https://github.com/Windfarer/biu
Author: Windfarer
Author-email: windfarer@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Requires-Dist: gevent
Requires-Dist: requests
Requires-Dist: parsel


# Biu
A tiny web crawler framework

## Installation
```
pip install biu
```

## Usage
```
import biu  # Must be the first line, because of monkey-included.


```

