No project description provided
Project description
AppEnergy
An Energy consumption calculator for Software applications.
Description
AppEnergy is a Python package that analyzes applications and provide you application energy consumption levels. It fetches application data from multiple sources including Snapcraft, Flathub, Apple Store, GOG, Itch.io, and, MyAbandonware, then uses intelligent matching algorithms to determine energy usage patterns.
Features
- Multi-source Data Fetching: Gathers application information from 5+ different sources
- Intelligent Tag Normalization: Cleans and standardizes tags from various sources
- Category Matching: Uses fuzzy matching algorithms with confidence scoring
- Energy Level Classification: Categorizes applications as low-cpu, moderate-cpu, or high-cpu
- Command Line Interface: Simple CLI for quick energy assessments
- Python API: Programmatic access for integration into other projects
Installation
pip install AppEnergy
Quick Start
Command Line Usage bash# Single word applications
AppEnergy Facebook
# Output: low-energy
# Multi-word applications
AppEnergy 'Google Chrome'
# Output: moderate-cpu
Python API Usage
from energyscan import calculate_energy_consumption
energy_level = calculate_energy_consumption("Chrome")
print(energy_level)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appenergy-0.2.0.tar.gz.
File metadata
- Download URL: appenergy-0.2.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d326cf0159d192d3b615c6d872bb5ddc99ead2718e0cc22b2f379fbd6bd03de6
|
|
| MD5 |
e811cd6764324292ece0c60d6e817d15
|
|
| BLAKE2b-256 |
50a21102e39140a43a022c84f76645c4249abb24ff8081477f128f6244efade4
|
File details
Details for the file AppEnergy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: AppEnergy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5655a89fa18c7a2b5cc976014338ca859f5d2a82132e3d9d413f8a0a925d42b2
|
|
| MD5 |
28289db04c8b4505c409b12b8b49f4a1
|
|
| BLAKE2b-256 |
405ab201288221180db03837bb7e2f90a43b5458739713a79effdcd69e8c0644
|