Metadata-Version: 2.1
Name: azure-saving
Version: 0.0.1
Summary: Azure saving Python package
Home-page: https://azure-saving.readthedocs.io/
Author: Alessandra Bilardi
Author-email: alessandra.bilardi@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/bilardi/azure-saving
Project-URL: Bug Reports, https://github.com/bilardi/azure-saving/issues
Project-URL: Funding, https://donate.pypi.org
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst

Azure saving
============

Azure saving package is implemented for deploying a function that you can invoke for stopping, deleting or starting each ... instance.

The goal is to implement this package for each Azure service can stop, delete and start its instances.

It is part of the `educational repositories <https://github.com/pandle/materials>`_ to learn how to write stardard code and common uses of the TDD.

Prerequisites
#############

You can use `Serverless framework <https://www.serverless.com/framework/docs/providers/azure/guide/installation/>`_ for deploying the function:
if you want to use the guide below, you have to install Serverless framework before.

If you want to use another Azure tool, you can see the repository `azure-tool-comparison <https://github.com/bilardi/azure-tool-comparison>`_ before to implement your version.

Installation
############

Coming soon.

Change Log
##########

See `CHANGELOG.md <https://github.com/bilardi/azure-saving/CHANGELOG.md>`_ for details.

License
#######

This package is released under the MIT license.  See `LICENSE <https://github.com/bilardi/azure-saving/LICENSE>`_ for details.


