Skip to main content

Berglas Python Library

Project description

https://travis-ci.org/maroux/berglas-python.svg?branch=master https://coveralls.io/repos/github/maroux/berglas-python/badge.svg?branch=master https://img.shields.io/pypi/v/berglas.svg?style=flat-square https://img.shields.io/pypi/pyversions/berglas.svg?style=flat-square https://img.shields.io/pypi/implementation/berglas.svg?style=flat-square https://img.shields.io/badge/code%20style-black-000000.svg

This library automatically parses berglas references when imported.

Only Python 3.6+ is supported currently.

You can find the latest, most up to date, documentation on Github.

Quick Start

Install library:

pip install berglas

Import the module:

import berglas.auto  # noqa

When imported, the berglas module will:

1. Detect the runtime environment and call the appropriate API to get the list of environment variables that were set on the resource at deploy time

1. Download and decrypt any secrets that match the Berglas environment variable reference syntax

  1. Replace the value for the environment variable with the decrypted secret

You can also opt out of auto-parsing and call the library yourself instead:

import os

from berglas import resolver

if __name__ == '__main__':
    client = resolver.Client()
    client.replace("MY_SECRET")
    print(os.environ["MY_SECRET"])

    // alternatively, use resolve method to simply get the value without updating environment:
    my_secret = client.resolve(os.environ["MY_SECRET"])
    print(my_secret)

Release Notes

v0.1

  • First version

Development

Getting Started

Assuming that you have Python, pyenv and pyenv-virtualenv installed, set up your environment and install the required dependencies like this instead of the pip install berglas defined above:

$ git clone https://github.com/maroux/berglas-python.git
$ cd python
$ pyenv virtualenv 3.9.14 berglas-3.9
...
$ pyenv shell berglas-3.9
$ pip install setuptools==58
$ pip install -r requirements/dev-3.9.txt

Updating Requirements Files

Update the install_requires variable in setup.py and then from the pyenv virtualenv shell run: .. code:: sh

$ python -m pip install pip==18.0 pip-tools==3.2.0 –upgrade $ make pip_compile

Running Tests

You can run tests in using make test. By default, it will run all of the unit and functional tests, but you can also specify your own py.test options.

$ py.test

Getting Help

We use GitHub issues for tracking bugs and feature requests.

  • If it turns out that you may have found a bug, please open an issue

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

berglas-0.3.1.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

berglas-0.3.1-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file berglas-0.3.1.tar.gz.

File metadata

  • Download URL: berglas-0.3.1.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for berglas-0.3.1.tar.gz
Algorithm Hash digest
SHA256 3862025b6182e820102333529fb039b809f27f4fe31fa7c13668265dbd077b71
MD5 91070a2d3b9d09e1cb5c2c33bb87e98a
BLAKE2b-256 77a11326a7d9550405c9a4b76aa6081cfe27644db4523ac40187de6e52c986e8

See more details on using hashes here.

File details

Details for the file berglas-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: berglas-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for berglas-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d44cbf76c8fcb214db51b2045b0e883384ab1b1a6710389a6657476ea609effe
MD5 fd30e52b1c03f2c3d720a8aed99d5abe
BLAKE2b-256 b211096c9df7fc59e357e9797e4a5e43fc8e7acf9c8060823d93a45713296d60

See more details on using hashes here.

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