Skip to main content
Ctrl+K

This is the documentation for older versions of Brightway (legacy).

Brightway

  • Installation
  • Getting Started
  • API Reference
  • FAQ
  • Changelog
  • GitHub
  • Conda
  • Matrix Group Chat
  • Installation
  • Getting Started
  • API Reference
  • FAQ
  • Changelog
  • GitHub
  • Conda
  • Matrix Group Chat
Ctrl+K

Section Navigation

  • bw2io
  • bw2data
    • bw2data.backends
      • bw2data.backends.iotable
      • bw2data.backends.json
      • bw2data.backends.peewee
        • bw2data.backends.peewee.database
        • bw2data.backends.peewee.proxies
        • bw2data.backends.peewee.schema
        • bw2data.backends.peewee.utils
      • bw2data.backends.single_file
      • bw2data.backends.base
      • bw2data.backends.utils
    • bw2data.bin
    • bw2data.search
    • bw2data.configuration
    • bw2data.data_store
    • bw2data.database
    • bw2data.errors
    • bw2data.fatomic
    • bw2data.filesystem
    • bw2data.ia_data_store
    • bw2data.logs
    • bw2data.meta
    • bw2data.method
    • bw2data.parameters
    • bw2data.project
    • bw2data.proxies
    • bw2data.query
    • bw2data.serialization
    • bw2data.sqlite
    • bw2data.updates
    • bw2data.utils
    • bw2data.validate
    • bw2data.weighting_normalization
  • bw2calc
  • bw2analyzer
  • API Reference
  • bw2data.backends.peewee
  • bw2data.back...

bw2data.backends.peewee.schema#

Classes#

ActivityDataset

ExchangeDataset

Module Contents#

class bw2data.backends.peewee.schema.ActivityDataset[source]#

Bases: peewee.Model

Inheritance diagram of bw2data.backends.peewee.schema.ActivityDataset
code[source]#
data[source]#
database[source]#
location[source]#
name[source]#
product[source]#
type[source]#
class bw2data.backends.peewee.schema.ExchangeDataset[source]#

Bases: peewee.Model

Inheritance diagram of bw2data.backends.peewee.schema.ExchangeDataset
data[source]#
input_code[source]#
input_database[source]#
output_code[source]#
output_database[source]#
type[source]#
On this page
  • Classes
  • Module Contents
    • ActivityDataset
      • ActivityDataset.code
      • ActivityDataset.data
      • ActivityDataset.database
      • ActivityDataset.location
      • ActivityDataset.name
      • ActivityDataset.product
      • ActivityDataset.type
    • ExchangeDataset
      • ExchangeDataset.data
      • ExchangeDataset.input_code
      • ExchangeDataset.input_database
      • ExchangeDataset.output_code
      • ExchangeDataset.output_database
      • ExchangeDataset.type
Edit on GitHub
Show Source
Support Brightway

Β© Copyright 2025 Brightway Developers.

πŸŒΏπŸ› Found a bug? Something not working? Frustrated? Please report it!