Registry / ai-ml / acvl-utils

acvl-utils

JSON →
library0.2.6pypypiunverified

A collection of utility functions and classes for various tasks in deep learning and data processing. Version 0.2.6 is current. Release cadence is irregular.

pip install acvl-utils
INSTALL
IMPORT
SIG · ACVL-UTILS
A
acvl-utils
ai-mlpythonv0.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

maybe
from acvl_utils import maybe
from acvl_utils import maybe

Basic usage of the `maybe` utility to safely access dictionary keys with a default fallback.

from acvl_utils import maybe # Example: safely get a value from a dict result = maybe({'key': 'value'}, 'key') print(result) # 'value' result = maybe({'other': 'stuff'}, 'key', default='not found') print(result) # 'not found'
Debug
Known issues
gotchaImport uses underscores in package names: `acvl_utils` not `acvl-utils`.
fix
Use `import acvl_utils` with underscores.
affects: all
gotchaDocumentation is sparse; rely on source code or docstrings for function usage.
fix
Inspect the source code or use `help()` in Python.
affects: all
Upgrade
Version history
0.2.6latest on PyPI · released Apr 9, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
46
OpenAI (training)
1
Resources
acvl-utils — pip install acvl-utils · libregistry