{"id":13523244,"url":"https://github.com/LilithWittmann/ozg","last_synced_at":"2025-04-01T00:31:08.171Z","repository":{"id":57450062,"uuid":"303032971","full_name":"LilithWittmann/ozg","owner":"LilithWittmann","description":"Parsers/Generators  for the standards related to \"Onlinezugangsgesetz\" esp. FIM (xDatenfelder/xZufi/xöv) ","archived":false,"fork":false,"pushed_at":"2023-03-10T07:20:19.000Z","size":78,"stargazers_count":12,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-31T23:51:35.557Z","etag":null,"topics":[],"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/LilithWittmann.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}},"created_at":"2020-10-11T03:16:00.000Z","updated_at":"2024-09-15T10:36:39.000Z","dependencies_parsed_at":"2024-01-13T22:30:54.339Z","dependency_job_id":"ba86fd4c-0853-41cc-a5df-6ec2528f6ee1","html_url":"https://github.com/LilithWittmann/ozg","commit_stats":{"total_commits":35,"total_committers":3,"mean_commits":"11.666666666666666","dds":"0.48571428571428577","last_synced_commit":"e6732e5ad426a9b3b2beeb227ef22cb54ad3d52f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilithWittmann%2Fozg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilithWittmann%2Fozg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilithWittmann%2Fozg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilithWittmann%2Fozg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LilithWittmann","download_url":"https://codeload.github.com/LilithWittmann/ozg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222688173,"owners_count":17023297,"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","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":[],"created_at":"2024-08-01T06:00:57.672Z","updated_at":"2024-11-02T07:31:28.175Z","avatar_url":"https://github.com/LilithWittmann.png","language":"Python","funding_links":[],"categories":["Tooling for developers"],"sub_categories":["OZG Progress tracking"],"readme":"# 🥔 Onlinezugangsgesetz Tools 🥔 \n\nCurrently this package includes a parser and converter to jsonschema-forms for the [xDatenfelder](https://www.xrepository.de/api/xrepository/urn:xoev-de:fim:standard:xdatenfelder_2.0:dokument:XDatenfelder_Spezifikation) format.\n\n## Installation\n \n```\npip install ozg\n```\n\n```python\nfrom ozg.xdatenfelder.parser import FIMParser\nimport json\n\nfim_url = \"https://fimportal.de/detail?tx_fimportalcatalog_fimsearch%5Baction%5D=download\u0026tx_fimportalcatalog_fimsearch%5Bcontroller%5D=CatalogEntry\u0026tx_fimportalcatalog_fimsearch%5BdocumentIndex%5D=1\u0026tx_fimportalcatalog_fimsearch%5Bid%5D=DS00000123\u0026cHash=0760c920aa906ab17ecef77281781f09\"\n# parses your XDatenfelder file/url/string\nparser = FIMParser(fim_url)\n\n# dumps your spec as a json-schema-form\nprint(json.dumps(parser.to_json))\n\n\n```\n\n## Features\n- [x] Basic parsing of XDatenfelder\n  - [X] v1\n  - [X] v2\n- [X] Implementation of select fields by using external xdatenfelder resources from xrepository\n- [X] (basic) XDatenfelder transformation to [jsonschema-form](https://react-jsonschema-form.readthedocs.io/)\n- [ ] conversions from json to xöv xml documents\n- [ ] implementation of xzufi standard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLilithWittmann%2Fozg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLilithWittmann%2Fozg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLilithWittmann%2Fozg/lists"}