Metadata-Version: 2.1
Name: cimpy
Version: 1.1.0
Summary: Python package for import, modification and export of CIM grid data
Author: Institute for Automation of Complex Power Systems, OPAL-RT Technologies
Project-URL: Homepage, https://sogno.energy/cimpy/
Project-URL: Documentation, https://sogno.energy/cimpy/
Project-URL: Repository, https://github.com/sogno-platform/cimpy
Project-URL: Issues, https://github.com/sogno-platform/cimpy/issues
Keywords: cim,cgmes
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: xmltodict
Requires-Dist: chevron
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-check ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'

# <img src="documentation/images/cimpy_logo.png" alt="CIMpy" width=120 />

The CIMpy package enables the import, modification and export of grid data in the format of XML/RDF documents based on the Common Information Model (CIM) specified by the IEC61970 standard.

The processing of grid data is based on CIM compatible Python classes. The codebase for the CIM compatible Python classes was generated in an automated way. A separate tool allows for an easy adaption of CIMpy and its underlying codebase.

The focus of CIMpy is on the support of the Common Grid Model Exchange Standard (CGMES) specified by the European Network of Transmission System Operators for Electricity (ENTSO-E). However, the CIMpy package can readily support further as well as new CIM versions if required.

## Documentation

CIMpy's documentation you can find [here](http://sogno-platform.github.io/cimpy/).
The documentation provides instructions on CIMpy's installation, getting started examples and the possibility to browse through the supported CIM class codebases.

## License

This project is released under the terms of the [Mozilla Public License Version 2.0](./LICENSE).

## Publication

If you are using CIMpy for your research, please cite the following paper in your publications:

Dinkelbach, J., Razik, L., Mirz, M., Benigni, A., Monti, A.: Template-based generation of programming language specific code for smart grid modelling compliant with CIM and CGMES.
J. Eng. 2023, 1–13 (2022). [https://doi.org/10.1049/tje2.12208](https://doi.org/10.1049/tje2.12208)
