|
1 | | -pyFLAC |
2 | | -====== |
3 | | - |
4 | | -.. image:: https://github.com/Sonos-Inc/pyFLAC/actions/workflows/lint.yml/badge.svg |
5 | | - :target: https://github.com/Sonos-Inc/pyFLAC/actions/workflows/lint.yml |
6 | | -.. image:: https://github.com/Sonos-Inc/pyFLAC/actions/workflows/test.yml/badge.svg |
7 | | - :target: https://github.com/Sonos-Inc/pyFLAC/actions/workflows/test.yml |
8 | | -.. image:: https://github.com/Sonos-Inc/pyFLAC/actions/workflows/build.yml/badge.svg |
9 | | - :target: https://github.com/Sonos-Inc/pyFLAC/actions/workflows/build.yml |
10 | | -.. image:: https://img.shields.io/pypi/pyversions/pysoundio |
| 1 | +.. image:: https://raw.githubusercontent.com/sonos/pyFLAC/develop/assets/logo-white-background.jpg |
| 2 | + :target: https://pyflac.readthedocs.io |
| 3 | + |
| 4 | +.. image:: https://github.com/sonos/pyFLAC/actions/workflows/lint.yml/badge.svg |
| 5 | + :target: https://github.com/sonos/pyFLAC/actions/workflows/lint.yml |
| 6 | +.. image:: https://github.com/sonos/pyFLAC/actions/workflows/test.yml/badge.svg |
| 7 | + :target: https://github.com/sonos/pyFLAC/actions/workflows/test.yml |
| 8 | +.. image:: https://github.com/sonos/pyFLAC/actions/workflows/build.yml/badge.svg |
| 9 | + :target: https://github.com/sonos/pyFLAC/actions/workflows/build.yml |
| 10 | +.. image:: https://coveralls.io/repos/github/sonos/pyFLAC/badge.svg |
| 11 | + :target: https://coveralls.io/github/sonos/pyFLAC |
| 12 | +.. image:: https://readthedocs.org/projects/pyflac/badge |
| 13 | + :target: https://pyflac.readthedocs.io/en/latest/ |
| 14 | +.. image:: https://badge.fury.io/py/pyFLAC.svg |
| 15 | + :target: https://badge.fury.io/py/pyFLAC |
| 16 | +.. image:: https://img.shields.io/pypi/pyversions/pyFLAC |
11 | 17 | :target: https://pypi.org/project/pyFLAC |
12 | 18 |
|
| 19 | +------------------------------------------------------------------- |
| 20 | + |
13 | 21 | A simple Pythonic interface for `libFLAC <https://xiph.org/flac>`_. |
14 | 22 |
|
15 | 23 | FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, |
|
0 commit comments