From 12b655d406e32187b43bb9b70398688603889ffc Mon Sep 17 00:00:00 2001 From: Carsten Sauerbrey Date: Sat, 10 Dec 2022 22:51:32 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5154f01..de7b841 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # wea.py +[![Documentation](https://readthedocs.org/projects/wea/badge/?version=latest)](https://wea.readthedocs.io/) [![Build Status](https://github.com/casabre/wea/actions/workflows/tests.yml/badge.svg)](https://github.com/casabre/wea/actions/) [![PyPI Versions](https://img.shields.io/pypi/pyversions/wea.svg)](https://pypi.python.org/pypi/wea) ![PyPI - Downloads](https://img.shields.io/pypi/dm/wea) [![PyPI Status](https://img.shields.io/pypi/status/wea.svg)](https://pypi.python.org/pypi/wea) [![PyPI License](https://img.shields.io/badge/License-MIT-green)](LICENSE) + ## What is wea? Giving the package a meaning - wea stands for Wrapped Exchange Array. If you want to share array-packed data with different processes, remote nodes or different language executables ( yes, that's the vision ), wea is aiming to be a lean, lightweight and convenient alternative to [Protocol Buffers](https://developers.google.com/protocol-buffers) and Co. From 3a057c17fffc9a29c2eac8782ed6955d09bc02fc Mon Sep 17 00:00:00 2001 From: Carsten Sauerbrey Date: Sat, 10 Dec 2022 22:52:40 +0100 Subject: [PATCH 2/2] Fix for wrong repo name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de7b841..01108f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wea.py -[![Documentation](https://readthedocs.org/projects/wea/badge/?version=latest)](https://wea.readthedocs.io/) [![Build Status](https://github.com/casabre/wea/actions/workflows/tests.yml/badge.svg)](https://github.com/casabre/wea/actions/) [![PyPI Versions](https://img.shields.io/pypi/pyversions/wea.svg)](https://pypi.python.org/pypi/wea) ![PyPI - Downloads](https://img.shields.io/pypi/dm/wea) [![PyPI Status](https://img.shields.io/pypi/status/wea.svg)](https://pypi.python.org/pypi/wea) [![PyPI License](https://img.shields.io/badge/License-MIT-green)](LICENSE) +[![Documentation](https://readthedocs.org/projects/wea/badge/?version=latest)](https://wea.readthedocs.io/) [![Build Status](https://github.com/casabre/wea.py/actions/workflows/tests.yml/badge.svg)](https://github.com/casabre/wea.py/actions/) [![PyPI Versions](https://img.shields.io/pypi/pyversions/wea.svg)](https://pypi.python.org/pypi/wea) ![PyPI - Downloads](https://img.shields.io/pypi/dm/wea) [![PyPI Status](https://img.shields.io/pypi/status/wea.svg)](https://pypi.python.org/pypi/wea) [![PyPI License](https://img.shields.io/badge/License-MIT-green)](LICENSE) ## What is wea?