Metadata-Version: 1.2
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
Description: 
        # Biu
        A tiny web crawler framework
        
        ## Installation
        ```
        pip install biu
        ```
        
        ## Usage
        ```
        import biu  # Must be the first line, because of monkey-included.
        
        
        ```
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
