Metadata-Version: 2.1
Name: ibims
Version: 0.1.5
Summary: A Pydantic based BO4E data model that is inteded to be used in data migrations from one system to another
Project-URL: Changelog, https://github.com/Hochfrequenz/intermediate-bo4e-migration-models/releases
Project-URL: Homepage, https://github.com/Hochfrequenz/intermediate-bo4e-migration-models
Author-email: Hochfrequenz Unternehmensberatung GmbH <info@hochfrequenz.de>
License: MIT
License-File: LICENSE
Keywords: bo4e,migration,pydantic
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: bo4e<0.6.0,>=0.5.5
Requires-Dist: bomf>=0.6.8
Description-Content-Type: text/markdown

# Intermediate BO4E M**I**gration Models (ibims)

![Unittests status badge](https://github.com/Hochfrequenz/bo4e-migration-model/workflows/Unittests/badge.svg)
![Coverage status badge](https://github.com/Hochfrequenz/bo4e-migration-model/workflows/Coverage/badge.svg)
![Linting status badge](https://github.com/Hochfrequenz/bo4e-migration-model/workflows/Linting/badge.svg)
![Black status badge](https://github.com/Hochfrequenz/bo4e-migration-model/workflows/Formatting/badge.svg)

A data model for migrating data from one system to another.
The package name is "ibims".

### Installation

It's also [available on pypi](https://pypi.org/project/ibims/).
```bash
pip install ibims
```

### Documentation
There is a (very early stage) documentation of this repository on [readthedocs](https://intermediate-bo4e-migration-models.readthedocs.io/de/latest/api/ibims.html).

## How to use this Repository on Your Machine

Follow the instructions in our [Python template repository](https://github.com/Hochfrequenz/python_template_repository#how-to-use-this-repository-on-your-machine).

## Contribute

You are very welcome to contribute to this template repository by opening a pull request against the main branch.
