Skip to main content

Static binaries for sox for Mac/Win32/Linux

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

static-sox-1.0.1.tar.gz (4.9 MB view hashes)

Uploaded Source

Built Distribution

static_sox-1.0.1-py2.py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page