You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "Tim Bossenmaier (Jira)" <ji...@apache.org> on 2022/10/31 16:51:00 UTC

[jira] [Updated] (STREAMPIPES-607) Python client implementation

     [ https://issues.apache.org/jira/browse/STREAMPIPES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Bossenmaier updated STREAMPIPES-607:
----------------------------------------
    Description: 
Create an initial implementation of a Python client to connect to the StreamPipes API.
This should only contain connection aspects.
The actual endpoint queries will be part of another ticket.
Target hereby is to be as consistent as possible to the already existing Java client API.

  was:
Similar to the already existing Java client for StreamPipes we would like to establish a corresponding Python client.
As a first step, we need to setup a basic Python project environment in the StreamPipes repository.
Furthermore, we should think about the following aspects:
 * unit test setup
 * git hook
 * CI with checks, e.g,:
 ** black
 ** isort
 ** pyupgrade
 ** mypy/pyright
 ** flake8/pylint
 ** bandit
 ** safety (toolname)


> Python client implementation
> ----------------------------
>
>                 Key: STREAMPIPES-607
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-607
>             Project: StreamPipes
>          Issue Type: New Feature
>          Components: PythonClient
>            Reporter: Tim Bossenmaier
>            Priority: Major
>              Labels: api, client, python
>             Fix For: 0.90.0
>
>
> Create an initial implementation of a Python client to connect to the StreamPipes API.
> This should only contain connection aspects.
> The actual endpoint queries will be part of another ticket.
> Target hereby is to be as consistent as possible to the already existing Java client API.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)