An open API service indexing awesome lists of open source software.

https://github.com/davidmoremad/azurekit

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
https://github.com/davidmoremad/azurekit

azure cloud-platform infrastructure-management sdk-python

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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&utm_medium=referral&utm_content=davidmoremad/azurekit&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&utm_medium=referral&utm_content=davidmoremad/azurekit&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.