sphn


Namesphn JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
Summarypyo3 wrappers to read/write audio files
upload_time2024-09-12 17:33:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT/Apache-2.0
keywords pyo3 audio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphn

Python bindings for the [symphonia](https://github.com/pdeljanov/Symphonia) and
[opus](https://github.com/SpaceManiac/opus-rs) crates.
- Easily load various audio file formats into numpy arrays.
- Read/write ogg/opus audio files with streaming support.

## Installation

The python wheels are available on [pypi](https://pypi.org/project/sphn/).

```bash
pip install sphn
```

## Usage

Download some sample audio file.
```bash
wget https://github.com/metavoiceio/metavoice-src/raw/main/assets/bria.mp3
```

```python
import sphn

# Read an audio file
data, sample_rate = sphn.read("bria.mp3")
print(data.shape, sample_rate)

# Save as wav
sphn.write_wav("bria.wav", data[0], sample_rate)
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sphn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pyo3, audio",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ef/3d/0dbc3434bde93b85238adb64564e60e9c908c738985113957afcae2e0f3e/sphn-0.1.4.tar.gz",
    "platform": null,
    "description": "# sphn\n\nPython bindings for the [symphonia](https://github.com/pdeljanov/Symphonia) and\n[opus](https://github.com/SpaceManiac/opus-rs) crates.\n- Easily load various audio file formats into numpy arrays.\n- Read/write ogg/opus audio files with streaming support.\n\n## Installation\n\nThe python wheels are available on [pypi](https://pypi.org/project/sphn/).\n\n```bash\npip install sphn\n```\n\n## Usage\n\nDownload some sample audio file.\n```bash\nwget https://github.com/metavoiceio/metavoice-src/raw/main/assets/bria.mp3\n```\n\n```python\nimport sphn\n\n# Read an audio file\ndata, sample_rate = sphn.read(\"bria.mp3\")\nprint(data.shape, sample_rate)\n\n# Save as wav\nsphn.write_wav(\"bria.wav\", data[0], sample_rate)\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT/Apache-2.0",
    "summary": "pyo3 wrappers to read/write audio files",
    "version": "0.1.4",
    "project_urls": {
        "Source Code": "https://github.com/LaurentMazare/sphn"
    },
    "split_keywords": [
        "pyo3",
        " audio"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d36290bc1cf8506e52a0513a3314f4d4e67c3ce9a5c8439540a8652583474e55",
                "md5": "dd5412a2947fff2fe4ac5fbbb3ab0259",
                "sha256": "c3e6bb1edb1840569cbdb0e2e7a3a618da408a9efe2e302676390a680a7d0558"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd5412a2947fff2fe4ac5fbbb3ab0259",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1700542,
            "upload_time": "2024-09-12T17:32:18",
            "upload_time_iso_8601": "2024-09-12T17:32:18.128829Z",
            "url": "https://files.pythonhosted.org/packages/d3/62/90bc1cf8506e52a0513a3314f4d4e67c3ce9a5c8439540a8652583474e55/sphn-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aff51957a2f3ef27587bc0fd53d7939028d0759c2b00003325a706a5427e6fc3",
                "md5": "60eaa5871f4ac1116c82a9d56bab8c68",
                "sha256": "cef350bace35d2ca17664eca1e2264c0516b72996a2c12b7cf8fecfac98ed147"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "60eaa5871f4ac1116c82a9d56bab8c68",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1552607,
            "upload_time": "2024-09-12T17:32:20",
            "upload_time_iso_8601": "2024-09-12T17:32:20.150885Z",
            "url": "https://files.pythonhosted.org/packages/af/f5/1957a2f3ef27587bc0fd53d7939028d0759c2b00003325a706a5427e6fc3/sphn-0.1.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "280b15ef997d3c96c33d10fa872081a3baac69fd8b982e62fd0e60e799507cd3",
                "md5": "d4032a0e978e073ec9b099be08b059d7",
                "sha256": "bf221217baa79bd6cae78ba1efe6856feb0be5e56c99bda0de513c947cd9d946"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d4032a0e978e073ec9b099be08b059d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 12153518,
            "upload_time": "2024-09-12T17:32:22",
            "upload_time_iso_8601": "2024-09-12T17:32:22.280453Z",
            "url": "https://files.pythonhosted.org/packages/28/0b/15ef997d3c96c33d10fa872081a3baac69fd8b982e62fd0e60e799507cd3/sphn-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7d8ce6823671e4fcf8e8cd32821de4c02dd9f1cab790e4d1b375bc74176a8da",
                "md5": "b3e20f5d6896611fc36568a8674749bf",
                "sha256": "ed8245565fd937628b20628d583a41daac7ac7314a71e79ff5574d885345e657"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b3e20f5d6896611fc36568a8674749bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1250437,
            "upload_time": "2024-09-12T17:32:24",
            "upload_time_iso_8601": "2024-09-12T17:32:24.939984Z",
            "url": "https://files.pythonhosted.org/packages/f7/d8/ce6823671e4fcf8e8cd32821de4c02dd9f1cab790e4d1b375bc74176a8da/sphn-0.1.4-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec12682e51907c0873bc6d5503ead1bd55ca7cd39488540a18f4981d2109afdb",
                "md5": "58f210b27439394cea3ca963786e4526",
                "sha256": "8e9741ebeaea6309d5e7059d1ad2e2a5c46e9fa059d8b3c50a869835c5bed94d"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58f210b27439394cea3ca963786e4526",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1432943,
            "upload_time": "2024-09-12T17:32:26",
            "upload_time_iso_8601": "2024-09-12T17:32:26.935075Z",
            "url": "https://files.pythonhosted.org/packages/ec/12/682e51907c0873bc6d5503ead1bd55ca7cd39488540a18f4981d2109afdb/sphn-0.1.4-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6905d47de8fd87d43aaeafc2c44b9426bb28239b920d1b97d575a293f2be8d01",
                "md5": "ed7435c55ccde457bc0d9460359e5cda",
                "sha256": "dd232d0fea145e294fdcfe195f95f5be89369989c3a4f5cbc7eca8226a7f2d72"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed7435c55ccde457bc0d9460359e5cda",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1700265,
            "upload_time": "2024-09-12T17:32:28",
            "upload_time_iso_8601": "2024-09-12T17:32:28.699383Z",
            "url": "https://files.pythonhosted.org/packages/69/05/d47de8fd87d43aaeafc2c44b9426bb28239b920d1b97d575a293f2be8d01/sphn-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6fe9c7c30ef20a7e0eb83ccfd88a6398a2ab985e29b2719115f2fba7f8e7fe3e",
                "md5": "3da016a1eb1e22511e2cea14214ff93f",
                "sha256": "18570be3343fb520a7cbf38734fc6771c655e4991d8adba433c6710b2abd383b"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3da016a1eb1e22511e2cea14214ff93f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1551788,
            "upload_time": "2024-09-12T17:32:30",
            "upload_time_iso_8601": "2024-09-12T17:32:30.551829Z",
            "url": "https://files.pythonhosted.org/packages/6f/e9/c7c30ef20a7e0eb83ccfd88a6398a2ab985e29b2719115f2fba7f8e7fe3e/sphn-0.1.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9295a3ee590f0cb57003a4b6975c3aa118d50788874fdc68a6680ad782fa33b",
                "md5": "ffb7769670f5d01ed4573aecbd7fb2d7",
                "sha256": "32bfc97f02f348c0c271282018b51da9519fd42cf2f4f8ad50d490d0e97d901b"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffb7769670f5d01ed4573aecbd7fb2d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 12147842,
            "upload_time": "2024-09-12T17:32:33",
            "upload_time_iso_8601": "2024-09-12T17:32:33.002883Z",
            "url": "https://files.pythonhosted.org/packages/e9/29/5a3ee590f0cb57003a4b6975c3aa118d50788874fdc68a6680ad782fa33b/sphn-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "441f826008e14c2b327a09313288e612479b4acc24ca2c00ef6f15ce3fd63c25",
                "md5": "83ffcc0bf21094289612915249e5269d",
                "sha256": "cd41f36db406eef8307c29335a2db15ad1e1151fd03655cb37c453bc3ea62f45"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "83ffcc0bf21094289612915249e5269d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1250894,
            "upload_time": "2024-09-12T17:32:35",
            "upload_time_iso_8601": "2024-09-12T17:32:35.362279Z",
            "url": "https://files.pythonhosted.org/packages/44/1f/826008e14c2b327a09313288e612479b4acc24ca2c00ef6f15ce3fd63c25/sphn-0.1.4-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5baa58dad670585876f8db904e001f874d580412b99a240bf8706aa02cccb46c",
                "md5": "a5e6ceaad4ba4d0b7b75f94cabe4d295",
                "sha256": "72fe94debd3324be2a8e5f0b49c0c82a4d1b8be06a80eff6cfaae3290369d32c"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a5e6ceaad4ba4d0b7b75f94cabe4d295",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1433718,
            "upload_time": "2024-09-12T17:32:37",
            "upload_time_iso_8601": "2024-09-12T17:32:37.091373Z",
            "url": "https://files.pythonhosted.org/packages/5b/aa/58dad670585876f8db904e001f874d580412b99a240bf8706aa02cccb46c/sphn-0.1.4-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2393c745971cf6859a32758cdcce2082f11c8732a7265ce54962fb214ab7d03",
                "md5": "ec0861d9387bd6be8f7a49d8ed273809",
                "sha256": "ad24711df1adad3c380f098732b537e22e819b3d3f2c46963df1e0ec0e6fcc6e"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec0861d9387bd6be8f7a49d8ed273809",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1699592,
            "upload_time": "2024-09-12T17:32:38",
            "upload_time_iso_8601": "2024-09-12T17:32:38.514667Z",
            "url": "https://files.pythonhosted.org/packages/a2/39/3c745971cf6859a32758cdcce2082f11c8732a7265ce54962fb214ab7d03/sphn-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4523636e8f1daef2daa5b8083c4a61dd8931182bd3e73df791d1cde3a794aa21",
                "md5": "29870639b6aa1b7df28ec9a5d5e7f1f2",
                "sha256": "34d2934c2bd70e8fd1ca1d044baa5bc3b30885ddd118365c97282dc2a08222b1"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "29870639b6aa1b7df28ec9a5d5e7f1f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1550742,
            "upload_time": "2024-09-12T17:32:39",
            "upload_time_iso_8601": "2024-09-12T17:32:39.962611Z",
            "url": "https://files.pythonhosted.org/packages/45/23/636e8f1daef2daa5b8083c4a61dd8931182bd3e73df791d1cde3a794aa21/sphn-0.1.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e7bcbb848269dc657ef0bf62fe695761d866bfd4a030c3ea92f1e31151b973e",
                "md5": "3c85f1b274696a76023bf96fc1d4a117",
                "sha256": "5db18b108e0feff02a3f560ecb6d0367891293c61edcdcd759fc515cd7b0d1bc"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c85f1b274696a76023bf96fc1d4a117",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 12164924,
            "upload_time": "2024-09-12T17:32:41",
            "upload_time_iso_8601": "2024-09-12T17:32:41.774558Z",
            "url": "https://files.pythonhosted.org/packages/0e/7b/cbb848269dc657ef0bf62fe695761d866bfd4a030c3ea92f1e31151b973e/sphn-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e03c756329a8d14c07231fe652c7336fb1101d0db912f6f295c51d3393533f2d",
                "md5": "cd231a95540e2835d0701470715e3906",
                "sha256": "a994cfed5c9e0ae0c2ba3ccceeefbadc390c8a94189baf6e3573afb6d1d4ad8e"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "cd231a95540e2835d0701470715e3906",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1252164,
            "upload_time": "2024-09-12T17:32:44",
            "upload_time_iso_8601": "2024-09-12T17:32:44.328393Z",
            "url": "https://files.pythonhosted.org/packages/e0/3c/756329a8d14c07231fe652c7336fb1101d0db912f6f295c51d3393533f2d/sphn-0.1.4-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d50e31e65613f3584129340f131e98df92f018396a658caf4a73402397be215e",
                "md5": "5b232119bc1101f7e852422562bf49b3",
                "sha256": "459cf2a238780d063b461fdd2043a86846961407b86c4e9e68e387faab5f45e9"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5b232119bc1101f7e852422562bf49b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1433608,
            "upload_time": "2024-09-12T17:32:46",
            "upload_time_iso_8601": "2024-09-12T17:32:46.131700Z",
            "url": "https://files.pythonhosted.org/packages/d5/0e/31e65613f3584129340f131e98df92f018396a658caf4a73402397be215e/sphn-0.1.4-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50dd92b4188c0985c2c3768013b9d85512a027ef035fc4a1eea88215494a414a",
                "md5": "8eb0f8238cddd38d5138b1db53293a59",
                "sha256": "1494037c342fdae3480b17b5ece1a657fda75057a35bd34646b295dbe1c441f6"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8eb0f8238cddd38d5138b1db53293a59",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 12149066,
            "upload_time": "2024-09-12T17:32:48",
            "upload_time_iso_8601": "2024-09-12T17:32:48.246548Z",
            "url": "https://files.pythonhosted.org/packages/50/dd/92b4188c0985c2c3768013b9d85512a027ef035fc4a1eea88215494a414a/sphn-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "915e7b3c34412042b90b32c043a44dc58d93442a3b54f36b5b80da4e39b80d3e",
                "md5": "19347898209a29867825081a12e15b58",
                "sha256": "27e093055827594c0c90c1ed89ea2da8f699cb8890f6061ce3c741c067b60b96"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "19347898209a29867825081a12e15b58",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1250449,
            "upload_time": "2024-09-12T17:32:50",
            "upload_time_iso_8601": "2024-09-12T17:32:50.426075Z",
            "url": "https://files.pythonhosted.org/packages/91/5e/7b3c34412042b90b32c043a44dc58d93442a3b54f36b5b80da4e39b80d3e/sphn-0.1.4-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d69aacd999a2c0931ba844f30bd73937ea32f17280bf9d9a2634f6523bfa313",
                "md5": "c8b419d04061d3eaf61916203a2698a6",
                "sha256": "5a00a7a7aaf7a8f1d2b7d789fbe7061d4d9ff40e07a5c335237611fab54b7a81"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c8b419d04061d3eaf61916203a2698a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1433057,
            "upload_time": "2024-09-12T17:32:52",
            "upload_time_iso_8601": "2024-09-12T17:32:52.168206Z",
            "url": "https://files.pythonhosted.org/packages/4d/69/aacd999a2c0931ba844f30bd73937ea32f17280bf9d9a2634f6523bfa313/sphn-0.1.4-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27226637cf282c96cd6a72fb29b9b44a29ef29fbd608bf1636b6637bfb060092",
                "md5": "bf71b973772040f8cf324586ea162e41",
                "sha256": "9a72df77371b1fc316364aea7c0e1a6c871cecde9116f56615a815df9f8539f5"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf71b973772040f8cf324586ea162e41",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1702009,
            "upload_time": "2024-09-12T17:32:53",
            "upload_time_iso_8601": "2024-09-12T17:32:53.600200Z",
            "url": "https://files.pythonhosted.org/packages/27/22/6637cf282c96cd6a72fb29b9b44a29ef29fbd608bf1636b6637bfb060092/sphn-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9eec96d1b23217376fbbae5b5f95f8e6df48e773273afb4fa5c0fa6f97982f97",
                "md5": "7c46afb316a5de9127d8c48bec6ff80f",
                "sha256": "9598dc0dd0bbacad4f8fd964e2d501f46af2411f940a0b228cc1837f243b4d4a"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7c46afb316a5de9127d8c48bec6ff80f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1554578,
            "upload_time": "2024-09-12T17:32:55",
            "upload_time_iso_8601": "2024-09-12T17:32:55.137558Z",
            "url": "https://files.pythonhosted.org/packages/9e/ec/96d1b23217376fbbae5b5f95f8e6df48e773273afb4fa5c0fa6f97982f97/sphn-0.1.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cefdedbf9cae017631b82543e0f2b6312f10683e7641dd343267c39988db2c25",
                "md5": "7ed36857bbc61c89e4b9e0648c8be104",
                "sha256": "bdc893d263b9caa1b00f36ab33f2cb5ca71f8fb6dfd640d256f1f568e3fd81e2"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7ed36857bbc61c89e4b9e0648c8be104",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 12150755,
            "upload_time": "2024-09-12T17:32:56",
            "upload_time_iso_8601": "2024-09-12T17:32:56.741354Z",
            "url": "https://files.pythonhosted.org/packages/ce/fd/edbf9cae017631b82543e0f2b6312f10683e7641dd343267c39988db2c25/sphn-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d76d5285599e2f9112ba8175b250d45cfcf5914d5e44b76e19d781c230aba6e8",
                "md5": "997e7f55a1ad8b85e1be9bf3f8237f10",
                "sha256": "65529cc64eae5a131ba72df52080597ca924b3ef5261946e26e255cf8ff01bd3"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "997e7f55a1ad8b85e1be9bf3f8237f10",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1251111,
            "upload_time": "2024-09-12T17:32:58",
            "upload_time_iso_8601": "2024-09-12T17:32:58.764155Z",
            "url": "https://files.pythonhosted.org/packages/d7/6d/5285599e2f9112ba8175b250d45cfcf5914d5e44b76e19d781c230aba6e8/sphn-0.1.4-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc60c6f13dd1837b44c49e62adb68436a8f2df5d4354fb49e5b100f8263be0d2",
                "md5": "76259dec05a5014dc50d4d8486763042",
                "sha256": "b4bf14fee7c8da57654d749be85850fd7bf5b2d84f620ec64cbf5f0d7ab1bfc0"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "76259dec05a5014dc50d4d8486763042",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1433512,
            "upload_time": "2024-09-12T17:33:01",
            "upload_time_iso_8601": "2024-09-12T17:33:01.346663Z",
            "url": "https://files.pythonhosted.org/packages/dc/60/c6f13dd1837b44c49e62adb68436a8f2df5d4354fb49e5b100f8263be0d2/sphn-0.1.4-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5347758abc122526886ff6fa6efa9b1379e050b9ed5857dc842f99f5d30c6d61",
                "md5": "936b0883711ddd57c03aea3ac636ffd0",
                "sha256": "94b712e3524fa5de884eba403e2b5582f10be044464cf6ec0a04ee4dec09c0f0"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "936b0883711ddd57c03aea3ac636ffd0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 12141464,
            "upload_time": "2024-09-12T17:33:02",
            "upload_time_iso_8601": "2024-09-12T17:33:02.869847Z",
            "url": "https://files.pythonhosted.org/packages/53/47/758abc122526886ff6fa6efa9b1379e050b9ed5857dc842f99f5d30c6d61/sphn-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1af7f5c8972fe3680c7b84132b75877053952ea3f22e36d0d412421b7a20d9b5",
                "md5": "73a496b07447185a00d24251ec9b450d",
                "sha256": "69a933a94fedca94123051fdc7f1f4b5bbb158bfcfcc003a18e5a90a61925954"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73a496b07447185a00d24251ec9b450d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 12148820,
            "upload_time": "2024-09-12T17:33:05",
            "upload_time_iso_8601": "2024-09-12T17:33:05.503827Z",
            "url": "https://files.pythonhosted.org/packages/1a/f7/f5c8972fe3680c7b84132b75877053952ea3f22e36d0d412421b7a20d9b5/sphn-0.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e4149accda40db6ca7dc82a8c8471972fcf43a1ed6726e14b2320aa1ebe12c7",
                "md5": "8bcfe0b9d57f96f449709fb5fa32a0bc",
                "sha256": "000bc0e6a51831de3bbc2fc0f564bd99df2a570ef8705bf8eb1fb1511282a861"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bcfe0b9d57f96f449709fb5fa32a0bc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 12146453,
            "upload_time": "2024-09-12T17:33:08",
            "upload_time_iso_8601": "2024-09-12T17:33:08.481530Z",
            "url": "https://files.pythonhosted.org/packages/6e/41/49accda40db6ca7dc82a8c8471972fcf43a1ed6726e14b2320aa1ebe12c7/sphn-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef3d0dbc3434bde93b85238adb64564e60e9c908c738985113957afcae2e0f3e",
                "md5": "660d8da68b6c0d642c6f50e9839e8922",
                "sha256": "d0f20333ee55056929ce13cce174adf438ba9ef021840f30fd7b446aaad4c771"
            },
            "downloads": -1,
            "filename": "sphn-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "660d8da68b6c0d642c6f50e9839e8922",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26801,
            "upload_time": "2024-09-12T17:33:10",
            "upload_time_iso_8601": "2024-09-12T17:33:10.385393Z",
            "url": "https://files.pythonhosted.org/packages/ef/3d/0dbc3434bde93b85238adb64564e60e9c908c738985113957afcae2e0f3e/sphn-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 17:33:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LaurentMazare",
    "github_project": "sphn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sphn"
}
        
Elapsed time: 0.61418s