Metadata-Version: 2.1
Name: azup
Version: 2021.9
Summary: Work with azure cloud using `az` cli
Home-page: https://github.com/walnutgeek/azup
Author: Walnut Geek
Author-email: wg@walnutgeek.com
License: Apache 2.0
Description: # azup
        
        Army of robots already here, they are just hiding in datacenters. This is my 
        attempt to understand how to manage that army in context of Azure cloud.
        
        I know there are well supported projects that do simular things: 
        ARM templates, Terraform and may be more ... and still I want to understand 
        cloud from first principles. So here it is. 
        
        I may do simular thing for GCP and AWS later.
        
        ## Dev setup
        
        Install all dependencies:
            
            pip install -e .[dev]
        
        Tidy up and run tests:
            
            python setup.py tidy; pytest
            
        ## Install
        
        Beta:
        
            pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple azup
            
        Stable:
        
            pip install azup
            
        ## Usage
        
        No much but:
        
            $ azup
            USAGES:
             azup dump_config <resource_group>
             azup list_images <config_yml>
             azup purge_acr <config_yml>
             azup syncup_apps <config_yml>
            
        ## YAML config
        
        TODO
         
        ## 
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Archiving :: Backup
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
