# static-sox
[![Linting](https://github.com/zackees/static-sox/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/lint.yml)
[![MacOS_Tests](https://github.com/zackees/static-sox/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/push_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/static-sox/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/push_ubuntu.yml)
[![Win_Tests](https://github.com/zackees/static-sox/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/push_win.yml)
Installs sox binaries and allows you to use them in your python code.
# Usage
```bash
> pip install static-sox
> static_sox --help
```
```python
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)
Raw data
{
"_id": null,
"home_page": "https://github.com/zackees/static-sox",
"name": "static-sox",
"maintainer": "Zachary Vorhies",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "template-python-cmd",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/02/b1/f75ef09d103b294ffd8f827cb9147153d305e88f611251ac686d8b548fbd/static-sox-1.0.1.tar.gz",
"platform": null,
"description": "# static-sox\r\n\r\n[![Linting](https://github.com/zackees/static-sox/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/lint.yml)\r\n\r\n[![MacOS_Tests](https://github.com/zackees/static-sox/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/push_macos.yml)\r\n[![Ubuntu_Tests](https://github.com/zackees/static-sox/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/push_ubuntu.yml)\r\n[![Win_Tests](https://github.com/zackees/static-sox/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/static-sox/actions/workflows/push_win.yml)\r\n\r\nInstalls sox binaries and allows you to use them in your python code.\r\n\r\n# Usage\r\n\r\n```bash\r\n> pip install static-sox\r\n> static_sox --help\r\n```\r\n\r\n```python\r\nimport static_sox\r\nimport os\r\nstatic_sox.add_paths(weak=True) # Only install if sox is not available.\r\nos.system(\"sox --help\")\r\n```\r\n\r\n# Without this library...\r\n\r\nYour 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.\r\n\r\nAs of now, binaries are available for:\r\n\r\n# Development\r\n\r\nTo develop software, run `. ./activate.sh`\r\n\r\n# Windows\r\n\r\nThis environment requires you to use `git-bash`.\r\n\r\n# Linting\r\n\r\nRun `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.\r\n\r\n# Release\r\n<<<<<<< HEAD\r\n\r\n * 1.0.0: Initial release. All builds pass.\r\n=======\r\n * 1.0.1: Improve readme.\r\n * 1.0.0: Initial release. All builds pass.\r\n>>>>>>> fe2aef3 (bump v1.0.1)\r\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Static binaries for sox for Mac/Win32/Linux",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/zackees/static-sox"
},
"split_keywords": [
"template-python-cmd"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cc35b26fa820033838c6fa51e6f1132e6d9945d348e7613172f29a26e1c14b0f",
"md5": "6a9b942fe9d2014c386027c1610475a9",
"sha256": "94ff12ba59ae52500ca9cda5c62b41031f3246f068765e2b36fdf56cf43972ca"
},
"downloads": -1,
"filename": "static_sox-1.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "6a9b942fe9d2014c386027c1610475a9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 6097,
"upload_time": "2023-02-22T20:13:39",
"upload_time_iso_8601": "2023-02-22T20:13:39.359733Z",
"url": "https://files.pythonhosted.org/packages/cc/35/b26fa820033838c6fa51e6f1132e6d9945d348e7613172f29a26e1c14b0f/static_sox-1.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02b1f75ef09d103b294ffd8f827cb9147153d305e88f611251ac686d8b548fbd",
"md5": "9995409c9f2b2ba69d0ff02d308f94dc",
"sha256": "21373f4c2a3851cb93c9e28d6e4a9000fd25a7401455394933c998fd1249cf7f"
},
"downloads": -1,
"filename": "static-sox-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9995409c9f2b2ba69d0ff02d308f94dc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4926859,
"upload_time": "2023-02-22T20:13:46",
"upload_time_iso_8601": "2023-02-22T20:13:46.684822Z",
"url": "https://files.pythonhosted.org/packages/02/b1/f75ef09d103b294ffd8f827cb9147153d305e88f611251ac686d8b548fbd/static-sox-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-22 20:13:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zackees",
"github_project": "static-sox",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "static-sox"
}