This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from d3724d4e8 [hotfix] Fix layout issues and validation in data explorer
(#1829)
add 6a8ad3c49 chore: introduce poetry as dependency management tool (#1817)
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr-validation.yml | 45 +-
.github/workflows/pypi-deployment.yml | 13 +-
.github/workflows/python-docs.yml | 16 +-
pom.xml | 1 +
streampipes-client-python/.pre-commit-config.yaml | 11 +-
streampipes-client-python/Makefile | 20 +-
streampipes-client-python/README.md | 2 +-
.../docs/getting-started/developing.md | 45 +-
.../docs/img/interrogate_badge.svg | 8 +-
streampipes-client-python/poetry.lock | 3247 ++++++++++++++++++++
streampipes-client-python/pyproject.toml | 136 +
streampipes-client-python/setup.py | 139 -
.../streampipes/client/client.py | 1 +
.../streampipes/endpoint/api/data_lake_measure.py | 1 +
.../functions/broker/kafka/kafka_consumer.py | 1 +
.../functions/broker/kafka/kafka_publisher.py | 1 +
.../functions/broker/nats/nats_consumer.py | 1 +
.../functions/broker/nats/nats_publisher.py | 1 +
.../model/resource/data_lake_measure.py | 1 +
.../streampipes/model/resource/data_series.py | 1 +
.../streampipes/model/resource/data_stream.py | 1 +
.../model/resource/function_definition.py | 1 +
.../streampipes/model/resource/query_result.py | 1 +
.../streampipes/model/resource/version.py | 1 +
.../tests/client/test_client.py | 2 -
.../tests/client/test_data_lake_series.py | 1 -
tools/maven/suppressions.xml | 1 +
27 files changed, 3505 insertions(+), 194 deletions(-)
create mode 100644 streampipes-client-python/poetry.lock
create mode 100644 streampipes-client-python/pyproject.toml
delete mode 100644 streampipes-client-python/setup.py