# 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: WARNING: sz-sdk-python-core is still in development :warning: _
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]][Python 3.11]
[![PEP8 Badge]][PEP8]
[![PyPI version Badge]][PyPi version]
[![Downloads Badge]][Downloads]
[![License Badge]][License]
[![Coverage Badge]][Coverage]
## 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]
1. [SzConfigMgr]
1. [SzDiagnostic]
1. [SzEngine]
1. [SzProduct]
Other implementations of the [sz-sdk-python] interface include:
- [sz-sdk-python-grpc] - for calling Senzing SDK APIs over gRPC
## Use
(TODO:)
## References
1. [Development]
1. [Errors]
1. [Examples]
1. Related artifacts:
1. [DockerHub]
1. [sz-sdk-python package reference]
[Coverage badge]: https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsenzing-garage%2Fsz-sdk-python-core%2Fpython-coverage-comment-action-data%2Fendpoint.json
[Coverage]: https://htmlpreview.github.io/?https://github.com/senzing-garage/sz-sdk-python-core/blob/python-coverage-comment-action-data/htmlcov/index.html
[Development]: docs/development.md
[DockerHub]: https://hub.docker.com/r/senzing/sz-sdk-python-core
[Downloads Badge]: https://static.pepy.tech/badge/senzing-core
[Downloads]: https://pepy.tech/project/senzing-core
[Errors]: docs/errors.md
[Examples]: docs/examples.md
[License Badge]: https://img.shields.io/badge/License-Apache2-brightgreen.svg
[License]: https://github.com/senzing-garage/sz-sdk-python-core/blob/main/LICENSE
[PEP8 Badge]: https://img.shields.io/badge/code%20style-pep8-orange.svg
[PEP8]: https://www.python.org/dev/peps/pep-0008/
[PyPI version Badge]: https://badge.fury.io/py/senzing-core.svg
[PyPi version]: https://badge.fury.io/py/senzing-core
[Python 3.11 Badge]: https://img.shields.io/badge/python-3.11-blue.svg
[Python 3.11]: https://www.python.org/downloads/release/python-3110/
[Python]: https://www.python.org/
[Senzing Garage]: https://github.com/senzing-garage
[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/
[Senzing]: https://senzing.com/
[sz-sdk-python package reference]: https://hub.senzing.com/sz-sdk-python/
[sz-sdk-python-grpc]: https://github.com/senzing-garage/sz-sdk-python-grpc
[sz-sdk-python]: https://github.com/senzing-garage/sz-sdk-python/tree/main/src/senzing
[SzConfig]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szconfig.py
[SzConfigMgr]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szconfigmanager.py
[SzDiagnostic]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szdiagnostic.py
[SzEngine]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szengine.py
[SzProduct]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szproduct.py
Raw data
{
"_id": null,
"home_page": "https://github.com/senzing-garage/sz-sdk-python-core",
"name": "senzing-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "senzing",
"author_email": "support@senzing.com",
"download_url": "https://files.pythonhosted.org/packages/47/d3/e7797227deb09c365c03a74141981092dc9f56eb7a053e01ebac08c7ee21/senzing_core-0.4.0.tar.gz",
"platform": null,
"description": "# sz-sdk-python-core\n\nIf you are beginning your journey with [Senzing],\nplease start with [Senzing Quick Start guides].\n\nYou are in the [Senzing Garage] where projects are \"tinkered\" on.\nAlthough this GitHub repository may help you understand an approach to using Senzing,\nit's not considered to be \"production ready\" and is not considered to be part of the Senzing product.\nHeck, it may not even be appropriate for your application of Senzing!\n\n## :warning: WARNING: sz-sdk-python-core is still in development :warning: _\n\nAt the moment, this is \"work-in-progress\" with Semantic Versions of `0.n.x`.\nAlthough it can be reviewed and commented on,\nthe recommendation is not to use it yet.\n\n## Synopsis\n\nThe Senzing `sz-sdk-python-core` package provides a [Python] Software Development Kit\nadhering to the abstract classes of [sz-sdk-python]\nthat wraps the Senzing C SDK APIs.\n\n[![Python 3.11 Badge]][Python 3.11]\n[![PEP8 Badge]][PEP8]\n[![PyPI version Badge]][PyPi version]\n[![Downloads Badge]][Downloads]\n[![License Badge]][License]\n[![Coverage Badge]][Coverage]\n\n## Overview\n\nThe Senzing `sz-sdk-python-core` packages enable Python programs to call Senzing library functions.\nUnder the covers, Python makes calls to the functions in the Senzing C libraries.\n\nThe `sz-sdk-python-core` package implements the following [sz-sdk-python] interfaces:\n\n1. [SzConfig]\n1. [SzConfigMgr]\n1. [SzDiagnostic]\n1. [SzEngine]\n1. [SzProduct]\n\nOther implementations of the [sz-sdk-python] interface include:\n\n- [sz-sdk-python-grpc] - for calling Senzing SDK APIs over gRPC\n\n## Use\n\n(TODO:)\n\n## References\n\n1. [Development]\n1. [Errors]\n1. [Examples]\n1. Related artifacts:\n 1. [DockerHub]\n1. [sz-sdk-python package reference]\n\n[Coverage badge]: https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsenzing-garage%2Fsz-sdk-python-core%2Fpython-coverage-comment-action-data%2Fendpoint.json\n[Coverage]: https://htmlpreview.github.io/?https://github.com/senzing-garage/sz-sdk-python-core/blob/python-coverage-comment-action-data/htmlcov/index.html\n[Development]: docs/development.md\n[DockerHub]: https://hub.docker.com/r/senzing/sz-sdk-python-core\n[Downloads Badge]: https://static.pepy.tech/badge/senzing-core\n[Downloads]: https://pepy.tech/project/senzing-core\n[Errors]: docs/errors.md\n[Examples]: docs/examples.md\n[License Badge]: https://img.shields.io/badge/License-Apache2-brightgreen.svg\n[License]: https://github.com/senzing-garage/sz-sdk-python-core/blob/main/LICENSE\n[PEP8 Badge]: https://img.shields.io/badge/code%20style-pep8-orange.svg\n[PEP8]: https://www.python.org/dev/peps/pep-0008/\n[PyPI version Badge]: https://badge.fury.io/py/senzing-core.svg\n[PyPi version]: https://badge.fury.io/py/senzing-core\n[Python 3.11 Badge]: https://img.shields.io/badge/python-3.11-blue.svg\n[Python 3.11]: https://www.python.org/downloads/release/python-3110/\n[Python]: https://www.python.org/\n[Senzing Garage]: https://github.com/senzing-garage\n[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/\n[Senzing]: https://senzing.com/\n[sz-sdk-python package reference]: https://hub.senzing.com/sz-sdk-python/\n[sz-sdk-python-grpc]: https://github.com/senzing-garage/sz-sdk-python-grpc\n[sz-sdk-python]: https://github.com/senzing-garage/sz-sdk-python/tree/main/src/senzing\n[SzConfig]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szconfig.py\n[SzConfigMgr]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szconfigmanager.py\n[SzDiagnostic]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szdiagnostic.py\n[SzEngine]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szengine.py\n[SzProduct]: https://github.com/senzing-garage/sz-sdk-python/blob/main/src/senzing/szproduct.py\n",
"bugtrack_url": null,
"license": "Apache 2",
"summary": "Senzing Python SDK",
"version": "0.4.0",
"project_urls": {
"Bug Tracker": "https://github.com/senzing-garage/sz-sdk-python-core/issues",
"Homepage": "https://github.com/senzing-garage/sz-sdk-python-core"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "daf75643ea9be9d3f518e2006e313c0ddc4f394619e4be84b5cb03ee5231c651",
"md5": "6d00fa709d1ea5fdbdf4b8a8244f36c0",
"sha256": "10688f17ee4b83765b3e445db083224588169fbbf86d6e2f68d43be99c662d5c"
},
"downloads": -1,
"filename": "senzing_core-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6d00fa709d1ea5fdbdf4b8a8244f36c0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 28811,
"upload_time": "2025-07-19T17:18:48",
"upload_time_iso_8601": "2025-07-19T17:18:48.291594Z",
"url": "https://files.pythonhosted.org/packages/da/f7/5643ea9be9d3f518e2006e313c0ddc4f394619e4be84b5cb03ee5231c651/senzing_core-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47d3e7797227deb09c365c03a74141981092dc9f56eb7a053e01ebac08c7ee21",
"md5": "6647d590d70a6bc1d50bd72072a81b0a",
"sha256": "fdc083e52ff0c50aaaf082bde15a49ec60a7f7a25b35a6aaf0519a9414f8a910"
},
"downloads": -1,
"filename": "senzing_core-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "6647d590d70a6bc1d50bd72072a81b0a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 24090,
"upload_time": "2025-07-19T17:18:49",
"upload_time_iso_8601": "2025-07-19T17:18:49.638769Z",
"url": "https://files.pythonhosted.org/packages/47/d3/e7797227deb09c365c03a74141981092dc9f56eb7a053e01ebac08c7ee21/senzing_core-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-19 17:18:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "senzing-garage",
"github_project": "sz-sdk-python-core",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "orjson",
"specs": [
[
"==",
"3.11.0"
]
]
},
{
"name": "senzing",
"specs": [
[
"==",
"0.2.20"
]
]
}
],
"lcname": "senzing-core"
}