--- id: audeer version: "2.5.0" license: MIT license_treatment: permissive maintenance: active --- # audeer — Helpful Python functions License: permissive · Maintenance: active · Downloads: 94.7K/mo ## What it is and what it does audeer is a general-purpose utility library that bundles small, frequently-needed Python functions into a single package. It handles common tasks like listing files by type, managing multi-threaded operations, and wrapping progress bar display through its single external dependency, tqdm. The package is designed to be lightweight and is classified as Production/Stable, supporting Python 3.10 through 3.14. Developers typically use audeer to avoid writing or importing scattered utility functions across projects. Its main value is consolidation—reducing boilerplate for file operations, threading patterns, and progress feedback in scripts and applications that don't warrant a full framework dependency. Use it for: - List files of a specific type from a directory tree without writing custom logic - Add progress bars to loops and long-running operations via tqdm integration - Manage multi-threaded tasks using built-in threading utilities - Build data processing pipelines that need common file and progress utilities - Reduce boilerplate in research scripts that perform file I/O and batch operations ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. audeer provides a collection of lightweight utility functions for common Python tasks including file path handling, multi-threading, and progress bar display. Yes. audeer is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and adds only one lightweight dependency. It is worth installing if your project needs file utilities, threading helpers, or progress bar integration and you prefer a single consolidated import over scattered utility functions. ## Install pip install audeer uv add audeer poetry add audeer ## Installing audeer Before you install: Low install friction with a single lightweight dependency (tqdm). Actively maintained with a recent release; supports current Python versions. License in practice: MIT license permits use in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install audeer import audeer files = audeer.list_file_names("data", filetype="wav") Requires Python 3.10 or later. Verify before relying: - Specific list of all utility functions and their use cases beyond file paths, threading, and progress bars - Performance characteristics or benchmarks for multi-threading utilities - Whether the package is suitable for production audio processing or primarily a general utility collection ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 94.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags file path utilities, multi-threading helpers, progress bar wrapper, common python utilities, lightweight tool collection, file listing functions, utility functions library, file-utilities, threading-helpers, progress-bars [View on SkillFed](https://skillfed.io/packages/audeer) · [View on PyPI](https://pypi.org/project/audeer/)