Requirements

  • Python 2.7+ or 3.4+

Installation

First you need to install prettyconf library:

pip install prettyconf

The AwsParameterStore configuration loader depends on the boto3 package. If you need to use it, install prettyconf with the optional feature aws:

pip install prettyconf[aws]