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

[streampipes] 03/04: chore: update references

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

bossenti pushed a commit to branch chore/python-doc-improvements
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 1de5c4708889878cc927a965a1b54f3f55df5c5e
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Mar 11 16:04:14 2023 +0100

    chore: update references
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/README.md | 9 ++++++++-
 streampipes-client-python/setup.py  | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/streampipes-client-python/README.md b/streampipes-client-python/README.md
index 15d2c976c..615693da4 100644
--- a/streampipes-client-python/README.md
+++ b/streampipes-client-python/README.md
@@ -41,6 +41,13 @@ and the amazing universe of data analytics libraries in Python. </p>
 **This means that it is still under development, which may result in frequent and extensive API changes, unstable behavior, etc.**
 <br>
 
+
+## 📚 Documentation
+Please visit our documentation: https://streampipes.apache.org/docs/docs/python/latest/
+There you can find information about how to [get started](https://streampipes.apache.org/docs/docs/python/latest/getting-started/first-steps/),
+follow some [examples](https://streampipes.apache.org/docs/docs/python/latest/examples/1-introduction-to-streampipes-python-client/),
+or discover the library via our [references](https://streampipes.apache.org/docs/docs/python/latest/reference/client/client/).
+
 ## ⚡️ Quickstart
 
 As a quick example, we demonstrate how to set up and configure a StreamPipes client.
@@ -81,4 +88,4 @@ The following StreamPipes resources are available with this client:
 1x DataLakeMeasures
 ```
 
-For more information about how to use the StreamPipes client visit our [introduction example](https://github.com/apache/streampipes/blob/dev/streampipes-client-python/docs/examples/1-introduction-to-streampipes-python-client.ipynb).
+For more information about how to use the StreamPipes client visit our [introduction example](https://streampipes.apache.org/docs/docs/python/latest/examples/1-introduction-to-streampipes-python-client/).
diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index 19fb23785..cecb3ef42 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -103,7 +103,7 @@ setuptools.setup(
     classifiers=[
         # Trove classifiers
         # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
-        "Development Status :: 3 - Alpha",
+        "Development Status :: 4 - Beta",
         "Environment :: Console",
         "Intended Audience :: Developers",
         "Intended Audience :: Information Technology",