SIA — Simplified Integrated Architecture including SiaNTT, SiaCHI, and the ABAP Interpreter (SIA-ELS).
Project description
SIA — Simplified Integrated Architecture
SIA (Simplified Integrated Architecture) by SIA SOFTWARE INNOVATIONS is a unified framework designed for learning, experimentation, enterprise logic execution, chemical computation, and object modeling. The project integrates multiple modules into one consistent architecture.
The first module is SIA-ELS, the Enterprise Logic Studio, which is a full ABAP-style interpreter written entirely in Python. It supports strict ABAP grammar including DATA, WRITE, IF, ELSEIF, LOOP, CASE, DO, WHILE, internal tables with APPEND and LOOP AT, SQL-style SELECT INTO TABLE emulation, structure creation using VALUE #( ), and requires the sia ... sia wrapper around code. It also includes an interactive REPL. Example usage: running ABAP-like code from Python using els_run, where ABAP statements are placed inside the sia and sia markers.
The second module is SiaNTT, a lightweight entity/object meta-modeling system. It allows simple entity definitions and object creation using intuitive patterns, useful for rapid modeling of structured data or OOP concepts.
The third module is SiaCHI, a chemical analysis utility for molecular calculations. It provides calculation of molar mass and related analytical functionality through a simple API.
Installation is done through: pip install sia-script.
Usage is straightforward. For the ABAP interpreter, import els_run. For the REPL mode, import and call els_repl. For chemical utilities, import chi. For entity modeling, import ntt.
The ABAP interpreter also supports SQL emulation and internal table processing. For example, you can SELECT records from a built-in table such as “employees”, place them into an internal table, count rows using LINES( ), and iterate using LOOP AT.
Author: Naga Sai Durga Nagesh, Founder of SIA SOFTWARE INNOVATIONS. Contact: sbvnagesh00@gmail.com
.
Vision: To unify logical, analytical, and modeling frameworks into a single Simplified Integrated Architecture — SIA.
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 sia_script-0.5.1.tar.gz.
File metadata
- Download URL: sia_script-0.5.1.tar.gz
- Upload date:
- Size: 42.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eea08bb9c7b358ee4d38fa4a69f0244f8f1026dd21c38f59a01f062e15eabdaf
|
|
| MD5 |
9acfb56e430b2459668e472927545e91
|
|
| BLAKE2b-256 |
6e2e5a81572419afe3338bd3048de4729fd33a79fe574fffeda369254f7c5aaa
|
File details
Details for the file sia_script-0.5.1-py3-none-any.whl.
File metadata
- Download URL: sia_script-0.5.1-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
599632984a54dd81fdb7b51484c0eecb81060a6b5e9347ad1a44cbab96d43122
|
|
| MD5 |
eb46d434841aa0d7d17ddb4a1ad807ae
|
|
| BLAKE2b-256 |
d4e8b1f0d9d274e273c275ee8522820810d091008041ccc3592065bc0f91cf45
|