Skip to main content
Ctrl+K

Register Now: Autumn School 2023: Open Approaches to Time in LCA 📍 Switzerland 🗓️ 9-13.October

Logo image

Site Navigation

  • Introduction
  • Setup
  • API Reference
  • Gallery
  • LCA
  • Contributing
  • FAQ
  • Changelog
  • Brightway Ecosystem
  • Credits & License
  • Interactive Training

Site Navigation

  • Introduction
  • Setup
  • API Reference
  • Gallery
  • LCA
  • Contributing
  • FAQ
  • Changelog
  • Brightway Ecosystem
  • Credits & License
  • Interactive Training

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.backends.peewee.schema

bw2data.backends.peewee.schema#

Module Contents#

Classes#

ActivityDataset

ExchangeDataset

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]#

previous

bw2data.backends.peewee.proxies

next

bw2data.backends.peewee.utils

On this page
  • Module Contents
    • Classes
      • 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
      • ActivityDataset
        • code
        • data
        • database
        • location
        • name
        • product
        • type
      • ExchangeDataset
        • data
        • input_code
        • input_database
        • output_code
        • output_database
        • type
Show Source

© Copyright 2023 Brightway Developers.

Built with the PyData Sphinx Theme 0.13.0.