From 02c6977b00e310a60da6293578579bb501022e41 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 19 Jun 2026 11:27:59 +0200 Subject: [PATCH 1/2] add logo and fix introduction --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ec366f..e308f2d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -# wotpy +

+ + + + Thingweb wotpy logo + +

-## Introduction +> A WoT runtime in Python for Thing and Consumer applications -wotpy is an experimental implementation of a [W3C WoT Runtime](https://github.com/w3c/wot-architecture/blob/master/proposals/terminology.md#wot-runtime) and the [W3C WoT Scripting API](https://github.com/w3c/wot-architecture/blob/master/proposals/terminology.md#scripting-api) in Python. +## Introduction -Inspired by the exploratory implementations located in the [thingweb GitHub page](https://github.com/thingweb). +wotpy is an implementation of a [W3C WoT Runtime](https://github.com/w3c/wot-architecture/blob/master/proposals/terminology.md#wot-runtime) and the [W3C WoT Scripting API](https://github.com/w3c/wot-architecture/blob/master/proposals/terminology.md#scripting-api) in Python. ### About the current version From 487ff53b3f45e4f0c32b3c0aa1698ec13a6cad68 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 26 Jun 2026 11:26:36 +0200 Subject: [PATCH 2/2] Update README with documentation link Added documentation link for wotpy project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e308f2d..1fccfc4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ wotpy is an implementation of a [W3C WoT Runtime](https://github.com/w3c/wot-architecture/blob/master/proposals/terminology.md#wot-runtime) and the [W3C WoT Scripting API](https://github.com/w3c/wot-architecture/blob/master/proposals/terminology.md#scripting-api) in Python. +You can find the documentation at . + ### About the current version The current version of the project has been updated in an effort to address stability and deprecation issues. The following changes have been made compared to [version `0.16.0`](https://pypi.org/project/wotpy/0.16.0/):