pcodec


Namepcodec JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryGood compression for numerical sequences
upload_time2024-02-04 05:30:10
maintainerNone
docs_urlNone
authorNone
requires_python
licenseApache-2.0
keywords compression numerical
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Crates.io][crates-badge]][crates-url]

[crates-badge]: https://img.shields.io/pypi/v/pcodec.svg
[crates-url]: https://pypi.org/project/pcodec/

# Pcodec Python API

Pcodec is a codec for numerical sequences. Example usage:

```python
>>> from pcodec import standalone, ChunkConfig
>>> import numpy as np
>>> 
>>> np.random.seed(0)
>>> nums = np.random.normal(size=1000000)
>>> 
>>> # compress
>>> compressed = standalone.simple_compress(nums, ChunkConfig())
>>> print(f'compressed to {len(compressed)} bytes')
compressed to 6946316 bytes
>>> 
>>> # decompress
>>> recovered = standalone.simple_decompress(compressed)
>>> 
>>> np.testing.assert_array_equal(recovered, nums)

```

For pcodec's uses, design, and benchmarks, [see the main repo](https://github.com/mwlon/pcodec).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pcodec",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": null,
    "keywords": "compression,numerical",
    "author": null,
    "author_email": "mwlon <m.w.loncaric@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d9/da/8f53d5cdd5c34b29071ed81a6c600431fad7e3a385a49983cc2dac5d4c72/pcodec-0.1.0.tar.gz",
    "platform": null,
    "description": "[![Crates.io][crates-badge]][crates-url]\n\n[crates-badge]: https://img.shields.io/pypi/v/pcodec.svg\n[crates-url]: https://pypi.org/project/pcodec/\n\n# Pcodec Python API\n\nPcodec is a codec for numerical sequences. Example usage:\n\n```python\n>>> from pcodec import standalone, ChunkConfig\n>>> import numpy as np\n>>> \n>>> np.random.seed(0)\n>>> nums = np.random.normal(size=1000000)\n>>> \n>>> # compress\n>>> compressed = standalone.simple_compress(nums, ChunkConfig())\n>>> print(f'compressed to {len(compressed)} bytes')\ncompressed to 6946316 bytes\n>>> \n>>> # decompress\n>>> recovered = standalone.simple_decompress(compressed)\n>>> \n>>> np.testing.assert_array_equal(recovered, nums)\n\n```\n\nFor pcodec's uses, design, and benchmarks, [see the main repo](https://github.com/mwlon/pcodec).\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Good compression for numerical sequences",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://github.com/mwlon/pcodec"
    },
    "split_keywords": [
        "compression",
        "numerical"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4f4367f2ec63c204406ad4afeee969bf541e0dff38a2477dc46894bb1e35361",
                "md5": "40baa7bd2d22bac5fbbc57fc5822af52",
                "sha256": "e1c36c8a533369e083ee811bd4d6d088a5af716898bbd500ab78e80467a9d713"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "40baa7bd2d22bac5fbbc57fc5822af52",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 484862,
            "upload_time": "2024-02-04T05:27:57",
            "upload_time_iso_8601": "2024-02-04T05:27:57.360399Z",
            "url": "https://files.pythonhosted.org/packages/a4/f4/367f2ec63c204406ad4afeee969bf541e0dff38a2477dc46894bb1e35361/pcodec-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "936856db119fd72c2307a6f68fc5a98714314027481abfc0cac21d30af98a24d",
                "md5": "65f893ebe8f7c811b84d08aad03a8e59",
                "sha256": "47aac5b36450e6cdadfbae8979c96e6dac183a45e9d247ce221db5017cf02763"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "65f893ebe8f7c811b84d08aad03a8e59",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 441799,
            "upload_time": "2024-02-04T05:27:59",
            "upload_time_iso_8601": "2024-02-04T05:27:59.488214Z",
            "url": "https://files.pythonhosted.org/packages/93/68/56db119fd72c2307a6f68fc5a98714314027481abfc0cac21d30af98a24d/pcodec-0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9be27df6f3c49fb7d59165bbc4c8aad5bda537ed1a038b852b9d4729b0f896ac",
                "md5": "1095e8a76fe106c54194939c278cfd66",
                "sha256": "d4da4b8283a81c0906c1d165698426044423bb91ff5425b4b0fb47a7970ff15c"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1095e8a76fe106c54194939c278cfd66",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1299520,
            "upload_time": "2024-02-04T05:28:02",
            "upload_time_iso_8601": "2024-02-04T05:28:02.337008Z",
            "url": "https://files.pythonhosted.org/packages/9b/e2/7df6f3c49fb7d59165bbc4c8aad5bda537ed1a038b852b9d4729b0f896ac/pcodec-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3199c2b1f7f36599f444795105ff179e103fc674b448ee7d35280faab89fd6e4",
                "md5": "0c6673f3c01a43efd23bf34d831f62b8",
                "sha256": "fcb41e7671544a3f5dcc4f5e1da98d29752e9443f8a6c893d689a97fff558884"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0c6673f3c01a43efd23bf34d831f62b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1326841,
            "upload_time": "2024-02-04T05:28:04",
            "upload_time_iso_8601": "2024-02-04T05:28:04.962567Z",
            "url": "https://files.pythonhosted.org/packages/31/99/c2b1f7f36599f444795105ff179e103fc674b448ee7d35280faab89fd6e4/pcodec-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "436f2cb9444ed4d57d783bc950e74cecab84d58c9d1aae628c0f22c4ba385fcd",
                "md5": "123c95179c5f2b197a279a8f59bac0a4",
                "sha256": "9a0c8d3cb9cbe19d037e79d1b6840a556499e3ff3c2558c13e0410071bf483f7"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "123c95179c5f2b197a279a8f59bac0a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1336259,
            "upload_time": "2024-02-04T05:28:06",
            "upload_time_iso_8601": "2024-02-04T05:28:06.796677Z",
            "url": "https://files.pythonhosted.org/packages/43/6f/2cb9444ed4d57d783bc950e74cecab84d58c9d1aae628c0f22c4ba385fcd/pcodec-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": "d6774065a7bf062869c8cff43ebb095905b2fe02e4d69a23684b5b137d062a5e",
                "md5": "a7acec85ae680a59dc0da7493686d94a",
                "sha256": "482fbcf43ad93e3296bbb15c585e78910e47d6d6dd49eb387c10b57b150a46b6"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "a7acec85ae680a59dc0da7493686d94a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1377020,
            "upload_time": "2024-02-04T05:28:09",
            "upload_time_iso_8601": "2024-02-04T05:28:09.337837Z",
            "url": "https://files.pythonhosted.org/packages/d6/77/4065a7bf062869c8cff43ebb095905b2fe02e4d69a23684b5b137d062a5e/pcodec-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "021f7b33db4a483631f63aea18105215e804263d1c694adddd9c89d7f67f566f",
                "md5": "cbc2418706d961ad41bba859f7cc6c49",
                "sha256": "2928c0c898f5fd172c063ae25605abc73fe0b2ceb40f13ede898c649df1f8f21"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "cbc2418706d961ad41bba859f7cc6c49",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 320420,
            "upload_time": "2024-02-04T05:28:11",
            "upload_time_iso_8601": "2024-02-04T05:28:11.935290Z",
            "url": "https://files.pythonhosted.org/packages/02/1f/7b33db4a483631f63aea18105215e804263d1c694adddd9c89d7f67f566f/pcodec-0.1.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcc5c9aa54dd9507864e13173775b0e933313baaeae906176f0e1684537dc8e4",
                "md5": "7da0a48ff7d40d1ebb19a54362b709a5",
                "sha256": "436499f475b59dd0da6c3b35a201fe376c26dc083aeea440193df8b522350124"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7da0a48ff7d40d1ebb19a54362b709a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 335882,
            "upload_time": "2024-02-04T05:28:14",
            "upload_time_iso_8601": "2024-02-04T05:28:14.311156Z",
            "url": "https://files.pythonhosted.org/packages/dc/c5/c9aa54dd9507864e13173775b0e933313baaeae906176f0e1684537dc8e4/pcodec-0.1.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0dfc3f63ca8253f419b35746ae3bca5ce4238876c2045fb8f208d1a285303d0c",
                "md5": "527eeabd0b2285015080f0c08581f47f",
                "sha256": "80c35e60aaec62a74cb4a172b4514374fb86bc5c86c9be2ece7266a839eb5a3b"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "527eeabd0b2285015080f0c08581f47f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 484784,
            "upload_time": "2024-02-04T05:28:17",
            "upload_time_iso_8601": "2024-02-04T05:28:17.280658Z",
            "url": "https://files.pythonhosted.org/packages/0d/fc/3f63ca8253f419b35746ae3bca5ce4238876c2045fb8f208d1a285303d0c/pcodec-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55ccbb755edbcbbf5994742e41eb3eaf66cfa36d5adf052f5afe63dbf3b60978",
                "md5": "cab2b91971561b6b5502ecef96045e33",
                "sha256": "4bae4937328926e327c1d826bc78e3a115d17b7a4dafa91e0b0cab9132b52835"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cab2b91971561b6b5502ecef96045e33",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 442107,
            "upload_time": "2024-02-04T05:28:19",
            "upload_time_iso_8601": "2024-02-04T05:28:19.121938Z",
            "url": "https://files.pythonhosted.org/packages/55/cc/bb755edbcbbf5994742e41eb3eaf66cfa36d5adf052f5afe63dbf3b60978/pcodec-0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9da4ed528de1965d76ee70ca62d394918f4c14fd486b4010279d9af4965618a5",
                "md5": "c230b6a977b8cb52e6879dba19338788",
                "sha256": "d77de517409797acb6d82cc2b8d984da1f7b9503c8c80895ce1a191e7bf7f3d5"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c230b6a977b8cb52e6879dba19338788",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1299854,
            "upload_time": "2024-02-04T05:28:21",
            "upload_time_iso_8601": "2024-02-04T05:28:21.226801Z",
            "url": "https://files.pythonhosted.org/packages/9d/a4/ed528de1965d76ee70ca62d394918f4c14fd486b4010279d9af4965618a5/pcodec-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "032af7b575fde8586b4279cb2220d4c279b74deebdea4fe913e61d2d57437f1e",
                "md5": "344909106a3ba5898811e1af3cf172b3",
                "sha256": "09a7a419054c5bd09ad98f081b1e709e9de7d98fc25ec5314d768cb51f2b5e7a"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "344909106a3ba5898811e1af3cf172b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1327358,
            "upload_time": "2024-02-04T05:28:23",
            "upload_time_iso_8601": "2024-02-04T05:28:23.291066Z",
            "url": "https://files.pythonhosted.org/packages/03/2a/f7b575fde8586b4279cb2220d4c279b74deebdea4fe913e61d2d57437f1e/pcodec-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0dd7ec1086b0be67034191fb26e1d53e1a79589c7aba46c339d58acd2c2a726",
                "md5": "c1ae3da62c865711315c116f5b868f8e",
                "sha256": "29cd27d8988a102d2472a2f28c63a7913e942001c5f4abce8458b6b5dcac1c58"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c1ae3da62c865711315c116f5b868f8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1336429,
            "upload_time": "2024-02-04T05:28:25",
            "upload_time_iso_8601": "2024-02-04T05:28:25.262229Z",
            "url": "https://files.pythonhosted.org/packages/c0/dd/7ec1086b0be67034191fb26e1d53e1a79589c7aba46c339d58acd2c2a726/pcodec-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": "540bdb2bf029d0da942b3def5c4785ea0358e82d3983e95028c0f0e6053e8d93",
                "md5": "ff1defdf2cc688dd05b95810dbe8c964",
                "sha256": "40b6104ebf7c8df092d1889270ecb3ea701156db2c7e10768fce8dce59601e62"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ff1defdf2cc688dd05b95810dbe8c964",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1377359,
            "upload_time": "2024-02-04T05:28:27",
            "upload_time_iso_8601": "2024-02-04T05:28:27.413334Z",
            "url": "https://files.pythonhosted.org/packages/54/0b/db2bf029d0da942b3def5c4785ea0358e82d3983e95028c0f0e6053e8d93/pcodec-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05453a17fcf1082c70c034b5156e14c7f5d0ff155edb4324646e37b589eafc2a",
                "md5": "437f457321e124f88223906dc48ad6b6",
                "sha256": "6cf6c5fcd80dbeca7a4610fbd89e9a40024e07155a92577de39b7a694c51b9c4"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "437f457321e124f88223906dc48ad6b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 320313,
            "upload_time": "2024-02-04T05:28:29",
            "upload_time_iso_8601": "2024-02-04T05:28:29.975300Z",
            "url": "https://files.pythonhosted.org/packages/05/45/3a17fcf1082c70c034b5156e14c7f5d0ff155edb4324646e37b589eafc2a/pcodec-0.1.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93b498daf7dbee4cdcab074f340162f744156cb835d39dc1605c204f80d1143f",
                "md5": "5f510e5f7d291d8569c077205facb926",
                "sha256": "41da5c5415597f944921273f95cf72830aaaf809144c3b5b3fe285b1e893b972"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5f510e5f7d291d8569c077205facb926",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 335652,
            "upload_time": "2024-02-04T05:28:32",
            "upload_time_iso_8601": "2024-02-04T05:28:32.503956Z",
            "url": "https://files.pythonhosted.org/packages/93/b4/98daf7dbee4cdcab074f340162f744156cb835d39dc1605c204f80d1143f/pcodec-0.1.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0576bd010aa5d5daea52ae0692795602563a458e1800d79c4fcc3ebe2512caa9",
                "md5": "e1bbb7b00c14520f18219c8fdd4e9a48",
                "sha256": "3c8e83f585dd00093a7b099c541df3a5147d05fa91dcea5ef04eafb37b1a0a36"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1bbb7b00c14520f18219c8fdd4e9a48",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 486229,
            "upload_time": "2024-02-04T05:28:34",
            "upload_time_iso_8601": "2024-02-04T05:28:34.713157Z",
            "url": "https://files.pythonhosted.org/packages/05/76/bd010aa5d5daea52ae0692795602563a458e1800d79c4fcc3ebe2512caa9/pcodec-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c9b9c45d0b0c33be3d822587038d88172cfc262c622e1ead49c2043a38192da",
                "md5": "18d92574b9ee24336eebed3326a41f74",
                "sha256": "4eed9807f75cf3c54f70b93272d443dd68f8dedee9895ab88f8c68364b120fc1"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "18d92574b9ee24336eebed3326a41f74",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 440052,
            "upload_time": "2024-02-04T05:28:37",
            "upload_time_iso_8601": "2024-02-04T05:28:37.053795Z",
            "url": "https://files.pythonhosted.org/packages/1c/9b/9c45d0b0c33be3d822587038d88172cfc262c622e1ead49c2043a38192da/pcodec-0.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbe729be9bfb833fc6d3f2d9c987d546acb93c492c2d1ad8f419708d0f2f43f1",
                "md5": "a0fa29ecd0b16d0ef28d9c7e759e2e81",
                "sha256": "1cbfbbe060e53b677eb36725645ba8beb95687cf360a769a36d0cc28fd9aaf73"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0fa29ecd0b16d0ef28d9c7e759e2e81",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1298902,
            "upload_time": "2024-02-04T05:28:39",
            "upload_time_iso_8601": "2024-02-04T05:28:39.010870Z",
            "url": "https://files.pythonhosted.org/packages/db/e7/29be9bfb833fc6d3f2d9c987d546acb93c492c2d1ad8f419708d0f2f43f1/pcodec-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0770aa368497bb0f2bfcccb2e88602b6c901ada04a14462b0bf156426f3d2c11",
                "md5": "f02eb6cd842c8e67c6842b791fa081d3",
                "sha256": "3b60d4d1c4047f482e2a93d175b47da01e3e2299a53257778da9cd4143bb9de1"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f02eb6cd842c8e67c6842b791fa081d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1326589,
            "upload_time": "2024-02-04T05:28:40",
            "upload_time_iso_8601": "2024-02-04T05:28:40.882965Z",
            "url": "https://files.pythonhosted.org/packages/07/70/aa368497bb0f2bfcccb2e88602b6c901ada04a14462b0bf156426f3d2c11/pcodec-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ddedb68d7df6c5214cff1317882d491d4feff439bded3454e6fb0472dee564c4",
                "md5": "3ef519cac7787e1563903a0a22905b38",
                "sha256": "3656a6f47cecb3510daa199064a651263e0632fa10c71f211646ecb4867e71fd"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3ef519cac7787e1563903a0a22905b38",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1334094,
            "upload_time": "2024-02-04T05:28:43",
            "upload_time_iso_8601": "2024-02-04T05:28:43.017173Z",
            "url": "https://files.pythonhosted.org/packages/dd/ed/b68d7df6c5214cff1317882d491d4feff439bded3454e6fb0472dee564c4/pcodec-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": "9154d3b999debaca4d1b65a77ba4a02f67b525978186bf69dfc58249ab11de3a",
                "md5": "208d57572d06a7bdd5b232fce08d4e38",
                "sha256": "20d6233f28388a6dda74912006307d8afef1c6ec6442827472b6073d4a71902c"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "208d57572d06a7bdd5b232fce08d4e38",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1379385,
            "upload_time": "2024-02-04T05:28:45",
            "upload_time_iso_8601": "2024-02-04T05:28:45.255094Z",
            "url": "https://files.pythonhosted.org/packages/91/54/d3b999debaca4d1b65a77ba4a02f67b525978186bf69dfc58249ab11de3a/pcodec-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3ce0f67ae59a89ea34681d96433912d0fece343fbb98285329887d68c35c5e8",
                "md5": "a55836fd4d4efb8dc8eb7bd5f1129367",
                "sha256": "3fcaedc1c72f1871be096c2bc2ccf2021f021065213562da393fe40de5faf10f"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a55836fd4d4efb8dc8eb7bd5f1129367",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 318702,
            "upload_time": "2024-02-04T05:28:47",
            "upload_time_iso_8601": "2024-02-04T05:28:47.645070Z",
            "url": "https://files.pythonhosted.org/packages/f3/ce/0f67ae59a89ea34681d96433912d0fece343fbb98285329887d68c35c5e8/pcodec-0.1.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74e37311425236c295ce8f69716391a6b2b1a9e5fb68c10143c35edc3dedbefd",
                "md5": "874c51afa11b4008e987a7da313b04ef",
                "sha256": "2f19dbffa4e76ff7a87a9224f060c81d78aa790917ba482966f69920964878ff"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "874c51afa11b4008e987a7da313b04ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 334282,
            "upload_time": "2024-02-04T05:28:49",
            "upload_time_iso_8601": "2024-02-04T05:28:49.341650Z",
            "url": "https://files.pythonhosted.org/packages/74/e3/7311425236c295ce8f69716391a6b2b1a9e5fb68c10143c35edc3dedbefd/pcodec-0.1.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "778bd3e1f100cda2f692b44273c684c3d97655a468f37e0f4b7a5aae75b92111",
                "md5": "91d89431a8a21d34ae843b161aa2d4ad",
                "sha256": "26a016b5e210a805e22d262fe723162f9fd56f4302dce45ba163106c20eea527"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "91d89431a8a21d34ae843b161aa2d4ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 1298902,
            "upload_time": "2024-02-04T05:28:51",
            "upload_time_iso_8601": "2024-02-04T05:28:51.142033Z",
            "url": "https://files.pythonhosted.org/packages/77/8b/d3e1f100cda2f692b44273c684c3d97655a468f37e0f4b7a5aae75b92111/pcodec-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88bc8ac2863ca3f174eb5d05929cd9bb75a0de74548a6939597d3c6177555f9a",
                "md5": "be34ca97bdf81968d652e96c36d1f801",
                "sha256": "a9ad92ac734458fdc58ede9e7303d9dc7e3f2e5c8da9167ef8f854c29fd2bb88"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "be34ca97bdf81968d652e96c36d1f801",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 1326590,
            "upload_time": "2024-02-04T05:28:53",
            "upload_time_iso_8601": "2024-02-04T05:28:53.220165Z",
            "url": "https://files.pythonhosted.org/packages/88/bc/8ac2863ca3f174eb5d05929cd9bb75a0de74548a6939597d3c6177555f9a/pcodec-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ff4bef728601b1837237f325b058c493510b5362c6b448943c270a415ec10e9",
                "md5": "2aed9dfd52e93d85558ea1df8f395b54",
                "sha256": "dab72de7e47a678c043e44fd4708b7cb80887188c3eda4ba8d393a897f3f35f1"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2aed9dfd52e93d85558ea1df8f395b54",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1300456,
            "upload_time": "2024-02-04T05:28:55",
            "upload_time_iso_8601": "2024-02-04T05:28:55.785749Z",
            "url": "https://files.pythonhosted.org/packages/1f/f4/bef728601b1837237f325b058c493510b5362c6b448943c270a415ec10e9/pcodec-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16f7156bac9093ecca715d134a9b28749a4a8d315842b6ec804f7df8bfec9c4d",
                "md5": "bdc0e6ff2c1bc45cff96d973b6714e7c",
                "sha256": "67cfe63a23c9a39d9b755dd613c877848662caaae399ee7e0dea1e9d4605e1c6"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bdc0e6ff2c1bc45cff96d973b6714e7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1327040,
            "upload_time": "2024-02-04T05:28:57",
            "upload_time_iso_8601": "2024-02-04T05:28:57.983484Z",
            "url": "https://files.pythonhosted.org/packages/16/f7/156bac9093ecca715d134a9b28749a4a8d315842b6ec804f7df8bfec9c4d/pcodec-0.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af5e5a54230a7e0182a674ba1b3155ef81d22b9fd96c0fe5ea2dc8b84a49dcf4",
                "md5": "c69c37e6c3044bf1e993518cd6522e92",
                "sha256": "7994da074e61eccb8b6ad3477e7fffaf08ae19f6c33e9b234493c107b9b0eb88"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c69c37e6c3044bf1e993518cd6522e92",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1335744,
            "upload_time": "2024-02-04T05:29:00",
            "upload_time_iso_8601": "2024-02-04T05:29:00.493733Z",
            "url": "https://files.pythonhosted.org/packages/af/5e/5a54230a7e0182a674ba1b3155ef81d22b9fd96c0fe5ea2dc8b84a49dcf4/pcodec-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a15fba7847ad58562e31fd97b218995d68dd7c1217ea0c6c1327d1278bf1659e",
                "md5": "75f36cc8c82f409e3e12020a7d3383af",
                "sha256": "8da687618da582440195f1ef2a2805b2ba3cdd8efd1086d0cf3c9ba91507247f"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "75f36cc8c82f409e3e12020a7d3383af",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 1377663,
            "upload_time": "2024-02-04T05:29:02",
            "upload_time_iso_8601": "2024-02-04T05:29:02.658533Z",
            "url": "https://files.pythonhosted.org/packages/a1/5f/ba7847ad58562e31fd97b218995d68dd7c1217ea0c6c1327d1278bf1659e/pcodec-0.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ca722d8757f252a228cedea7a1869706658a7b0550152e076123fcc65422b1b",
                "md5": "a423081a8ee432edfbc7b14b322d701d",
                "sha256": "06c23e6f86a41cc4fc155303823bf8edf17768cffec57ae3f0e1eafe6cb6f962"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a423081a8ee432edfbc7b14b322d701d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 320215,
            "upload_time": "2024-02-04T05:29:04",
            "upload_time_iso_8601": "2024-02-04T05:29:04.424992Z",
            "url": "https://files.pythonhosted.org/packages/4c/a7/22d8757f252a228cedea7a1869706658a7b0550152e076123fcc65422b1b/pcodec-0.1.0-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea418310cccda65a961d98cc56a576196a1c0d7e567406cf86e650edc55d79ff",
                "md5": "1f9deb1d81bc7afc588d5116947d9eba",
                "sha256": "4864dd359c7bd6de7d06b6e7eefb95d13c550be29fea0b1fc0527a3edd62ca10"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1f9deb1d81bc7afc588d5116947d9eba",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 335391,
            "upload_time": "2024-02-04T05:29:06",
            "upload_time_iso_8601": "2024-02-04T05:29:06.169093Z",
            "url": "https://files.pythonhosted.org/packages/ea/41/8310cccda65a961d98cc56a576196a1c0d7e567406cf86e650edc55d79ff/pcodec-0.1.0-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45ec7636c38e043b46b0598b8795a55e9b7ec98412568fc8e4614bed9aa7a3c7",
                "md5": "8a3d1b9ee2816660b2e4ea2959e33d10",
                "sha256": "97336e67e91a6f3f8e05c858d4468c1c41788822da90a0ef9797780418ff29b5"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8a3d1b9ee2816660b2e4ea2959e33d10",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1300056,
            "upload_time": "2024-02-04T05:29:08",
            "upload_time_iso_8601": "2024-02-04T05:29:08.027845Z",
            "url": "https://files.pythonhosted.org/packages/45/ec/7636c38e043b46b0598b8795a55e9b7ec98412568fc8e4614bed9aa7a3c7/pcodec-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e581efe4da8bc4e60ac3ae2441bcd0ec063eb755b61c6fb67ecdd02e57f5e4d",
                "md5": "9a0cde6e276521b40e6c642cd13de3e7",
                "sha256": "8bebc86fd5ecfd28dd04d1562151f2abc67c0cd72b8ef4b5baea148c8b0692aa"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9a0cde6e276521b40e6c642cd13de3e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1326570,
            "upload_time": "2024-02-04T05:29:10",
            "upload_time_iso_8601": "2024-02-04T05:29:10.027461Z",
            "url": "https://files.pythonhosted.org/packages/9e/58/1efe4da8bc4e60ac3ae2441bcd0ec063eb755b61c6fb67ecdd02e57f5e4d/pcodec-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d3eef46c91132806b01ac3d77e95876f67937f4a411343d01bacad7baad7f10",
                "md5": "dd2f177f536e378ce80acab9b1b01ae8",
                "sha256": "6205b4e55729fdd11a1402a2f552474ae3cb63fc333d17215db2bb13fc2ff2a6"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd2f177f536e378ce80acab9b1b01ae8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1335818,
            "upload_time": "2024-02-04T05:29:12",
            "upload_time_iso_8601": "2024-02-04T05:29:12.588811Z",
            "url": "https://files.pythonhosted.org/packages/8d/3e/ef46c91132806b01ac3d77e95876f67937f4a411343d01bacad7baad7f10/pcodec-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7feddfbc73b89ba5a011086e1eecf23205350706577a21b8730b712ce2e9973f",
                "md5": "28110c61bb7faa605580c472f9b1a16b",
                "sha256": "f0eacc3210f213953fa583c0e1c8b8b3801f41ad44848d6653499591c7b7df93"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "28110c61bb7faa605580c472f9b1a16b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1377217,
            "upload_time": "2024-02-04T05:29:14",
            "upload_time_iso_8601": "2024-02-04T05:29:14.467111Z",
            "url": "https://files.pythonhosted.org/packages/7f/ed/dfbc73b89ba5a011086e1eecf23205350706577a21b8730b712ce2e9973f/pcodec-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f5b72963e9b06f0eda12ed7ef2c938d9e9385239c2998c068fcfdcd2b0635a2",
                "md5": "10dbae1444a0eef6196e447d23bc97b7",
                "sha256": "471058e93a9e32dc415f69846cd07bc42568fd483c0d2baa85e33ea20713ae6a"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "10dbae1444a0eef6196e447d23bc97b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 321064,
            "upload_time": "2024-02-04T05:29:16",
            "upload_time_iso_8601": "2024-02-04T05:29:16.676952Z",
            "url": "https://files.pythonhosted.org/packages/3f/5b/72963e9b06f0eda12ed7ef2c938d9e9385239c2998c068fcfdcd2b0635a2/pcodec-0.1.0-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b799ec896834fab27a4ced432829b42534a23bfa397e85e6c6fc78e807be9a5",
                "md5": "58e21143b9763eeb8899742031160aff",
                "sha256": "bf98f0e5c6e690228f9e108b6ace6754163a5c117a91cb127a42873cf0b262c0"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58e21143b9763eeb8899742031160aff",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 335955,
            "upload_time": "2024-02-04T05:29:18",
            "upload_time_iso_8601": "2024-02-04T05:29:18.269786Z",
            "url": "https://files.pythonhosted.org/packages/3b/79/9ec896834fab27a4ced432829b42534a23bfa397e85e6c6fc78e807be9a5/pcodec-0.1.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c535be4d40295a7415b30a023c17ddc3d8203b0ad1e2998f5ba3e8716989706",
                "md5": "900358c5032d53956e5ac262bb0c919a",
                "sha256": "7fa0f19813f0dfd0c3a536efb5fb1d8433678f24650505cb420eff255a59569e"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "900358c5032d53956e5ac262bb0c919a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1300073,
            "upload_time": "2024-02-04T05:29:20",
            "upload_time_iso_8601": "2024-02-04T05:29:20.090897Z",
            "url": "https://files.pythonhosted.org/packages/1c/53/5be4d40295a7415b30a023c17ddc3d8203b0ad1e2998f5ba3e8716989706/pcodec-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55c67bd305e9299828fe29067f99201b72422145d9766fac65d013ca3e478d0e",
                "md5": "fc99a9ebf36965035116dd6ad9725ab1",
                "sha256": "7e617390888a6dd85dec1681c0fccf95c86a1f57321b4beb1c4ceab284d74b11"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fc99a9ebf36965035116dd6ad9725ab1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1326908,
            "upload_time": "2024-02-04T05:29:22",
            "upload_time_iso_8601": "2024-02-04T05:29:22.005974Z",
            "url": "https://files.pythonhosted.org/packages/55/c6/7bd305e9299828fe29067f99201b72422145d9766fac65d013ca3e478d0e/pcodec-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b42fc988619e816d01bfaecaaed0413bb3b69ccf603b02db200d0b78c1f0e4e",
                "md5": "5c67067051e3a856047a3945ce27b59d",
                "sha256": "e2f9fd8947cf8894b657a270a49b95efe4898b5568eb5ef67892c93c3cb8acea"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c67067051e3a856047a3945ce27b59d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1336858,
            "upload_time": "2024-02-04T05:29:24",
            "upload_time_iso_8601": "2024-02-04T05:29:24.774596Z",
            "url": "https://files.pythonhosted.org/packages/3b/42/fc988619e816d01bfaecaaed0413bb3b69ccf603b02db200d0b78c1f0e4e/pcodec-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb37908eda170d9212825e568fdb74fa01c53868aa32880f44748c3218385ec3",
                "md5": "9e131a7764edeca582354e9aa777ff72",
                "sha256": "3f0432c987e73eedde8bfd8e665fa4f84916d8418bbe96249a44510426dad543"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9e131a7764edeca582354e9aa777ff72",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1377509,
            "upload_time": "2024-02-04T05:29:27",
            "upload_time_iso_8601": "2024-02-04T05:29:27.413578Z",
            "url": "https://files.pythonhosted.org/packages/bb/37/908eda170d9212825e568fdb74fa01c53868aa32880f44748c3218385ec3/pcodec-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff45602e4e29ca9c5ffc34d528c7dbc1318a155c0b698a330d07a69f7dfb4395",
                "md5": "8b0f6646ba67bfcbfedba1d69c30568d",
                "sha256": "6c73f92ee58a036ccd047c391b01ef1bceea783b6e69ce57002b6510c69cd6db"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "8b0f6646ba67bfcbfedba1d69c30568d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 320739,
            "upload_time": "2024-02-04T05:29:29",
            "upload_time_iso_8601": "2024-02-04T05:29:29.902395Z",
            "url": "https://files.pythonhosted.org/packages/ff/45/602e4e29ca9c5ffc34d528c7dbc1318a155c0b698a330d07a69f7dfb4395/pcodec-0.1.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5408db4b432e2e563b510056c3efa88a402c71945556772c8255f94b11cda5d1",
                "md5": "6d83f695517bb6c06803e9b7a1c03a26",
                "sha256": "650778cff85ff3ecd4761b92ebd4415a0efddc442d2b99e2372f345bd34104fc"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6d83f695517bb6c06803e9b7a1c03a26",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 336194,
            "upload_time": "2024-02-04T05:29:32",
            "upload_time_iso_8601": "2024-02-04T05:29:32.439789Z",
            "url": "https://files.pythonhosted.org/packages/54/08/db4b432e2e563b510056c3efa88a402c71945556772c8255f94b11cda5d1/pcodec-0.1.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84567095c03b9333f8cbf5edab8c52c9270c6981f56f6dc7ea0c396a8c8a8bc9",
                "md5": "3536581e2080c5c13edf431bd2edd1cf",
                "sha256": "1f56995fecc9d7cfd9f027e5e6d6c9cce87d2ad919f433d1b5db48b9292e35ce"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3536581e2080c5c13edf431bd2edd1cf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 1300454,
            "upload_time": "2024-02-04T05:29:34",
            "upload_time_iso_8601": "2024-02-04T05:29:34.449448Z",
            "url": "https://files.pythonhosted.org/packages/84/56/7095c03b9333f8cbf5edab8c52c9270c6981f56f6dc7ea0c396a8c8a8bc9/pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e681caa685015e3820f0e3476a10bbe4c30b9cba7d332314be4db969e39ade61",
                "md5": "43611aac5b7f4d468d1e2eddad81add6",
                "sha256": "ea0604aed3a0a26f25a87eb20c5fc079283c293019d617bf5b7516704faa83c4"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "43611aac5b7f4d468d1e2eddad81add6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 1325772,
            "upload_time": "2024-02-04T05:29:37",
            "upload_time_iso_8601": "2024-02-04T05:29:37.720335Z",
            "url": "https://files.pythonhosted.org/packages/e6/81/caa685015e3820f0e3476a10bbe4c30b9cba7d332314be4db969e39ade61/pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aaa116a14a6e3100f74ff047e00a05ef84b824249204b20376f9b2853340fabb",
                "md5": "bacca5d84102c946329f66cb98932d21",
                "sha256": "0bd4b0b435eac3a320418ab79b46058f71e2587bf6ce06261cba21f0c9627d3f"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bacca5d84102c946329f66cb98932d21",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 1336254,
            "upload_time": "2024-02-04T05:29:39",
            "upload_time_iso_8601": "2024-02-04T05:29:39.785210Z",
            "url": "https://files.pythonhosted.org/packages/aa/a1/16a14a6e3100f74ff047e00a05ef84b824249204b20376f9b2853340fabb/pcodec-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": "b1e2d3465aae6431166fcd79172426b79abc0874204ab95c23b1f25d28630b47",
                "md5": "6e9af5df34ecd7231d596f7cfa7f475f",
                "sha256": "a18fd00df944c64b7b4ecf645b424c98f16ecb5663c0c6fb65fd9175e8ca21de"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6e9af5df34ecd7231d596f7cfa7f475f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 1376099,
            "upload_time": "2024-02-04T05:29:41",
            "upload_time_iso_8601": "2024-02-04T05:29:41.896248Z",
            "url": "https://files.pythonhosted.org/packages/b1/e2/d3465aae6431166fcd79172426b79abc0874204ab95c23b1f25d28630b47/pcodec-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b24841ca49adaa96b9fc36c2d9e7a367386187597d4db4795b1c5e5c97b4ad1",
                "md5": "0e21df21ce94cc30b934734901614f8e",
                "sha256": "186b46a743e9f1fc90429415bcef909c57a64a9130dc3fd41ef114f346da3f9a"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0e21df21ce94cc30b934734901614f8e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 1303419,
            "upload_time": "2024-02-04T05:29:44",
            "upload_time_iso_8601": "2024-02-04T05:29:44.437790Z",
            "url": "https://files.pythonhosted.org/packages/8b/24/841ca49adaa96b9fc36c2d9e7a367386187597d4db4795b1c5e5c97b4ad1/pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80b22c5414c03c5d49a409a4fad28a85c63af011da9f3b7c5ff1ee44bb1f745d",
                "md5": "173fdb394bc96cf843ac6900bb42511f",
                "sha256": "4ab6f1edb839754d5b6bfee0ad2935fc30bc032755af5089d72588fdd38ce3e8"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "173fdb394bc96cf843ac6900bb42511f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 1328287,
            "upload_time": "2024-02-04T05:29:47",
            "upload_time_iso_8601": "2024-02-04T05:29:47.012386Z",
            "url": "https://files.pythonhosted.org/packages/80/b2/2c5414c03c5d49a409a4fad28a85c63af011da9f3b7c5ff1ee44bb1f745d/pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3ffc13d254350e42089b95ab9dcf310fb36f8ba39a2708ca38dd184329c0400",
                "md5": "21978fbe0498ee1554e5d01e995d6ef7",
                "sha256": "063a3e1c5fda843237a0c46366f31fa92276ef62327cc1a220029fdb41bd7088"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "21978fbe0498ee1554e5d01e995d6ef7",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 1338331,
            "upload_time": "2024-02-04T05:29:48",
            "upload_time_iso_8601": "2024-02-04T05:29:48.977592Z",
            "url": "https://files.pythonhosted.org/packages/f3/ff/c13d254350e42089b95ab9dcf310fb36f8ba39a2708ca38dd184329c0400/pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a1ccea032642d23032e906fb0b08a673973e0716424cd19ec8de4d7bb2c8105",
                "md5": "9ae2421083df401302c651e738e85d22",
                "sha256": "f9cbe3d260dc38a097430cafaeab84500757ceef4c0af2033fd07a56f19c3fc7"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "9ae2421083df401302c651e738e85d22",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 1379182,
            "upload_time": "2024-02-04T05:29:50",
            "upload_time_iso_8601": "2024-02-04T05:29:50.977231Z",
            "url": "https://files.pythonhosted.org/packages/2a/1c/cea032642d23032e906fb0b08a673973e0716424cd19ec8de4d7bb2c8105/pcodec-0.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "274890724e51bb6428b85305ded0e688645d31fd655f00c4b0487f75431ec4c5",
                "md5": "542df71c29c04c5d794b984c7748d441",
                "sha256": "7c220142f1b027287df1670f2706bde5d2fce131165a2e612784a7d2e791b75b"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "542df71c29c04c5d794b984c7748d441",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 1299600,
            "upload_time": "2024-02-04T05:29:53",
            "upload_time_iso_8601": "2024-02-04T05:29:53.188373Z",
            "url": "https://files.pythonhosted.org/packages/27/48/90724e51bb6428b85305ded0e688645d31fd655f00c4b0487f75431ec4c5/pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c1d853dc14f45655bdcb4cd686ef8e3951951cd22920c55a7367e84c79d54f3",
                "md5": "56e594ecd294f7f04dbfe5158c12cc2e",
                "sha256": "dde564f9ca80acb39cfa731c454c9be845e1ea4641ce5caa119c20f844fff328"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "56e594ecd294f7f04dbfe5158c12cc2e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 1326120,
            "upload_time": "2024-02-04T05:29:55",
            "upload_time_iso_8601": "2024-02-04T05:29:55.446987Z",
            "url": "https://files.pythonhosted.org/packages/0c/1d/853dc14f45655bdcb4cd686ef8e3951951cd22920c55a7367e84c79d54f3/pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "acdab8e2cb2df4594d844fb2f717fb5fcfc84ef6ab6d743208b177cf9559dbde",
                "md5": "1bc4070c33133b731af7e4e88fb63280",
                "sha256": "21a43d077bd0d395d1c100593d6da9a466ed67a65b6e2c24108e7b8a3b807fe6"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1bc4070c33133b731af7e4e88fb63280",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 1334812,
            "upload_time": "2024-02-04T05:29:57",
            "upload_time_iso_8601": "2024-02-04T05:29:57.555250Z",
            "url": "https://files.pythonhosted.org/packages/ac/da/b8e2cb2df4594d844fb2f717fb5fcfc84ef6ab6d743208b177cf9559dbde/pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "784adc5a57e90b3c7679e09fdd156ee0b7c3da79bb264af6235b93d45e9b28d0",
                "md5": "795a008f4c836e1c406349508bf895aa",
                "sha256": "bc0c4f902130fd41fcbf373702d9ee95db3cb2caccced24f1a62091d58e56333"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "795a008f4c836e1c406349508bf895aa",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 1377848,
            "upload_time": "2024-02-04T05:29:59",
            "upload_time_iso_8601": "2024-02-04T05:29:59.505243Z",
            "url": "https://files.pythonhosted.org/packages/78/4a/dc5a57e90b3c7679e09fdd156ee0b7c3da79bb264af6235b93d45e9b28d0/pcodec-0.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b69770ecbcf9e6d32f3b17ae080236ebb6ca8e7120b9103d9420e05f532ec2e7",
                "md5": "980147f4f4a5844622c59b254435a8e4",
                "sha256": "8d2b070acf7b538d328822f1a29113508526377d1088ca2a58a49606c403674d"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "980147f4f4a5844622c59b254435a8e4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 1300465,
            "upload_time": "2024-02-04T05:30:01",
            "upload_time_iso_8601": "2024-02-04T05:30:01.808179Z",
            "url": "https://files.pythonhosted.org/packages/b6/97/70ecbcf9e6d32f3b17ae080236ebb6ca8e7120b9103d9420e05f532ec2e7/pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e0d53eec0ccb87316f9c8619f086dd7d6c465fd2de388210f694d2ed77b71de5",
                "md5": "114ea9123e6a9a6d69e375d023d60727",
                "sha256": "cfc834e11e91f2037bb53587786e6e938cb38d76b5f539839e4e7e3bca1d78b7"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "114ea9123e6a9a6d69e375d023d60727",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 1326037,
            "upload_time": "2024-02-04T05:30:03",
            "upload_time_iso_8601": "2024-02-04T05:30:03.817239Z",
            "url": "https://files.pythonhosted.org/packages/e0/d5/3eec0ccb87316f9c8619f086dd7d6c465fd2de388210f694d2ed77b71de5/pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dab1bc0e05a71e60cdb5bcb0af3dcd810807f81b07db6b03151aaaa5f91d396d",
                "md5": "e6f65895c830131224c712935c88600c",
                "sha256": "c18f7bbf25ef838db68229a0b0f76cad3998c08b4bf77f0f0de9e5875f9967a8"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6f65895c830131224c712935c88600c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 1336260,
            "upload_time": "2024-02-04T05:30:06",
            "upload_time_iso_8601": "2024-02-04T05:30:06.144297Z",
            "url": "https://files.pythonhosted.org/packages/da/b1/bc0e05a71e60cdb5bcb0af3dcd810807f81b07db6b03151aaaa5f91d396d/pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "35e7746d9e3b187609fc512c75d8014e72e00076083df0372473878b0ebfb718",
                "md5": "4cc043b2f7a3f5a6e82f4ed254b2ba0d",
                "sha256": "746285d0b40b8aaa3842b1fcd93bdd09b18779f6a7a9c9d7406b786b77f98f47"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4cc043b2f7a3f5a6e82f4ed254b2ba0d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 1375885,
            "upload_time": "2024-02-04T05:30:08",
            "upload_time_iso_8601": "2024-02-04T05:30:08.766928Z",
            "url": "https://files.pythonhosted.org/packages/35/e7/746d9e3b187609fc512c75d8014e72e00076083df0372473878b0ebfb718/pcodec-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9da8f53d5cdd5c34b29071ed81a6c600431fad7e3a385a49983cc2dac5d4c72",
                "md5": "794c1f697cbc43e189bd461c1e0badc0",
                "sha256": "eb2b495c19f2b7cb1717a67f500847e6a4ff5043bc8af12d46448ad3c8404ae5"
            },
            "downloads": -1,
            "filename": "pcodec-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "794c1f697cbc43e189bd461c1e0badc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 80112,
            "upload_time": "2024-02-04T05:30:10",
            "upload_time_iso_8601": "2024-02-04T05:30:10.863039Z",
            "url": "https://files.pythonhosted.org/packages/d9/da/8f53d5cdd5c34b29071ed81a6c600431fad7e3a385a49983cc2dac5d4c72/pcodec-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 05:30:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mwlon",
    "github_project": "pcodec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pcodec"
}
        
Elapsed time: 0.19320s