No project description provided
Project description
SCIA XML reader
This python package allows retrieval of SCIA Engineer results from an exported xml. Basic use is done in two steps: Reading the xml and parsing the data. An example is given below.
from scia_xml_reader.functions import read_xml
from scia_xml_reader import parser
root = read_xml(Path("your.xml"))
scia_nodes = parser.parse_nodes(root)
scia_beams = parser.parse_beams(root)
scia_loadcases = parser.parse_loadcases(root)
scia_loadcombinations = parser.parse_loadcombinations(root)
scia_results_force_1d = parse_results_force_1d(root)
Objects
Currently the scia_xml_reader package is able to read the following data from the xml file:
- Node
- Beam
- Loadcase
- Loadcombination
- ResultForce1D
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 scia_xml_reader-0.1.1.tar.gz.
File metadata
- Download URL: scia_xml_reader-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d559d6a6433498afd72a05d32870714500462e60c8af3f573d092c0c8cbc14f0
|
|
| MD5 |
d19a90428a954b3f5b9d9f3abb7e208d
|
|
| BLAKE2b-256 |
4cc78611fc1fce6f1d92c91ab05ec08aac6df4e5d541a878b8b3032d92b181ac
|
File details
Details for the file scia_xml_reader-0.1.1-py3-none-any.whl.
File metadata
- Download URL: scia_xml_reader-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.2 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1426fdcf54a2c61fd3262a421885a2fefbb2d1ac91b60b44cb1853058e4a3cf2
|
|
| MD5 |
b09c082a0d7d7efc80a4796aaf111018
|
|
| BLAKE2b-256 |
6b3d27aeb1615001d0881fde2f5e23e08dabcc7c505f76b7ef13fbe416658e60
|