Configuration documents for BioBlend¶
BioBlend¶
-
class
bioblend.NullHandler(level=0)[source]¶ Initializes the instance - basically setting the formatter to None and the filter list to empty.
Config¶
-
class
bioblend.config.Config(path=None, fp=None, do_load=True)[source]¶ BioBlend allows library-wide configuration to be set in external files. These configuration files can be used to specify access keys, for example. By default we use two locations for the BioBlend configurations:
- System wide:
/etc/bioblend.cfg - Individual user:
~/.bioblend(which works on both Windows and Unix)
- System wide: