https://github.com/senzing-garage/sz-sdk-python
https://github.com/senzing-garage/sz-sdk-python
senzing-garage senzing-public senzing-template-python senzing-test-daily senzing-test-linux-darwin-windows
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/senzing-garage/sz-sdk-python
- Owner: senzing-garage
- License: apache-2.0
- Created: 2023-12-14T19:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T13:16:00.000Z (4 months ago)
- Last Synced: 2026-03-30T15:13:58.825Z (4 months ago)
- Topics: senzing-garage, senzing-public, senzing-template-python, senzing-test-daily, senzing-test-linux-darwin-windows
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# sz-sdk-python
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 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` package contains the abstract base class from which
implementations of the Senzing Python SDK are derived.
[![Python 3.13 Badge]][Python 3.13]
[![PEP8 Badge]][PEP8]
[![PyPI version Badge]][PyPi version]
[![Downloads Badge]][Downloads]
[![License Badge]][License]
[![Coverage Badge]][Coverage]
## Overview
## Use
## References
1. [Development]
1. [Errors]
1. [Examples]
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%2Fpython-coverage-comment-action-data%2Fendpoint.json
[Coverage]: https://htmlpreview.github.io/?https://github.com/senzing-garage/sz-sdk-python/blob/python-coverage-comment-action-data/htmlcov/index.html
[Development]: docs/development.md
[Downloads Badge]: https://static.pepy.tech/badge/senzing
[Downloads]: https://pepy.tech/project/senzing
[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/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.svg
[PyPi version]: https://badge.fury.io/py/senzing
[Python 3.13 Badge]: https://img.shields.io/badge/python-3.13-blue.svg
[Python 3.13]: https://www.python.org/downloads/release/python-3130/
[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/