{"id":36438667,"url":"https://github.com/vdmitriyev/msconsconverter","last_synced_at":"2026-01-22T22:32:58.649Z","repository":{"id":149347047,"uuid":"54471277","full_name":"vdmitriyev/msconsconverter","owner":"vdmitriyev","description":"Converts MSCONS (EDIFACT) to CSV","archived":false,"fork":false,"pushed_at":"2025-11-02T18:44:54.000Z","size":177,"stargazers_count":20,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-02T20:29:33.508Z","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/vdmitriyev.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":"2016-03-22T11:54:46.000Z","updated_at":"2025-11-02T18:44:48.000Z","dependencies_parsed_at":"2024-06-14T16:17:34.268Z","dependency_job_id":"6869827f-658d-42d9-a462-30d0f9539262","html_url":"https://github.com/vdmitriyev/msconsconverter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vdmitriyev/msconsconverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdmitriyev%2Fmsconsconverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdmitriyev%2Fmsconsconverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdmitriyev%2Fmsconsconverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdmitriyev%2Fmsconsconverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vdmitriyev","download_url":"https://codeload.github.com/vdmitriyev/msconsconverter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vdmitriyev%2Fmsconsconverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28673277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T20:48:19.482Z","status":"ssl_error","status_checked_at":"2026-01-22T20:48:14.968Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-11T20:00:26.762Z","updated_at":"2026-01-22T22:32:58.644Z","avatar_url":"https://github.com/vdmitriyev.png","language":"Python","funding_links":[],"categories":["Open Source Projekte"],"sub_categories":[],"readme":"## About\n\nConverts MSCONS (EDIFACT) to CSV.\n\n## Installation (TestPyPI)\n\n```\npip install --index-url https://test.pypi.org/simple/ --upgrade msconsconverter\n```\n\n## Usage: CLI\n\n```\npython -m msconsconverter convert --input-directory tests/data --output-directory tests/data/output\n```\n* Convert by providing a directory with data as input in a verbose/debug mode\n```\npython -m msconsconverter convert --debug --input-directory tests/data --output-directory tests/data/output\n```\n* Convert by providing a file with data as input in a verbose/debug mode\n```\npython -m msconsconverter convert --debug --input-file tests/data/MSCONS_TL_SAMPLE01.txt --output-directory tests/data/output\n```\n* Get help\n```\npython -m msconsconverter convert --help\n```\n\n## Usage: CLI --help example\n\n![](https://raw.githubusercontent.com/vdmitriyev/msconsconverter/master/docs/cli-image.png)\n\n## Development: HowTo\n\n#### Dependencies: Overview\n\n* Python \u003e 3.7\n* requirements/requirements-prod.txt\n\n#### Dependencies: Clone and Install Dependencies\n\n* Clone repo\n```\ngit clone https://github.com/vdmitriyev/msconsconverter\n```\n* Install dependencies or use ```scripts/cmdInitiateEnv.bat```\n```\npip install -r requirements/requirements.txt\npip install -r requirements/requirements-dev.txt\n```\n\n#### Run Tests\n\n```\npython -m pytest -s\n```\n\n## Materials on MSCONS (EDIFACT)\n\n* [EDIFACT - English](https://en.wikipedia.org/wiki/EDIFACT)\n* [EDIFACT - German](https://de.wikipedia.org/wiki/EDIFACT)\n* [EDI@Energy MSCONS](https://www.edi-energy.de/index.php?id=38) -\u003e format description, see \"Bewegungsdaten\" section\n* http://www.edi-energy.de/\n* [Various Usages](https://www.bundesnetzagentur.de/DE/Service-Funktionen/Beschlusskammern/Beschlusskammer6/BK6_31_GPKE_und_GeLiGas/BK6_GPKE_undGeLi_Gas_node.html) -\u003e see \"GPKE\" section\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdmitriyev%2Fmsconsconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvdmitriyev%2Fmsconsconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvdmitriyev%2Fmsconsconverter/lists"}