Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 3.74 KB

README.md

File metadata and controls

87 lines (69 loc) · 3.74 KB

sz-sdk-python-core

If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.

You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!

⚠️ WARNING: sz-sdk-python-core is still in development ⚠️ _

At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x. Although it can be reviewed and commented on, the recommendation is not to use it yet.

Synopsis

The Senzing sz-sdk-python-core package provides a Python Software Development Kit adhering to the abstract classes of sz-sdk-python that wraps the Senzing C SDK APIs.

Python 3.11 Badge PEP8 Badge PyPI version Badge Downloads Badge License Badge Coverage Badge

Overview

The Senzing sz-sdk-python-core packages enable Python programs to call Senzing library functions. Under the covers, Python makes calls to the functions in the Senzing C libraries.

The sz-sdk-python-core package implements the following sz-sdk-python interfaces:

  1. SzConfig
  2. SzConfigMgr
  3. SzDiagnostic
  4. SzEngine
  5. SzProduct

Other implementations of the sz-sdk-python interface include:

Use

(TODO:)

References

  1. Development
  2. Errors
  3. Examples
  4. Related artifacts:
    1. DockerHub
  5. sz-sdk-python package reference