The parser for EB XDM file
Project description
1. py-eb-model
- The python parser engine for EB Tresos Xdm file.
- To support EB Tresos data model with python.
2. How to create the distribution and upload to pypi
- Run
python setup.py bdist_wheel
to generate distribution - Run
twine check dist/*
to check the validation of distribution - Run
twine upload dist/*
to upload to pypi repository - Check the website https://pypi.org/project/armodel/ to find out it works or not
And more details can be found at https://packaging.python.org/
3. CLI
3.1. os-task-xlsx
Extract the Os Task information from os.xdm and then report all to Excel file.
os-xdm-xlsx data/Os.xdm data/Os.xlsx
Result:
- OsIsrs
- OsTasks
- OsScheduleTable
- OsCounter
3.2. rte-task-xls
Extract the Rte Configuration information from rte.xdm and then report all to Excel file.
- Export the Rte Configuration information to excel file
rte-xdm-xlsx data/Rte.xdm data/Rte.xlsx
- Export the Runnable Entities information to excel file
rte-xdm-xlsx -r data/Rte.xdm data/Os.xdm data/Runnable.xlsx
4. Change History
Version 0.8.0
- Create the basic model for EB xdm. (Issue #1)
- Support to extract the Os Tasks/Isrs from EB xdm and store them in the excel files. (Issue #1)
Version 1.0.1
- Change the attribute to start with lowercase
- read_ref_value and read_optional_ref_value method returns EcucRefType.
- Read the OsScheduleTable and export to excel
- REad the OsCounter and export to excel
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file py_eb_model-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: py_eb_model-1.0.1-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d79c7f89101cec7bfc334e60e805d6afc6f88bb9690c048fcf3040acb07f0fbe |
|
MD5 | 8a4dfab04ebe32359c9be901b1608ebe |
|
BLAKE2b-256 | 62c563b778efa3d3e9d5854bab8283502595cda9a0054662a744c2220c061616 |