Metadata-Version: 2.1
Name: aliyun-img-utils
Version: 0.0.1
Summary: Package that provides utilities for handling images in Aliyun Cloud.
Home-page: https://github.com/SUSE-Enceladus/aliyun-img-utils
Author: SUSE
Author-email: public-cloud-dev@susecloud.net
License: GPLv3+
Description: overview
        ========
        
        **aliyun-img-utils** provides a command line utility for handling
        images in the Aliyun Cloud.
        
        Installation
        ============
        
        To install the package use the following commands as root:
        
        ```shell
        $ zypper ar http://download.opensuse.org/repositories/Cloud:/Tools/<distribution>
        $ zypper refresh
        $ zypper in python3-aliyun-img-utils
        ```
        
        Requirements
        ============
        
        - oss2
        - Click
        
        CLI Overview
        ============
        
        The CLI provides multiple subcommands to handle images:
        
        ...
        
        Issues/Enhancements
        ===================
        
        Please submit issues and requests to
        [Github](https://github.com/SUSE-Enceladus/aliyun-img-utils/issues).
        
        Contributing
        ============
        
        Contributions to **aliyun-img-utils** are welcome and encouraged. See
        [CONTRIBUTING](https://github.com/SUSE-Enceladus/aliyun-img-utils/blob/master/CONTRIBUTING.md)
        for info on getting started.
        
        License
        =======
        
        Copyright (c) 2020 SUSE LLC.
        
        Distributed under the terms of GPL-3.0+ license, see
        [LICENSE](https://github.com/SUSE-Enceladus/aliyun-img-utils/blob/master/LICENSE)
        for details.
        
Keywords: aliyun-img-utils aliyun_img_utils
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Software Distribution
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
