Module tomatic.core
Core class and functions.
Classes
class Tomatic (bucket, static_profile='', env_profile='', raise_if_none=None, bucket_args={})-
Implements the main logic of Tomatic library.
Initialize class receiving bucket object as
bucketand profile instatic_profileor asenv_profile. Optionaly receive an exception to be raised in case ofNonevalues.