Registry / devops / audoai-common

audoai-common

JSON →
library0.3.1pypypiunverified

Shared utilities, exceptions, and API models for the Audo AI ecosystem of Python libraries. Version 0.3.1. Released irregularly as needed by dependent packages.

pip install audoai-common
INSTALL
IMPORT
SIG · AUDOAI-COMMON
A
audoai-common
devopspythonv0.3.1
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.

AudoException
from audoai import AudoException
from audoai_common.exceptions import AudoException

Verify import works; this library provides error types and shared code used by other audoai-* packages.

from audoai_common.exceptions import AudoException print(AudoException.__name__)
Debug
Known issues
gotchaThe package uses underscores (audoai_common) in import path, but PyPI name uses hyphens (audoai-common). Pip install with hyphens, import with underscores.
fix
Install: pip install audoai-common. Import: from audoai_common...
affects: all
deprecatedaudoai-common is only intended for internal use by other Audo AI libraries; direct use may break without notice.
fix
Use the higher-level audoai packages (e.g. audoai-whisper) instead.
affects: 0.3.1
Upgrade
Version history
0.3.1latest on PyPI · released May 4, 2021
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
audoai-common — pip install audoai-common · libregistry