Name | pcodec JSON |
Version |
0.3.2
JSON |
| download |
home_page | None |
Summary | Good compression for numerical sequences |
upload_time | 2024-11-23 18:00:16 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | Apache-2.0 |
keywords |
compression
numerical
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div style="text-align:center">
<img alt="Pco logo: a pico-scale, compressed version of the Pyramid of Khafre in the palm of your hand" src="https://raw.githubusercontent.com/mwlon/pcodec/cac902e714077426d915f4fc397508b187c72380/images/logo.svg" width="160px">
</div>
[![pypi.org][pypi-badge]][pypi-url]
[pypi-badge]: https://img.shields.io/pypi/v/pcodec.svg
[pypi-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 6946258 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).
At the moment, we don't have sphinx + a website set up, so run `help(pcodec)`
(or whatever module name) in Python to read pcodec's documentation.
Raw data
{
"_id": null,
"home_page": null,
"name": "pcodec",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "compression, numerical",
"author": null,
"author_email": "mwlon <m.w.loncaric@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/db/b3/7458497dd87664bd3f141e513c4548feb629daf453f16f49db67d91d611e/pcodec-0.3.2.tar.gz",
"platform": null,
"description": "<div style=\"text-align:center\">\n <img alt=\"Pco logo: a pico-scale, compressed version of the Pyramid of Khafre in the palm of your hand\" src=\"https://raw.githubusercontent.com/mwlon/pcodec/cac902e714077426d915f4fc397508b187c72380/images/logo.svg\" width=\"160px\">\n</div>\n\n[![pypi.org][pypi-badge]][pypi-url]\n\n[pypi-badge]: https://img.shields.io/pypi/v/pcodec.svg\n\n[pypi-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 6946258 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\nAt the moment, we don't have sphinx + a website set up, so run `help(pcodec)`\n(or whatever module name) in Python to read pcodec's documentation.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Good compression for numerical sequences",
"version": "0.3.2",
"project_urls": {
"Repository": "https://github.com/mwlon/pcodec"
},
"split_keywords": [
"compression",
" numerical"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f09520f43dc3c79580397bef3460cd5987b9a6190350715358d2fad458ce3ade",
"md5": "ff670db6d425d71d7d8d1c4941f6cfbe",
"sha256": "ece75ce34b713ae090c081e7b9293a341656925b90fa22a139faf837543295f1"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "ff670db6d425d71d7d8d1c4941f6cfbe",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 486176,
"upload_time": "2024-11-23T17:59:07",
"upload_time_iso_8601": "2024-11-23T17:59:07.338672Z",
"url": "https://files.pythonhosted.org/packages/f0/95/20f43dc3c79580397bef3460cd5987b9a6190350715358d2fad458ce3ade/pcodec-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52afcedde31c632c928c3dfee11289ffe061baef74397900ebbd6affe6fde5b6",
"md5": "318ba3814c8b1cc0db70f3ae7db2bbf6",
"sha256": "c112eefbe8aae2bf82ab74e086b20ee3e03c835c6c1e6f1844b4972ff70d780e"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "318ba3814c8b1cc0db70f3ae7db2bbf6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 456945,
"upload_time": "2024-11-23T17:59:09",
"upload_time_iso_8601": "2024-11-23T17:59:09.893034Z",
"url": "https://files.pythonhosted.org/packages/52/af/cedde31c632c928c3dfee11289ffe061baef74397900ebbd6affe6fde5b6/pcodec-0.3.2-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e203a2fd6528ec2b22ebed404c53698c3af27a5b02af26de9e555abcf06d0f50",
"md5": "06da0d9a061f3188ec57ac5ee8dff6a0",
"sha256": "089458bf03c944bf68673af8d6fb0d18b455dcc880790efe912ff981ba4c73cf"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "06da0d9a061f3188ec57ac5ee8dff6a0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 516027,
"upload_time": "2024-11-23T17:59:12",
"upload_time_iso_8601": "2024-11-23T17:59:12.104247Z",
"url": "https://files.pythonhosted.org/packages/e2/03/a2fd6528ec2b22ebed404c53698c3af27a5b02af26de9e555abcf06d0f50/pcodec-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9842d742daab9b426b7f33a82916c79f3df0327eaabac29620477456fdae83f2",
"md5": "97d04b84e20e7cf73918f66afa710480",
"sha256": "2daad8db654de26dddda42fd8266ec7969a596af0f87328d25f1eae861d19d90"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "97d04b84e20e7cf73918f66afa710480",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 521263,
"upload_time": "2024-11-23T17:59:14",
"upload_time_iso_8601": "2024-11-23T17:59:14.575304Z",
"url": "https://files.pythonhosted.org/packages/98/42/d742daab9b426b7f33a82916c79f3df0327eaabac29620477456fdae83f2/pcodec-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "20bdf01581f36f5969ee477166debd3ec793f9add6fe608430c18dcf88e4ac1f",
"md5": "7a9ef7ef6ee83ffbe4c0c70fd6f664a8",
"sha256": "89ef6c5b1d17c91026d0d2bfdedd7fb447c0a3ba92770d7084dffb896e4ebc8f"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7a9ef7ef6ee83ffbe4c0c70fd6f664a8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 536749,
"upload_time": "2024-11-23T17:59:16",
"upload_time_iso_8601": "2024-11-23T17:59:16.979469Z",
"url": "https://files.pythonhosted.org/packages/20/bd/f01581f36f5969ee477166debd3ec793f9add6fe608430c18dcf88e4ac1f/pcodec-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7aec010712f9329a95c4914be403106ed9f6c1e6ac2d88070da4d643dcf31d0e",
"md5": "7903d7880677378151e1c663f28c5f3b",
"sha256": "36f0876665b49f7b0a331be7dffb256de03fc74b04903b01d922f3c9da8a0498"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "7903d7880677378151e1c663f28c5f3b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 563576,
"upload_time": "2024-11-23T17:59:18",
"upload_time_iso_8601": "2024-11-23T17:59:18.762446Z",
"url": "https://files.pythonhosted.org/packages/7a/ec/010712f9329a95c4914be403106ed9f6c1e6ac2d88070da4d643dcf31d0e/pcodec-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "302f5c395a65f84022f19079331e71581d814216923aa1e8c2643941015463d1",
"md5": "5e65ea67a2a4828ec926abe8b7003e65",
"sha256": "a77d4746d4b623c4c3fb0c5b1e203bf29acb989f82b0b5fd210d072f48adde9f"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp310-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "5e65ea67a2a4828ec926abe8b7003e65",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 374199,
"upload_time": "2024-11-23T17:59:20",
"upload_time_iso_8601": "2024-11-23T17:59:20.398740Z",
"url": "https://files.pythonhosted.org/packages/30/2f/5c395a65f84022f19079331e71581d814216923aa1e8c2643941015463d1/pcodec-0.3.2-cp310-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fbed515f57f64c32d724fe72605a65e91dee18fda877e012f96a18e21bf27c04",
"md5": "59eaaf1388aa8e86ddeebf6904535313",
"sha256": "23bd2e859c15b278221c85c967750bcd75c1fc5bd68abfba3359f1974a03964e"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "59eaaf1388aa8e86ddeebf6904535313",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 485982,
"upload_time": "2024-11-23T17:59:22",
"upload_time_iso_8601": "2024-11-23T17:59:22.515127Z",
"url": "https://files.pythonhosted.org/packages/fb/ed/515f57f64c32d724fe72605a65e91dee18fda877e012f96a18e21bf27c04/pcodec-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1e31c05e74a19ebe041ecf05510d150b52316239694b37a8e9d145e1a3cbefe3",
"md5": "5b9feec4a2eebd33b656c866bfef307a",
"sha256": "ab42cbdf09f7298173a920dc71d1cf0eb20f720c6d021fc26319469591805140"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5b9feec4a2eebd33b656c866bfef307a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 456705,
"upload_time": "2024-11-23T17:59:25",
"upload_time_iso_8601": "2024-11-23T17:59:25.239319Z",
"url": "https://files.pythonhosted.org/packages/1e/31/c05e74a19ebe041ecf05510d150b52316239694b37a8e9d145e1a3cbefe3/pcodec-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "acb2edde0bc91375921ef98340d27915a591f13aa774f03eefa90e7ca491dfb6",
"md5": "2742e0e126f9719d9f57f33dd19d7112",
"sha256": "2b5496c1bf2860f8fce67d2063ac57797f0abc3aff20804e824220e9750f36ed"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2742e0e126f9719d9f57f33dd19d7112",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 515638,
"upload_time": "2024-11-23T17:59:27",
"upload_time_iso_8601": "2024-11-23T17:59:27.633190Z",
"url": "https://files.pythonhosted.org/packages/ac/b2/edde0bc91375921ef98340d27915a591f13aa774f03eefa90e7ca491dfb6/pcodec-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2aca2f8dd40be4ca4f0952dc57fd58673977e512ab230afe23a0d642fd4c731",
"md5": "5e0d28b3e71d7465518cba655cb420ff",
"sha256": "03a4116c727a6e9e585926be7ff878f8b7b608bf9067e1cb8d2968632e252cd2"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5e0d28b3e71d7465518cba655cb420ff",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 520897,
"upload_time": "2024-11-23T17:59:29",
"upload_time_iso_8601": "2024-11-23T17:59:29.858848Z",
"url": "https://files.pythonhosted.org/packages/e2/ac/a2f8dd40be4ca4f0952dc57fd58673977e512ab230afe23a0d642fd4c731/pcodec-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "61b0e9439945ae53f5cd397e3fe675b6b449e225e9ac80880678eac47f7b9ec3",
"md5": "037d4571266348991cfe121ea121e652",
"sha256": "feaa94b092365c9d5792f995be3df4e4dc2aa7af8a7640c502b67ad705793a74"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "037d4571266348991cfe121ea121e652",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 536576,
"upload_time": "2024-11-23T17:59:31",
"upload_time_iso_8601": "2024-11-23T17:59:31.368623Z",
"url": "https://files.pythonhosted.org/packages/61/b0/e9439945ae53f5cd397e3fe675b6b449e225e9ac80880678eac47f7b9ec3/pcodec-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4b5e7c6777ca69cbe3bd6fad88155874a0480c761fff179b034e17b7402ad337",
"md5": "8cb4b16422fb4763992e028cc61cadc2",
"sha256": "68c0d82f54646dbd46bfdef42df269b2b979af6ca204b3eab53e62de79c5bcc5"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8cb4b16422fb4763992e028cc61cadc2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 563511,
"upload_time": "2024-11-23T17:59:33",
"upload_time_iso_8601": "2024-11-23T17:59:33.601832Z",
"url": "https://files.pythonhosted.org/packages/4b/5e/7c6777ca69cbe3bd6fad88155874a0480c761fff179b034e17b7402ad337/pcodec-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b675d3d07647d1f70957d957921ff87b9cd08eae453fc78342142afd96f94b08",
"md5": "4e0d728d491a8a68420c232d43ca297e",
"sha256": "45ccaf821bfea816cef7c623d13c5baa5df481d2d28fff39ba0387c630d600d5"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp311-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "4e0d728d491a8a68420c232d43ca297e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 374200,
"upload_time": "2024-11-23T17:59:35",
"upload_time_iso_8601": "2024-11-23T17:59:35.090730Z",
"url": "https://files.pythonhosted.org/packages/b6/75/d3d07647d1f70957d957921ff87b9cd08eae453fc78342142afd96f94b08/pcodec-0.3.2-cp311-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3ea51c9044d296e836bfc58a809af5e4277fc0e3730cf21ae7fa4c0ee717f6d3",
"md5": "e9e0893837280c518caab3173bb2429e",
"sha256": "281646baa614ce7d79b7a5516925dc37ab8a5b4f4f398e6eafb0811c7bfe8e5c"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "e9e0893837280c518caab3173bb2429e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 485640,
"upload_time": "2024-11-23T17:59:36",
"upload_time_iso_8601": "2024-11-23T17:59:36.522532Z",
"url": "https://files.pythonhosted.org/packages/3e/a5/1c9044d296e836bfc58a809af5e4277fc0e3730cf21ae7fa4c0ee717f6d3/pcodec-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0a48f1e57bef64c806fd3c28a06dc5e9073ac0c02d3d572c01c35b656618216",
"md5": "f6bf924d1ce0cd8779c5d003071f8c1e",
"sha256": "72214dd80e8fe057f60b0c17ccfbe1773548ab26e6b83ee62b80fff7e240686f"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f6bf924d1ce0cd8779c5d003071f8c1e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 456738,
"upload_time": "2024-11-23T17:59:39",
"upload_time_iso_8601": "2024-11-23T17:59:39.282131Z",
"url": "https://files.pythonhosted.org/packages/f0/a4/8f1e57bef64c806fd3c28a06dc5e9073ac0c02d3d572c01c35b656618216/pcodec-0.3.2-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "92e1c90a5df762ff2ad4448c18bb3f7be14bf6eea30fe8e848ba809d24d4285e",
"md5": "c6a802fc3dba33b3cce19b076e312812",
"sha256": "9fd3f0491e7d392977500bd634e37d2c4a03f03bd87d99432852d6c34bdf6871"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c6a802fc3dba33b3cce19b076e312812",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 515660,
"upload_time": "2024-11-23T17:59:41",
"upload_time_iso_8601": "2024-11-23T17:59:41.440615Z",
"url": "https://files.pythonhosted.org/packages/92/e1/c90a5df762ff2ad4448c18bb3f7be14bf6eea30fe8e848ba809d24d4285e/pcodec-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a1979fea332eb0b6e69521b2edc2542c6214a72db40188a08ad67b37d53e9476",
"md5": "31caa0bc5281b92a91ff692ddb258385",
"sha256": "17327fc5030214d7a69b8f27204a14604c1bb0b74425991dde97b7e31aecaada"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "31caa0bc5281b92a91ff692ddb258385",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 521278,
"upload_time": "2024-11-23T17:59:43",
"upload_time_iso_8601": "2024-11-23T17:59:43.030014Z",
"url": "https://files.pythonhosted.org/packages/a1/97/9fea332eb0b6e69521b2edc2542c6214a72db40188a08ad67b37d53e9476/pcodec-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "677769a87bc6d3835c47d19b57824ccae8383da474bcc25b52feae77d16cce42",
"md5": "a68ef8630106baf78c555236b4c5d4c7",
"sha256": "fc54cfc1471840fb89e0a33fdbd6ffee21686d7ad2a8d9a8eb8addf64ade5332"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a68ef8630106baf78c555236b4c5d4c7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 535736,
"upload_time": "2024-11-23T17:59:45",
"upload_time_iso_8601": "2024-11-23T17:59:45.027776Z",
"url": "https://files.pythonhosted.org/packages/67/77/69a87bc6d3835c47d19b57824ccae8383da474bcc25b52feae77d16cce42/pcodec-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "590c9dc942d5562780010b930508f56eb736647424dd4172b11ce5a0afcdbfb2",
"md5": "432b565adac37c3f141a25e3381e3bef",
"sha256": "a9659cb443f3f8ca6d9eb6391daec6bceed4f916ac81b27f32fa76a05bf8b822"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "432b565adac37c3f141a25e3381e3bef",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 564043,
"upload_time": "2024-11-23T17:59:47",
"upload_time_iso_8601": "2024-11-23T17:59:47.259673Z",
"url": "https://files.pythonhosted.org/packages/59/0c/9dc942d5562780010b930508f56eb736647424dd4172b11ce5a0afcdbfb2/pcodec-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0cf0b8cd0f0cc93eb3e76d37aa25e04edd92ec5bec1082137cb521063062da72",
"md5": "c2d1a44dea3c768b51ba24159c1db506",
"sha256": "b77385045e1ab58dcfd0bbc0d20ff9b5f600f1d25e009358d4a7c9af30126c9e"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp312-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "c2d1a44dea3c768b51ba24159c1db506",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 373494,
"upload_time": "2024-11-23T17:59:49",
"upload_time_iso_8601": "2024-11-23T17:59:49.485373Z",
"url": "https://files.pythonhosted.org/packages/0c/f0/b8cd0f0cc93eb3e76d37aa25e04edd92ec5bec1082137cb521063062da72/pcodec-0.3.2-cp312-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b66c24470d754749bc25425ad2b0a36429ccf50d58e5c598a3a4ec142fb8d7a4",
"md5": "66e6331615569de864e2cbb969f1679a",
"sha256": "410194fe00b7f0620eb3149b6d2646a2f04af1b35e4ac6e93e420100bc1ebaa6"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "66e6331615569de864e2cbb969f1679a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 485564,
"upload_time": "2024-11-23T17:59:51",
"upload_time_iso_8601": "2024-11-23T17:59:51.647884Z",
"url": "https://files.pythonhosted.org/packages/b6/6c/24470d754749bc25425ad2b0a36429ccf50d58e5c598a3a4ec142fb8d7a4/pcodec-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a1f58cc0fbd6a75b396319d1b3a13fbb253ba5b9bc93f60a35f73c9b033b3cf7",
"md5": "66174701881e9a01236a8c395050e8fe",
"sha256": "8e366dd98dea431aba10221f8eeda07e0b59036ee2425f28cb80109769f11688"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "66174701881e9a01236a8c395050e8fe",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 456707,
"upload_time": "2024-11-23T17:59:53",
"upload_time_iso_8601": "2024-11-23T17:59:53.360070Z",
"url": "https://files.pythonhosted.org/packages/a1/f5/8cc0fbd6a75b396319d1b3a13fbb253ba5b9bc93f60a35f73c9b033b3cf7/pcodec-0.3.2-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e44f923c41293024998b8011bb1ec2184a6b4df7d43fea7858f96ae480e23f8",
"md5": "755a8117f31de9495ce1b8f42f7f0826",
"sha256": "5d25954e0358db00ec028fac70b026dd06804d7bd4727e7441b3c625f3ea31cf"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "755a8117f31de9495ce1b8f42f7f0826",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 515567,
"upload_time": "2024-11-23T17:59:54",
"upload_time_iso_8601": "2024-11-23T17:59:54.997348Z",
"url": "https://files.pythonhosted.org/packages/4e/44/f923c41293024998b8011bb1ec2184a6b4df7d43fea7858f96ae480e23f8/pcodec-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "950ded514d0ccd9929f9975636d45196c021f5535029d69e36e2ffb71364ff88",
"md5": "f31184e56df3a862d60a3a5a3284b891",
"sha256": "6e58a6cf574d2bf163a040cae71662474d7cf3a83b9d2f911854aea975504810"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "f31184e56df3a862d60a3a5a3284b891",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 521065,
"upload_time": "2024-11-23T17:59:56",
"upload_time_iso_8601": "2024-11-23T17:59:56.428025Z",
"url": "https://files.pythonhosted.org/packages/95/0d/ed514d0ccd9929f9975636d45196c021f5535029d69e36e2ffb71364ff88/pcodec-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0fd4519e74486e96c42b03f64e5f69095a2371cde4169dcc3279315bfcf0758f",
"md5": "f4b593c974a3c76a00a94bf433709899",
"sha256": "66d0c514f137ff3d25424b850346ed053e9d32c0bf77ec6b16b2fd8e5954018e"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f4b593c974a3c76a00a94bf433709899",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 535671,
"upload_time": "2024-11-23T17:59:57",
"upload_time_iso_8601": "2024-11-23T17:59:57.904450Z",
"url": "https://files.pythonhosted.org/packages/0f/d4/519e74486e96c42b03f64e5f69095a2371cde4169dcc3279315bfcf0758f/pcodec-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "20ddbf548b99be55b696409057182dd7152e64f9d8e4c49caaf3b0b0571f2706",
"md5": "15d77b90ed747116d38823c3ce5549be",
"sha256": "cc15d77fb6fbb24a33f3a3f7817cb0474ad51ec524e762a829fd646e89771823"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "15d77b90ed747116d38823c3ce5549be",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 563771,
"upload_time": "2024-11-23T18:00:00",
"upload_time_iso_8601": "2024-11-23T18:00:00.121847Z",
"url": "https://files.pythonhosted.org/packages/20/dd/bf548b99be55b696409057182dd7152e64f9d8e4c49caaf3b0b0571f2706/pcodec-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3597c089d736ac21de7bef6f88b984fd788050d3ccec112ccea74c352853d0ca",
"md5": "ffd3c2a8f75a2a7e51147f02a3f291e1",
"sha256": "485e04b173764500310861259049915f5679efcd59a8d93efffef8e9cc9e227c"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp313-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "ffd3c2a8f75a2a7e51147f02a3f291e1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 373386,
"upload_time": "2024-11-23T18:00:02",
"upload_time_iso_8601": "2024-11-23T18:00:02.010152Z",
"url": "https://files.pythonhosted.org/packages/35/97/c089d736ac21de7bef6f88b984fd788050d3ccec112ccea74c352853d0ca/pcodec-0.3.2-cp313-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cbc48594040d09974f385bd1ec0404e1b5277108da5c2bc4f90f2d3087fd7192",
"md5": "e57516a387c74b092d9297fd626ba1e0",
"sha256": "d72064010fab401b47bc59acbe097067f34cff24a9c0788a901697438eb86780"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "e57516a387c74b092d9297fd626ba1e0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 486880,
"upload_time": "2024-11-23T18:00:03",
"upload_time_iso_8601": "2024-11-23T18:00:03.471266Z",
"url": "https://files.pythonhosted.org/packages/cb/c4/8594040d09974f385bd1ec0404e1b5277108da5c2bc4f90f2d3087fd7192/pcodec-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "144b648e47fc528127750daceaef5af815529a6d1021c8868d6e13ecbe6f17fa",
"md5": "fa0cb0e24b0c95d1e8c7af7cac8e942a",
"sha256": "7b69d4892997906e96a2e65721dbd3e98a8758b202d8b6d8274f69a82a92696b"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fa0cb0e24b0c95d1e8c7af7cac8e942a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 457429,
"upload_time": "2024-11-23T18:00:05",
"upload_time_iso_8601": "2024-11-23T18:00:05.245960Z",
"url": "https://files.pythonhosted.org/packages/14/4b/648e47fc528127750daceaef5af815529a6d1021c8868d6e13ecbe6f17fa/pcodec-0.3.2-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "762a63711e1cf3afc34205eed500d923e26986bd81ff63a4bc51b043527e065b",
"md5": "09cfe2236a5258c44ecf6f6b483c9e83",
"sha256": "9a654a2a2c08f1e2db8b59d39afc83e0fff5c1c1ea746b588d3840b870b65049"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "09cfe2236a5258c44ecf6f6b483c9e83",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 516705,
"upload_time": "2024-11-23T18:00:07",
"upload_time_iso_8601": "2024-11-23T18:00:07.031564Z",
"url": "https://files.pythonhosted.org/packages/76/2a/63711e1cf3afc34205eed500d923e26986bd81ff63a4bc51b043527e065b/pcodec-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ec69213ccd3c73b9c7f9db4d837196f687ed0cb076c7545ea627e14b5bd4a7ad",
"md5": "fbaaaf3530a4e951e608d030cb254149",
"sha256": "77b3155d2c7286da214948a902825910446d8c5f6fb39ec7b4d95b703ba7073b"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "fbaaaf3530a4e951e608d030cb254149",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 521661,
"upload_time": "2024-11-23T18:00:09",
"upload_time_iso_8601": "2024-11-23T18:00:09.168958Z",
"url": "https://files.pythonhosted.org/packages/ec/69/213ccd3c73b9c7f9db4d837196f687ed0cb076c7545ea627e14b5bd4a7ad/pcodec-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca08b1b834a91bfbf41d50b8cd79fbb75e595998cb51a838cd418326e438fba6",
"md5": "50db5dc803227154a98a7e931dedd5f8",
"sha256": "ff9992452804418e5d3adbdc6c68ef4d7dab3e63d402f7fcd2c185d148c55782"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "50db5dc803227154a98a7e931dedd5f8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 536704,
"upload_time": "2024-11-23T18:00:11",
"upload_time_iso_8601": "2024-11-23T18:00:11.419326Z",
"url": "https://files.pythonhosted.org/packages/ca/08/b1b834a91bfbf41d50b8cd79fbb75e595998cb51a838cd418326e438fba6/pcodec-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a962f503514ec6359eb339a8e65f55f03a623945cc231c37479a8e8531a88dfc",
"md5": "3617674fd71ffa433d7eb0101a1c033a",
"sha256": "a4b92ff80bd7c1498d54e483f2758201023d1e41757888b9507a6e7008262e4e"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "3617674fd71ffa433d7eb0101a1c033a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 564554,
"upload_time": "2024-11-23T18:00:13",
"upload_time_iso_8601": "2024-11-23T18:00:13.050606Z",
"url": "https://files.pythonhosted.org/packages/a9/62/f503514ec6359eb339a8e65f55f03a623945cc231c37479a8e8531a88dfc/pcodec-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64ecdbc70081ee5239531d90356f0b8e1f751e93c1cc082690a9782b832873a4",
"md5": "baa77d0c615d0d914a5c6371be5dbecb",
"sha256": "f19e7b61e7158d50fdbdd2f9bd489df1992cc8bec3bd08efee21d89982e4e577"
},
"downloads": -1,
"filename": "pcodec-0.3.2-cp39-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "baa77d0c615d0d914a5c6371be5dbecb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 374943,
"upload_time": "2024-11-23T18:00:14",
"upload_time_iso_8601": "2024-11-23T18:00:14.903444Z",
"url": "https://files.pythonhosted.org/packages/64/ec/dbc70081ee5239531d90356f0b8e1f751e93c1cc082690a9782b832873a4/pcodec-0.3.2-cp39-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dbb37458497dd87664bd3f141e513c4548feb629daf453f16f49db67d91d611e",
"md5": "9cc9d6572fe13eedd747ca42796b8a82",
"sha256": "976eaccaba38326cbb3ba1db1d25ba7089bd6cc6f105097afa1dc4e2fb0cdbb5"
},
"downloads": -1,
"filename": "pcodec-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "9cc9d6572fe13eedd747ca42796b8a82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 112725,
"upload_time": "2024-11-23T18:00:16",
"upload_time_iso_8601": "2024-11-23T18:00:16.359982Z",
"url": "https://files.pythonhosted.org/packages/db/b3/7458497dd87664bd3f141e513c4548feb629daf453f16f49db67d91d611e/pcodec-0.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-23 18:00:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mwlon",
"github_project": "pcodec",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pcodec"
}