skillfed

ovos-utils

collection of simple utilities for use across the openvoiceos ecosystem

ovos-utils v0.8.5 92.4K downloads/30d#13,456 on PyPI6
Permissive license Apache-2.0 Active released

What it is and what it does

ovos-utils is a utility library for the OpenVoiceOS ecosystem, providing both programmatic utilities and command-line tools for log management. The package includes the ovos-logs command-line tool, which allows developers and operators to slice logs by time range, filter by severity level (error, warning, debug, exception), reduce log file sizes, and view logs selectively across multiple log files. It wraps common log-analysis tasks into simple commands with options for specifying time windows, log types, and output destinations.

The package is actively maintained and depends on established libraries like requests, watchdog, and rich (for terminal output formatting). It requires Python 3.9 or later and installs as a pure-Python wheel with low friction. The library is positioned as a shared utility layer for the broader OpenVoiceOS project, making it most relevant for developers working within that ecosystem or building tools that integrate with OpenVoiceOS components.

Use it for:

  • Quickly extract and examine logs from a specific time window during debugging or incident response.
  • Filter logs by severity level to identify errors, warnings, or exceptions without manual log scanning.
  • Reduce the size of accumulated log files to manage disk usage while preserving recent entries.
  • Integrate log-management utilities into OpenVoiceOS-based projects or voice assistant deployments.
  • Analyze logs from specific services (bus, skills, etc.) to isolate issues in multi-component systems.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides utilities and command-line tools for the OpenVoiceOS ecosystem, including log slicing, filtering, and reduction capabilities.

Yes, if you are working within the OpenVoiceOS ecosystem or building tools that integrate with it. The package provides practical log-management utilities with low install friction and active maintenance. If you are not using OpenVoiceOS, the utilities are unlikely to be relevant; evaluate based on whether your project needs these specific log-analysis capabilities.

Install

ovos-utils on PyPI

pip

pip install ovos-utils

uv

uv add ovos-utils

poetry

poetry add ovos-utils

Installing ovos-utils

Before you install

Low install friction with a pure-Python wheel distribution. Actively maintained with a recent release (2026-03-11) and current commit activity (2026-08-14). Depends on 10 runtime packages including pexpect, requests, watchdog, and rich for CLI output.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions beyond attribution and liability disclaimers.

Quickstart

pip install ovos_utils

from ovos_utils import ...

# Or use command-line tools:
ovos-logs slice
ovos-logs list -e
ovos-logs reduce -s 1000000

Requires Python >=3.9

Verify before relying

  • Whether the package is actively used within the OpenVoiceOS project or if it serves primarily as a utility library for downstream consumers
  • What specific utilities beyond the log-management CLI tools are exported from the package for programmatic use

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 10 — pexpect, requests, json_database, kthread, watchdog, pyee, combo-lock, rich-click, rich, python-dateutil
Maintenance actively maintained — 156 days since the last release
Last repo commit
First released
Downloads 92,364/month — #13,456 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: ovos_utils-0.8.5-py3-none-any.whl

Tags

openvoiceos utilitieslog slicing and filteringmycroft ecosystem toolslog analysis command lineovos utilities librarylog management toolsvoice assistant utilities
log-managementopenvoiceoscli-tools

More Utilities packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

charset-normalizer

Detects and normalizes text encoding from…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

pluggy

Pluggy provides a plugin system that lets you…

permissive · top 100 on PyPI

Pygments

Pygments is a syntax highlighter that colorizes…

permissive · top 100 on PyPI

six

Six provides utility functions to write Python…

permissive · top 100 on PyPI

ovos-bus-client

Provides a Python client to connect to…

permissive · top 15,000 on PyPI

ovos-config

Provides Python and command-line access to…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-watsonx

Automatically captures and traces IBM Watsonx…

permissive · top 5,000 on PyPI

voip-utils

Provides Voice over IP utilities for Home…

permissive · top 15,000 on PyPI

awslogs

awslogs is a command-line tool for querying and…

permissive · top 15,000 on PyPI

scitex-dev

Provides unified developer tooling for the…

agpl · top 15,000 on PyPI

opentelemetry-instrumentation-transformers

Adds distributed tracing to HuggingFace…

permissive · top 5,000 on PyPI

accumulation-tree

Implements a red/black tree that stores partial…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-bedrock

Adds distributed tracing to AWS Bedrock API…

permissive · top 5,000 on PyPI

django-logentry-admin

Registers Django's built-in LogEntry model in…

permissive · top 15,000 on PyPI

Further reading