{"id":13592066,"url":"https://github.com/albmarin/badX12","last_synced_at":"2025-04-08T23:30:37.032Z","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-04-20T20:38:46.000Z","size":397,"stargazers_count":50,"open_issues_count":8,"forks_count":28,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-21T23:06:09.221Z","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":"2024-07-10T01:09:03.877Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223346532,"owners_count":17130456,"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":["edi","library","parser","python","x12"],"created_at":"2024-08-01T16:01:05.426Z","updated_at":"2024-11-06T13:30:16.284Z","avatar_url":"https://github.com/albmarin.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Python"],"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"}