static-sox

Static binaries for sox for Mac/Win32/Linux


Keywords
template-python-cmd
License
BSD-1-Clause
Install
pip install static-sox==1.0.1

Documentation

static-sox

Linting

MacOS_Tests Ubuntu_Tests Win_Tests

Installs sox binaries and allows you to use them in your python code.

Usage

> pip install static-sox
> static_sox --help
import static_sox
import os
static_sox.add_paths(weak=True)  # Only install if sox is not available.
os.system("sox --help")

Without this library...

Your sox tool would have to rely on the user to install sox, with the right build settings to ensure your tool functions correctly. This is a major pain for sox based tools and this library solves this problem.

As of now, binaries are available for:

Development

To develop software, run . ./activate.sh

Windows

This environment requires you to use git-bash.

Linting

Run ./lint.sh to find linting errors using pylint, flake8 and mypy.

Release

<<<<<<< HEAD

  • 1.0.0: Initial release. All builds pass. =======
  • 1.0.1: Improve readme.
  • 1.0.0: Initial release. All builds pass.

fe2aef3 (bump v1.0.1)