bw2data.configuration#

Attributes#

Classes#

Config

A singleton that stores configuration settings

Module Contents#

class bw2data.configuration.Config[source]#

Bases: object

A singleton that stores configuration settings

_windows[source]#
backends[source]#
property biosphere[source]#
Get name for ``biosphere`` database from user preferences.

Default name is biosphere3; change this by changing config.p["biosphere_database"].

cache[source]#
property global_location[source]#
Get name for global location from user preferences.

Default name is GLO; change this by changing config.p["global_location"].

metadata = [][source]#
sqlite3_databases = [][source]#
version = 3[source]#
bw2data.configuration.config[source]#