Metadata-Version: 2.4
Name: streamsets
Version: 7.0.0
Summary: A Python SDK for StreamSets
Author: StreamSets Inc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Requires-Dist: dpath==1.5.0
Requires-Dist: inflection
Requires-Dist: PyYAML
Requires-Dist: requests>=2.33.0

=========================
StreamSets SDK for Python
=========================

|Version| |Python|

.. |Python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue
    :target: https://pypi.python.org/pypi/streamsets/
    :alt: Python Versions
.. |Version| image:: https://img.shields.io/badge/pypi-v7.0.0-blue?style=flat
    :target: https://pypi.python.org/pypi/streamsets/
    :alt: Package Version

The StreamSets SDK allows users to interact with StreamSets products programmatically using Python, including Control Hub, Data Collector, Transformer, and Transformer for Snowflake.

Notices
-------
Versions 4.0.0 and higher of the StreamSets SDK for Python support the `StreamSets Platform <https://docs.streamsets.com/portal/platform-controlhub/controlhub/UserGuide/GettingStarted/GettingStarted_title.html>`_.
Versions below 4.0.0 support our `Legacy products <https://docs.streamsets.com/portal/controlhub/latest/help/controlhub/UserGuide/GettingStarted/DPM.html#concept_l45_qwf_xw>`_.
Please verify that the version of the SDK you're using is compatible with the StreamSets products you plan to interact with.

Documentation
-------------
.. _documentation:

For documentation on the StreamSets SDK for Platform, refer to our `Platform SDK documentation <https://docs.streamsets.com/platform-sdk/latest/index.html>`_.
For documentation on the StreamSets SDK for Legacy products, refer to our `Legacy SDK documentation <https://docs.streamsets.com/sdk/latest/index.html>`_.

More Resources
--------------
You can find training and additional resources on the `StreamSets Academy <https://academy.streamsets.com/learn/courses/45/streamsets-sdk-for-python>`_.

You can also find a wealth of knowledge on the `StreamSets Community Forums <https://community.streamsets.com>`_ including product updates, workshops, events and webinars, and more!

Getting Help
------------
Running into issues while using the StreamSets SDK?
Get assistance from `StreamSets Support <https://www.ibm.com/mysupport>`_!

Release Notes
-------------
Release notes for the Platform SDK can be found in the `Platform SDK release notes <https://docs.streamsets.com/platform-sdk/latest/welcome/release_notes.html>`_.

Release notes for the Legacy SDK can be found in the `Legacy SDK release notes <https://docs.streamsets.com/sdk/latest/history.html>`_.
