{"id":49603884,"url":"https://github.com/fluid40/aas-standard-parser","last_synced_at":"2026-06-08T17:01:25.129Z","repository":{"id":354435986,"uuid":"1066294152","full_name":"fluid40/aas-standard-parser","owner":"fluid40","description":"Some auxiliary functions for parsing standard submodels","archived":false,"fork":false,"pushed_at":"2026-06-08T15:07:50.000Z","size":752,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T16:27:23.963Z","etag":null,"topics":["aas","pypi-package","python","submodel"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluid40.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T09:42:01.000Z","updated_at":"2026-06-08T15:09:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fluid40/aas-standard-parser","commit_stats":null,"previous_names":["fluid40/aas-standard-parser"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/fluid40/aas-standard-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid40%2Faas-standard-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid40%2Faas-standard-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid40%2Faas-standard-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid40%2Faas-standard-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluid40","download_url":"https://codeload.github.com/fluid40/aas-standard-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluid40%2Faas-standard-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34071660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aas","pypi-package","python","submodel"],"created_at":"2026-05-04T10:46:28.459Z","updated_at":"2026-06-08T17:01:25.124Z","avatar_url":"https://github.com/fluid40.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AAS standard Parser\n\n[![PyPI version](https://img.shields.io/pypi/v/aas-standard-parser.svg)](https://pypi.org/project/aas-standard-parser/)\n[![License: MIT](https://img.shields.io/badge/license-MIT-%23f8a602?label=License\u0026labelColor=%23992b2e)](https://github.com/fluid40/aas-http-client/blob/dk/doxygen/LICENSE)\n[![CI](https://github.com/fluid40/aas-standard-parser/actions/workflows/CI.yml/badge.svg?branch=main\u0026cache-bust=1)](https://github.com/fluid40/aas-standard-parser/actions)\n\nThis project provides tools for parsing and handling Asset Administration Shell (AAS) standard submodels, with a focus on AID and AIMC submodels. It enables:\n\n* Extraction, interpretation, and mapping of submodel elements and their properties\n* Working with references, semantic IDs, and submodel element collections\n* Representation and processing of mapping configurations and source-sink relations\n* Structured and colored logging, including log file management\n\nThese components enable efficient parsing, transformation, and analysis of AAS submodels in Python-based workflows.\n\n**Notes:**\n\n* Most functions in this project utilize the [python aas sdk framework](https://github.com/aas-core-works/aas-core3.0-python) for parsing and handling AAS submodels, ensuring compatibility with the official AAS data models and structures.\n\n**Table of Contents:**\n\n- [AAS standard Parser](#aas-standard-parser)\n  - [🚀 Features](#-features)\n    - [Comprehensive AAS Submodel Parsing](#comprehensive-aas-submodel-parsing)\n    - [Core Parsers](#core-parsers)\n    - [Utility Functions](#utility-functions)\n  - [📚 Resources](#-resources)\n\n---\n\n## 🚀 Features\n\n### Comprehensive AAS Submodel Parsing\n\n* ✅ Parse and extract data from AAS structures, with specialized support for AID and AIMC submodels\n* ✅ Navigate hierarchical submodel elements using intuitive dot-separated paths and indexed access\n* ✅ Extract endpoint metadata, interface properties, authentication details, and mapping configurations\n\n### Core Parsers\n\n* ✅ **AAS Parser**: Retrieve submodel IDs and references from Asset Administration Shell structures\n* ✅ **Submodel Parser**: Access nested elements by idShort path with support for SubmodelElementLists and Collections\n* ✅ **AID Parser**: Extract interface descriptions, properties, protocol bindings, and authentication details\n* ✅ **AIMC Parser**: Parse mapping configurations and source-sink relations between interfaces\n\n### Utility Functions\n\n* ✅ Collection and reference helpers for semantic ID matching, filtering, and key extraction\n* ✅ Load and validate submodels from JSON files with error handling\n* ✅ Structured JSON logging with colored console output\n\n---\n\n## 📚 Resources\n\n📘 [Documentation](https://fluid40.github.io/aas-standard-parser/)\n\n📝 [Changelog](docs/CHANGELOG.md)\n\n🤖 [GitHub Releases](https://github.com/fluid40/aas-standard-parser/releases)\n\n📦 [Pypi Packages](https://pypi.org/project/aas-standard-parser/)\n\n📜 [MIT License](https://github.com/fluid40/aas-standard-parser/blob/main/LICENSE)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluid40%2Faas-standard-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluid40%2Faas-standard-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluid40%2Faas-standard-parser/lists"}