pyebur128/README.md

23 lines
799 B
Markdown
Raw Normal View History

2021-03-25 19:44:01 +00:00
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jodhus/pyebur128/Run%20tests)
[![codecov](https://codecov.io/gh/jodhus/pyebur128/branch/master/graph/badge.svg?token=TLA2NXMEF4)](https://codecov.io/gh/jodhus/pyebur128)
![GitHub](https://img.shields.io/github/license/jodhus/pyebur128)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyebur128)
![PyPI](https://img.shields.io/pypi/v/pyebur128)
2021-03-21 23:32:02 +00:00
# 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