An open API service indexing awesome lists of open source software.

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

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