Skip to content

Small library with a few utilities to auto-version code and interact with Azure services

License

Notifications You must be signed in to change notification settings

RaekwonIII/python_devops_tools

Repository files navigation

utils

Build Status

Small library with a utility to auto-version code and a few classes to interact with Azure services.

  • To use this library, add this to your Pipfile:
[[source]]
url = "https://${FURY_AUTH}@pypi.fury.io/scarfaceiii/"
verify_ssl = true
name = "fury"

Or similar configuration for pip or other services.

  • Then install with pipenv install scarface-utils
  • Classes and methods can be accessed as such:
from scarface_utils.azure_utils.azure_storage import AzureStorage
azure_storage = AzureStorage.from_key_vault_config('config.cfg')
  • Finally, the auto-version tool is available as a command line script:
./bump-version

About

Small library with a few utilities to auto-version code and interact with Azure services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages