Metadata-Version: 2.1
Name: fastaliyun
Version: 0.0.15
Summary: make it easy to use aliyun sdk
Home-page: https://gitee.com/ZeroSeeker/fastaliyun
Author: ZeroSeeker
Author-email: zeroseeker@foxmail.com
License: UNKNOWN
Description: # fastaliyun
        
        #### 介绍
        快捷使用阿里云模块
        
        #### 软件架构
        软件架构说明
        
        
        #### 安装教程
        
        1.  pip安装
        ```shell script
        pip install fastaliyun
        ```
        2.  pip安装（使用淘宝镜像加速）
        ```shell script
        pip install fastaliyun -i https://mirrors.aliyun.com/pypi/simple
        ```
        
        #### 使用说明
        
        1.  demo
        ```python
        import fastaliyun
        res = fastaliyun.datahub.project_list()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
