https://github.com/zigai/pysox
Fork of pysox
https://github.com/zigai/pysox
pysox sox
Last synced: 6 months ago
JSON representation
Fork of pysox
- Host: GitHub
- URL: https://github.com/zigai/pysox
- Owner: zigai
- License: bsd-3-clause
- Created: 2023-12-01T10:53:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T11:18:34.000Z (about 1 year ago)
- Last Synced: 2025-03-29T11:41:26.115Z (12 months ago)
- Topics: pysox, sox
- Language: Python
- Homepage:
- Size: 4.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a fork of the [official pysox repository](https://github.com/rabitt/pysox).
# Installation
```pip install git+https://github.com/zigai/pysox.git```
or
```
git clone https://github.com/zigai/pysox.git
cd pysox
pip install .
```
# What's different?
- Better Windows compatibility
- Dropped support for Python 3.9 and below
- Improved type hints