UMCCR Reusable Python modules
Project description
libumccr
UMCCR Reusable Python modules
Usage
- Install through
pip
like so
pip install libumccr
- Somewhere in your Python code
from libumccr.aws import libssm
ssm_value = libssm.get_ssm_param("my_param_name")
Development
- Create Python virtual environment
git clone https://github.com/umccr/libumccr.git
cd libumccr
make install
make test
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
libumccr-0.1.0.tar.gz
(11.0 kB
view hashes)
Built Distribution
libumccr-0.1.0-py3-none-any.whl
(13.6 kB
view hashes)