Skip to main content

Helper functions for loading configuration files. Useful to test/debug using config parameters.

Project description

Load Config

Test Coverage PyPI License Requirements Status Code Style Code Formatter Test Framework

Helper functions for loading configuration files. Useful to test/debug using config parameters.

Custom functions currently supported:

We built this library in Hackt to support local development of internal projects and public apps in our catalog. Learn more about other open-source libraries on lib.hackt.app.


Runtime support

Python Logo

This is the Python runtime library, compatible with Python3.6+. Currently there isn't support for other runtimes. A Javascript/nodejs version is planned, but unscheduled.


Installation and Usage

Install with pip: pip install load-config

Load AWS SAM template file:

import load_config

template = load_config.sam_template()

env_vars = template['Resources']['MyFunction']['Environment']['Variables']

By default, load_config will look for SAM templates in ./template.yaml. Optionally, specify a different path:

template = load_config.sam_template(filepath='my-project/template.yml')

Documentation

Documentation is available in the repository wiki.


License

This library is licensed under Apache 2.0.


Contributor guide

Please check out guidelines in the repository wiki.


Acknowledgements

Published & supported by Hackt App

Logos provided by Clearbit

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

load_config-0.1.3b4-py3-none-any.whl (10.3 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