Metadata-Version: 2.4
Name: sdk-conveyor
Version: 0.0.12
Summary: Python SDK for Conveyor
Author-email: Conveyor <support@conveyordata.com>
Project-URL: Homepage, https://conveyordata.com
Project-URL: Bug Tracker, https://github.com/datamindedbe/conveyor-roadmap/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: googleapis-common-protos<2.0.0,>=1.66.0
Requires-Dist: grpcio<2.0.0,>=1.74.0
Requires-Dist: protobuf<7.0.0,>=6.30.0
Requires-Dist: packaging>=21.3

# Conveyor SDK

This Python SDK is used to simplify the interaction with the Conveyor API when using Python.
The package supports Python 3.10 and above.

If you want to learn more about Conveyor, you can visit the [Conveyor website](https://conveyordata.com/).

To get started with the SDK, you can take a look at the [Conveyor docs](https://docs.conveyordata.com/how-to-guides/developer-tooling/python-sdk).
For the technical reference of the SDK, take a look at the [technical reference](https://docs.conveyordata.com/technical-reference/python-sdk).

## Changelog

### 0.0.12

- Rework the logic to handle cancelling running applications
- Add support for build secrets when building a project

### 0.0.11

- Upgrade protobuf from v5 to v6
- Improve error handling in authentication flow

### 0.0.10

- Relax dependency constraints
