diff --git a/README.rst b/README.rst index d6456bd..36f4243 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ DiffuPy is a generalizable Python implementation of the numerous label propagati graph formats such as `JSON, CSV, GraphML, or GML `_. Check out `DiffuPy's documentation here `_. -Installation ------------- +Installation |pypi_version| |python_versions| |pypi_license| +------------------------------------------------------------ The latest stable code can be installed from `PyPI `_ with: .. code-block:: sh @@ -70,3 +70,12 @@ guarantee of maintenance, support, or back-up of data. .. |coverage| image:: https://codecov.io/gh/multipaths/diffupy/coverage.svg?branch=master :target: https://codecov.io/gh/multipaths/diffupy?branch=master :alt: Coverage Status + +.. |python_versions| image:: https://img.shields.io/pypi/pyversions/diffupy.svg + :alt: Stable Supported Python Versions + +.. |pypi_version| image:: https://img.shields.io/pypi/v/diffupy.svg + :alt: Current version on PyPI + +.. |pypi_license| image:: https://img.shields.io/pypi/l/diffupy.svg + :alt: Apache-2.0