Metadata-Version: 2.1
Name: graper
Version: 0.1.3
Summary: A Spider FrameWork
Home-page: https://github.com/dytttf/graper
Author: Dytttf
Author-email: dytttf@foxmail.com
License: BSD
Keywords: graper,spider,batch-spider
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Scrapy
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gevent
Requires-Dist: pymysql
Requires-Dist: mysqlclient
Requires-Dist: redis (>=3.0.0)
Requires-Dist: better-exceptions
Requires-Dist: tqdm
Requires-Dist: httpx[http2]
Requires-Dist: user-agent2
Requires-Dist: urllib3

# graper
A Spider FrameWork.

## Installation
You can install graper by simply doing:

    pip install graper
    
## Usage
**Very Important Thing**
This line must be the first line in code
```
from graper.spiders import *
```


## About Environment Variable
> ~/.graper/.env < $(pwd)/.env

## TODO
- ftp download
- sqlite

