A Cython implementation of the libebur128 library for audio loudness in media files.
Find a file
2021-03-25 15:44:35 -04:00
.github/workflows Forgot recursive checkout 2021-03-25 15:29:10 -04:00
src Accidentally an 'R' 2021-03-23 09:53:17 -04:00
tests Update URL for test data 2021-03-23 11:23:07 -04:00
.gitignore Ignore version.py and upload coverage 2021-03-25 12:14:11 -04:00
.gitmodules Link to libebur128 2021-03-21 19:41:00 -04:00
LICENSE Real initial commit 2021-03-21 19:32:02 -04:00
MANIFEST.in Initial push of code and tests 2021-03-21 19:37:47 -04:00
pyproject.toml Initial push of code and tests 2021-03-21 19:37:47 -04:00
README.md Add badges 2021-03-25 15:44:01 -04:00
setup.cfg Code cleanup and switched back to Sphinx. 2021-03-23 09:15:26 -04:00
setup.py Initial push of code and tests 2021-03-21 19:37:47 -04:00

GitHub Workflow Status codecov GitHub PyPI - Python Version PyPI

pyebur128

A Cython implementation of the libeur128 library for audio loudness in media files.

Installation

Working on getting wheels created/published, but for now you can easily run the following to get going:

python3 -m build
pip install dist/pyebur128*.whl

TODO

  1. Make a better README.md
  2. Create the docs and upload them
  3. Publish to PyPI