Skip to main content

Ecoindex module provides a simple way to measure the Ecoindex score based on the 3 parameters: The DOM elements of the page, the size of the page and the number of external requests of the page

Project description

Ecoindex python

Validate project quality PyPI - Version PyPI - Downloads

This basic module provides a simple interface to get the Ecoindex based on 3 parameters:

  • The number of DOM elements in the page
  • The size of the page
  • The number of external requests of the page

Requirements

  • Python ^3.10 with pip

Install

pip install ecoindex_compute

Use

Compute ecoindex

You can easily compute the ecoindex by calling the function compute_ecoindex():

(function) compute_ecoindex: (dom: int, size: float, requests: int) -> Coroutine[Any, Any, Ecoindex]

Example:

import asyncio
from pprint import pprint

from ecoindex.compute import compute_ecoindex

# Get ecoindex from DOM elements, size of page and requests of the page
ecoindex = asyncio.run(compute_ecoindex(nodes=100, size=100, requests=100))
pprint(ecoindex)

Result example:

Ecoindex(grade='B', score=72.0, ges=1.56, water=2.34, ecoindex_version='3.0.0')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecoindex_compute-5.8.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

ecoindex_compute-5.8.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file ecoindex_compute-5.8.0.tar.gz.

File metadata

  • Download URL: ecoindex_compute-5.8.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1018-azure

File hashes

Hashes for ecoindex_compute-5.8.0.tar.gz
Algorithm Hash digest
SHA256 af44ddcfddeb47d3d9e6a45234aaa253eaf77a2634c4c6021434d01a441b4ab2
MD5 debfc78241f486c1874ddce07014d931
BLAKE2b-256 36e2e8a97951b158dd06592b02b4011a1fbdf70b7e66a96861b2b8cbc69a0265

See more details on using hashes here.

File details

Details for the file ecoindex_compute-5.8.0-py3-none-any.whl.

File metadata

  • Download URL: ecoindex_compute-5.8.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/6.5.0-1018-azure

File hashes

Hashes for ecoindex_compute-5.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2a6f67a4d059e462ae5322170034603a901e69c0133179982beca093b3d361f5
MD5 6113b12731c4d08c40e89dc528ad62da
BLAKE2b-256 6e6b9d1e8d2966cab33726be2d8c8194f21f4fdddca13df466c27ecbdde9ea8a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page