Metadata-Version: 2.4
Name: senzing
Version: 4.1.0
Summary: Python SDK method definitions
Author-email: senzing <support@senzing.com>
License-Expression: Apache-2.0
Project-URL: bugtracker, https://github.com/senzing-garage/sz-sdk-python/issues
Project-URL: changelog, https://github.com/senzing-garage/sz-sdk-python/blob/main/CHANGELOG.md
Project-URL: source, https://github.com/senzing-garage/sz-sdk-python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: .github/senzing-corporate-contributor-license-agreement.pdf
License-File: .github/senzing-individual-contributor-license-agreement.pdf
Dynamic: license-file

# 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/
