sedpack


Namesedpack JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryGeneral ML dataset package
upload_time2024-12-02 16:11:57
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 requirements.in --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/13/85/8f142ad5f9a2380f35bf1cfcd8c29b967ed9e0f481a1b970080c9c8d194b/sedpack-0.1.0.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 requirements.in --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.0",
    "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": "0a69c8c686874d27883f920a336cf2402ff4bc5d31e0d6deb3c1d25452f6760f",
                "md5": "e5d490921957490097faeda1623cac9e",
                "sha256": "6f6256d16998170a8bfe082e9489c126bc58a392cda0fa375d92ef2b98a5601f"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e5d490921957490097faeda1623cac9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 468154,
            "upload_time": "2024-12-02T16:11:30",
            "upload_time_iso_8601": "2024-12-02T16:11:30.051931Z",
            "url": "https://files.pythonhosted.org/packages/0a/69/c8c686874d27883f920a336cf2402ff4bc5d31e0d6deb3c1d25452f6760f/sedpack-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9233827537a51b6da69562883493395d411c9e29cb81d78dbd9c635c88f172b",
                "md5": "1491728965dd973e54ef77cc9a657268",
                "sha256": "5153e13e7d23760ee83c710a502446c9d9060f7fc05aeea14d758dc35d33f1b8"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1491728965dd973e54ef77cc9a657268",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 511427,
            "upload_time": "2024-12-02T16:11:40",
            "upload_time_iso_8601": "2024-12-02T16:11:40.078687Z",
            "url": "https://files.pythonhosted.org/packages/e9/23/3827537a51b6da69562883493395d411c9e29cb81d78dbd9c635c88f172b/sedpack-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ae008583d6bdca5ed7381880ea7ffb6dcea9efb448643cd28c9f2ba2acb029d",
                "md5": "a9de7e49acf33c3a81aaeefa7040ccd0",
                "sha256": "7a638367e0c80d48b6e4f48e3de45e7f7bfbe2d40a5e913a67cc8d20f7820f16"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9de7e49acf33c3a81aaeefa7040ccd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 484412,
            "upload_time": "2024-12-02T16:11:49",
            "upload_time_iso_8601": "2024-12-02T16:11:49.769968Z",
            "url": "https://files.pythonhosted.org/packages/0a/e0/08583d6bdca5ed7381880ea7ffb6dcea9efb448643cd28c9f2ba2acb029d/sedpack-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b42c19cf9c3413bf277c816341be0f5560166702b12edb257ac83341913efcc",
                "md5": "f494e6e1e8d265fe1c7a1a8c87fdd80a",
                "sha256": "123a2d9c1b80acde02dd0e8877c0015e0f42e75b1f27e0d6ed4fc5e6da822a0b"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f494e6e1e8d265fe1c7a1a8c87fdd80a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 468155,
            "upload_time": "2024-12-02T16:11:32",
            "upload_time_iso_8601": "2024-12-02T16:11:32.413478Z",
            "url": "https://files.pythonhosted.org/packages/4b/42/c19cf9c3413bf277c816341be0f5560166702b12edb257ac83341913efcc/sedpack-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e3e5525c73d892eec337ce9e88ab63195561e9a66ab2108ce679a4a5923b03a",
                "md5": "1e14fcf9cc7ed1d3d06032d89946f22e",
                "sha256": "de5f5d9dfed797de92db7d1bf1dee644c00987e2a5b35997d035df2660cf000d"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1e14fcf9cc7ed1d3d06032d89946f22e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 511646,
            "upload_time": "2024-12-02T16:11:41",
            "upload_time_iso_8601": "2024-12-02T16:11:41.353126Z",
            "url": "https://files.pythonhosted.org/packages/2e/3e/5525c73d892eec337ce9e88ab63195561e9a66ab2108ce679a4a5923b03a/sedpack-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c8de407c909b22e574b2d069f85996dadc256cd80bf5fcc5f28dadf731d189a",
                "md5": "27826cb4715217d3fcf9950ebc97fe32",
                "sha256": "0645000189c0fe07007bf5f491b2882fa3ce348a2586677d8757e32f081ed319"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27826cb4715217d3fcf9950ebc97fe32",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 484254,
            "upload_time": "2024-12-02T16:11:51",
            "upload_time_iso_8601": "2024-12-02T16:11:51.157490Z",
            "url": "https://files.pythonhosted.org/packages/5c/8d/e407c909b22e574b2d069f85996dadc256cd80bf5fcc5f28dadf731d189a/sedpack-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f204ab0632234726eccf7a7adbb80b32a1623f2e7af195bd6a7c0b12b8321f1",
                "md5": "089bbc57be6910547f453bc37d518412",
                "sha256": "c0a71fec69edfbb9a1bba72dc55c8bbd73e52c12094df638815c448d03bebda6"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "089bbc57be6910547f453bc37d518412",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 468155,
            "upload_time": "2024-12-02T16:11:34",
            "upload_time_iso_8601": "2024-12-02T16:11:34.262038Z",
            "url": "https://files.pythonhosted.org/packages/2f/20/4ab0632234726eccf7a7adbb80b32a1623f2e7af195bd6a7c0b12b8321f1/sedpack-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64536d03127a0df72cb9d03d9958049bef7306794693549234ecedb7b453ebdb",
                "md5": "fd928250a22380109142e0f5f4be02e0",
                "sha256": "987e5b08455400e4f2f025b56f320fb5695d06ab12894c801b1fa55eddf15481"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fd928250a22380109142e0f5f4be02e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 510838,
            "upload_time": "2024-12-02T16:11:42",
            "upload_time_iso_8601": "2024-12-02T16:11:42.712334Z",
            "url": "https://files.pythonhosted.org/packages/64/53/6d03127a0df72cb9d03d9958049bef7306794693549234ecedb7b453ebdb/sedpack-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7929c1d9eb44a2fb225acd42871701c0a0fa9534dd231a60ea981464b7de4c39",
                "md5": "97fb5fa436a3f0a8985d1910659c3551",
                "sha256": "9b9c6f41ae653dcefb4b7b3d69ce3fb387ec342b3b5f762150ec60960913df14"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "97fb5fa436a3f0a8985d1910659c3551",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 483186,
            "upload_time": "2024-12-02T16:11:52",
            "upload_time_iso_8601": "2024-12-02T16:11:52.509673Z",
            "url": "https://files.pythonhosted.org/packages/79/29/c1d9eb44a2fb225acd42871701c0a0fa9534dd231a60ea981464b7de4c39/sedpack-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0e8e89fbf6d1bc131a98295eada7cbf4f5a46c24f365f2ff81924c1afd978c4",
                "md5": "316c52978495650d1852744f4dd48f79",
                "sha256": "4b429054b003028c55c726cfddc71f907bb471a1d40fbef902b85793474f6662"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "316c52978495650d1852744f4dd48f79",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 468157,
            "upload_time": "2024-12-02T16:11:36",
            "upload_time_iso_8601": "2024-12-02T16:11:36.008728Z",
            "url": "https://files.pythonhosted.org/packages/e0/e8/e89fbf6d1bc131a98295eada7cbf4f5a46c24f365f2ff81924c1afd978c4/sedpack-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "487e7ef44925415b6e724cf1ec2be6b3095ba094886e1b3f26e9a232a9567058",
                "md5": "e69c0c1083ef2e80b15eab93043c46e5",
                "sha256": "1368b6e060b2eba462ca88377d686941a57d716b5dbc68a429c80d99e51f486e"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e69c0c1083ef2e80b15eab93043c46e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 510199,
            "upload_time": "2024-12-02T16:11:45",
            "upload_time_iso_8601": "2024-12-02T16:11:45.412825Z",
            "url": "https://files.pythonhosted.org/packages/48/7e/7ef44925415b6e724cf1ec2be6b3095ba094886e1b3f26e9a232a9567058/sedpack-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6901b34deb2be07a6b5cbe2f9a039dbb3ef22aef4d41112e3d723759fe144ce9",
                "md5": "374690fe69051b17c04097b079fd8aca",
                "sha256": "2aee2736ff730914da91b9dcfad72fe5089b27d23caaac316482c4d508bd2508"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "374690fe69051b17c04097b079fd8aca",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 483252,
            "upload_time": "2024-12-02T16:11:55",
            "upload_time_iso_8601": "2024-12-02T16:11:55.534637Z",
            "url": "https://files.pythonhosted.org/packages/69/01/b34deb2be07a6b5cbe2f9a039dbb3ef22aef4d41112e3d723759fe144ce9/sedpack-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f93371ac4ecde5f6b2b9633b2ef905f7641afc5e2bb4df2fb18d60bcca32ceca",
                "md5": "920142f7639257943712261b77e4ecda",
                "sha256": "81e085bac65eb27d8c386a5ad1a99541c7d1689cc6f7329d819c7a063068b52e"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "920142f7639257943712261b77e4ecda",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 468158,
            "upload_time": "2024-12-02T16:11:37",
            "upload_time_iso_8601": "2024-12-02T16:11:37.490577Z",
            "url": "https://files.pythonhosted.org/packages/f9/33/71ac4ecde5f6b2b9633b2ef905f7641afc5e2bb4df2fb18d60bcca32ceca/sedpack-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0408745846633bde13509aaae45b835a04e4380ec5e7560e0ca73ba3cc16eb7",
                "md5": "6999629a035b7e3cb408646216ccf9cf",
                "sha256": "336bbad4ed7f403dc4dc7bfb1d841790c83189dbebd73f007e0dacb65c359dee"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6999629a035b7e3cb408646216ccf9cf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 468881,
            "upload_time": "2024-12-02T16:11:38",
            "upload_time_iso_8601": "2024-12-02T16:11:38.777925Z",
            "url": "https://files.pythonhosted.org/packages/e0/40/8745846633bde13509aaae45b835a04e4380ec5e7560e0ca73ba3cc16eb7/sedpack-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "291f8f5af494228f1cb50b9b4014cb3346d2407c40a9969fa4907a8f4264dead",
                "md5": "cd5d8efa988e07481c5ac3a26b5f687d",
                "sha256": "fd7455953c3023d07ec2930b552721e7df3e6b9497b67fc21e30e108ddf52236"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cd5d8efa988e07481c5ac3a26b5f687d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 511849,
            "upload_time": "2024-12-02T16:11:48",
            "upload_time_iso_8601": "2024-12-02T16:11:48.425613Z",
            "url": "https://files.pythonhosted.org/packages/29/1f/8f5af494228f1cb50b9b4014cb3346d2407c40a9969fa4907a8f4264dead/sedpack-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48abf485625028210aa4f8dcbb6ffe80745ab8a5ad7d0d1787fd504b773ec10a",
                "md5": "dfc9522022cf7ded77070168257a612b",
                "sha256": "31033b475b4b1eb49978edb2ef500b63a0fef3550d6310feecfb4729489757e5"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dfc9522022cf7ded77070168257a612b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 485564,
            "upload_time": "2024-12-02T16:11:56",
            "upload_time_iso_8601": "2024-12-02T16:11:56.737297Z",
            "url": "https://files.pythonhosted.org/packages/48/ab/f485625028210aa4f8dcbb6ffe80745ab8a5ad7d0d1787fd504b773ec10a/sedpack-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13858f142ad5f9a2380f35bf1cfcd8c29b967ed9e0f481a1b970080c9c8d194b",
                "md5": "39f04421950eeef6590bcc3bd130ca8e",
                "sha256": "0c0d4efe7fb19abc276122686309caa30f8bd9227f52e20794481575ed7f63c8"
            },
            "downloads": -1,
            "filename": "sedpack-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "39f04421950eeef6590bcc3bd130ca8e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 52961,
            "upload_time": "2024-12-02T16:11:57",
            "upload_time_iso_8601": "2024-12-02T16:11:57.906762Z",
            "url": "https://files.pythonhosted.org/packages/13/85/8f142ad5f9a2380f35bf1cfcd8c29b967ed9e0f481a1b970080c9c8d194b/sedpack-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 16:11:57",
    "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.58829s