bw2data.configuration ===================== .. py:module:: bw2data.configuration Attributes ---------- .. autoapisummary:: bw2data.configuration.config Classes ------- .. autoapisummary:: bw2data.configuration.Config Module Contents --------------- .. py:class:: Config Bases: :py:obj:`object` A singleton that stores configuration settings .. py:attribute:: _windows .. py:attribute:: backends .. py:property:: biosphere Get name for ``biosphere`` database from user preferences. Default name is ``biosphere3``; change this by changing ``config.p["biosphere_database"]``. .. py:attribute:: cache .. py:property:: global_location Get name for global location from user preferences. Default name is ``GLO``; change this by changing ``config.p["global_location"]``. .. py:attribute:: metadata :value: [] .. py:attribute:: sqlite3_databases :value: [] .. py:attribute:: version :value: 3 .. py:data:: config