Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

Py4Edi

A python project for working with X12 EDI documents.Right now it is mostly an API for supporting reading in an EDI X12 00401 document.

My Goals

  • A project to practice TDD.
  • A project to learn more about X12 EDI, starting with 4010 810(Invoice) documents.

Project Goals

  • Create a best effort parser for EDI X12 that tries to get the document into an object.
  • Support conversion of EDI to XML and JSON and the reverse.

Dependencies

Mock for unit testing: Mock 1.0.1