Skip to content

Commit

Permalink
Update python version (#92)
Browse files Browse the repository at this point in the history
Python wrapper release 1.3.0
  • Loading branch information
PFigs authored Nov 8, 2019
1 parent 5e20961 commit 55961e4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

Expand All @@ -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

Expand Down
15 changes: 13 additions & 2 deletions wrappers/python/README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion wrappers/python/wirepas_messaging/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55961e4

Please sign in to comment.