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
bucket
and profile instatic_profile
or asenv_profile
. Optionaly receive an exception to be raised in case ofNone
values.