{"id":34073411,"url":"https://github.com/albmarin/badx12","last_synced_at":"2025-12-14T08:52:50.740Z","repository":{"id":43314821,"uuid":"135838404","full_name":"albmarin/badX12","owner":"albmarin","description":"A Python Library for parsing ANSI ASC X12 files.","archived":false,"fork":false,"pushed_at":"2024-07-30T10:21:31.000Z","size":359,"stargazers_count":58,"open_issues_count":7,"forks_count":27,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-27T07:16:05.983Z","etag":null,"topics":["edi","library","parser","python","x12"],"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/albmarin.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","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":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-02T17:30:57.000Z","updated_at":"2025-07-29T15:36:08.000Z","dependencies_parsed_at":"2024-01-16T22:19:38.432Z","dependency_job_id":"3cb21c1b-68ae-40a5-b95a-22da8d5be7b8","html_url":"https://github.com/albmarin/badX12","commit_stats":{"total_commits":145,"total_committers":3,"mean_commits":"48.333333333333336","dds":"0.42068965517241375","last_synced_commit":"2463e2859b82b0e726f13fdd30f9ceff28baec00"},"previous_names":["git-albertomarin/badx12"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/albmarin/badX12","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albmarin%2FbadX12","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albmarin%2FbadX12/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albmarin%2FbadX12/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albmarin%2FbadX12/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albmarin","download_url":"https://codeload.github.com/albmarin/badX12/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albmarin%2FbadX12/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27723805,"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-12-14T02:00:11.348Z","response_time":56,"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":["edi","library","parser","python","x12"],"created_at":"2025-12-14T08:52:49.757Z","updated_at":"2025-12-14T08:52:50.734Z","avatar_url":"https://github.com/albmarin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# badX12\n\n[![PyPi](https://img.shields.io/pypi/v/badX12.svg)](https://pypi.python.org/pypi/badX12)\n[![Coverage](https://codecov.io/gh/albmarin/badX12/branch/master/graph/badge.svg)](https://codecov.io/gh/albmarin/badX12)\n[![Build Status](https://travis-ci.org/albmarin/badX12.svg?branch=master)](https://travis-ci.org/albmarin/badX12)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://en.wikipedia.org/wiki/MIT_License)\n\n\nA Python Library for parsing ANSI ASC X12 files.\n\n# Installing\n\nInstall and update using pip:\n\n```bash\npip install -U badX12\n```\n\n# A Simple Example\n\nbadX12 can be imported and used within your own project like so.\n\n```python\nfrom badx12 import Parser\n\nparser = Parser()\ndocument = parser.parse_document(\"path-to-file/file.edi\")\n```\n\n\nbadX12 can also be used to parse an edi file into JSON or XML via the command line.\n\n```bash\nbadx12 parse \"path-to-edi-file\"\nbadx12 parse \"path-to-edi-file\" -e XML -o \"path-to-output-dir\"\n```\n\nBy default the parse command will output a JSON file to the current user's Documents\\\\badX12 directory.\nThe -e flag can be used to specify the export format, and the -o flag can be used to specify the output directory.\n\n# Features\n\n* Parse x12 file format into a python object\n* Parse x12 file format into JSON and XML\n\n# Links\n\n* License: https://en.wikipedia.org/wiki/MIT_License\n* Documentation: https://badX12.readthedocs.io.\n* X12 EDI Standard: http://www.x12.org/x12-work-products/x12-edi-standards.cfm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbmarin%2Fbadx12","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbmarin%2Fbadx12","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbmarin%2Fbadx12/lists"}