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.3.0.tar.gz
(10.5 kB
view details)
Built Distribution
efoli-1.3.0-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file efoli-1.3.0.tar.gz
.
File metadata
- Download URL: efoli-1.3.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e776b51ab046671ad546ec58e1b5892ed9abbd09f68ec4328396e9a331c6f20 |
|
MD5 | 9b77b80270651c31e9e5f5c38692ab9a |
|
BLAKE2b-256 | e387130c2640a8ea9a25c849e331bb6c74ed1d153e49a19c5e72d7d76395e01c |
File details
Details for the file efoli-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: efoli-1.3.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a372b79a07c9917d77f2fda365c6fac9af91f9f628a2132d8530a25da196b52 |
|
MD5 | e27d41ef928105bb4fdfc2a1d34aa0c7 |
|
BLAKE2b-256 | 27754a17a64bbe58d196595d1dd6fd246f4a18c2d10579c01822ea189ff5d056 |