{"id":33319308,"url":"https://github.com/mictronics/gilda_parser","last_synced_at":"2026-05-13T22:32:57.978Z","repository":{"id":324115489,"uuid":"1095256732","full_name":"Mictronics/gilda_parser","owner":"Mictronics","description":"Parser demo that is reading GILDA export files in XML format into an SQLite database.","archived":false,"fork":false,"pushed_at":"2025-11-13T21:28:27.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T23:26:00.960Z","etag":null,"topics":["python3","sqlite","xml-parsing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mictronics.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-11-12T20:03:06.000Z","updated_at":"2025-11-13T21:28:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Mictronics/gilda_parser","commit_stats":null,"previous_names":["mictronics/gilda_parser"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Mictronics/gilda_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mictronics%2Fgilda_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mictronics%2Fgilda_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mictronics%2Fgilda_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mictronics%2Fgilda_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mictronics","download_url":"https://codeload.github.com/Mictronics/gilda_parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mictronics%2Fgilda_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285319005,"owners_count":27151474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"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":["python3","sqlite","xml-parsing"],"created_at":"2025-11-19T20:00:32.695Z","updated_at":"2026-05-13T22:32:57.970Z","avatar_url":"https://github.com/Mictronics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GILDA Parser\n\nParser demo that is reading the GILDA export file in XML format into an SQLite database.\n\nThis is a project for development guidance and demonstration purpose.\n\n## Installation\n\nClone repository: `git clone https://github.com/Mictronics/gilda_parser`.\n\nCreate Python environment `python3 -m venv ~/gilda_parser/.venv`.\n\n## Dependencies\n\nInstall Python requirements with `pip install -r requirements.txt`\n\nThe GILDA viewer frontend development requires NodeJS, NPM and Vue CLI to be installed globally.\n\n- NodeJs and NPM see [https://nodejs.org/en/download](https://nodejs.org/en/download)\n- Install Vue CLI `npm install -g @vue/cli`\n\n## Run\n\nActivate Python environment `source ~/gilda_parser/.venv/bin/activate`\n\nCreate empty database `~/gilda_parser/gilda_parser.py create ./output/database_v1004.sqlite`\n\nConvert Gilda files into database `~/gilda_parser/gilda_parser.py convert -s ./gilda/1004 ./output/database_v1004.sqlite`\n\nIncluding ARINC from file ARINC.conf `~/gilda_parser/gilda_parser.py convert -s -a ./gilda/1004 ./output/database_v1004.sqlite`\n\n```bash\n$ python3 gilda_parser.py -h\n  Use COMMAND --help for help of specific commands.\n\n  License GPL-3+ (C) 2025 Michael Wolf, www.mictronics.de\n\nOptions:\n  --version  Show the version and exit.\n  --help     Show this message and exit.\n\nCommands:\n  convert  Read and parse GILDA export XML files into SQLite database.\n  create   Create a new database, overwriting existing files.\n\n$ python gilda_parser.py convert --help\nUsage: gilda_parser.py convert [OPTIONS] INPUT_PATH OUTPUT_FILE\n\n  Read and parse GILDA export XML files into SQLite database.\n\nOptions:\n  -s, --structures  Insert or update existing data structures. Mandatory with\n                    empty database.\n  -a, --arinc TEXT  Parse additional ARINC Fido definition and insert them\n                    into the database.\n  --help            Show this message and exit.\n\n$ python gilda_parser.py create --help\nUsage: gilda_parser.py create [OPTIONS] OUTPUT_FILE\n\n  Create a new database, overwriting existing files.\n\nOptions:\n  --help  Show this message and exit.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmictronics%2Fgilda_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmictronics%2Fgilda_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmictronics%2Fgilda_parser/lists"}