Metadata-Version: 2.1
Name: aclients
Version: 1.0.0b16
Summary: 基础封装库
Home-page: https://github.com/tinybees/aclients
Author: TinyBees
Author-email: a598824322@qq.com
License: MIT
Description: # aclients
        基于sanic扩展，各种数据库异步crud操作，各种请求异步crud操作,本repo是个基础封装库，直接用于各个业务系统中
        
        # Installing aelog
        - ```pip install aclients```
        
        # Usage
        ### 后续添加，现在没时间.
        
Keywords: mysql,mongo,redis,http,asyncio,crud,session
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires: sanic
Requires: aelog
Requires: aredis
Requires: hiredis
Requires: aiomysql
Requires: sqlalchemy
Requires: aiohttp
Requires: cchardet
Requires: aiodns
Requires: motor
Requires: ujson
Requires: marshmallow
Requires-Python: >=3.5
Description-Content-Type: text/markdown
