Metadata-Version: 2.1
Name: spiderutil
Version: 0.1.2
Summary: Utilities for spider.
Home-page: https://github.com/Thesharing/spiderutil
Author: Thesharing
Author-email: 
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/markdown
Requires-Dist: redis (>=3.3.0)
Requires-Dist: pymongo (>=3.8.0)
Requires-Dist: requests (>=2.20.0)

# Spider Utility

Utilities for spider, including connectors to databases, path generators, loggers and exceptions.

## Docs

### Connector

#### MongoDB

#### Redis

#### LocalFile

### Network

#### Session

#### User Agent

### Path Generator

#### Store Simply

#### Store By UserName

#### Store By User Name Per Folder

### Data Structure

#### Dict

### Log

#### Logger

### Exceptions

### Typing

#### Media Type

# How to contribute

# Todo

* Fulfill the docs


