Metadata-Version: 2.1
Name: graper
Version: 0.1.2
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

# 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

