Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

audeer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audeer

Helpful Python functions

  • 2.2.0
  • PyPI
  • Socket score

Maintainers
1

====== audeer

|tests| |coverage| |docs| |python-versions| |license|

The Python package audeer collects small tools and functions that deal with common tasks. For example, it incorporates functions for handling file paths, using multi-threading, or showing progress bars.

The package is lightweight, and has the small tqdm_ package as it's only external dependency.

Have a look at the installation_ and usage_ instructions as a starting point.

Code example, that lists all WAV files in the data folder:

.. code-block:: python

import audeer

files = audeer.list_file_names("data", filetype="wav")

.. _tqdm: https://tqdm.github.io/ .. _installation: https://audeering.github.io/audeer/installation.html .. _usage: https://audeering.github.io/audeer/usage.html

.. badges images and links: .. |tests| image:: https://github.com/audeering/audeer/workflows/Test/badge.svg :target: https://github.com/audeering/audeer/actions?query=workflow%3ATest :alt: Test status .. |coverage| image:: https://codecov.io/gh/audeering/audeer/branch/main/graph/badge.svg?token=PUA9P2UJW1 :target: https://codecov.io/gh/audeering/audeer :alt: code coverage .. |docs| image:: https://img.shields.io/pypi/v/audeer?label=docs    :target: https://audeering.github.io/audeer/    :alt: audeer's documentation .. |license| image:: https://img.shields.io/badge/license-MIT-green.svg    :target: https://github.com/audeering/audeer/blob/main/LICENSE    :alt: audeer's MIT license .. |python-versions| image:: https://img.shields.io/pypi/pyversions/audeer.svg :target: https://pypi.org/project/audeer/ :alt: audeer's supported Python versions

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc