Metadata-Version: 2.1
Name: cmem_cmempy
Version: 22.2
Summary: API wrapper for eccenca Corporate Memory
Home-page: https://eccenca.com/go/cmempy
Author: eccenca
Author-email: cmempy-developer@eccenca.com
Maintainer: Sebastian Tramp
Maintainer-email: sebastian.tramp@eccenca.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# cmempy

cmempy is a Python API wrapper for [eccenca Corporate Memory](https://documentation.eccenca.com/).

## Installation

To install the Python library run:

    pip install cmem-cmempy

You may consider installing the package only for the current user:

    pip install cmem-cmempy --user

## Configuration and Usage

cmempy is intended for Linked Data Experts to interface with the eccenca Corporate Memory backend components DataIntegration and DataPlatform.

The cmempy manual including basic usage patterns and configuration is available at:

[https://eccenca.com/go/cmempy](https://eccenca.com/go/cmempy)

cmempy works with Python 2.7 as well as with Python 3.


