Enums and related helper functions that model EDIFACT relevant data for German utilities
Project description
E-Foli
efoli
is a Python package, that contains
- an Enum
EdifactFormat
that models EDIFACT formats used by German utilities like, e.g.UTILMD
MSCONS
INVOIC
- …
- an Enum
EdifactFormatVersion
that models validity periods of different message versions, e.g.FV2310
is valid from 2023-10-01 onwardsFV2404
is valid from 2024-04-03 onwards- …
- helper methods that allow
- to derive the
EdifactFormat
from a given Prüfidentifikator (e.g.55001
➡UTILMD
) - that derive the
EdifactFormatVersion
from a given date(time) (e.g.2024-01-01
➡FV2310
)
- to derive the
It's not much, but we need it at many places. This is why we use this package as a central place to define these formats and versions.
Installation
pip install efoli
Setup for Local Development
Follow the instructions from our template repository.
tl;dr: tox
.
Contribute
You are very welcome to contribute to this template repository by opening a pull request against the main branch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
efoli-1.1.0.tar.gz
(11.6 kB
view details)
Built Distribution
efoli-1.1.0-py3-none-any.whl
(5.6 kB
view details)
File details
Details for the file efoli-1.1.0.tar.gz
.
File metadata
- Download URL: efoli-1.1.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96e96cee00aa226fab8f112f432cca2a6afb8d1ef1ed62d5a163b9c321e02e3f |
|
MD5 | 1f6099d917dbb07b85211d7957405984 |
|
BLAKE2b-256 | 7b6a6008795b95eaf5050cd57314cd85ec33e1cff81c834913e697ef21382fee |
File details
Details for the file efoli-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: efoli-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e84b3fd18f589ef1bb32df96322f01ec715b2055471839dcbaf8ea05262aa4eb |
|
MD5 | 2e364ebaf0226072f30f2d267e16f958 |
|
BLAKE2b-256 | b03097971297a6aa27d7589da3ad41961159c48f2b9b6ae4bbac58721560a1c7 |