Philadelphia Code Generator is a simple console application for generating Philadelphia profiles for FIX dialects.
Philadelphia Code Generator requires Python 3.9 or newer.
Philadelphia Code Generator supports the following input sources:
Run Philadelphia Code Generator with Python:
python -m philadelphia.generate <command> <configuration-file> <input-path>
Install development dependencies:
pip install -r requirements.txt
Run type check:
mypy philadelphia
Install Philadelphia Code Generator:
pip install .
Run Philadelphia Code Generator:
philadelphia-generate <command> <configuration-file> <input-path>
Released under the Apache License, Version 2.0.