Metadata-Version: 2.1
Name: common-web
Version: 0.1.1
Summary: this is common for base
Home-page: 
Author: Cloud Bian
Author-email: cloudbian@139.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

#Common Package
This is a common package for base, my web project base package.

+ dto
>>ResObj 
> 
>this is Response Dto format:{"code":200, "message":"", data: None}


+ middlewares
>>exception_middleware
> 
> this is gobal exception middleware

+ utils
>> date_util
> 
> this is date util for convert timestamp and str
>>file_util
> 
> Methods for processing files 
