From 5011c1d4feaf553b1f3acf3736c68ddbfe274c1c Mon Sep 17 00:00:00 2001 From: Keiron Stoddart Date: Fri, 22 Jan 2021 10:13:24 -0500 Subject: [PATCH] Added edi-835-parser to the Python resource list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24be031..1031f3b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ List of EDI Github Resources. PRs Welcome! - [pydifact](https://github.com/nerdocs/pydifact) - A python library for parsing EDIFACT messages - [git-albertomarin/badX12](https://github.com/git-albertomarin/badX12) - A Python Library for parsing ANSI ASC X12 files. - [greasysock/CahasEDI-Core](https://github.com/greasysock/CahasEDI-Core) - Server/Client to AS2 messaging server for managing EDI partnerships and interpreting messages. +- [edi-835-parser](https://github.com/keironstoddart/edi-835-parser) - A simple EDI 835 file format parser. ### Swift - [kuyawa/EdiMapper](https://github.com/kuyawa/EdiMapper) - Convert EDI Documents to XML ### PHP