# ncompress [![PyPI](https://img.shields.io/pypi/v/ncompress)](https://pypi.org/project/ncompress/) [![Build](https://github.com/valgur/velodyne_decoder/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/valgur/velodyne_decoder/actions/workflows/build.yml) [![PyPI - Downloads](https://img.shields.io/pypi/dm/ncompress)](https://pypistats.org/packages/ncompress)
LZW compression and decompression in Python and C++.
Ported with minimal changes from the [(N)compress](https://github.com/vapier/ncompress) CLI tool.
## Installation
Wheels are available for Python 3.8+ and all operating systems on PyPI.
```bash
pip install ncompress
```
## Usage
Functions `compress()` and `decompress()` are available with the following inputs/outputs:
* `bytes` → `bytes`
* `BytesIO` → `bytes`
* `BytesIO`, `BytesIO` → `None`
* `bytes`, `BytesIO` → `None`
The `BytesIO`-based functions are slightly (about 15%) faster due to avoiding a copy of the contents on `bytes`⇄`std::string` conversion.
## Authors
* Martin Valgur ([@valgur](https://github.com/valgur))
The core functionality has been adapted from [vapier/ncompress](https://github.com/vapier/ncompress).
## License
All modifications and additions are released under the [Unlicense](LICENSE).
The base (N)compress code has been released into the public domain.
The `BytesIO` wrapper in [pystreambuf.h](src/pystreambuf.h) has been adapted from the [cctbx](https://github.com/cctbx/cctbx_project) project.
See the license in the linked file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/valgur/ncompress",
"name": "ncompress",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "LZW,compression",
"author": "Martin Valgur",
"author_email": "martin.valgur@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/31/f6/ae977464f076aba6c14118b6948770eee731162a7ee48bb0ab01ff3495f6/ncompress-1.0.1.tar.gz",
"platform": null,
"description": "# ncompress [![PyPI](https://img.shields.io/pypi/v/ncompress)](https://pypi.org/project/ncompress/) [![Build](https://github.com/valgur/velodyne_decoder/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/valgur/velodyne_decoder/actions/workflows/build.yml) [![PyPI - Downloads](https://img.shields.io/pypi/dm/ncompress)](https://pypistats.org/packages/ncompress)\n\nLZW compression and decompression in Python and C++.\n\nPorted with minimal changes from the [(N)compress](https://github.com/vapier/ncompress) CLI tool.\n\n## Installation\n\nWheels are available for Python 3.8+ and all operating systems on PyPI.\n\n```bash\npip install ncompress\n```\n\n## Usage\n\nFunctions `compress()` and `decompress()` are available with the following inputs/outputs:\n\n* `bytes` \u2192 `bytes`\n* `BytesIO` \u2192 `bytes`\n* `BytesIO`, `BytesIO` \u2192 `None`\n* `bytes`, `BytesIO` \u2192 `None`\n\nThe `BytesIO`-based functions are slightly (about 15%) faster due to avoiding a copy of the contents on `bytes`\u21c4`std::string` conversion.\n\n## Authors\n\n* Martin Valgur ([@valgur](https://github.com/valgur))\n\nThe core functionality has been adapted from [vapier/ncompress](https://github.com/vapier/ncompress).\n\n## License\n\nAll modifications and additions are released under the [Unlicense](LICENSE).\n\nThe base (N)compress code has been released into the public domain.\n\nThe `BytesIO` wrapper in [pystreambuf.h](src/pystreambuf.h) has been adapted from the [cctbx](https://github.com/cctbx/cctbx_project) project.\nSee the license in the linked file for details.\n",
"bugtrack_url": null,
"license": "Unlicense",
"summary": "LZW compression and decompression",
"version": "1.0.1",
"split_keywords": [
"lzw",
"compression"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0ab05afe1598d798de27659a191730d14b8818b510b55f47cf4189d047712622",
"md5": "2aa60d98e773bcdd001793df9a608369",
"sha256": "487f680e369ef2f7cdf26f888dd83dc2bdf36c5764d7be204300db2a8e176e50"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-macosx_10_14_universal2.whl",
"has_sig": false,
"md5_digest": "2aa60d98e773bcdd001793df9a608369",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 160290,
"upload_time": "2023-04-13T11:38:42",
"upload_time_iso_8601": "2023-04-13T11:38:42.734645Z",
"url": "https://files.pythonhosted.org/packages/0a/b0/5afe1598d798de27659a191730d14b8818b510b55f47cf4189d047712622/ncompress-1.0.1-cp310-cp310-macosx_10_14_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "73adb5980d533654b51c83918595404e26f2462b8d03a8789892e0d033b369dc",
"md5": "b3e7437a8e36b4c6cee388db44d06091",
"sha256": "ac44c41811b5c1105974f92858cf607de7cd2a9a57ad2e511c603fc90d4dd034"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "b3e7437a8e36b4c6cee388db44d06091",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 82498,
"upload_time": "2023-04-13T11:38:44",
"upload_time_iso_8601": "2023-04-13T11:38:44.978167Z",
"url": "https://files.pythonhosted.org/packages/73/ad/b5980d533654b51c83918595404e26f2462b8d03a8789892e0d033b369dc/ncompress-1.0.1-cp310-cp310-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6d300e87505c55fb249d34df59703b0d1e0ed74d33bfa52ece52bd995f2d51bf",
"md5": "555be7e3b62a30c298558e2cae54d527",
"sha256": "e37c183901042dbb29f9d24ce5a1239e9c57afdb9eb1a6a9deb5e036cca7149d"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "555be7e3b62a30c298558e2cae54d527",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 80504,
"upload_time": "2023-04-13T11:38:48",
"upload_time_iso_8601": "2023-04-13T11:38:48.178627Z",
"url": "https://files.pythonhosted.org/packages/6d/30/0e87505c55fb249d34df59703b0d1e0ed74d33bfa52ece52bd995f2d51bf/ncompress-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "85e5c9e8412c5a7f1b67024465db4881ccaadff701ee8813e80bc442e21404da",
"md5": "1b7ca553b372019155c4ea70e84e9273",
"sha256": "723308a5782bed3ddcfba9e0c3ce6aecfad01e3d7644b44995e2cecc7317685f"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1b7ca553b372019155c4ea70e84e9273",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 113347,
"upload_time": "2023-04-13T11:38:49",
"upload_time_iso_8601": "2023-04-13T11:38:49.707389Z",
"url": "https://files.pythonhosted.org/packages/85/e5/c9e8412c5a7f1b67024465db4881ccaadff701ee8813e80bc442e21404da/ncompress-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "271bb4025f00b435d6d610c6773cdc1ecd53563e683572218ff8f98f0617b819",
"md5": "d1a724fbc37670ca8d3915667b5d4842",
"sha256": "a6ae50e6e7f15aad30cd73d9261742e683fb660e9598564b14f05fe87e026e65"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d1a724fbc37670ca8d3915667b5d4842",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 134127,
"upload_time": "2023-04-13T11:38:50",
"upload_time_iso_8601": "2023-04-13T11:38:50.996626Z",
"url": "https://files.pythonhosted.org/packages/27/1b/b4025f00b435d6d610c6773cdc1ecd53563e683572218ff8f98f0617b819/ncompress-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f7c91aa46d6563f95a0e9f652e8a2d903ff1cbd6923488f79518ecad4cb37272",
"md5": "01d63621694611aa2baacc9859fcc730",
"sha256": "85feb2f4ea85ac8ac9708c9a912e93f75e899d88eab2af6e89aae7a79120e105"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "01d63621694611aa2baacc9859fcc730",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 116836,
"upload_time": "2023-04-13T11:38:51",
"upload_time_iso_8601": "2023-04-13T11:38:51.981815Z",
"url": "https://files.pythonhosted.org/packages/f7/c9/1aa46d6563f95a0e9f652e8a2d903ff1cbd6923488f79518ecad4cb37272/ncompress-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7a809bc9551e075e152397f0b6fb0f1ab710ced659727593de283a5756cc0db2",
"md5": "48c2ac482a71b09473758e973e2c4ad6",
"sha256": "7eb3eb16d26acc64e3175e8aec9dc102fe3355e45a701bf8c273c9d9af55b2d0"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "48c2ac482a71b09473758e973e2c4ad6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 120102,
"upload_time": "2023-04-13T11:38:56",
"upload_time_iso_8601": "2023-04-13T11:38:56.205351Z",
"url": "https://files.pythonhosted.org/packages/7a/80/9bc9551e075e152397f0b6fb0f1ab710ced659727593de283a5756cc0db2/ncompress-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9e72bf2b1fa66a26715c1dd190f4b74165986c24be6d8d358973dd140abf1828",
"md5": "6053d4e89be6dc1cb1ada6d9c7ca356b",
"sha256": "497be1959fa0c0c4249f546c059ee0a98e4f86d2bafe846a69acdbcd3bab849b"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "6053d4e89be6dc1cb1ada6d9c7ca356b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 616348,
"upload_time": "2023-04-13T11:38:57",
"upload_time_iso_8601": "2023-04-13T11:38:57.971471Z",
"url": "https://files.pythonhosted.org/packages/9e/72/bf2b1fa66a26715c1dd190f4b74165986c24be6d8d358973dd140abf1828/ncompress-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a159c93adfb6776d29a4b658187e1e8842a2b75122bc68af28c56622c62bb931",
"md5": "3d91c46a46e0f63fa46d1e29a1a6bf50",
"sha256": "cfba2d01010ee437425c0dd029e27429a6595e3e9447750b5821cb1908d347dc"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-musllinux_1_1_ppc64le.whl",
"has_sig": false,
"md5_digest": "3d91c46a46e0f63fa46d1e29a1a6bf50",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 678101,
"upload_time": "2023-04-13T11:38:59",
"upload_time_iso_8601": "2023-04-13T11:38:59.474319Z",
"url": "https://files.pythonhosted.org/packages/a1/59/c93adfb6776d29a4b658187e1e8842a2b75122bc68af28c56622c62bb931/ncompress-1.0.1-cp310-cp310-musllinux_1_1_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16ab00ca59c6d4d1cd2d8c588d56323518388584dfd9baeddebdc42e15f0931d",
"md5": "35162d008626bec581921560cb7452c5",
"sha256": "062d8fb3ea0534a96de052eb68343da831c88a607685a87b0dc144ad1466e9ff"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-musllinux_1_1_s390x.whl",
"has_sig": false,
"md5_digest": "35162d008626bec581921560cb7452c5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 686023,
"upload_time": "2023-04-13T11:39:00",
"upload_time_iso_8601": "2023-04-13T11:39:00.758563Z",
"url": "https://files.pythonhosted.org/packages/16/ab/00ca59c6d4d1cd2d8c588d56323518388584dfd9baeddebdc42e15f0931d/ncompress-1.0.1-cp310-cp310-musllinux_1_1_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e3f300846e5b3de6ee9529608cd4f911595c2afccac0f17006a83d3f5cd557be",
"md5": "2b6c1feaf4767d40800b6127e7b60592",
"sha256": "13a719822859605a798cf96e678b31e1dd66541369be48cc3ef544f2c6e14f08"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "2b6c1feaf4767d40800b6127e7b60592",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 635310,
"upload_time": "2023-04-13T11:39:01",
"upload_time_iso_8601": "2023-04-13T11:39:01.984414Z",
"url": "https://files.pythonhosted.org/packages/e3/f3/00846e5b3de6ee9529608cd4f911595c2afccac0f17006a83d3f5cd557be/ncompress-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b61eaf7daa8774e4edb13ee8d1d1b3ef8fd9ae86cc1bbfe2e91ae96097bc5ee6",
"md5": "d2bb6f1bf0ecd76063cf2522299df122",
"sha256": "7719b8659a9f61b3cfacbbd9c1bb07a3656945aed0bf2c73e34cd1122edc9ff2"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "d2bb6f1bf0ecd76063cf2522299df122",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 58649,
"upload_time": "2023-04-13T11:39:03",
"upload_time_iso_8601": "2023-04-13T11:39:03.245935Z",
"url": "https://files.pythonhosted.org/packages/b6/1e/af7daa8774e4edb13ee8d1d1b3ef8fd9ae86cc1bbfe2e91ae96097bc5ee6/ncompress-1.0.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8531f2b8084c3ee536bb20f71ea7b097fef8504f1e7d34f495227b815445f0a0",
"md5": "a713b028b82a658b8af8d50d4670996f",
"sha256": "62a95f693d6964d1b25110afa7b2111a6a471c62727b5efa2e3a8e5e3c5922ff"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "a713b028b82a658b8af8d50d4670996f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 54593,
"upload_time": "2023-04-13T11:39:04",
"upload_time_iso_8601": "2023-04-13T11:39:04.367812Z",
"url": "https://files.pythonhosted.org/packages/85/31/f2b8084c3ee536bb20f71ea7b097fef8504f1e7d34f495227b815445f0a0/ncompress-1.0.1-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "95b878feed5739d17c61868547b339d1ccd0d30a9036310746c3558168b8dc7b",
"md5": "252cc1d2744075b7834b79dcd96b90ff",
"sha256": "a94fc9e3e047199c29ada85fa3104de6a7b486859337a05259b8ae24c1686e29"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-macosx_10_14_universal2.whl",
"has_sig": false,
"md5_digest": "252cc1d2744075b7834b79dcd96b90ff",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 159757,
"upload_time": "2023-04-13T11:39:06",
"upload_time_iso_8601": "2023-04-13T11:39:06.232309Z",
"url": "https://files.pythonhosted.org/packages/95/b8/78feed5739d17c61868547b339d1ccd0d30a9036310746c3558168b8dc7b/ncompress-1.0.1-cp311-cp311-macosx_10_14_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "186f984a6f21b805d07a9204579e7c3eec6d7ec6d6045e22c59d90f127b53573",
"md5": "2ff138bc8e45a10320b605538cc66e79",
"sha256": "938eee75b6084e5fb3cf4fb6a79ba86fb261cade319639893f369401c53687e4"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "2ff138bc8e45a10320b605538cc66e79",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 82227,
"upload_time": "2023-04-13T11:39:07",
"upload_time_iso_8601": "2023-04-13T11:39:07.466857Z",
"url": "https://files.pythonhosted.org/packages/18/6f/984a6f21b805d07a9204579e7c3eec6d7ec6d6045e22c59d90f127b53573/ncompress-1.0.1-cp311-cp311-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88e6dfe2602723a465ea96ce02955a320aa92828ab2835dfcb694495a2f5e35d",
"md5": "c67e064fb265c3c93c21f512d6b4f62e",
"sha256": "016a3c60f6a25c50323cbcf4faf7c6ccd1992468eb6c6348a9d164cca3b53083"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c67e064fb265c3c93c21f512d6b4f62e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 80256,
"upload_time": "2023-04-13T11:39:08",
"upload_time_iso_8601": "2023-04-13T11:39:08.851080Z",
"url": "https://files.pythonhosted.org/packages/88/e6/dfe2602723a465ea96ce02955a320aa92828ab2835dfcb694495a2f5e35d/ncompress-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e518d2cb9df94d5a99d5ead3514cd87c23c689029ffab2d3174b2741d058cee6",
"md5": "fb0eb2567b9a7346fbb402c1f198ff11",
"sha256": "f49a6aa4e1757a0963bbadea6219c0369afb07265ace6e5c4201c974f5e271a3"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "fb0eb2567b9a7346fbb402c1f198ff11",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 113178,
"upload_time": "2023-04-13T11:39:09",
"upload_time_iso_8601": "2023-04-13T11:39:09.951559Z",
"url": "https://files.pythonhosted.org/packages/e5/18/d2cb9df94d5a99d5ead3514cd87c23c689029ffab2d3174b2741d058cee6/ncompress-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5e788b897040e22cdc8fc8a8d555ab230de5a55d3c30e4a5d337a55a5bb62953",
"md5": "ff4f3efd72d5c14b48691bd01ad5debb",
"sha256": "8101d647f5334c4afb2a11e0c18602a9bdddb4260ee0a4f8ec6241930c89124d"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "ff4f3efd72d5c14b48691bd01ad5debb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 133855,
"upload_time": "2023-04-13T11:39:11",
"upload_time_iso_8601": "2023-04-13T11:39:11.436571Z",
"url": "https://files.pythonhosted.org/packages/5e/78/8b897040e22cdc8fc8a8d555ab230de5a55d3c30e4a5d337a55a5bb62953/ncompress-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "48f0ed5797402094b0f35cf00b2a8f94cbeb59a7f2205ba93aaf8e3c23a64532",
"md5": "b12105b041afc4a888daba624c09abf6",
"sha256": "39ced149de176fda05198e4d0ede9d88bb2a4b717f559b4826a169dd61ab41d9"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "b12105b041afc4a888daba624c09abf6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 116675,
"upload_time": "2023-04-13T11:39:13",
"upload_time_iso_8601": "2023-04-13T11:39:13.100339Z",
"url": "https://files.pythonhosted.org/packages/48/f0/ed5797402094b0f35cf00b2a8f94cbeb59a7f2205ba93aaf8e3c23a64532/ncompress-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8eee9e171664a4c36d36f94d2c24d05b55b04e7320a3f5d79f8ef4a6c798d404",
"md5": "204e077e6bcc850b65aa949e233d9c58",
"sha256": "0f7c85fb141308e806fecc47791aaa5d03efd05f2b6d0d9bdf0f7ce021f60799"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "204e077e6bcc850b65aa949e233d9c58",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 119838,
"upload_time": "2023-04-13T11:39:14",
"upload_time_iso_8601": "2023-04-13T11:39:14.208278Z",
"url": "https://files.pythonhosted.org/packages/8e/ee/9e171664a4c36d36f94d2c24d05b55b04e7320a3f5d79f8ef4a6c798d404/ncompress-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "322dd644b8f701e3cc76338d1cf6534462ae4b51999b9417d680b17567809d63",
"md5": "5061d77f81af7749cde380163ec5fe96",
"sha256": "c242d28f5679319733cf0f9a5342c3a94161214fb6ab4ef0fb15a31c65d69114"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "5061d77f81af7749cde380163ec5fe96",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 616232,
"upload_time": "2023-04-13T11:39:16",
"upload_time_iso_8601": "2023-04-13T11:39:16.208067Z",
"url": "https://files.pythonhosted.org/packages/32/2d/d644b8f701e3cc76338d1cf6534462ae4b51999b9417d680b17567809d63/ncompress-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ea5dd7c377e4e1edfa91cacd9ba789869cc39d8876f92e793da88ca66ba6e1c",
"md5": "e525f57e2f0cf4e5bffc961c2f6b3ea6",
"sha256": "149464d41c24fa66e1497b8e2b460f312dbe017624b46af1514bf0276485a99f"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl",
"has_sig": false,
"md5_digest": "e525f57e2f0cf4e5bffc961c2f6b3ea6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 677852,
"upload_time": "2023-04-13T11:39:35",
"upload_time_iso_8601": "2023-04-13T11:39:35.326351Z",
"url": "https://files.pythonhosted.org/packages/6e/a5/dd7c377e4e1edfa91cacd9ba789869cc39d8876f92e793da88ca66ba6e1c/ncompress-1.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2f8967873c629a050587be52c40bc67f5a166a130a6146daed120ee21e663d71",
"md5": "f628857d2b858987676bd4808a0c9f21",
"sha256": "ba638721c66c1946c32bbb86e9413c8a101b0db09c82afe96dfe1a2201783cab"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-musllinux_1_1_s390x.whl",
"has_sig": false,
"md5_digest": "f628857d2b858987676bd4808a0c9f21",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 685800,
"upload_time": "2023-04-13T11:39:37",
"upload_time_iso_8601": "2023-04-13T11:39:37.314533Z",
"url": "https://files.pythonhosted.org/packages/2f/89/67873c629a050587be52c40bc67f5a166a130a6146daed120ee21e663d71/ncompress-1.0.1-cp311-cp311-musllinux_1_1_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49c37cddca3f360049e1e90e49e62888d43aed42a48e4e56d4c2932ccba6ff11",
"md5": "1497b4ddbd09452fad42e92a8957a0ab",
"sha256": "a9345d3825776440bba31b1998bd11a377e3eb98bb79377ae91739b5e7464c1c"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "1497b4ddbd09452fad42e92a8957a0ab",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 635086,
"upload_time": "2023-04-13T11:39:45",
"upload_time_iso_8601": "2023-04-13T11:39:45.591571Z",
"url": "https://files.pythonhosted.org/packages/49/c3/7cddca3f360049e1e90e49e62888d43aed42a48e4e56d4c2932ccba6ff11/ncompress-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e85f31c937e63f5b4131a05c5322b42c1c6ccedef25cc6e509a952a64d9f3fa1",
"md5": "436527fbbac0f8568a14fdde4c0897df",
"sha256": "0459002f93a2ed501fc76b6cd8806216f242cd86f11dac6df88932214345dd42"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "436527fbbac0f8568a14fdde4c0897df",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 58490,
"upload_time": "2023-04-13T11:39:48",
"upload_time_iso_8601": "2023-04-13T11:39:48.159015Z",
"url": "https://files.pythonhosted.org/packages/e8/5f/31c937e63f5b4131a05c5322b42c1c6ccedef25cc6e509a952a64d9f3fa1/ncompress-1.0.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "481508b25cf06cdd8f6595278fb1f3bc7a6a4f436201f2de28b83cb8976749c7",
"md5": "ad36966c93893a4902983df83dfdcf89",
"sha256": "2039fd029b0c7b7bec320ab5450cdc93ef786bad9ba7a87162aa2892dd7156f9"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "ad36966c93893a4902983df83dfdcf89",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 54449,
"upload_time": "2023-04-13T11:39:50",
"upload_time_iso_8601": "2023-04-13T11:39:50.462032Z",
"url": "https://files.pythonhosted.org/packages/48/15/08b25cf06cdd8f6595278fb1f3bc7a6a4f436201f2de28b83cb8976749c7/ncompress-1.0.1-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0ae009d0a27268c86474953f82bef015f2ad9be5bed4c63b013a2d15d98cdf0",
"md5": "b190f249c3ac5f08247a5b47441f8e4e",
"sha256": "cd1d7c3458f4c345dc47ede17e7777b1a7d6a26f18d08962b0a0804b142fdc1e"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-macosx_10_14_universal2.whl",
"has_sig": false,
"md5_digest": "b190f249c3ac5f08247a5b47441f8e4e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 159154,
"upload_time": "2023-04-13T11:39:51",
"upload_time_iso_8601": "2023-04-13T11:39:51.744745Z",
"url": "https://files.pythonhosted.org/packages/a0/ae/009d0a27268c86474953f82bef015f2ad9be5bed4c63b013a2d15d98cdf0/ncompress-1.0.1-cp38-cp38-macosx_10_14_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0c57e1589830a1ae6890e148bb87a0eea474fb6e4a758ba46c01b5f6437fb301",
"md5": "c295fece83cf836116ecdb3a0b50005b",
"sha256": "213eedd6cf7bf550cce2ff6e72791c8343396d169a248d1b422b17f68cd387ed"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "c295fece83cf836116ecdb3a0b50005b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 81904,
"upload_time": "2023-04-13T11:39:53",
"upload_time_iso_8601": "2023-04-13T11:39:53.126194Z",
"url": "https://files.pythonhosted.org/packages/0c/57/e1589830a1ae6890e148bb87a0eea474fb6e4a758ba46c01b5f6437fb301/ncompress-1.0.1-cp38-cp38-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03a84356b0faff5f790046704b46d748176d7e5fbc540faef09f791c7a43a2c2",
"md5": "6567a8d346258720a863cdd419330ea7",
"sha256": "068bb0356d74afcf8f38b231e76773116e7346c76a6face3e25ec7cec4d60795"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6567a8d346258720a863cdd419330ea7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 79978,
"upload_time": "2023-04-13T11:39:54",
"upload_time_iso_8601": "2023-04-13T11:39:54.320080Z",
"url": "https://files.pythonhosted.org/packages/03/a8/4356b0faff5f790046704b46d748176d7e5fbc540faef09f791c7a43a2c2/ncompress-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2aaff5f11ee6e2d1ebbf5f713249ba8c10abc0c7af961366def4d43dd5b42276",
"md5": "59f845c660416be508a98b671c4b5dd7",
"sha256": "87ea419d904f44833620a14a9815d3aaa70e4b9739a743953c963a56be64d711"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "59f845c660416be508a98b671c4b5dd7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 113400,
"upload_time": "2023-04-13T11:39:56",
"upload_time_iso_8601": "2023-04-13T11:39:56.090746Z",
"url": "https://files.pythonhosted.org/packages/2a/af/f5f11ee6e2d1ebbf5f713249ba8c10abc0c7af961366def4d43dd5b42276/ncompress-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad610e81c5d31ea712f85c80d66cb4627e816565d7949f2b7401806d20edc47f",
"md5": "b410dcac02bd7ba46313ea46f1c52ac9",
"sha256": "df2afc9e5ac6a72bed94fd75967cdacf826d94b7b29fe841210fefb1a7c6a6bb"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b410dcac02bd7ba46313ea46f1c52ac9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 134207,
"upload_time": "2023-04-13T11:39:57",
"upload_time_iso_8601": "2023-04-13T11:39:57.175496Z",
"url": "https://files.pythonhosted.org/packages/ad/61/0e81c5d31ea712f85c80d66cb4627e816565d7949f2b7401806d20edc47f/ncompress-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe02829192fc785d06dcc2f9012ebb82c2da193a0df94d812f17f753b87137ed",
"md5": "65fadc15af675b49935aac1d71f64206",
"sha256": "9bcb8f79fcaba867768178b98e25106c63a79f077f1ea22ec59e7945236a8ab7"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "65fadc15af675b49935aac1d71f64206",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 116817,
"upload_time": "2023-04-13T11:39:58",
"upload_time_iso_8601": "2023-04-13T11:39:58.351287Z",
"url": "https://files.pythonhosted.org/packages/fe/02/829192fc785d06dcc2f9012ebb82c2da193a0df94d812f17f753b87137ed/ncompress-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1f3c3da747e2c41dac87b2371bdebff337e7bf2d9c48569f44dca92b8507f9c",
"md5": "667ba0b3e835b0c9e701edbd4b0592e4",
"sha256": "73a1025f501ea3d0b729da59f557ab67f6533a97ebe0082fd762018132cf92a7"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "667ba0b3e835b0c9e701edbd4b0592e4",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 120138,
"upload_time": "2023-04-13T11:39:59",
"upload_time_iso_8601": "2023-04-13T11:39:59.487467Z",
"url": "https://files.pythonhosted.org/packages/d1/f3/c3da747e2c41dac87b2371bdebff337e7bf2d9c48569f44dca92b8507f9c/ncompress-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6775f039019ae7e7853871e70fdef0b1239e38a49fd9d73bf25c31e0c71be59b",
"md5": "2e7e285a063ee0afe858383719d2e452",
"sha256": "dbf462b9cc620b56bf824aa20aa9d75de04444d1e43f1b228037d1ecf01ce6be"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "2e7e285a063ee0afe858383719d2e452",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 616500,
"upload_time": "2023-04-13T11:40:00",
"upload_time_iso_8601": "2023-04-13T11:40:00.996552Z",
"url": "https://files.pythonhosted.org/packages/67/75/f039019ae7e7853871e70fdef0b1239e38a49fd9d73bf25c31e0c71be59b/ncompress-1.0.1-cp38-cp38-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "63fae20439033bf4a43b988bc7273558bf780935a202b6f73377fe628dd0c1ca",
"md5": "9d89635b7aba4cd45a02c29ca1f0b120",
"sha256": "2df08321ed9c8d0bbba34b2859b8a5a2833a3a315f131b81603eb1dc7423c0ba"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-musllinux_1_1_ppc64le.whl",
"has_sig": false,
"md5_digest": "9d89635b7aba4cd45a02c29ca1f0b120",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 678083,
"upload_time": "2023-04-13T11:40:02",
"upload_time_iso_8601": "2023-04-13T11:40:02.640345Z",
"url": "https://files.pythonhosted.org/packages/63/fa/e20439033bf4a43b988bc7273558bf780935a202b6f73377fe628dd0c1ca/ncompress-1.0.1-cp38-cp38-musllinux_1_1_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "55fa5ad2611cf01dc1b45c2be77ed3b9ae9594982f74389c2a2f8a0cbae3d983",
"md5": "df41e846db4a8af98b793ae9382cad31",
"sha256": "95a846e1704852c95c7ec347f09fc4bea3dfd3581020e3c694a1081a8fcd3ea1"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-musllinux_1_1_s390x.whl",
"has_sig": false,
"md5_digest": "df41e846db4a8af98b793ae9382cad31",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 685927,
"upload_time": "2023-04-13T11:40:04",
"upload_time_iso_8601": "2023-04-13T11:40:04.608550Z",
"url": "https://files.pythonhosted.org/packages/55/fa/5ad2611cf01dc1b45c2be77ed3b9ae9594982f74389c2a2f8a0cbae3d983/ncompress-1.0.1-cp38-cp38-musllinux_1_1_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0e3cc537ba51520992dc8a2b1d0cdc6d213930e219b0bb1a7f4342fb2f49cfb3",
"md5": "7dd48440da27832b88763214e5cf1e51",
"sha256": "3c48aac59135cd521ba7a8ee0f6dd9d03946a3f2d2e02d4534dabe7423fd3420"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "7dd48440da27832b88763214e5cf1e51",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 635280,
"upload_time": "2023-04-13T11:40:06",
"upload_time_iso_8601": "2023-04-13T11:40:06.291370Z",
"url": "https://files.pythonhosted.org/packages/0e/3c/c537ba51520992dc8a2b1d0cdc6d213930e219b0bb1a7f4342fb2f49cfb3/ncompress-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96447e8b64599dd9175c0e76b90035adf2b5137c887ac110e3fbae3037ae39e6",
"md5": "7c84595a09c6e004ba8e1790ffc343a7",
"sha256": "47ade5c18733da749ba7371ac27e68ba806d67d430e5eb37c48bf338bb975382"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "7c84595a09c6e004ba8e1790ffc343a7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 58777,
"upload_time": "2023-04-13T11:40:08",
"upload_time_iso_8601": "2023-04-13T11:40:08.260109Z",
"url": "https://files.pythonhosted.org/packages/96/44/7e8b64599dd9175c0e76b90035adf2b5137c887ac110e3fbae3037ae39e6/ncompress-1.0.1-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "273613331d679ee4f38a54043e5d99d6d229ace3431792c908115f0809964e23",
"md5": "8eca622ac28ba492ab1cece1231a7a6a",
"sha256": "29e7fce7e246de8871dc94349a1abf21da675e249acdaac76d95601a7c3da928"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-macosx_10_14_universal2.whl",
"has_sig": false,
"md5_digest": "8eca622ac28ba492ab1cece1231a7a6a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 160237,
"upload_time": "2023-04-13T11:40:09",
"upload_time_iso_8601": "2023-04-13T11:40:09.406525Z",
"url": "https://files.pythonhosted.org/packages/27/36/13331d679ee4f38a54043e5d99d6d229ace3431792c908115f0809964e23/ncompress-1.0.1-cp39-cp39-macosx_10_14_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d4b784059b1004789c2e446e92a94bd13f27aa5b31c375da8b6c847598adf25",
"md5": "d0d360f15cf6f57fb6ceb3a77a1476f7",
"sha256": "c34316051bfc1305b3f51bf03cb78e115d23b153a34d8a1a9d04459e42857f84"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "d0d360f15cf6f57fb6ceb3a77a1476f7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 82476,
"upload_time": "2023-04-13T11:40:11",
"upload_time_iso_8601": "2023-04-13T11:40:11.020672Z",
"url": "https://files.pythonhosted.org/packages/1d/4b/784059b1004789c2e446e92a94bd13f27aa5b31c375da8b6c847598adf25/ncompress-1.0.1-cp39-cp39-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2355d59fb0424bc4284be6b5446c7c41bb0d0692966a2ed68975cd7ce981d5be",
"md5": "5d3e86c1e9e2e13bf0afbee68f41e6e3",
"sha256": "7c19380caa250289260576ca5c29558ed00f516ba9844283d6c9a5b7e6a0475f"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5d3e86c1e9e2e13bf0afbee68f41e6e3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 80471,
"upload_time": "2023-04-13T11:40:12",
"upload_time_iso_8601": "2023-04-13T11:40:12.936136Z",
"url": "https://files.pythonhosted.org/packages/23/55/d59fb0424bc4284be6b5446c7c41bb0d0692966a2ed68975cd7ce981d5be/ncompress-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f643488d6a051c7e2c3dfba094911c7e65570e477ac7055848538acf8b5b821a",
"md5": "875888bbf6094ecbd720969c6bdc1d3d",
"sha256": "8207723ff3ba3f27a4bdb7632d5be05a6de5e0e163c4495dd66856d713f96dec"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "875888bbf6094ecbd720969c6bdc1d3d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 113350,
"upload_time": "2023-04-13T11:40:14",
"upload_time_iso_8601": "2023-04-13T11:40:14.558943Z",
"url": "https://files.pythonhosted.org/packages/f6/43/488d6a051c7e2c3dfba094911c7e65570e477ac7055848538acf8b5b821a/ncompress-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6cc8ec1a77bd5aab78b15568930835228c8ec44a02f78c1d1697d5075a54eb20",
"md5": "db151d9ebdd19d88bcf86af29851fed6",
"sha256": "8308fb769bb5eb063badd92904f4abe8c0f1c023d71a7cda168a033cbcc60c88"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "db151d9ebdd19d88bcf86af29851fed6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 134170,
"upload_time": "2023-04-13T11:40:15",
"upload_time_iso_8601": "2023-04-13T11:40:15.736274Z",
"url": "https://files.pythonhosted.org/packages/6c/c8/ec1a77bd5aab78b15568930835228c8ec44a02f78c1d1697d5075a54eb20/ncompress-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78cfcc8f8b6895017b85f786bfc65ea650f75fbf427c9747f6f3511eb1022de4",
"md5": "1ce512e4f8f7da8a1beeba96d7acb911",
"sha256": "d26a0b26e958ea7ffbc41fa6fdfa9e8f1c72b45134ca0ad198ea3f61701ba0b4"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "1ce512e4f8f7da8a1beeba96d7acb911",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 116866,
"upload_time": "2023-04-13T11:40:16",
"upload_time_iso_8601": "2023-04-13T11:40:16.828960Z",
"url": "https://files.pythonhosted.org/packages/78/cf/cc8f8b6895017b85f786bfc65ea650f75fbf427c9747f6f3511eb1022de4/ncompress-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c6e11e7281fec45c1a8d4d0b34802d23061ece603bccd8ac9ccc8cf961a48ff9",
"md5": "84f2a17d4cec53924e063bd33e8968bf",
"sha256": "0ce207383fa1c1fb47320f3fb593a360ad30cc04b5ffcd868c020210eb57b798"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "84f2a17d4cec53924e063bd33e8968bf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 120085,
"upload_time": "2023-04-13T11:40:18",
"upload_time_iso_8601": "2023-04-13T11:40:18.304024Z",
"url": "https://files.pythonhosted.org/packages/c6/e1/1e7281fec45c1a8d4d0b34802d23061ece603bccd8ac9ccc8cf961a48ff9/ncompress-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c37d09795376824249bb6b64e79586c91b1f250c26ebf3631196b36d640bfc3e",
"md5": "4ef4ecb910887d049b21468a8e690a7b",
"sha256": "c62cd047119d897b789955b082c9da76efae5b47f84b0ebe68fbe9e37f932f7b"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "4ef4ecb910887d049b21468a8e690a7b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 616409,
"upload_time": "2023-04-13T11:40:19",
"upload_time_iso_8601": "2023-04-13T11:40:19.634423Z",
"url": "https://files.pythonhosted.org/packages/c3/7d/09795376824249bb6b64e79586c91b1f250c26ebf3631196b36d640bfc3e/ncompress-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "618ea78da76d6a203fcee2357030e7cc33fda1f40a04f82e81b8698047a857b7",
"md5": "212be70b3247ae9b579d1543dbdfec9d",
"sha256": "64bf39b339350f099811ab8eaf7a8aece5629a4555838c9744c81cdc39a1ad15"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-musllinux_1_1_ppc64le.whl",
"has_sig": false,
"md5_digest": "212be70b3247ae9b579d1543dbdfec9d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 678122,
"upload_time": "2023-04-13T11:40:21",
"upload_time_iso_8601": "2023-04-13T11:40:21.029471Z",
"url": "https://files.pythonhosted.org/packages/61/8e/a78da76d6a203fcee2357030e7cc33fda1f40a04f82e81b8698047a857b7/ncompress-1.0.1-cp39-cp39-musllinux_1_1_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2678748c7f2fcfd0cb91ad96513605a38515365af6f04a30eea04b8212f24219",
"md5": "8db7d3ed6be1bcc0c0db820f1732b409",
"sha256": "4a707c302c008498afd23959ba6d64b7e4aa3a292d78e10dbb5c35f80b57ad64"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-musllinux_1_1_s390x.whl",
"has_sig": false,
"md5_digest": "8db7d3ed6be1bcc0c0db820f1732b409",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 685994,
"upload_time": "2023-04-13T11:40:22",
"upload_time_iso_8601": "2023-04-13T11:40:22.377977Z",
"url": "https://files.pythonhosted.org/packages/26/78/748c7f2fcfd0cb91ad96513605a38515365af6f04a30eea04b8212f24219/ncompress-1.0.1-cp39-cp39-musllinux_1_1_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "36119436458faa752bc88f69f88f857e76a583e3192fc51aa3aa939af063bbe1",
"md5": "7741dc1ed3af51f612342883b25f0b69",
"sha256": "4abc4469666f6cf7f7e27fc8c1e629088c075ef5dfb22ad55cb80a193d745fdc"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "7741dc1ed3af51f612342883b25f0b69",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 635252,
"upload_time": "2023-04-13T11:40:24",
"upload_time_iso_8601": "2023-04-13T11:40:24.322345Z",
"url": "https://files.pythonhosted.org/packages/36/11/9436458faa752bc88f69f88f857e76a583e3192fc51aa3aa939af063bbe1/ncompress-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "696b0e7483b80e60e83f07dbabe54155ae357e2d7bcaeb734ee3493ad86f059e",
"md5": "771fcda70da5b9d95eb98a4217835ae4",
"sha256": "a1f9b16445da8af82073b5e7a9b33c024bd4299bfecfba1da636d32da5c9c399"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "771fcda70da5b9d95eb98a4217835ae4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 58784,
"upload_time": "2023-04-13T11:40:25",
"upload_time_iso_8601": "2023-04-13T11:40:25.455710Z",
"url": "https://files.pythonhosted.org/packages/69/6b/0e7483b80e60e83f07dbabe54155ae357e2d7bcaeb734ee3493ad86f059e/ncompress-1.0.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5d1066e19887a048f8c84df07310eb4ce35ad373beb34ddc567a4fb83282509e",
"md5": "4e75afe440b07e912dd551ca7131372b",
"sha256": "7be5cca28b1a7c8df5d989d90c80d316b486bc8d32c67aec2029b27b9589c5df"
},
"downloads": -1,
"filename": "ncompress-1.0.1-cp39-cp39-win_arm64.whl",
"has_sig": false,
"md5_digest": "4e75afe440b07e912dd551ca7131372b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 54580,
"upload_time": "2023-04-13T11:40:26",
"upload_time_iso_8601": "2023-04-13T11:40:26.973158Z",
"url": "https://files.pythonhosted.org/packages/5d/10/66e19887a048f8c84df07310eb4ce35ad373beb34ddc567a4fb83282509e/ncompress-1.0.1-cp39-cp39-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31f6ae977464f076aba6c14118b6948770eee731162a7ee48bb0ab01ff3495f6",
"md5": "f32bfbfa2d367672fb91f57f1f172060",
"sha256": "a27a54b572da8f14ac0c0689660f13cddb02a2822b03048d3c2ce3d28fb11027"
},
"downloads": -1,
"filename": "ncompress-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f32bfbfa2d367672fb91f57f1f172060",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 17130,
"upload_time": "2023-04-13T11:40:28",
"upload_time_iso_8601": "2023-04-13T11:40:28.494795Z",
"url": "https://files.pythonhosted.org/packages/31/f6/ae977464f076aba6c14118b6948770eee731162a7ee48bb0ab01ff3495f6/ncompress-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-13 11:40:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "valgur",
"github_project": "ncompress",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ncompress"
}