carbem 0.5.0

A Rust library for retrieving carbon emission values from cloud providers
Documentation
[project]
name = "carbem-python"
version = "0.5.0"
description = "Python wrapper for the carbem library - retrieve carbon emission data from cloud providers"
authors = [
    {name = "Jonathan Perron", email = "jonathan@perron.bzh"},
]
license = "Apache-2.0"
readme = "README.md"
keywords = ["carbon", "emissions", "cloud", "sustainability"]
classifiers = [
    "Development Status :: 3 - Alpha",
    "Intended Audience :: Developers",
    "Programming Language :: Rust",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: Implementation :: CPython",
    "Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.11"
dependencies = [
    "maturin[patchelf] >= 1.9.6"
]

[project.urls]
"Source" = "https://github.com/jonperron/carbem"

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
    
[tool.maturin]
module-name = "carbem"