loudstream


Nameloudstream JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryPython wrapper for libebur128 with streaming support
upload_time2025-08-22 15:34:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords audio loudness ebu r128 libebur128
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # loudstream

A file-streaming Python API around [libebur128](https://github.com/jiixyj/libebur128/tree/master/ebur128).

## Install

```bash
pip install loudstream

# OR

uv add loudstream
```

## Usage

```python
from loudstream import Meter

lufs, peak = Meter().measure("some-file.wav")
```

## Running Tests

```bash
uv venv
uv pip install .
uv run pytest -v
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "loudstream",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "audio, loudness, EBU R128, libebur128",
    "author": null,
    "author_email": "Matt Hosack <hosack.matt@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/82/cd/d9f29c276226531ee06691d380373bae7f1d042da217fda9e1414d652d8f/loudstream-0.2.3.tar.gz",
    "platform": null,
    "description": "# loudstream\n\nA file-streaming Python API around [libebur128](https://github.com/jiixyj/libebur128/tree/master/ebur128).\n\n## Install\n\n```bash\npip install loudstream\n\n# OR\n\nuv add loudstream\n```\n\n## Usage\n\n```python\nfrom loudstream import Meter\n\nlufs, peak = Meter().measure(\"some-file.wav\")\n```\n\n## Running Tests\n\n```bash\nuv venv\nuv pip install .\nuv run pytest -v\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python wrapper for libebur128 with streaming support",
    "version": "0.2.3",
    "project_urls": {
        "homepage": "https://github.com/hosackm/loudstream",
        "source": "https://github.com/hosackm/loudstream"
    },
    "split_keywords": [
        "audio",
        " loudness",
        " ebu r128",
        " libebur128"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d09cc5d9200ab77579a56240def34555fdedb9c243e96fe9ab1d874892734ab",
                "md5": "5fbd2422c145266ca3c214575962a394",
                "sha256": "4bb8e643b65496c9b19179cf8fc22ac51e8e7851d32791fa6204ae461f226988"
            },
            "downloads": -1,
            "filename": "loudstream-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fbd2422c145266ca3c214575962a394",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6052,
            "upload_time": "2025-08-22T15:34:10",
            "upload_time_iso_8601": "2025-08-22T15:34:10.895669Z",
            "url": "https://files.pythonhosted.org/packages/7d/09/cc5d9200ab77579a56240def34555fdedb9c243e96fe9ab1d874892734ab/loudstream-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82cdd9f29c276226531ee06691d380373bae7f1d042da217fda9e1414d652d8f",
                "md5": "c3b6e41552d76097afdbd42fe915721f",
                "sha256": "4605fd8946759beb153e0e4e3abc9115e560261087c7d0a4d9a8eb15e4cef9a2"
            },
            "downloads": -1,
            "filename": "loudstream-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c3b6e41552d76097afdbd42fe915721f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5917,
            "upload_time": "2025-08-22T15:34:11",
            "upload_time_iso_8601": "2025-08-22T15:34:11.949725Z",
            "url": "https://files.pythonhosted.org/packages/82/cd/d9f29c276226531ee06691d380373bae7f1d042da217fda9e1414d652d8f/loudstream-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 15:34:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hosackm",
    "github_project": "loudstream",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "loudstream"
}
        
Elapsed time: 1.11494s