Skip to main content

A package which uses azure SDK for creating simple resources and managing them.

Project description

Azure Helpers

This is a simple project which makes use of azure's python SDK to create simple resources in azure. Today, you can use the helpers to perform basic CRUD operations on

Using the package

To start using the helpers, run

pip install azure-helpers

Follow examples in the examples directory to use the library.

Developing the package

To extend the package and customize it further, clone it from git and run the following to setup a virtual environment:

git clone https://github.com/msanath/azure-helpers.git
cd azure-helpers
python3 -m venv
source bin/activate
pip install -r requirements.txt

Before merging to the main branch, make sure you generate the distribution archives. From the directory containing setup.py, run:

python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel

For more information, refer python packaging tutorial.

Note: The git repository also contains settings file for Visual Studio Code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure_helpers-0.0.3.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

azure_helpers-0.0.3-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page