diff --git a/README.md b/README.md index 7a4b37e..c5d26c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.com/wirepas/backend-apis.svg?branch=master)](https://travis-ci.com/wirepas/backend-apis) -This repository contains the message definition files for the Wirepas' +This repository contains the message definition files for the Wirepas' service APIs, specifically: - [Wirepas Gateway][here_gateway] @@ -17,7 +17,7 @@ In addition to the the message specification files, the repository contains lang ## Language wrappers -- **Python**: wirepas_messaging \[[source][here_python]\] \[[PyPi][pypi_messaging]\] +- **Python**: wirepas_messaging \[[source][here_python]\] \[[PyPi][pypi_messaging]\] \[[docs][here_python_docs]\] ## Contributing @@ -32,6 +32,7 @@ Licensed under the Apache License, Version 2.0. See [LICENSE][here_license] for the full license text. [here_python]: https://github.com/wirepas/backend-apis/tree/master/wrappers/python +[here_python_docs]: https://backend-apis.readthedocs.io/en/latest/index.html [here_docs_operation]: ./docs/img/overview.png diff --git a/wrappers/python/README.md b/wrappers/python/README.md old mode 100755 new mode 100644 index 318633c..21ca077 --- a/wrappers/python/README.md +++ b/wrappers/python/README.md @@ -54,6 +54,12 @@ If you wish to run the examples, please install with the extra requirements ```shell python install dist/wirepas_messaging-*.whl[examples] ``` + +## Services API documentation + +Please refer to the [backend apis repository][github_backend_apis] for +documentation on the Wirepas' services APIs. + ## Examples For more information about Wirepas Network Tool examples please see @@ -65,8 +71,13 @@ This package is available from [PyPi][pypi]. ## License -Licensed under the Apache License, Version 2.0. See LICENSE for the full -license text. +Licensed under the Apache License, Version 2.0. +See [LICENSE][here_license] for the full license text. [pypi]: https://pypi.org/project/wirepas-messaging/ + [wnt_examples_readme]: https://github.com/wirepas/backend-apis/blob/master/wrappers/python/examples/wnt/README.md + +[github_backend_apis]: https://github.com/wirepas/backend-apis + +[here_license]: https://github.com/wirepas/backend-apis/blob/master/wrappers/python/LICENSE diff --git a/wrappers/python/wirepas_messaging/__about__.py b/wrappers/python/wirepas_messaging/__about__.py index da0bc5c..9b6f3cb 100644 --- a/wrappers/python/wirepas_messaging/__about__.py +++ b/wrappers/python/wirepas_messaging/__about__.py @@ -20,7 +20,7 @@ __pkg_name__ = "wirepas_messaging" __title__ = "Wirepas Messaging Wrappers" __url__ = "https://github.com/wirepas/backend-apis/tree/master/wrappers/python" -__version__ = "1.3.0-rc.1" +__version__ = "1.3.0" __warning_msg__ = """ *********************************************************************** * WARNING: