eniris
Eniris API driver for Python
What it is and what it does
Eniris is an official Python client library for the Eniris API that wraps HTTP communication with built-in authentication, automatic retries on failure, and configurable timeouts. It exposes a familiar requests-like interface so developers can make GET, POST, PUT, and DELETE calls to Eniris endpoints without managing authentication tokens or retry logic manually.
The driver accepts username and password credentials, manages access tokens internally, and provides methods for common HTTP operations. It depends only on requests and is designed to be lightweight and straightforward to integrate into applications that need to interact with the Eniris service.
Use it for:
- Fetch device data from the Eniris API with automatic token refresh and retry handling.
- Build applications that query Eniris endpoints for energy or monitoring data without writing custom authentication logic.
- Integrate Eniris API calls into scripts or services that need reliable HTTP communication with built-in timeout and retry policies.
- Prototype or test Eniris API endpoints using a Python client that mirrors the requests library's familiar API.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Eniris is a Python driver for the Eniris API that handles authentication, request retries, timeouts, and provides a requests-like interface for making HTTP calls to the Eniris service.
Yes, if you need to interact with the Eniris API from Python. The package is straightforward to install, has minimal dependencies, carries a permissive license, and handles authentication and retries for you. The aging maintenance status and lack of recent updates are not blockers for stable use, but verify that it supports your Python version before installing.
Install
eniris on PyPI
pip
pip install enirisuv
uv add enirispoetry
poetry add enirisInstalling eniris
Before you install
Low install friction with a single runtime dependency (requests). The package is in Beta status and has not been updated in 185 days, which suggests stable but potentially inactive maintenance.
License in practice
MIT license is permissive and imposes minimal restrictions; you can use, modify, and distribute this package freely in most contexts.
Quickstart
pip install eniris
from eniris import ApiDriver
driver = ApiDriver("username", "password")
response = driver.get("/v1/device")
print(response.json())
driver.close()
Requires valid Eniris credentials (username and password) and network access to the Eniris authentication and API endpoints.
Verify before relying
- Whether the package supports modern Python versions (requires_python is unspecified in the fact sheet).
- Whether the 185-day gap since last release indicates active maintenance or dormancy.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — requests |
| Maintenance | aging — 185 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 84,534/month — #13,989 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: eniris-0.9.4-py3-none-any.whl
Keywords: eniris, api, rest
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
retry-requestsWraps requests Session objects to automatically…
copyleft · top 15,000 on PyPI
edx-rest-api-clientProvides OAuth2 and JWT utilities for…
permissive · top 15,000 on PyPI
aws-advanced-python-wrapperWraps Python database drivers to add Aurora…
permissive · top 15,000 on PyPI
vapi-server-sdkA Python SDK for the Vapi API, providing…
unclear · top 15,000 on PyPI
waiterWaiter provides iteration-based retry and…
permissive · top 15,000 on PyPI
nebiusClient library for Nebius AI Cloud services…
unclear · top 5,000 on PyPI
adafruit-circuitpython-requestsA requests-like HTTP library for CircuitPython…
permissive · top 15,000 on PyPI
edgegrid-pythonProvides an authentication handler for HTTP…
permissive · top 5,000 on PyPI
mattermostdriverPython client library for the Mattermost API…
permissive · top 15,000 on PyPI
python-intercomA Python client library for the Intercom API,…
unclear · top 15,000 on PyPI