Install & Compatibility
Where this runs
tested against v2.3.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 20.7MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 21MB
19MB installed
● package 19MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
EdifactFormat
✓ from efoli import EdifactFormat
✗ from efoli import EDIFACTFormatVersion
EdifactFormatVersion
✓ from efoli import EdifactFormatVersion
get_current_edifact_format_version
✓ from efoli import get_current_edifact_format_version
Basic usage: import enum and helper, then call the function.
from efoli import EDIFACTFormatVersion, get_edifact_format_version_valid_from
fv = EDIFACTFormatVersion.FV2504
print(fv)
print(get_edifact_format_version_valid_from(fv))
Upgrade
Version history
2.3.0latest on PyPI · released Apr 4, 2026
Audit
Dependencies
pytzrequiredfor timezone-aware date calculations