sedpack


Namesedpack JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryGeneral ML dataset package
upload_time2025-02-03 14:04:20
maintainerNone
docs_urlNone
authorElie Bursztein, Karel Král, Jean-Michel Picod
requires_python>=3.10
licenseApache License 2.0
keywords machine learning dataset
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sedpack - Scalable and efficient data packing

[![Coverage Status](https://coveralls.io/repos/github/google/sedpack/badge.svg?branch=main)](https://coveralls.io/github/google/sedpack?branch=main)

Mainly refactored from the [SCAAML](https://github.com/google/scaaml) project.

## Available components

-   TODO

## Install

### Dependencies

To use this library you need to have a working version of [TensorFlow
2.x](https://www.tensorflow.org/install).

Development dependencies:

-   cmake for Rust flate2 with [zlib-ng](https://docs.rs/flate2/latest/flate2/)

-   python-dev and gcc for [xxhash](https://pypi.org/project/xxhash/)

### Dataset install

#### Development install

1.  Clone the repository: `git clone https://github.com/google/sedpack`
2.  Install dependencies: `python3 -m pip install --require-hashes -r requirements.txt`
3.  Install the package in development mode: `python3 -m pip install --editable
    .` (short `pip install -e .` or legacy `python setup.py develop`)

#### Rust install

-   Activate your Python virtual environment
-   [Install Rust](https://www.rust-lang.org/tools/install)
-   Run `maturin develop --release`
-   Run `python -m pytest` from the project root directory -- no tests should
    be skipped

### Update dependencies

Make sure to have: `sudo apt install python3 python3-pip python3-venv` and
activated the virtual environment.

Install requirements: `pip install --require-hashes -r base-tooling-requirements.txt`

Update: `pip-compile pyproject.toml --generate-hashes --upgrade` and commit requirements.txt.

#### Package install

`pip install sedpack`

### Tutorial

Tutorials available in the docs/tutorials/ directory.  For a "hello world" see
[docs/tutorials/quick_start/mnist_save.py](https://github.com/google/sedpack/blob/main/docs/tutorials/quick_start/mnist_save.py)
and
[docs/tutorials/quick_start/mnist_save.py](https://github.com/google/sedpack/blob/main/docs/tutorials/quick_start/mnist_read.py).

## Disclaimer

This is not an official Google product.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sedpack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "machine learning, dataset",
    "author": "Elie Bursztein, Karel Kr\u00e1l, Jean-Michel Picod",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b3/db/91697549757759ba45027cf37360e8c2b2c7430bc666b22b468d2a53a154/sedpack-0.1.2.tar.gz",
    "platform": null,
    "description": "# Sedpack - Scalable and efficient data packing\n\n[![Coverage Status](https://coveralls.io/repos/github/google/sedpack/badge.svg?branch=main)](https://coveralls.io/github/google/sedpack?branch=main)\n\nMainly refactored from the [SCAAML](https://github.com/google/scaaml) project.\n\n## Available components\n\n-   TODO\n\n## Install\n\n### Dependencies\n\nTo use this library you need to have a working version of [TensorFlow\n2.x](https://www.tensorflow.org/install).\n\nDevelopment dependencies:\n\n-   cmake for Rust flate2 with [zlib-ng](https://docs.rs/flate2/latest/flate2/)\n\n-   python-dev and gcc for [xxhash](https://pypi.org/project/xxhash/)\n\n### Dataset install\n\n#### Development install\n\n1.  Clone the repository: `git clone https://github.com/google/sedpack`\n2.  Install dependencies: `python3 -m pip install --require-hashes -r requirements.txt`\n3.  Install the package in development mode: `python3 -m pip install --editable\n    .` (short `pip install -e .` or legacy `python setup.py develop`)\n\n#### Rust install\n\n-   Activate your Python virtual environment\n-   [Install Rust](https://www.rust-lang.org/tools/install)\n-   Run `maturin develop --release`\n-   Run `python -m pytest` from the project root directory -- no tests should\n    be skipped\n\n### Update dependencies\n\nMake sure to have: `sudo apt install python3 python3-pip python3-venv` and\nactivated the virtual environment.\n\nInstall requirements: `pip install --require-hashes -r base-tooling-requirements.txt`\n\nUpdate: `pip-compile pyproject.toml --generate-hashes --upgrade` and commit requirements.txt.\n\n#### Package install\n\n`pip install sedpack`\n\n### Tutorial\n\nTutorials available in the docs/tutorials/ directory.  For a \"hello world\" see\n[docs/tutorials/quick_start/mnist_save.py](https://github.com/google/sedpack/blob/main/docs/tutorials/quick_start/mnist_save.py)\nand\n[docs/tutorials/quick_start/mnist_save.py](https://github.com/google/sedpack/blob/main/docs/tutorials/quick_start/mnist_read.py).\n\n## Disclaimer\n\nThis is not an official Google product.\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "General ML dataset package",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/google/sedpack",
        "Homepage": "https://github.com/google/sedpack"
    },
    "split_keywords": [
        "machine learning",
        " dataset"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a57c9a120f22adbbeae30a35bf8c2a25c1ed02abd8c0e1f579daeadd2948134d",
                "md5": "75616b6a8e6fe4eff07818e488700ba0",
                "sha256": "a9e5141c37d101807b494439eed25654f59bd00d4f989abfbd90e9d431bd7387"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "75616b6a8e6fe4eff07818e488700ba0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 590656,
            "upload_time": "2025-02-03T14:02:26",
            "upload_time_iso_8601": "2025-02-03T14:02:26.921204Z",
            "url": "https://files.pythonhosted.org/packages/a5/7c/9a120f22adbbeae30a35bf8c2a25c1ed02abd8c0e1f579daeadd2948134d/sedpack-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a7fa85d92819d4848dacf7cb032c4a9c6520315ffc3997694b0b1573a9cfbc5",
                "md5": "bdc044bcfce01204c57de88a87d80722",
                "sha256": "9fb8c6bd94d8fd43ece75ccf69ff67ab2bcb9f22b54e57bbc99a5358cfaa1796"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bdc044bcfce01204c57de88a87d80722",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 589657,
            "upload_time": "2025-02-03T14:02:40",
            "upload_time_iso_8601": "2025-02-03T14:02:40.837559Z",
            "url": "https://files.pythonhosted.org/packages/8a/7f/a85d92819d4848dacf7cb032c4a9c6520315ffc3997694b0b1573a9cfbc5/sedpack-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a74c739fdf41079dbcab03bf517fc5a4b2d1dee2932d938712a9e75dd8433f76",
                "md5": "584c70d14e8b19b1fdd132cd386dd01c",
                "sha256": "12ad55f4c73e8204884f4346463cdeaf9f23decfe255eab7fe1e16a57ef8432d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "584c70d14e8b19b1fdd132cd386dd01c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 672545,
            "upload_time": "2025-02-03T14:03:13",
            "upload_time_iso_8601": "2025-02-03T14:03:13.157573Z",
            "url": "https://files.pythonhosted.org/packages/a7/4c/739fdf41079dbcab03bf517fc5a4b2d1dee2932d938712a9e75dd8433f76/sedpack-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5fc10c2e7e132b0adfbb1e54703abc541dcc891b1d73af58d013f253a79b4b59",
                "md5": "3dfc877d61b12b1ebea2d4d3d793a903",
                "sha256": "5568994df14cf6c0386f95178dd32333911b0bb1f76e350c02a68dbc6325f528"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3dfc877d61b12b1ebea2d4d3d793a903",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 681773,
            "upload_time": "2025-02-03T14:02:51",
            "upload_time_iso_8601": "2025-02-03T14:02:51.964844Z",
            "url": "https://files.pythonhosted.org/packages/5f/c1/0c2e7e132b0adfbb1e54703abc541dcc891b1d73af58d013f253a79b4b59/sedpack-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "deddbe8090b2c8aefe2062ee66d7fd22a52b51a2da178aec0a6142a11332b5e4",
                "md5": "b4b5d35240d4f3abbac3c56221a108a9",
                "sha256": "e79c392b1971e7aca3a2a1ce6265bb01931213dca6eb08230f4367025acf509f"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b4b5d35240d4f3abbac3c56221a108a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 660607,
            "upload_time": "2025-02-03T14:03:03",
            "upload_time_iso_8601": "2025-02-03T14:03:03.993792Z",
            "url": "https://files.pythonhosted.org/packages/de/dd/be8090b2c8aefe2062ee66d7fd22a52b51a2da178aec0a6142a11332b5e4/sedpack-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ba9c2b2508ba90caf3278203b6c1c368e79254d8caecff72fb5d123f3598ab5",
                "md5": "7c1825ee34a5d318ad8ca22586fc7d18",
                "sha256": "4d01574bac7b16e4e45638d2641c99e15846fc824035e6a7eb386b32a5ea667d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c1825ee34a5d318ad8ca22586fc7d18",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 655533,
            "upload_time": "2025-02-03T14:03:20",
            "upload_time_iso_8601": "2025-02-03T14:03:20.649138Z",
            "url": "https://files.pythonhosted.org/packages/0b/a9/c2b2508ba90caf3278203b6c1c368e79254d8caecff72fb5d123f3598ab5/sedpack-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f01076cdb69b905f71fdee8c24208191bdf316d1365b14451c1cb45dbe5990fc",
                "md5": "661aa87be45d55e7b9842a3ab961e195",
                "sha256": "02f532d0a5bf664fccaea80dd5ad3c75f7046e6ca16f5a999eaf04d63c794a96"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "661aa87be45d55e7b9842a3ab961e195",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 792345,
            "upload_time": "2025-02-03T14:03:39",
            "upload_time_iso_8601": "2025-02-03T14:03:39.056702Z",
            "url": "https://files.pythonhosted.org/packages/f0/10/76cdb69b905f71fdee8c24208191bdf316d1365b14451c1cb45dbe5990fc/sedpack-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e86d590e6056a8049673ba72074715e2b7d1a1e1870d5955f982f468db13bb6",
                "md5": "767cc2d217b74eeabca4132d852fad4e",
                "sha256": "633e2fc49c794e8e427374c66b081f14707d842786039db95cde7e8dfcb2471d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "767cc2d217b74eeabca4132d852fad4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 865142,
            "upload_time": "2025-02-03T14:03:47",
            "upload_time_iso_8601": "2025-02-03T14:03:47.630120Z",
            "url": "https://files.pythonhosted.org/packages/6e/86/d590e6056a8049673ba72074715e2b7d1a1e1870d5955f982f468db13bb6/sedpack-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a976d5b61bac05c103e0ec7209db42fbc5f4ca71aa4208c4382e91f0aae7a221",
                "md5": "6f9466cbe18f9ab1f2a3bc940b3d4a48",
                "sha256": "505b619d3cdab2788bb9e10daf07f614426c7453b46fcb5bbc6758df796afd25"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6f9466cbe18f9ab1f2a3bc940b3d4a48",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 834604,
            "upload_time": "2025-02-03T14:03:57",
            "upload_time_iso_8601": "2025-02-03T14:03:57.180520Z",
            "url": "https://files.pythonhosted.org/packages/a9/76/d5b61bac05c103e0ec7209db42fbc5f4ca71aa4208c4382e91f0aae7a221/sedpack-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f0dba298a2af2b70ae6fa78eb9c499a70e4b99bcf9dd98bf79e5aef3c7976ae",
                "md5": "59556bca0513a05708209ab221ab7a88",
                "sha256": "60e4f3fa0ab331caec95654702ac1e13447beffdf530655f78ab43566543227e"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "59556bca0513a05708209ab221ab7a88",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 820214,
            "upload_time": "2025-02-03T14:04:09",
            "upload_time_iso_8601": "2025-02-03T14:04:09.561883Z",
            "url": "https://files.pythonhosted.org/packages/1f/0d/ba298a2af2b70ae6fa78eb9c499a70e4b99bcf9dd98bf79e5aef3c7976ae/sedpack-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b631a1911f174779ae47ebff50063cbc55a95c42ca84acf9a7fdb8f107af1e8",
                "md5": "8f7c1bb97d2fbe4c4c2aafe9c6868a6d",
                "sha256": "c47804e3a0972ee641f48655a35be5069f141b9ee860194bbd2d4bae2f215588"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "8f7c1bb97d2fbe4c4c2aafe9c6868a6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 451635,
            "upload_time": "2025-02-03T14:04:29",
            "upload_time_iso_8601": "2025-02-03T14:04:29.275785Z",
            "url": "https://files.pythonhosted.org/packages/0b/63/1a1911f174779ae47ebff50063cbc55a95c42ca84acf9a7fdb8f107af1e8/sedpack-0.1.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71bf5de6fefc020a75d2ae30245e1351e4884eb3b88a34171620039a02541632",
                "md5": "3ee0f6fa89eeebfd7b5d7b80b5192342",
                "sha256": "9aa7476407e2c37b3ed8574cb4395eff8b993432f5f19ca9769ec196a98a6e73"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ee0f6fa89eeebfd7b5d7b80b5192342",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 475404,
            "upload_time": "2025-02-03T14:04:22",
            "upload_time_iso_8601": "2025-02-03T14:04:22.485981Z",
            "url": "https://files.pythonhosted.org/packages/71/bf/5de6fefc020a75d2ae30245e1351e4884eb3b88a34171620039a02541632/sedpack-0.1.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61c8200cc5d79ee0b9947b6b392493dee73c59eec8065e3bce806cd5b9b24991",
                "md5": "b5846202c8e701c3034b55866c337547",
                "sha256": "12bfff74d3be97fa13016b3683f7e1fd83b256ffcca3ef3a83e966dfbcfb95b7"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b5846202c8e701c3034b55866c337547",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 598606,
            "upload_time": "2025-02-03T14:03:33",
            "upload_time_iso_8601": "2025-02-03T14:03:33.679800Z",
            "url": "https://files.pythonhosted.org/packages/61/c8/200cc5d79ee0b9947b6b392493dee73c59eec8065e3bce806cd5b9b24991/sedpack-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5c897f927e8a7cc014a209474baaa303c732291f0e54cfb7530d3e1dbe06229",
                "md5": "39c79993bda5f58cdbdfffc021985bcb",
                "sha256": "eeb254676c7005282124320d7cc1ede9a2fb0e9ae1308ebfdf33a5117fec8f4d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "39c79993bda5f58cdbdfffc021985bcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 538034,
            "upload_time": "2025-02-03T14:03:29",
            "upload_time_iso_8601": "2025-02-03T14:03:29.152843Z",
            "url": "https://files.pythonhosted.org/packages/b5/c8/97f927e8a7cc014a209474baaa303c732291f0e54cfb7530d3e1dbe06229/sedpack-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "231862644740882a22bd6b73d32f6e3c04dd2fd8a1f8042b0cd22de915b4089e",
                "md5": "ca573731e0f2dcd5ce93a2c037e0206a",
                "sha256": "83688fea7db91ecc29f81f91443ca28140c1f22b30bb10291e4441dc937d9f59"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ca573731e0f2dcd5ce93a2c037e0206a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 590656,
            "upload_time": "2025-02-03T14:02:29",
            "upload_time_iso_8601": "2025-02-03T14:02:29.038094Z",
            "url": "https://files.pythonhosted.org/packages/23/18/62644740882a22bd6b73d32f6e3c04dd2fd8a1f8042b0cd22de915b4089e/sedpack-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b25988cfe56942e48b95cace6d810e1a5688422cdea3205c17b8ca299fe666d",
                "md5": "98aaad9253032d5484abe7bec8213362",
                "sha256": "ef56c44cf41b7ffd8ec3008e1edbfcbff0028165d5230e98b26095cf3b2bb997"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "98aaad9253032d5484abe7bec8213362",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 589657,
            "upload_time": "2025-02-03T14:02:43",
            "upload_time_iso_8601": "2025-02-03T14:02:43.308454Z",
            "url": "https://files.pythonhosted.org/packages/4b/25/988cfe56942e48b95cace6d810e1a5688422cdea3205c17b8ca299fe666d/sedpack-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5a0f212196c7891f6a769eda674b01468c28a5fcc3faba27f59440058eadff3",
                "md5": "aff87ce2f1d6a9d95af44528ef2c8a60",
                "sha256": "c29d0f26d1eb95a45dd9d61b14be412a74ac91edacf5a1bb7cae5e236679560a"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "aff87ce2f1d6a9d95af44528ef2c8a60",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 672468,
            "upload_time": "2025-02-03T14:03:14",
            "upload_time_iso_8601": "2025-02-03T14:03:14.723427Z",
            "url": "https://files.pythonhosted.org/packages/a5/a0/f212196c7891f6a769eda674b01468c28a5fcc3faba27f59440058eadff3/sedpack-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb1e3c789b54966cef5af8e1ef3cb4c0d3a77c5d6fc8490313dbee024a0bcd38",
                "md5": "2127b537168c5607843462a878967c2b",
                "sha256": "8ddf4b6aac8d785aa751b778441e977860dcce34120c3ea92d77f01fd11b53d7"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2127b537168c5607843462a878967c2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 681774,
            "upload_time": "2025-02-03T14:02:53",
            "upload_time_iso_8601": "2025-02-03T14:02:53.265678Z",
            "url": "https://files.pythonhosted.org/packages/cb/1e/3c789b54966cef5af8e1ef3cb4c0d3a77c5d6fc8490313dbee024a0bcd38/sedpack-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af486e16b748874f182b0b2a8414e71b0178b2cf9b1d4288dd640f030ff6b1d9",
                "md5": "fcc63882e6be10cc7bcf92179b1c4ba5",
                "sha256": "8f89fd681e4d94e4e87c9532ae142d1d40822f8645e4bc0aa4bf3569c9a65b47"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fcc63882e6be10cc7bcf92179b1c4ba5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 660609,
            "upload_time": "2025-02-03T14:03:05",
            "upload_time_iso_8601": "2025-02-03T14:03:05.356573Z",
            "url": "https://files.pythonhosted.org/packages/af/48/6e16b748874f182b0b2a8414e71b0178b2cf9b1d4288dd640f030ff6b1d9/sedpack-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27ef29103beb3712d246c1a1b0b0567d6938b4fd83f8b4ec00d3caeba379acc3",
                "md5": "75d3b39c54d2d7ea8efabd620bb5e327",
                "sha256": "8cb99c84a57b2113c3e5cb3392c2fc3b06067367964b7e4a65a4d637a04825f6"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "75d3b39c54d2d7ea8efabd620bb5e327",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 655614,
            "upload_time": "2025-02-03T14:03:21",
            "upload_time_iso_8601": "2025-02-03T14:03:21.995671Z",
            "url": "https://files.pythonhosted.org/packages/27/ef/29103beb3712d246c1a1b0b0567d6938b4fd83f8b4ec00d3caeba379acc3/sedpack-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a7a9ac4d3d26838ca4acb7d88b397a8eb6a12dc3f05cddc91117883455f8860",
                "md5": "eafa43e399dc740f4d776a5f01cb5b3e",
                "sha256": "0aedc32fa3cf08417e0d11f71b6eda1dcec1be8aebc270f80e25926cad120d7e"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eafa43e399dc740f4d776a5f01cb5b3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 792347,
            "upload_time": "2025-02-03T14:03:40",
            "upload_time_iso_8601": "2025-02-03T14:03:40.441138Z",
            "url": "https://files.pythonhosted.org/packages/9a/7a/9ac4d3d26838ca4acb7d88b397a8eb6a12dc3f05cddc91117883455f8860/sedpack-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "878902034a62e5707e0706c673af9b8fc4233d79cae2b36a748db661c2d732a8",
                "md5": "90fa7baef350c71151be2fb58b20663a",
                "sha256": "5337038c13418f7b0708260e487025000c3f641f1c9775cd238af5eb8e644f95"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "90fa7baef350c71151be2fb58b20663a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 865148,
            "upload_time": "2025-02-03T14:03:49",
            "upload_time_iso_8601": "2025-02-03T14:03:49.006743Z",
            "url": "https://files.pythonhosted.org/packages/87/89/02034a62e5707e0706c673af9b8fc4233d79cae2b36a748db661c2d732a8/sedpack-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2538c1139217958b3805a2c90e9486e60896d65b346314ed620b7381932f7a5e",
                "md5": "96fbd571dabdd29dc4eeb29c6baa3434",
                "sha256": "a6384d6042e3646505ef39582730e8ea7c059acefe55eef75bfd7c92add89b97"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "96fbd571dabdd29dc4eeb29c6baa3434",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 834606,
            "upload_time": "2025-02-03T14:03:58",
            "upload_time_iso_8601": "2025-02-03T14:03:58.483633Z",
            "url": "https://files.pythonhosted.org/packages/25/38/c1139217958b3805a2c90e9486e60896d65b346314ed620b7381932f7a5e/sedpack-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31fdf2ac07e4f1323735871659bf752134412059d8b12d58172b705738711a18",
                "md5": "6ee6db55776853bb7fa312983efc57a9",
                "sha256": "54ac3a39f497ed83a6f3d9dc443ce72e607f419406a7b857d07d60301c8bb1b0"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ee6db55776853bb7fa312983efc57a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 820218,
            "upload_time": "2025-02-03T14:04:10",
            "upload_time_iso_8601": "2025-02-03T14:04:10.893605Z",
            "url": "https://files.pythonhosted.org/packages/31/fd/f2ac07e4f1323735871659bf752134412059d8b12d58172b705738711a18/sedpack-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db7c564b2c70acbaad1effccc6d3f11431807e63fcf011653602f06ac9161fec",
                "md5": "5dc14d58e6d39063ec0f9e1c45e88df7",
                "sha256": "5b60b460728f63ba3b4a92f177b0fc473fd12e35cc9ee4f9f1a06e62ae600939"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "5dc14d58e6d39063ec0f9e1c45e88df7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 451689,
            "upload_time": "2025-02-03T14:04:30",
            "upload_time_iso_8601": "2025-02-03T14:04:30.538338Z",
            "url": "https://files.pythonhosted.org/packages/db/7c/564b2c70acbaad1effccc6d3f11431807e63fcf011653602f06ac9161fec/sedpack-0.1.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a75e69b96d48b2e16039540214e85fcdbf0dd29f4e43c19dda4e020d689a919",
                "md5": "96392c74bc1a6c01ab05a75704c1a41e",
                "sha256": "a82db201914f45a501fa930d94f12ab94f162dbad47cf0e5954380b903ce2295"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "96392c74bc1a6c01ab05a75704c1a41e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 475683,
            "upload_time": "2025-02-03T14:04:24",
            "upload_time_iso_8601": "2025-02-03T14:04:24.105342Z",
            "url": "https://files.pythonhosted.org/packages/3a/75/e69b96d48b2e16039540214e85fcdbf0dd29f4e43c19dda4e020d689a919/sedpack-0.1.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10e5f94d3668d8ba877adf7abc2216775abd558441073573ffc1c1ac18f93302",
                "md5": "203652b87958172746bafad02a2ed36a",
                "sha256": "c3db86c66b2651903fd7eab762bf24448c4be210a57596db25a2f2129148e57e"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "203652b87958172746bafad02a2ed36a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 596150,
            "upload_time": "2025-02-03T14:03:35",
            "upload_time_iso_8601": "2025-02-03T14:03:35.445186Z",
            "url": "https://files.pythonhosted.org/packages/10/e5/f94d3668d8ba877adf7abc2216775abd558441073573ffc1c1ac18f93302/sedpack-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9622f1f658398e62c152b797ca40d8115a23dd51158441ded26cd483be9522a",
                "md5": "4c2e77428226c0f7eb1e282e7c354bea",
                "sha256": "43676ad01ac8b846ba264207415009a81703b4ff6142d5049494c53e57121814"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4c2e77428226c0f7eb1e282e7c354bea",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 535297,
            "upload_time": "2025-02-03T14:03:30",
            "upload_time_iso_8601": "2025-02-03T14:03:30.842809Z",
            "url": "https://files.pythonhosted.org/packages/e9/62/2f1f658398e62c152b797ca40d8115a23dd51158441ded26cd483be9522a/sedpack-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "889faf7790733fc181bda0a7f11f9cb49405b2622b86489415041ffcf3ab33ab",
                "md5": "dc15d67c1ce9b51dd86896c06ec6494b",
                "sha256": "7a73a3b1d1acc9acf1d89413b5c33cdc1c1190ab09e39e263c760d86ef9b412c"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dc15d67c1ce9b51dd86896c06ec6494b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 590657,
            "upload_time": "2025-02-03T14:02:31",
            "upload_time_iso_8601": "2025-02-03T14:02:31.843238Z",
            "url": "https://files.pythonhosted.org/packages/88/9f/af7790733fc181bda0a7f11f9cb49405b2622b86489415041ffcf3ab33ab/sedpack-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a15ee18c36aafec08394b123c090995d781d841962d30b0a2b74344b1f6b1c76",
                "md5": "794d69995ad355583ff5a7e6d4c7efab",
                "sha256": "3e60c520e5b1f79b4d1879c878e9cb51026941de6d29ade680d3b59a0b867b56"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "794d69995ad355583ff5a7e6d4c7efab",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 589658,
            "upload_time": "2025-02-03T14:02:45",
            "upload_time_iso_8601": "2025-02-03T14:02:45.270611Z",
            "url": "https://files.pythonhosted.org/packages/a1/5e/e18c36aafec08394b123c090995d781d841962d30b0a2b74344b1f6b1c76/sedpack-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96c192371cb643f1326a73ef3a2f3b10184f24acb56039d709f71feb650029d0",
                "md5": "9abecc185f86a78a2abec34323543cfd",
                "sha256": "357150f6cc2511dab23461ae20912fb7cf61095d83c42214163436747ecdab11"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9abecc185f86a78a2abec34323543cfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 671788,
            "upload_time": "2025-02-03T14:03:16",
            "upload_time_iso_8601": "2025-02-03T14:03:16.085159Z",
            "url": "https://files.pythonhosted.org/packages/96/c1/92371cb643f1326a73ef3a2f3b10184f24acb56039d709f71feb650029d0/sedpack-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5733d04421348d3884bbda6abd4968f876d277b99429422f091b1c981a517957",
                "md5": "8b0ab76477026c0e7a8bee436170a9e8",
                "sha256": "e8d63d885c49bcbdbe176873879330d50035c8fd09f978ddb4750a554289473c"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8b0ab76477026c0e7a8bee436170a9e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 681772,
            "upload_time": "2025-02-03T14:02:55",
            "upload_time_iso_8601": "2025-02-03T14:02:55.220034Z",
            "url": "https://files.pythonhosted.org/packages/57/33/d04421348d3884bbda6abd4968f876d277b99429422f091b1c981a517957/sedpack-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "844a361a2e72acc527315175161ed8096db2b911228dfa560a1e23fcd9efe3c4",
                "md5": "a96acd53c852f56a51163896907948e7",
                "sha256": "788944817ab281abaf9f9c51b3cee17775a4dafc8c2a217db571ac857cc3eaaf"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a96acd53c852f56a51163896907948e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 660609,
            "upload_time": "2025-02-03T14:03:07",
            "upload_time_iso_8601": "2025-02-03T14:03:07.263813Z",
            "url": "https://files.pythonhosted.org/packages/84/4a/361a2e72acc527315175161ed8096db2b911228dfa560a1e23fcd9efe3c4/sedpack-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15fb825ccbbdd3caa726dfc479d6032b3f9ffaea90c334d8d3fe5bf60e71974e",
                "md5": "065930ee9dbb7d5aff1667b44715a6cb",
                "sha256": "69d8d87a5a7aa51205bdde7e9bd85c97fd2b40250cd370fc551410fadaa11b44"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "065930ee9dbb7d5aff1667b44715a6cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 654662,
            "upload_time": "2025-02-03T14:03:23",
            "upload_time_iso_8601": "2025-02-03T14:03:23.423747Z",
            "url": "https://files.pythonhosted.org/packages/15/fb/825ccbbdd3caa726dfc479d6032b3f9ffaea90c334d8d3fe5bf60e71974e/sedpack-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e73af073a20589249e26f5d4dfbd2aaf8a653a7facbf0ee54ee83a1e19add65",
                "md5": "16dc2d6925c063ce529ba2a25748a1c9",
                "sha256": "49ebd5ebad9c9e1993c8b17d2a948f343a7a256eb85ecc2a2bdbca2807c19bf6"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "16dc2d6925c063ce529ba2a25748a1c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 792347,
            "upload_time": "2025-02-03T14:03:41",
            "upload_time_iso_8601": "2025-02-03T14:03:41.973854Z",
            "url": "https://files.pythonhosted.org/packages/4e/73/af073a20589249e26f5d4dfbd2aaf8a653a7facbf0ee54ee83a1e19add65/sedpack-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eac051e8687b1aa9361e74ac60a4cee20e8869b03f5e4591cc2a5271b95ca70c",
                "md5": "35c5f817823c722c572a8b86e4b3e568",
                "sha256": "3e84dc86e1fc243eac70ee5cfc8032ca70b5821bcbd45702815fb5f61f443722"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "35c5f817823c722c572a8b86e4b3e568",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 865145,
            "upload_time": "2025-02-03T14:03:50",
            "upload_time_iso_8601": "2025-02-03T14:03:50.875510Z",
            "url": "https://files.pythonhosted.org/packages/ea/c0/51e8687b1aa9361e74ac60a4cee20e8869b03f5e4591cc2a5271b95ca70c/sedpack-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "797a56bd424e942cc8a8ad70400ff63cb1dcc56e04fdd6926699dc4e58949fa1",
                "md5": "a9016c01a52dc73ba684b7f567c81b19",
                "sha256": "3552eebdd34761a564aa79e16f919400ce80394507218893eed8163e9974b068"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "a9016c01a52dc73ba684b7f567c81b19",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 834608,
            "upload_time": "2025-02-03T14:04:00",
            "upload_time_iso_8601": "2025-02-03T14:04:00.302178Z",
            "url": "https://files.pythonhosted.org/packages/79/7a/56bd424e942cc8a8ad70400ff63cb1dcc56e04fdd6926699dc4e58949fa1/sedpack-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3908b61fdcc2b170ab7442c9fb4021bd93074663e2ee9cb262be7c20007ccd4",
                "md5": "6997ba7511941d2d0e80394cac5cf58f",
                "sha256": "b580da2225155b0254d2777985c14a4c42619200043d84255d9c39f944d7f1a5"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6997ba7511941d2d0e80394cac5cf58f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 820218,
            "upload_time": "2025-02-03T14:04:13",
            "upload_time_iso_8601": "2025-02-03T14:04:13.695818Z",
            "url": "https://files.pythonhosted.org/packages/c3/90/8b61fdcc2b170ab7442c9fb4021bd93074663e2ee9cb262be7c20007ccd4/sedpack-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d25cdab155c6ec9140bfc445998968768296791e1f51d1f7c938b435de49248",
                "md5": "076446d1ecd141a52ead4d2dd998852b",
                "sha256": "062ade688827f3710b1c165b8febaf89bb79599657941b29bbc2efae47513866"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "076446d1ecd141a52ead4d2dd998852b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 451813,
            "upload_time": "2025-02-03T14:04:31",
            "upload_time_iso_8601": "2025-02-03T14:04:31.905974Z",
            "url": "https://files.pythonhosted.org/packages/4d/25/cdab155c6ec9140bfc445998968768296791e1f51d1f7c938b435de49248/sedpack-0.1.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6828949ad26830c6b28e855185a9d2cc096d5ab468a1116c0f0b746d6c6b6b7d",
                "md5": "4cec76c12961ff12278ea4b1f74ec22b",
                "sha256": "add0ed703361862de469a6146c90efc201f4883c44ca4ac0bb25916a748a03b5"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4cec76c12961ff12278ea4b1f74ec22b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 475418,
            "upload_time": "2025-02-03T14:04:25",
            "upload_time_iso_8601": "2025-02-03T14:04:25.417934Z",
            "url": "https://files.pythonhosted.org/packages/68/28/949ad26830c6b28e855185a9d2cc096d5ab468a1116c0f0b746d6c6b6b7d/sedpack-0.1.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a24adadc4f1ba1c7d0bbf2d46bbc099e47bc9e4dd77b988b5b42d507849a450",
                "md5": "4d42e3e6c8146d4a3568ca6b793a9da3",
                "sha256": "593c5dfda09e61642464b02df359df5f403f0abc0941175059ff520daf622207"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d42e3e6c8146d4a3568ca6b793a9da3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 595816,
            "upload_time": "2025-02-03T14:03:36",
            "upload_time_iso_8601": "2025-02-03T14:03:36.761595Z",
            "url": "https://files.pythonhosted.org/packages/9a/24/adadc4f1ba1c7d0bbf2d46bbc099e47bc9e4dd77b988b5b42d507849a450/sedpack-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9cefa8eb942e0fad3c955f789a8d651038cd27fad381bc236e54a58a4ad92599",
                "md5": "8e5fe9c19d889909298638cbf6931d19",
                "sha256": "ea55fb5918601762b22f89794b9e9c536b27c28d2c59cca5ac30486265557c86"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8e5fe9c19d889909298638cbf6931d19",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 534793,
            "upload_time": "2025-02-03T14:03:32",
            "upload_time_iso_8601": "2025-02-03T14:03:32.102685Z",
            "url": "https://files.pythonhosted.org/packages/9c/ef/a8eb942e0fad3c955f789a8d651038cd27fad381bc236e54a58a4ad92599/sedpack-0.1.2-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0ec20e4c87bd967a77e44190d5b60d4044ee26b36b2a55013a94aa196fd55a5",
                "md5": "fc414bd36db5fe8f01d2134a1c3351e9",
                "sha256": "6d8db7515db5836594475862b44db084235b1b388e497c3aa63438ad7e4bec71"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fc414bd36db5fe8f01d2134a1c3351e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 590656,
            "upload_time": "2025-02-03T14:02:34",
            "upload_time_iso_8601": "2025-02-03T14:02:34.110628Z",
            "url": "https://files.pythonhosted.org/packages/a0/ec/20e4c87bd967a77e44190d5b60d4044ee26b36b2a55013a94aa196fd55a5/sedpack-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b76d483f4c817b245e5286b54b78613f93afb7fa81171a17549d69a8aa5028ca",
                "md5": "d896b8560f0d2dc367d307a8d2e7468f",
                "sha256": "588517653e5374192993462e87ed9e3d33645390285a251b4a68c09f4c82f5c9"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d896b8560f0d2dc367d307a8d2e7468f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 589657,
            "upload_time": "2025-02-03T14:02:46",
            "upload_time_iso_8601": "2025-02-03T14:02:46.999463Z",
            "url": "https://files.pythonhosted.org/packages/b7/6d/483f4c817b245e5286b54b78613f93afb7fa81171a17549d69a8aa5028ca/sedpack-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa6d4f4a387b4c55e24605dd4e86a1bda92ba0f2a7bbff6af945069017dd1b40",
                "md5": "a32d7ae4d61083437a0bb86471d311f2",
                "sha256": "38f4792daf2ed9eb61f57d9f0ebe762ee216977f35fa17910e9476c726d3042c"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a32d7ae4d61083437a0bb86471d311f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 671033,
            "upload_time": "2025-02-03T14:03:17",
            "upload_time_iso_8601": "2025-02-03T14:03:17.435184Z",
            "url": "https://files.pythonhosted.org/packages/aa/6d/4f4a387b4c55e24605dd4e86a1bda92ba0f2a7bbff6af945069017dd1b40/sedpack-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e80c36cbc5f33365b180110c751c86fc16a1cf164812e8f4e95a2fd7499f210",
                "md5": "33e7d5b68ccd76fa8aa0ba02f8ee985c",
                "sha256": "51238962f2cc198beae2ae44d3648bfe365c506687e1558db52aec774a332415"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "33e7d5b68ccd76fa8aa0ba02f8ee985c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 681773,
            "upload_time": "2025-02-03T14:02:57",
            "upload_time_iso_8601": "2025-02-03T14:02:57.544207Z",
            "url": "https://files.pythonhosted.org/packages/3e/80/c36cbc5f33365b180110c751c86fc16a1cf164812e8f4e95a2fd7499f210/sedpack-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b39fcecdefa79e2b69b7e49a102224e128eb2ff5c18ce27e4cbf4a535398459e",
                "md5": "3e2f5d42b2e3fe90ee6fb2c06c7ed906",
                "sha256": "0d83d2cd28abd7b2b1cb1f85771db3bfaadb71b819ee287cd963321520481572"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "3e2f5d42b2e3fe90ee6fb2c06c7ed906",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 660609,
            "upload_time": "2025-02-03T14:03:08",
            "upload_time_iso_8601": "2025-02-03T14:03:08.766606Z",
            "url": "https://files.pythonhosted.org/packages/b3/9f/cecdefa79e2b69b7e49a102224e128eb2ff5c18ce27e4cbf4a535398459e/sedpack-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7ce6738f7238217a0be1a3f86ddd21dde73cb62bcca993ab9562c304a7666a7",
                "md5": "ec9d93c50d06ef146b0e4068358eda8c",
                "sha256": "c5335b62c707db56afc0564f8f51e35d8e4b2cfcfb7abb50931ea7ed848afa5d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec9d93c50d06ef146b0e4068358eda8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 654379,
            "upload_time": "2025-02-03T14:03:24",
            "upload_time_iso_8601": "2025-02-03T14:03:24.717245Z",
            "url": "https://files.pythonhosted.org/packages/e7/ce/6738f7238217a0be1a3f86ddd21dde73cb62bcca993ab9562c304a7666a7/sedpack-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7e00c03448b4fe92f3ebac361e2dfc6cf8d578f105669d5d354efbaefb7593a",
                "md5": "307ade111afaec90c66fa5a6fd91166d",
                "sha256": "882fbe1c4f5a92bfe638f45d996066a15436e681a7191e108e41542b43762184"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "307ade111afaec90c66fa5a6fd91166d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 792347,
            "upload_time": "2025-02-03T14:03:43",
            "upload_time_iso_8601": "2025-02-03T14:03:43.285466Z",
            "url": "https://files.pythonhosted.org/packages/f7/e0/0c03448b4fe92f3ebac361e2dfc6cf8d578f105669d5d354efbaefb7593a/sedpack-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca367b14f06bc30e1b70648fdcfde069b1c3408ae86f624889b638d3ea3dfbb6",
                "md5": "08e0f3f463c34208e27051d6fa002834",
                "sha256": "2b20c95cf5a13320fbf70964d77c8d649e0e634023523eb7776ed3c1e146d529"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "08e0f3f463c34208e27051d6fa002834",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 865144,
            "upload_time": "2025-02-03T14:03:52",
            "upload_time_iso_8601": "2025-02-03T14:03:52.822171Z",
            "url": "https://files.pythonhosted.org/packages/ca/36/7b14f06bc30e1b70648fdcfde069b1c3408ae86f624889b638d3ea3dfbb6/sedpack-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a62544efd4ea9337c23287470b60d8968f744eaf1d13739f75d10d839992c366",
                "md5": "5db4e37bd7073b153ab8e24ace3cc5b3",
                "sha256": "a05621330ceb49ad6e3e674946e8c3941eba1563b1c729f382683533ec5677e6"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5db4e37bd7073b153ab8e24ace3cc5b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 834606,
            "upload_time": "2025-02-03T14:04:02",
            "upload_time_iso_8601": "2025-02-03T14:04:02.640978Z",
            "url": "https://files.pythonhosted.org/packages/a6/25/44efd4ea9337c23287470b60d8968f744eaf1d13739f75d10d839992c366/sedpack-0.1.2-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14c89b66498b981eccaf9b300e4dbfd64d4ea6b44535b9f4c0f5d2d7c5ea28ad",
                "md5": "811cc2ba5396b3dddf7cb567538669a1",
                "sha256": "871c79c14b30334d07b56f9a419c9f9a33914feec604a354e2df0d966265e8e4"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "811cc2ba5396b3dddf7cb567538669a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 820218,
            "upload_time": "2025-02-03T14:04:15",
            "upload_time_iso_8601": "2025-02-03T14:04:15.742168Z",
            "url": "https://files.pythonhosted.org/packages/14/c8/9b66498b981eccaf9b300e4dbfd64d4ea6b44535b9f4c0f5d2d7c5ea28ad/sedpack-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b13c4e1eeb64bcce54f21e0da50eb610beef84fe70c70c6a40275dab8aa49a9",
                "md5": "ac853728a8c03f675a7f7a3526d81e1b",
                "sha256": "94c6a38cbc7695271cb7a7b072cab92ba3757308de3bb22d63a35d393a160697"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ac853728a8c03f675a7f7a3526d81e1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 590661,
            "upload_time": "2025-02-03T14:02:36",
            "upload_time_iso_8601": "2025-02-03T14:02:36.132986Z",
            "url": "https://files.pythonhosted.org/packages/7b/13/c4e1eeb64bcce54f21e0da50eb610beef84fe70c70c6a40275dab8aa49a9/sedpack-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ff7df69bbe7eb0e18d5075f165c2e37a12b4b5b153a9b5d6ea7ef0d664d2ebe",
                "md5": "42399f0d6765ade48cab2347673e06e7",
                "sha256": "7d6fdf0c6f000002f92c0841cf7a1a5683ceace68b9a8a47cee6760be87f4f00"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "42399f0d6765ade48cab2347673e06e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 589661,
            "upload_time": "2025-02-03T14:02:48",
            "upload_time_iso_8601": "2025-02-03T14:02:48.275218Z",
            "url": "https://files.pythonhosted.org/packages/9f/f7/df69bbe7eb0e18d5075f165c2e37a12b4b5b153a9b5d6ea7ef0d664d2ebe/sedpack-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7e88f8c96b7cc81cd6ce99b37e42b0894f86fdaefdf2d9af307c02ba4547fc7",
                "md5": "4815e08efe651877efdcd2d33fba37c9",
                "sha256": "1b1107d566a5c557defb015d2bbe36c6a4ed3fd35a345e535c9e5a4e3745fe86"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4815e08efe651877efdcd2d33fba37c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 681776,
            "upload_time": "2025-02-03T14:03:00",
            "upload_time_iso_8601": "2025-02-03T14:03:00.812845Z",
            "url": "https://files.pythonhosted.org/packages/c7/e8/8f8c96b7cc81cd6ce99b37e42b0894f86fdaefdf2d9af307c02ba4547fc7/sedpack-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f0e1c35276a699bde68e5a65e5b0ef3be0b122f9ab7f3175bd7604d6fe4e690",
                "md5": "fb05e9ad9e02fecdfc863ceea844632d",
                "sha256": "209386ba528ff4887732086d1bb83967b5deaeea50f3f01bba50805c04b82bd7"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fb05e9ad9e02fecdfc863ceea844632d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 660612,
            "upload_time": "2025-02-03T14:03:10",
            "upload_time_iso_8601": "2025-02-03T14:03:10.093445Z",
            "url": "https://files.pythonhosted.org/packages/2f/0e/1c35276a699bde68e5a65e5b0ef3be0b122f9ab7f3175bd7604d6fe4e690/sedpack-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c8bb7bbd30171f7d95f99d876c40bc2d2f30bdb94f598e72c4130ec7f2fadcb",
                "md5": "80d00549377f52bd75c537a6f3a3e496",
                "sha256": "46712d118455f584954a5d70857663c40471b26756100a80cc28ed24cbfb9c30"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "80d00549377f52bd75c537a6f3a3e496",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 792351,
            "upload_time": "2025-02-03T14:03:44",
            "upload_time_iso_8601": "2025-02-03T14:03:44.657528Z",
            "url": "https://files.pythonhosted.org/packages/1c/8b/b7bbd30171f7d95f99d876c40bc2d2f30bdb94f598e72c4130ec7f2fadcb/sedpack-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d0c13a43e98313a26250f62290e7d042b73a766cb04f40a9fb8dd86b1ec507ca",
                "md5": "eeb57ed0650e8195cc3e1603bc7c6219",
                "sha256": "31590d845765d9487a4d38735a8496ca14bbc35e83b525b38184b0cf421d00a8"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "eeb57ed0650e8195cc3e1603bc7c6219",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 865148,
            "upload_time": "2025-02-03T14:03:54",
            "upload_time_iso_8601": "2025-02-03T14:03:54.190643Z",
            "url": "https://files.pythonhosted.org/packages/d0/c1/3a43e98313a26250f62290e7d042b73a766cb04f40a9fb8dd86b1ec507ca/sedpack-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cf5aa0c9bfdfd00413e9b9aa5d034108ae7cc85b58b370b6ffdbb8e48d987aa",
                "md5": "22f4b9c67c78682190e47e3c7ca5981f",
                "sha256": "3f9f9d6082578282611923052328e8c035c9ea1f6ec8baff0bc1a175c8c5dbbd"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "22f4b9c67c78682190e47e3c7ca5981f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 834610,
            "upload_time": "2025-02-03T14:04:04",
            "upload_time_iso_8601": "2025-02-03T14:04:04.444752Z",
            "url": "https://files.pythonhosted.org/packages/6c/f5/aa0c9bfdfd00413e9b9aa5d034108ae7cc85b58b370b6ffdbb8e48d987aa/sedpack-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70e883d231d1f1e1db7aa770fd88c66e011301d3a01cf9a264a3fc9642f0bd57",
                "md5": "eecd5ad628d1d7451c4d80080b21fdd5",
                "sha256": "1faa4ab1b159d6d64281fef82dc2cc575cc0294b1d60d0b515b85f36300497be"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eecd5ad628d1d7451c4d80080b21fdd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 820222,
            "upload_time": "2025-02-03T14:04:17",
            "upload_time_iso_8601": "2025-02-03T14:04:17.715391Z",
            "url": "https://files.pythonhosted.org/packages/70/e8/83d231d1f1e1db7aa770fd88c66e011301d3a01cf9a264a3fc9642f0bd57/sedpack-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38798c63d0ebaa87bf43d2993e4932fc04a1e5c3209642693c187b7e63c0f6be",
                "md5": "1a05dc5a057e18e4754fca1a367422d3",
                "sha256": "0968f93df5413f04094a32852f9d94047a4854d87c82799d008bdb11ed375d07"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "1a05dc5a057e18e4754fca1a367422d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 451318,
            "upload_time": "2025-02-03T14:04:33",
            "upload_time_iso_8601": "2025-02-03T14:04:33.800745Z",
            "url": "https://files.pythonhosted.org/packages/38/79/8c63d0ebaa87bf43d2993e4932fc04a1e5c3209642693c187b7e63c0f6be/sedpack-0.1.2-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a6fff22a66a404d656a9dcd00ab7eda7bfe36deac34494ac0f0c803feccac29",
                "md5": "d6c7ae3eb88480aa814dc0827f3f2b7c",
                "sha256": "164acd8a695a8ca5e4aed1e635d0b46967e635bbd3a6f8b2bc9974cfa048c191"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d6c7ae3eb88480aa814dc0827f3f2b7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 475425,
            "upload_time": "2025-02-03T14:04:27",
            "upload_time_iso_8601": "2025-02-03T14:04:27.732697Z",
            "url": "https://files.pythonhosted.org/packages/9a/6f/ff22a66a404d656a9dcd00ab7eda7bfe36deac34494ac0f0c803feccac29/sedpack-0.1.2-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea3f75ed814390218746bc8c1027dac2c205ea6ee1fac2ca355d79878fb91ad1",
                "md5": "9342b4064853d75f6688714b65263e3d",
                "sha256": "a5bab313a2e6f966bb477008eee9fabe4db5e3def8904af97f4fee6602d43875"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9342b4064853d75f6688714b65263e3d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 591277,
            "upload_time": "2025-02-03T14:02:37",
            "upload_time_iso_8601": "2025-02-03T14:02:37.983601Z",
            "url": "https://files.pythonhosted.org/packages/ea/3f/75ed814390218746bc8c1027dac2c205ea6ee1fac2ca355d79878fb91ad1/sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee16d260f0fab6a867910c50f01942e71fc8b4fbf2b94631520c71b762a39e31",
                "md5": "311d49a258d4eba44187f2fe22b02ecc",
                "sha256": "e0b84a3fc646791b14d65040b7afdfdadae3b4e5b526ed3e481aec0b76f5f95d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "311d49a258d4eba44187f2fe22b02ecc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 590176,
            "upload_time": "2025-02-03T14:02:50",
            "upload_time_iso_8601": "2025-02-03T14:02:50.263553Z",
            "url": "https://files.pythonhosted.org/packages/ee/16/d260f0fab6a867910c50f01942e71fc8b4fbf2b94631520c71b762a39e31/sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d30509078bc62820147dcf2b531b06fc4f64306036a1f402a4f140abe3178ad9",
                "md5": "dbb6032ea71ce4976a204a943fd11f98",
                "sha256": "13bd31736a45505c5db4ac85a5a5b264a30667831579d69f1c992389575c78a2"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "dbb6032ea71ce4976a204a943fd11f98",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 673459,
            "upload_time": "2025-02-03T14:03:19",
            "upload_time_iso_8601": "2025-02-03T14:03:19.384986Z",
            "url": "https://files.pythonhosted.org/packages/d3/05/09078bc62820147dcf2b531b06fc4f64306036a1f402a4f140abe3178ad9/sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28f0d4096d9092724f36f711dbe32aab224ddc697dbff2513366226f2f890c02",
                "md5": "589b5dc8d3023b5a7f63a77be8bce474",
                "sha256": "82f7144598a4d38c927001d6ee863ab1f1a6b1d4f57a7faf68b2a98f7fbc8054"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "589b5dc8d3023b5a7f63a77be8bce474",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 681464,
            "upload_time": "2025-02-03T14:03:02",
            "upload_time_iso_8601": "2025-02-03T14:03:02.623498Z",
            "url": "https://files.pythonhosted.org/packages/28/f0/d4096d9092724f36f711dbe32aab224ddc697dbff2513366226f2f890c02/sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9428e4317fa9ba3e2ba25753417dfa4e4fb259c8257a066329af516f6d90ff96",
                "md5": "2899a11cd77ba77e0c71875d0b2f3309",
                "sha256": "209eb60e4318ef930f13095f02ad9f184c3341489a28e644f6d3ebb57aca8683"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2899a11cd77ba77e0c71875d0b2f3309",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 660547,
            "upload_time": "2025-02-03T14:03:11",
            "upload_time_iso_8601": "2025-02-03T14:03:11.514515Z",
            "url": "https://files.pythonhosted.org/packages/94/28/e4317fa9ba3e2ba25753417dfa4e4fb259c8257a066329af516f6d90ff96/sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d3a22ce888971b0f73a22a49665839d87bdf3031bae08e9b710cde51cb7164c",
                "md5": "19a431bee4ad32488cff7aef24225a5e",
                "sha256": "b84478242fe5ffff18d84baae340597105aa5315fa3b7616aa775f8c588cba4d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "19a431bee4ad32488cff7aef24225a5e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 656609,
            "upload_time": "2025-02-03T14:03:26",
            "upload_time_iso_8601": "2025-02-03T14:03:26.111892Z",
            "url": "https://files.pythonhosted.org/packages/6d/3a/22ce888971b0f73a22a49665839d87bdf3031bae08e9b710cde51cb7164c/sedpack-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5dab143c7e1aba179615cdb07942cee569f3ff4a40ba2f9b40bb36918bae1fd4",
                "md5": "39427bb8749c3b8980af54a611c93e3f",
                "sha256": "35b1efa7dc12199e1264fe3b78fa182f0016e5ad1bd1bb6f9b329afe2cb2db25"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "39427bb8749c3b8980af54a611c93e3f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 793635,
            "upload_time": "2025-02-03T14:03:46",
            "upload_time_iso_8601": "2025-02-03T14:03:46.230253Z",
            "url": "https://files.pythonhosted.org/packages/5d/ab/143c7e1aba179615cdb07942cee569f3ff4a40ba2f9b40bb36918bae1fd4/sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a966d83e3908b0d0e25335c9e241ef797473dac89d552ab9cd0f9a42fe4dc8dd",
                "md5": "86bad4054cdc0b7bf8513fff348771de",
                "sha256": "d473324dc402a47a04bcbd0de894cc42aa3e626c2585b104575433ac5e9381a3"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "86bad4054cdc0b7bf8513fff348771de",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 866564,
            "upload_time": "2025-02-03T14:03:55",
            "upload_time_iso_8601": "2025-02-03T14:03:55.607086Z",
            "url": "https://files.pythonhosted.org/packages/a9/66/d83e3908b0d0e25335c9e241ef797473dac89d552ab9cd0f9a42fe4dc8dd/sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f02da969045ca604ae7c09b8044fdc7c6048232221504ff51a6c20e18ab12af",
                "md5": "6a4dd2c86b70d2ceb91160e721d114ec",
                "sha256": "c483c5289151859f8d21ab7270922439ee251861e7a4a04a3bc8a7a20b0d0db0"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6a4dd2c86b70d2ceb91160e721d114ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 835163,
            "upload_time": "2025-02-03T14:04:06",
            "upload_time_iso_8601": "2025-02-03T14:04:06.623974Z",
            "url": "https://files.pythonhosted.org/packages/1f/02/da969045ca604ae7c09b8044fdc7c6048232221504ff51a6c20e18ab12af/sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6df6065a7a0a9d6ca6c628061b21fece2f61f8cd86f1116f7a9d30d8b4c75254",
                "md5": "1de589b0ff94e34252b0d2a2fa87a6c1",
                "sha256": "1fda6fd8e226441ae594003208f128743dac81eea19af3079ee9953d1b5d94d8"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1de589b0ff94e34252b0d2a2fa87a6c1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 820866,
            "upload_time": "2025-02-03T14:04:18",
            "upload_time_iso_8601": "2025-02-03T14:04:18.988940Z",
            "url": "https://files.pythonhosted.org/packages/6d/f6/065a7a0a9d6ca6c628061b21fece2f61f8cd86f1116f7a9d30d8b4c75254/sedpack-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3db91697549757759ba45027cf37360e8c2b2c7430bc666b22b468d2a53a154",
                "md5": "0bbdd6eea63bcb831de804042934057c",
                "sha256": "c768035a855fa7f2578424da7a9d155f9065d4caf926b5836bd69fe558d8eb64"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0bbdd6eea63bcb831de804042934057c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 53606,
            "upload_time": "2025-02-03T14:04:20",
            "upload_time_iso_8601": "2025-02-03T14:04:20.285157Z",
            "url": "https://files.pythonhosted.org/packages/b3/db/91697549757759ba45027cf37360e8c2b2c7430bc666b22b468d2a53a154/sedpack-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 14:04:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "sedpack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "test_requirements": [
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "mypy",
            "specs": []
        },
        {
            "name": "perfCounters",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "types-aiofiles",
            "specs": []
        },
        {
            "name": "types-tensorflow",
            "specs": []
        },
        {
            "name": "types-tqdm",
            "specs": []
        }
    ],
    "lcname": "sedpack"
}
        
Elapsed time: 0.94448s