Metadata-Version: 2.1
Name: cmem-cmempy
Version: 21.2
Summary: API wrapper for eccenca Corporate Memory
Home-page: https://eccenca.com/go/cmempy
Author: eccenca
Author-email: cmempy-developer@eccenca.com
Maintainer: Ivan Ermilov
Maintainer-email: ivan.ermilov@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 :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: certifi
Requires-Dist: pyparsing
Requires-Dist: rdflib
Requires-Dist: requests
Requires-Dist: six

# 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 pattern 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.


