Flexline integration models
Project description
Context
This package contains the data object definitions used for integration of the software modules in the FlexLine project.
You can choose between two formats for the data objects: dataclasses and Pydantic v2 models. The dataclasses are simple Python classes that can be used for basic data storage and manipulation, while the Pydantic models provide additional features such as validation and serialization.
Example import
# Load dataclass models:
from flexline_models.dataclasses import AllocationType
# Load pydantic models:
from flexline_models.pydantic import AllocationType
Documentation
Terminology
- Operations definition ~ Product type = The container object for a certain product type to be manufactured, collection of Operations segments.
- Operations segment ~ Task = Equipment independent, the what but not the how, so no timing. May contain depencencies to other tasks (end up with assembly graph).
- Work master ~ Task implementation TEMPLATE = Equipment dependent, equipment defined on TYPE level, the how, so can contain timing information.
- Work directive ~ Executable Task = The how combined with the who and which, determines all the instances that are used, timing is overtaken from the work master it refers to.
- Job ~ todo some executable task = job object that refers to some work (directive) to be performed, work directives are reusable.
- Operations Schedule ~ Order mix = Container object for Operations Requests.
- Operations Request ~ Single product order = Container object for Segment Requirements, a single product type to be manufactured.
- Segment Requirement ~ Task request = Separate objects for a task to be performed for a certain product instance within an operations schedule. Every segment requirement will need to be fulfilled by a job object.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flexline_models-0.3.4.tar.gz.
File metadata
- Download URL: flexline_models-0.3.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e21824cde14b7c07ab8fa4a0f5ea98c7cdd452b1803ba68337a97a108f6777a7
|
|
| MD5 |
b2da4316529e2706a396643f065f6f85
|
|
| BLAKE2b-256 |
f0306df8f51f76ddd6566d0b2ac74133cfa1144b8d309ee636077e65555dc3a7
|
File details
Details for the file flexline_models-0.3.4-py3-none-any.whl.
File metadata
- Download URL: flexline_models-0.3.4-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
769014349bcb3f066e94596d85b4382bb617721be4ee29eb6dc1ee71b4792075
|
|
| MD5 |
c3a0aac0410c256411cb371ba523f095
|
|
| BLAKE2b-256 |
cf9af2eefff282f1d33c1c931769d53fa99c69241167d18ae443dbf2ab8cdc0b
|