diff --git a/README.md b/README.md index 757b9f8..dd3b8f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Ecoindex Python Fullstack +[![Validate project quality](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml/badge.svg?branch=main)](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml) + +![PyPI - Version](https://img.shields.io/pypi/v/ecoindex-compute?logo=pypi&label=ecoindex-compute) +![PyPI - Downloads](https://img.shields.io/pypi/dm/ecoindex-compute?style=social&logo=pypi&label=ecoindex-compute) + +![PyPI - Version](https://img.shields.io/pypi/v/ecoindex-scraper?logo=pypi&label=ecoindex-scraper) +![PyPI - Downloads](https://img.shields.io/pypi/dm/ecoindex-scraper?style=social&logo=pypi&label=ecoindex-scraper) + +![PyPI - Version](https://img.shields.io/pypi/v/ecoindex-cli?logo=pypi&label=ecoindex-cli) +![PyPI - Downloads](https://img.shields.io/pypi/dm/ecoindex-cli?style=social&logo=pypi&label=ecoindex-cli) +![Docker Pulls](https://img.shields.io/docker/pulls/vvatelot/ecoindex-cli?style=social&logo=docker&label=CLI) + +![Docker Pulls](https://img.shields.io/docker/pulls/vvatelot/ecoindex-api-worker?style=social&logo=docker&label=API%20Worker) +![Docker Pulls](https://img.shields.io/docker/pulls/vvatelot/ecoindex-api-backend?style=social&logo=docker&label=API%20Backend) + - [Ecoindex Python Fullstack](#ecoindex-python-fullstack) - [Projects](#projects) - [Getting started](#getting-started) diff --git a/projects/ecoindex_api/README.md b/projects/ecoindex_api/README.md index da60364..0b80603 100644 --- a/projects/ecoindex_api/README.md +++ b/projects/ecoindex_api/README.md @@ -1,5 +1,11 @@ # Ecoindex-Api +[![Validate project quality](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml/badge.svg?branch=main)](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml) + +![Docker Pulls](https://img.shields.io/docker/pulls/vvatelot/ecoindex-api-worker?style=social&logo=docker&label=API%20Worker) +![Docker Pulls](https://img.shields.io/docker/pulls/vvatelot/ecoindex-api-backend?style=social&logo=docker&label=API%20Backend) + + This tool provides an easy way to analyze websites with [Ecoindex](https://www.ecoindex.fr) on a remote server. You have the ability to: - Make a page analysis diff --git a/projects/ecoindex_cli/README.md b/projects/ecoindex_cli/README.md index e061a40..25304e0 100644 --- a/projects/ecoindex_cli/README.md +++ b/projects/ecoindex_cli/README.md @@ -1,5 +1,12 @@ # Ecoindex-Cli +[![Validate project quality](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml/badge.svg?branch=main)](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml) + +![PyPI - Version](https://img.shields.io/pypi/v/ecoindex-cli?logo=pypi) +![PyPI - Downloads](https://img.shields.io/pypi/dm/ecoindex-cli?style=social&logo=pypi) +![Docker Pulls](https://img.shields.io/docker/pulls/vvatelot/ecoindex-cli?style=social&logo=docker) + + This tool provides an easy way to analyze websites with [Ecoindex](https://www.ecoindex.fr) from your local computer using multi-threading. You have the ability to: - Make the analysis on multiple pages diff --git a/projects/ecoindex_compute/README.md b/projects/ecoindex_compute/README.md index 59505af..bf716c9 100644 --- a/projects/ecoindex_compute/README.md +++ b/projects/ecoindex_compute/README.md @@ -1,5 +1,9 @@ # Ecoindex python +[![Validate project quality](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml/badge.svg?branch=main)](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml) +![PyPI - Version](https://img.shields.io/pypi/v/ecoindex-compute?logo=pypi) +![PyPI - Downloads](https://img.shields.io/pypi/dm/ecoindex-compute?style=social&logo=pypi) + This basic module provides a simple interface to get the [Ecoindex](http://www.ecoindex.fr) based on 3 parameters: - The number of DOM elements in the page diff --git a/projects/ecoindex_scraper/README.md b/projects/ecoindex_scraper/README.md index 00ebbf0..2a87656 100644 --- a/projects/ecoindex_scraper/README.md +++ b/projects/ecoindex_scraper/README.md @@ -1,5 +1,10 @@ # Ecoindex Scraper +[![Validate project quality](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml/badge.svg?branch=main)](https://github.com/cnumr/ecoindex_python_fullstack/actions/workflows/quality_check.yml) + +![PyPI - Version](https://img.shields.io/pypi/v/ecoindex-scraper?logo=pypi) +![PyPI - Downloads](https://img.shields.io/pypi/dm/ecoindex-scraper?style=social&logo=pypi) + This module provides a simple interface to get the [Ecoindex](http://www.ecoindex.fr) of a given webpage using module [ecoindex-compute](https://pypi.org/project/ecoindex-compute/) ## Requirements