From 8f032d352c3079fd1ef2e5ea3fc307f8f847e7a4 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Wed, 23 Jan 2019 15:51:13 -0800 Subject: [PATCH] Add AS2 client and server (#29) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71e24a4..345b407 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ List of EDI Github Resources. PRs Welcome! - [notpeter/edicat](https://github.com/notpeter/edicat) - Print and concatenate X12 and Edifact EDI ## Systems or Paid Services +- [abhishek-ram/pyas2](https://github.com/abhishek-ram/pyas2) - A pythonic AS2 client and server - [bots-edi/bots](https://github.com/bots-edi/bots) - Bots EDI Translator - [Campbellony/X12SqlServer](https://github.com/campbellony/x12sqlserver) - Simple X12 data model with TSQL parsing procedures - [EdiFabric/Sdk](https://github.com/EdiFabric/Sdk) - Dynamically read, manipulate and write EDI files. From EDIFabric.