bo4e package

Subpackages

Submodules

bo4e.version module

Version information for the bo4e package.

bo4e.zusatzattribut module

Contains ExterenzeReferenz class and corresponding marshmallow schema for de-/serialization

class bo4e.zusatzattribut.ZusatzAttribut(*, name: str | None = None, wert: Any = None)[source]

Bases: BaseModel

Viele Datenobjekte weisen in unterschiedlichen Systemen eine eindeutige ID (Kundennummer, GP-Nummer etc.) auf. Beim Austausch von Datenobjekten zwischen verschiedenen Systemen ist es daher hilfreich, sich die eindeutigen IDs der anzubindenden Systeme zu merken.

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.

name: str | None

Bezeichnung der externen Referenz (z.B. “microservice xyz” oder “SAP CRM GP-Nummer”)

wert: Any

Wert der externen Referenz (z.B. “123456”; “4711”)

Module contents

BO4E-Python - Python implementation of the BO4E standard

BO4E-Python is a Python implementation of the BO4E standard. BO4E is a standard for the exchange of business objects in the energy industry. BO4E-Python is an open-source software released under the Apache-2.0 license.

The BO4E version can be queried using bo4e.__version__.