You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/11/09 15:40:03 UTC

[incubator-streampipes] branch dev updated (346092169 -> ea0adc083)

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


    from 346092169 Merge pull request #133 from apache/chore/STREAMPIPES-617
     new 7efb5dfed Initial commit
     new 8518bb2e4 Add license headers
     new 80d1b71bf Change Makefile
     new ea0adc083 Merge pull request #134 from kulbachcedric/STREAMPIPES-606-python-client

The 9305 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 streampipes-client-python/.gitignore               | 261 +++++++++++++++++++++
 streampipes-client-python/.pre-commit-config.yaml  |  59 +++++
 .../Makefile                                       |  16 +-
 .../README.md                                      |   4 +-
 streampipes-client-python/setup.py                 |  99 ++++++++
 .../streampipes_client/__version__.py              |   6 +-
 .../streampipes_client/client}/__init__.py         |   0
 .../streampipes_client/endpoint}/__init__.py       |   0
 .../streampipes_client/model}/__init__.py          |   0
 9 files changed, 436 insertions(+), 9 deletions(-)
 create mode 100644 streampipes-client-python/.gitignore
 create mode 100644 streampipes-client-python/.pre-commit-config.yaml
 copy streampipes-wrapper-python/streampipes/model/base/abstract_streampipes_entity.py => streampipes-client-python/Makefile (80%)
 copy ui/src/assets/templates/error.html => streampipes-client-python/README.md (97%)
 create mode 100644 streampipes-client-python/setup.py
 copy streampipes-wrapper-python/streampipes/model/base/abstract_streampipes_entity.py => streampipes-client-python/streampipes_client/__version__.py (91%)
 copy {streampipes-wrapper-python/streampipes/api => streampipes-client-python/streampipes_client/client}/__init__.py (100%)
 copy {streampipes-wrapper-python/streampipes/api => streampipes-client-python/streampipes_client/endpoint}/__init__.py (100%)
 copy {streampipes-wrapper-python/streampipes/api => streampipes-client-python/streampipes_client/model}/__init__.py (100%)