From 1140f514a63c8f748ff9512a1841bc41e7975b81 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Sun, 11 Feb 2024 23:53:46 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c30ef6..de6f41f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Home Assistant Bring! Shopping Lists API +[![PyPI version](https://badge.fury.io/py/homeassistant-bring-api.svg)](https://badge.fury.io/py/homeassistant-bring-api) + An unofficial python package to access the Bring! shopping lists API. ## Credits -> This home assistant focused implementation of the api is derived from the generic python implementation by [eliasball](https://github.com/eliasball/python-bring-api). This fork has been synced last time on 2024-02-11 and diverges from that point on to focus on home assistant. - -> The implementation of [eliasball](https://github.com/eliasball/python-bring-api) is a **minimal** python port of the [node-bring-api](https://github.com/foxriver76/node-bring-api) by [foxriver76](https://github.com/foxriver76). All credit goes to him for making this awesome API possible! +> This home assistant focused implementation of the api is derived from the generic python implementation by [eliasball](https://github.com/eliasball/python-bring-api). This fork has been synced last time on 2024-02-11 and diverges from that point on to focus on home assistant. The implementation of [eliasball](https://github.com/eliasball/python-bring-api) is a **minimal** python port of the [node-bring-api](https://github.com/foxriver76/node-bring-api) by [foxriver76](https://github.com/foxriver76). All credit goes to him for making this awesome API possible! ## Disclaimer diff --git a/setup.cfg b/setup.cfg index ab2ee7c..173f98d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = homeassistant-bring-api -version = 0.0.1 +version = 0.1.0 author = Cyrill Raccaud author_email = cyrill.raccaud+pypi@gmail.com description = Unofficial home assistant python package to access Bring! shopping lists API.