Metadata-Version: 2.1
Name: spiderutil
Version: 0.1.3
Summary: Utilities for spider.
Home-page: https://github.com/Thesharing/spiderutil
Author: Thesharing
Author-email: 
License: MIT
Description: # 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
        
        * Multi-thread / multi-processing / Asycio
        
        * Decorator
        
        * Monitor
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
