Skip to content

axellarsstenson/edi-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDI Parser

A command-line tool for parsing EDI claims files to JSON format.

Installation

pip install git+https://github.com/axellarsstenson/edi-parser.git

Usage

# Parse a file and output to stdout
edi-parser input.edi

# Parse a file and save to JSON
edi-parser input.edi -o output.json

# Get help
edi-parser --help

Development

  1. Clone the repository:
git clone https://github.com/axellarsstenson/edi-parser.git
cd edi-parser
  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install development dependencies:
pip install -e ".[dev]"
  1. Run tests:
pytest

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages