AMArETTo is not an Italian liqueurs
In the last some weeks I have been working an Azure tool collection which could be useful for everyone who wants to do cool things in Azure. The result of it a python package which will be expanded day-by-day.
In this article I would like to provide it to you for testing or everyday usage.
You can find it on pypi and git as well. Download and documentation links are here:
The installation is quite easy.
- First you should execute the python interpreter in interactive mode.
- Then you can install and import “amaretto”:
# Import pip import pip # Install amaretto with pip pip.main(['install', '--user', 'amaretto']) # Import amaretto import amaretto
- You can use it:
# Test amaretto print amaretto.showMessage('Your message')
Notes:
- Install without cache from shell:
pip install amaretto –no-cache-dir
- After the update please execute the following command from shell
pip show amaretto
If you can see that not the latest version is installed, please executepip uninstall amaretto
to unistall it.
Please use it, test is then send me feedback. Thanks!
Technical Thursday – Restore VM from RSV – managed disk – IT Blog for sharing
2018-02-22 @ 18:52
[…] amaretto (Azure management tools by the1bit) package for python. You can download […]