Metadata-Version: 2.1
Name: etcdproxy
Version: 0.0.1
Summary: etcd的代理对象
Home-page: UNKNOWN
Author: hsz
Author-email: hsz1273327@gmail.com
License: MIT License
Description: # etcdproxy
        
        提供etcd的代理对象功能.本项目代理的对象是
        
        + aio模式代理aetcd3
        + 普通模式代理etcd3
        
        需要注意这两个模块本身冲突,也就是说如果`import etcd3`就不能再`import aetcd3`.因此同一个程序中不能混用两种模式.如果并不确定使用的是什么模式可以在代理的`aio`字段进行确认
        
        ## 安装
        
        ```bash
        pip install etcdproxy
        ```
        
        # 0.0.1
        
        项目创建
        MIT License
        
        Copyright (c) 2021 Python-Tools
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Keywords: etcd,proxy,asyncio
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
