This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit c4d4df9d53e638ddf68288080d95c564dec80327 Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Nov 12 22:02:21 2021 +0100 Add additional badges to the readme. --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3beab39..3efb26e 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,18 @@ through a unified and easy to use API. .. image:: https://img.shields.io/github/license/apache/libcloud.svg :target: https://github.com/apache/libcloud/blob/trunk/LICENSE +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html + +.. image:: https://img.shields.io/twitter/follow/Libcloud.svg?style=social&label=Follow + :target: https://twitter.com/Libcloud + +.. image:: https://img.shields.io/pypi/dm/apache-libcloud + :target: https://pypi.org/project/apache-libcloud + .. image:: https://bestpractices.coreinfrastructure.org/projects/152/badge :target: https://bestpractices.coreinfrastructure.org/projects/152 - :Code: https://github.com/apache/libcloud :License: Apache 2.0; see LICENSE file :Issues: https://issues.apache.org/jira/projects/LIBCLOUD/issues
