Registry / aws / volue-insight-timeseries

volue-insight-timeseries

JSON →
library2.3.1pypypi✓ verified 80d ago

Official Python client library for the Volue Insight API, providing access to time series data, market data, and metadata from energy markets. Version 2.3.1 supports Python 3.10-3.14, with regular releases on a monthly/quarterly cadence.

pip install volue-insight-timeseries
INSTALL
IMPORT
SIG · VOLUE-INSIGHT-TIME
V
volue-insight-timeseries
awspythonv2.3.1
Install
8.5s avg
Import
Disk
168MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.3.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 168.1MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 8.5s · import 0.000s · 161MB
168MB installed
● package 168MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
from volue_insight_timeseries import Session
from volue_insight_timeseries import VolueInsight

Initialize client with OAuth credentials. Requires environment variables or direct values.

from volue_insight_timeseries import VolueInsight client = VolueInsight( oauth_client_id=os.environ.get('VOLUE_CLIENT_ID', ''), oauth_client_secret=os.environ.get('VOLUE_CLIENT_SECRET', ''), url=os.environ.get('VOLUE_GRPC_ENDPOINT', '') ) print('Connection established')
Debug
Known issues
breakingIn v2.0.0, Python 3.9 support was dropped. You must use Python >=3.10.
fix
Upgrade Python to 3.10 or higher.
affects: <=1.x
breakingIn v2.0.0, the package module was renamed from 'volueinsight' to 'volue_insight_timeseries'. Old imports will break.
fix
Replace 'import volueinsight' with 'from volue_insight_timeseries import VolueInsight'.
affects: <=1.x
deprecatedThe 'use_ssl' parameter in the constructor is deprecated since v2.2.0. TLS is now always enabled.
fix
Remove 'use_ssl' argument from VolueInsight() constructor.
affects: >=2.2.0
gotchaOAuth credentials must be provided via client_id and client_secret; environment variables are not automatically read by the library.
fix
Explicitly pass oauth_client_id and oauth_client_secret when constructing VolueInsight.
affects: all
Upgrade
Version history
2.3.1latest on PyPI · released Mar 4, 2026
Audit
Dependencies
grpciorequiredgRPC transport layer
protobufrequiredProtocol Buffers for API messages
pandasoptionalOptional for converting timeseries to DataFrame
Agent activity
52 hits · last 30 days
node
44
OpenAI (training)
1
Resources
volue-insight-timeseries — pip install volue-insight-timeseries · libregistry