mantispy.settings#
- mantispy.settings = MantispySettings(cache_dir=PosixPath('/home/docs/.cache/mantispy'), verbosity=1)#
Allows users to customize settings for the
mantispypackage.Settings here will generally be for advanced use-cases and should be used with caution.
For setting an option use
override()(local) or set the attributes directly (global) e.g.,mantispy.settings.my_setting = foo. For assignment by environment variable, use the variable name in all caps withMANTISPY_as the prefix before import ofmantispy.The following options are available:
- settings.cache_dir: pathlib.Path = PosixPath('/home/docs/.cache/mantispy')#
Where
mantispy.dskeeps the datasets it downloads.