Metadata-Version: 1.1
Name: azurekit
Version: 0.0.1
Summary: Azurekit is a Python SDK for managing your Azure accounts and all deployed resources. This way you can see, for example, all Ubuntu 16.06 machines deployed in your accounts.
Home-page: https://github.com/davidmoremad
Author: David Amrani Hernandez
Author-email: davidmorenomad@gmail.com
License: Apache 2.0
Project-URL: Source Code, https://github.com/davidmoremad/azurekit
Project-URL: Documentation, https://azurekit.readthedocs.io
Description: Azure Kit
        =========
        
        
        |Docs| |Version| |Pypi| |Codacy| |Coverage|
        
        
        .. |Docs| image:: https://readthedocs.org/projects/azurekit/badge/?version=latest
           :target: http://azurekit.readthedocs.io/en/latest/?badge=latest
           :alt: Read the Docs
        .. |Version| image:: https://img.shields.io/pypi/pyversions/azurekit.svg
           :target: https://pypi.org/project/azurekit/
           :alt: PyPI - Python Version
        .. |Pypi| image:: http://img.shields.io/pypi/v/azurekit.svg?style=flat
            :target: https://pypi.python.org/pypi/azurekit/
            :alt: Package Version
        .. |Codacy| image:: https://api.codacy.com/project/badge/Grade/771dc538da464b5ea35df936bc4fe29e
            :target: https://www.codacy.com/app/davidmoremad/azurekit?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=davidmoremad/azurekit&amp;utm_campaign=Badge_Grade
            :alt: Codacy
        .. |Coverage| image:: https://api.codacy.com/project/badge/Coverage/771dc538da464b5ea35df936bc4fe29e
            :target: https://www.codacy.com/app/davidmoremad/azurekit?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=davidmoremad/azurekit&amp;utm_campaign=Badge_Coverage
            :alt: Coverage
        
        
        *****************
        What is AzureKit?
        *****************
        
        Azurekit is a Python SDK for managing your Azure accounts and all deployed resources.
        You will be able to list all the inventory of the organization,
        make queries at the management level and above all, automate and speed up your day to day.
        
        The objective of the SDK is to abstract the use of Azure, being able to dig through all the data of our account,
        and for example you will be able of:
        
        * Run a SSH-Command on all the machines on your different accounts.
        * List all instances with exposed critical ports like 22 or 3389
        * Get info about all certificates of your account/s
        * Obtain all the infrastructure after a domain associated with a balancer
        * Get the price per account or resource_group in a few seconds.
        
        
        
Keywords: azure microsoft cloud platform sdk wrapper security management
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
