Metadata-Version: 2.4
Name: cmem-plugin-base
Version: 4.15.0
Summary: Base classes for developing eccenca Corporate Memory plugins.
License: Apache-2.0
License-File: LICENSE
Keywords: eccenca Corporate Memory,plugins,DataIntegration
Author: eccenca GmbH
Author-email: cmempy-developer@eccenca.com
Maintainer: Sebastian Tramp
Maintainer-email: sebastian.tramp@eccenca.com
Requires-Python: >=3.13,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cmem-cmempy (>=25.2.0)
Requires-Dist: pydantic (>=2.12.2,<3.0.0)
Requires-Dist: python-ulid (>=3.1.0,<4.0.0)
Project-URL: Homepage, https://github.com/eccenca/cmem-plugin-base
Description-Content-Type: text/markdown

# cmem-plugin-base

Base classes for developing eccenca Corporate Memory plugins.


[![workflow](https://github.com/eccenca/cmem-plugin-base/actions/workflows/check.yml/badge.svg)](https://github.com/eccenca/cmem-plugin-base/actions) [![pypi version](https://img.shields.io/pypi/v/cmem-plugin-base)](https://pypi.org/project/cmem-plugin-base) [![license](https://img.shields.io/pypi/l/cmem-plugin-base)](https://pypi.org/project/cmem-plugin-base)
[![poetry][poetry-shield]][poetry-link] [![ruff][ruff-shield]][ruff-link] [![mypy][mypy-shield]][mypy-link] [![copier][copier-shield]][copier] 


[poetry-link]: https://python-poetry.org/
[poetry-shield]: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
[ruff-link]: https://docs.astral.sh/ruff/
[ruff-shield]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&label=Code%20Style
[mypy-link]: https://mypy-lang.org/
[mypy-shield]: https://www.mypy-lang.org/static/mypy_badge.svg
[copier]: https://copier.readthedocs.io/
[copier-shield]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json


