Whizbang Deployer - An all-in-one Azure deployment solution
Project description
Whizbang
The Whizbang deployer is a tool designed to simplify deployments of Azure solutions. The solutions contains utilities and functions that implmenting projects use to deploy specific azure solutions for customers.
Installation
It it important to note that this package is installed and distributed in two different modes:
- Local Binary Installation -> This requires the needed packages to be install globally. This is how development with dependent projects (i.e. empower) is typically done.
- Containerized -> The containerized method includes binary dependencies which are used for CI/CD and is how the artifact is actually deployed and used in production.
Mac Prequisites
brew install docker docker-compose
Windows Prequisites
TODO
Local Binary Build
poetry install
poetry build
pip3 uninstall whizbang-deployer -y
pip3 install ./dist/whizbang*.whl
Then run any solution file directly: python solution.py
To run tests:
python3 -m pytest
Containerized Build
These may no longer work.
To run pytests:
docker-compose -f docker_builds/docker-compose.yml up --build pyenv
To run pytests with watch:
docker-compose -f docker_builds/docker-compose.yml up --build pyenv-watch
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file whizbang-deployer-1.3.0a119.tar.gz
.
File metadata
- Download URL: whizbang-deployer-1.3.0a119.tar.gz
- Upload date:
- Size: 63.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.12 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 986bb6ce66005e5a9956154d467cff804c948ab81339a8f9832278f22e1bba2c |
|
MD5 | ff84db5b3a8913432d690dbb4b23762a |
|
BLAKE2b-256 | 63dd960ebf87010c8b1b19ad4005b9c6a45b4053acd4df7700b97f556838c01d |
File details
Details for the file whizbang_deployer-1.3.0a119-py3-none-any.whl
.
File metadata
- Download URL: whizbang_deployer-1.3.0a119-py3-none-any.whl
- Upload date:
- Size: 125.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.12 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbebe9c20806033e9fe7e861cb19674b7b430489efe5b4afd4f95778f8e8afb6 |
|
MD5 | 4f9c69b95887a441a16fc4bbf18402c8 |
|
BLAKE2b-256 | 8110ef099aa251957747313b5a6dd10bb2b085039e1004f4ad7391d732bdede2 |