Name | c2dcczp JSON |
Version |
1.0.3
JSON |
| download |
home_page | https://github.com/Rin-Wood/c2dcczp |
Summary | c2dcczp is a simple block cipher implemented in C |
upload_time | 2024-12-07 16:59:39 |
maintainer | None |
docs_url | None |
author | wood |
requires_python | >=3.6 |
license | BSD |
keywords |
c2dcczp
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# c2dcczp
`c2dcczp` is a Python package for decrypting data, using a custom CCZp decryption algorithm implemented in C.
## Features
- Provides efficient CCZp decryption functionality, based on C implementation.
- Supports Python 3.6+
## Installation
Install the latest version of `c2dcczp` from PyPI:
```bash
pip install c2dcczp
```
## Usage
Here's how to use `c2dcczp` for decryption:
```python
import c2dcczp
data = b'...your encrypted data...'
key = [uint32, uint32, uint32, uint32]
c2dcczp.SetKey(key)
dec = c2dcczp.decrypt(data)
Raw data
{
"_id": null,
"home_page": "https://github.com/Rin-Wood/c2dcczp",
"name": "c2dcczp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "c2dcczp",
"author": "wood",
"author_email": "miraclerinwood@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ad/96/684dafcd51a448c64b12582358995a6bd8960edf33f146e710f41766a9eb/c2dcczp-1.0.3.tar.gz",
"platform": null,
"description": "# c2dcczp\n\n`c2dcczp` is a Python package for decrypting data, using a custom CCZp decryption algorithm implemented in C.\n\n## Features\n\n- Provides efficient CCZp decryption functionality, based on C implementation.\n- Supports Python 3.6+\n\n## Installation\n\nInstall the latest version of `c2dcczp` from PyPI:\n\n```bash\npip install c2dcczp\n```\n\n## Usage\nHere's how to use `c2dcczp` for decryption:\n\n```python\nimport c2dcczp\n\ndata = b'...your encrypted data...'\nkey = [uint32, uint32, uint32, uint32]\n\nc2dcczp.SetKey(key)\n\ndec = c2dcczp.decrypt(data)\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "c2dcczp is a simple block cipher implemented in C",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/Rin-Wood/c2dcczp"
},
"split_keywords": [
"c2dcczp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f674b048a714b533ab7a34a1f997788c7a3e9844f3e06a0a74397264495884e0",
"md5": "885c783fef951cbf64235729dd3dfb73",
"sha256": "645768eb0d54bd6cfe9718160590379667ca7213838ba4edbef5102a4e1ac8ad"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "885c783fef951cbf64235729dd3dfb73",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 5205,
"upload_time": "2024-12-07T16:56:58",
"upload_time_iso_8601": "2024-12-07T16:56:58.945264Z",
"url": "https://files.pythonhosted.org/packages/f6/74/b048a714b533ab7a34a1f997788c7a3e9844f3e06a0a74397264495884e0/c2dcczp-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7830fb8fb652b5123cfcc2557f819015032a4801111c2a70af442d8e185e8fe9",
"md5": "b7210af2c3159a7484756ae3ae3c4bf6",
"sha256": "4e3825566798bcf1647c64d7c8e2c6844861d348af425b666499c86a6837853a"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b7210af2c3159a7484756ae3ae3c4bf6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 5621,
"upload_time": "2024-12-07T16:57:00",
"upload_time_iso_8601": "2024-12-07T16:57:00.047991Z",
"url": "https://files.pythonhosted.org/packages/78/30/fb8fb652b5123cfcc2557f819015032a4801111c2a70af442d8e185e8fe9/c2dcczp-1.0.3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11e073394279126eea040749186a77baa76ebbf23af73dbc58ab98525b4e93e9",
"md5": "9fd9626c2c83c8c13443e781155a3f0d",
"sha256": "f47b8fe4f4966ed20efd688ed576b460a4292d1bcae398a767462dddcfa47b30"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9fd9626c2c83c8c13443e781155a3f0d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 13323,
"upload_time": "2024-12-07T16:57:01",
"upload_time_iso_8601": "2024-12-07T16:57:01.762920Z",
"url": "https://files.pythonhosted.org/packages/11/e0/73394279126eea040749186a77baa76ebbf23af73dbc58ab98525b4e93e9/c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "066d00b760f7ec2a03818186f47512841662d342a8e90fa2806b96ba3e83e61b",
"md5": "edfad484b629925183de8d0f8ed1b55d",
"sha256": "71fee71728ff8c8c7a1e85f9931c8a15b5a86a9d92553c2798c25c3fbd0eda41"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "edfad484b629925183de8d0f8ed1b55d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 13776,
"upload_time": "2024-12-07T16:57:03",
"upload_time_iso_8601": "2024-12-07T16:57:03.099913Z",
"url": "https://files.pythonhosted.org/packages/06/6d/00b760f7ec2a03818186f47512841662d342a8e90fa2806b96ba3e83e61b/c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d7359103aae98fe751c6fd13bf9f13401b5cc082073dc6f21735f10108a0f0a",
"md5": "126efa17e285fbc6033ee5449796e9f8",
"sha256": "34cb10a5db75d07c9d894e000b8722ff3c031977992ea8ae090c9b4c6c1ab5d4"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "126efa17e285fbc6033ee5449796e9f8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 12667,
"upload_time": "2024-12-07T16:57:04",
"upload_time_iso_8601": "2024-12-07T16:57:04.756121Z",
"url": "https://files.pythonhosted.org/packages/0d/73/59103aae98fe751c6fd13bf9f13401b5cc082073dc6f21735f10108a0f0a/c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "34db6cd740dbbdc13784aabe3b3b09dd4b3c0c61b556f081888d50bdd91da2b4",
"md5": "f6f5dfa6e20eb4eb9c4d70c7b11d440b",
"sha256": "027caf4946a33b7ed7064363ac0cc0c20485e1ff3098deeb9d2e50d4a4e21ef2"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f6f5dfa6e20eb4eb9c4d70c7b11d440b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 12760,
"upload_time": "2024-12-07T16:57:06",
"upload_time_iso_8601": "2024-12-07T16:57:06.321595Z",
"url": "https://files.pythonhosted.org/packages/34/db/6cd740dbbdc13784aabe3b3b09dd4b3c0c61b556f081888d50bdd91da2b4/c2dcczp-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3b20abdb924d1cba39ec35cdc9b7a47ff9ffda735902c52793bc0a39201de6ef",
"md5": "f8d549b0e8859ff1046669b9a0bc4e83",
"sha256": "8b243c8842892b73b7984dfcf7a2634ccbca36023231b8f0a47524b555e27c0d"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "f8d549b0e8859ff1046669b9a0bc4e83",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 12579,
"upload_time": "2024-12-07T16:57:07",
"upload_time_iso_8601": "2024-12-07T16:57:07.250925Z",
"url": "https://files.pythonhosted.org/packages/3b/20/abdb924d1cba39ec35cdc9b7a47ff9ffda735902c52793bc0a39201de6ef/c2dcczp-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc204e691e5c8afc9f3c43844415fb5bdb20f9a850bf983a1ee820a90f744952",
"md5": "d330b58adccc59512e7de56e71185341",
"sha256": "1da4c72b96c8b12e87efb4406cba5105a8b5bd24dc29a951cb5f2fef19e48a07"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "d330b58adccc59512e7de56e71185341",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 13440,
"upload_time": "2024-12-07T16:57:08",
"upload_time_iso_8601": "2024-12-07T16:57:08.194199Z",
"url": "https://files.pythonhosted.org/packages/dc/20/4e691e5c8afc9f3c43844415fb5bdb20f9a850bf983a1ee820a90f744952/c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6351da34d5585b63cb9e397fe6543c51715ef90c7a1648d8ca06c5f09a772125",
"md5": "69a3206ea38852b563af6a149403dcfc",
"sha256": "37c174dc4eb241f674cdc92da974603deac13830d7151f15358d9fc25bff9ce3"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "69a3206ea38852b563af6a149403dcfc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 12950,
"upload_time": "2024-12-07T16:57:09",
"upload_time_iso_8601": "2024-12-07T16:57:09.141970Z",
"url": "https://files.pythonhosted.org/packages/63/51/da34d5585b63cb9e397fe6543c51715ef90c7a1648d8ca06c5f09a772125/c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c120cd71194857f3933ddceea6d9203e75eb2c9a3325a4c039e7e8813ce50a77",
"md5": "b5641b512b29cd97a274e7456332d6d5",
"sha256": "56dfa9aa99a71b530a196a56bff666d02ef51707eb890eb2841592b13c5a7550"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "b5641b512b29cd97a274e7456332d6d5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 13782,
"upload_time": "2024-12-07T16:57:10",
"upload_time_iso_8601": "2024-12-07T16:57:10.427977Z",
"url": "https://files.pythonhosted.org/packages/c1/20/cd71194857f3933ddceea6d9203e75eb2c9a3325a4c039e7e8813ce50a77/c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03e623fde96f2c3f78840c9adf0b6587a1f83f0e1194cf3d27080ffcf90f1540",
"md5": "ae619c5ad14ea92ac6b6f74ca58bbee6",
"sha256": "b62dd3637b29a4e8b472e13cca36337ba6405da14eabafb904a09179b0de3517"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "ae619c5ad14ea92ac6b6f74ca58bbee6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 12968,
"upload_time": "2024-12-07T16:57:11",
"upload_time_iso_8601": "2024-12-07T16:57:11.351164Z",
"url": "https://files.pythonhosted.org/packages/03/e6/23fde96f2c3f78840c9adf0b6587a1f83f0e1194cf3d27080ffcf90f1540/c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "490f30db7a60376d31afb8babf9ebd150c08575b4912da3cc9d0c3d407d0345f",
"md5": "f7df2c2026bf193c3fc6551968ab9464",
"sha256": "2d62f9189fea9b791e7fb80e48303825dd9ab1fbee051701be01bb520576131e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f7df2c2026bf193c3fc6551968ab9464",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 12964,
"upload_time": "2024-12-07T16:57:12",
"upload_time_iso_8601": "2024-12-07T16:57:12.464179Z",
"url": "https://files.pythonhosted.org/packages/49/0f/30db7a60376d31afb8babf9ebd150c08575b4912da3cc9d0c3d407d0345f/c2dcczp-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0886bda576c27a4ca996363c89b80d20da3f33bb656b9fcdbb673b201e33af70",
"md5": "b954983a87254cb3013e16a9490a7961",
"sha256": "175d954885ee9181c85ed88fff669823ac658111a66c43a99727f49456637c45"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "b954983a87254cb3013e16a9490a7961",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 7481,
"upload_time": "2024-12-07T16:57:13",
"upload_time_iso_8601": "2024-12-07T16:57:13.392564Z",
"url": "https://files.pythonhosted.org/packages/08/86/bda576c27a4ca996363c89b80d20da3f33bb656b9fcdbb673b201e33af70/c2dcczp-1.0.3-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87a71478ec40e4284747e79a114338a6159f7c67b317162dead1deaea72639a4",
"md5": "d9bf8c937ac3c00f534c517263809cef",
"sha256": "7a939363ad8441b8d85cab334836503dba7cc4f3ece149bbfcedb5d774c9a19d"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "d9bf8c937ac3c00f534c517263809cef",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 8015,
"upload_time": "2024-12-07T16:57:14",
"upload_time_iso_8601": "2024-12-07T16:57:14.344601Z",
"url": "https://files.pythonhosted.org/packages/87/a7/1478ec40e4284747e79a114338a6159f7c67b317162dead1deaea72639a4/c2dcczp-1.0.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ba8e4bf56c9621a9080416ba574e936596485f57f09d4f20a011173c6aa66eb",
"md5": "add1d4f72f8b966f6ed925a6a327cff6",
"sha256": "49b3faa1b756aa8236760b8b0e7874f3ced4fb0b20e78a20a81ab0ed936bf3f7"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "add1d4f72f8b966f6ed925a6a327cff6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.6",
"size": 6950,
"upload_time": "2024-12-07T16:57:15",
"upload_time_iso_8601": "2024-12-07T16:57:15.292785Z",
"url": "https://files.pythonhosted.org/packages/8b/a8/e4bf56c9621a9080416ba574e936596485f57f09d4f20a011173c6aa66eb/c2dcczp-1.0.3-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05a3912d70d6b247cc41c40117564a919295b5706f1804c09fe80acc799c665f",
"md5": "1410bfa9259f5310cd3e71b0e547096c",
"sha256": "ea655c96081601c9d1350817b6cd99a9cff8880638309d0a5ac0725a51502128"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "1410bfa9259f5310cd3e71b0e547096c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 5206,
"upload_time": "2024-12-07T16:57:17",
"upload_time_iso_8601": "2024-12-07T16:57:17.700111Z",
"url": "https://files.pythonhosted.org/packages/05/a3/912d70d6b247cc41c40117564a919295b5706f1804c09fe80acc799c665f/c2dcczp-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a1959963a5d7d0a1a21f3fe78ac661090574a90e74141ceb98e3dd878a043f47",
"md5": "abae6001cc979831661cfa4310894523",
"sha256": "18655bb2c0e56657b6691e96bbb44de56596635dc53f039d92c17fa1c6468789"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "abae6001cc979831661cfa4310894523",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 5620,
"upload_time": "2024-12-07T16:57:18",
"upload_time_iso_8601": "2024-12-07T16:57:18.565296Z",
"url": "https://files.pythonhosted.org/packages/a1/95/9963a5d7d0a1a21f3fe78ac661090574a90e74141ceb98e3dd878a043f47/c2dcczp-1.0.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e962b6543e4779130b2e74d58408f78a706418ec54031de7df977940d2393eb8",
"md5": "d1273510f6d0b0ff96c00face8e9b995",
"sha256": "26a5c46c733f68b3f9c3ebb1d82742f001e3ebf3bf711de70e89cb78b2149b90"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "d1273510f6d0b0ff96c00face8e9b995",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 13307,
"upload_time": "2024-12-07T16:57:19",
"upload_time_iso_8601": "2024-12-07T16:57:19.537092Z",
"url": "https://files.pythonhosted.org/packages/e9/62/b6543e4779130b2e74d58408f78a706418ec54031de7df977940d2393eb8/c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a83d8c695a07299a61278663952adb26aaf97108673234f518fdeba1528dc949",
"md5": "3c020efa5e26b17448bddb28fc5aa06d",
"sha256": "6216bb9c84a219c1aca37ea5c2edf99ad42a3c20de100ace4b5498d27613362d"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "3c020efa5e26b17448bddb28fc5aa06d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 13769,
"upload_time": "2024-12-07T16:57:20",
"upload_time_iso_8601": "2024-12-07T16:57:20.473022Z",
"url": "https://files.pythonhosted.org/packages/a8/3d/8c695a07299a61278663952adb26aaf97108673234f518fdeba1528dc949/c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd904f9af6833768dd6270b2c299264f006a46c6ad0a6e1c248258049b787db5",
"md5": "7bb938d3e3d46e4c61d90dfc4d430122",
"sha256": "7a10e0b193fd0f6a24284fec1e73b6c147e97921a903f6d6cbebd4b5bc908fb1"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "7bb938d3e3d46e4c61d90dfc4d430122",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 12659,
"upload_time": "2024-12-07T16:57:21",
"upload_time_iso_8601": "2024-12-07T16:57:21.512778Z",
"url": "https://files.pythonhosted.org/packages/dd/90/4f9af6833768dd6270b2c299264f006a46c6ad0a6e1c248258049b787db5/c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f8423900b7a9db0d577a710e41cbaa92ddad2279a6bc66468c7a50ad39826f6",
"md5": "1215bf674a4f9679584316cb425a2bc9",
"sha256": "bfec87bff57c406ad15fe85f38167cc3c4bafd21d107127a1ecb8d14e04c5454"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1215bf674a4f9679584316cb425a2bc9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 12760,
"upload_time": "2024-12-07T16:57:22",
"upload_time_iso_8601": "2024-12-07T16:57:22.480264Z",
"url": "https://files.pythonhosted.org/packages/6f/84/23900b7a9db0d577a710e41cbaa92ddad2279a6bc66468c7a50ad39826f6/c2dcczp-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "723560ea72bbf253f9974fd4a169df3563d0eb1746ecd510662841b9ff62d6cf",
"md5": "7d7fe140809c40970fb2ad0a57cbcf8e",
"sha256": "9ecf9fe2000beb2af4a0f215bc09517200ba9d952ce526f08caf18c257082c6c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7d7fe140809c40970fb2ad0a57cbcf8e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 12595,
"upload_time": "2024-12-07T16:57:23",
"upload_time_iso_8601": "2024-12-07T16:57:23.430782Z",
"url": "https://files.pythonhosted.org/packages/72/35/60ea72bbf253f9974fd4a169df3563d0eb1746ecd510662841b9ff62d6cf/c2dcczp-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e832c63c79e3ce6395840704a843680842d0ae53598b09947af66c2b7dda1412",
"md5": "e69c0cebb0e6ebabc0273e824847d1b2",
"sha256": "2f65e7ea526ee62c4888d525d26504255781c462ad999d18f7f0e941abd50ed5"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e69c0cebb0e6ebabc0273e824847d1b2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 13439,
"upload_time": "2024-12-07T16:57:24",
"upload_time_iso_8601": "2024-12-07T16:57:24.390953Z",
"url": "https://files.pythonhosted.org/packages/e8/32/c63c79e3ce6395840704a843680842d0ae53598b09947af66c2b7dda1412/c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "949fe8a559c0d106970d9b906163c811c1e72a6712aac285e1803418e475a47a",
"md5": "329052bbc488d1459879ab5f10d1c714",
"sha256": "b630bdb3b599a259ea7d950a0558c322e5ba61293ed94c15220348826d1f6e29"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "329052bbc488d1459879ab5f10d1c714",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 12965,
"upload_time": "2024-12-07T16:57:25",
"upload_time_iso_8601": "2024-12-07T16:57:25.944241Z",
"url": "https://files.pythonhosted.org/packages/94/9f/e8a559c0d106970d9b906163c811c1e72a6712aac285e1803418e475a47a/c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d19c4e759c60383be86f6a0f1b9f5c2cacee75d4fe3c8eb91fd31ba20f057be",
"md5": "5867215b9d91a52c1eb490d6bc785469",
"sha256": "630d0568ef1b9b8676bb751dc748d055afd8f076fe680a752d2e8a8dbb7eee12"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "5867215b9d91a52c1eb490d6bc785469",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 13785,
"upload_time": "2024-12-07T16:57:26",
"upload_time_iso_8601": "2024-12-07T16:57:26.951472Z",
"url": "https://files.pythonhosted.org/packages/3d/19/c4e759c60383be86f6a0f1b9f5c2cacee75d4fe3c8eb91fd31ba20f057be/c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ac488228ba0d91246de2da41ca9c99982e18539959af5c374e3601f776f6e5e8",
"md5": "b09e32b9b30984ff26fd5b771b9f732b",
"sha256": "8a6ca0fd0d12ada429d24d94260002ef212f264d77878d1b71c9ed750c41f4cf"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "b09e32b9b30984ff26fd5b771b9f732b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 12965,
"upload_time": "2024-12-07T16:57:27",
"upload_time_iso_8601": "2024-12-07T16:57:27.914019Z",
"url": "https://files.pythonhosted.org/packages/ac/48/8228ba0d91246de2da41ca9c99982e18539959af5c374e3601f776f6e5e8/c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b216cb631448341f7149ecd9d70b98c0d6d1d3f8bac18ff34f46df1b18fb9189",
"md5": "56c7bfccc188f76282b75441dd2aa908",
"sha256": "c067e357da20b55ca86c5131804ba55d2e689caa30edb442c291686454f0cb35"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "56c7bfccc188f76282b75441dd2aa908",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 12952,
"upload_time": "2024-12-07T16:57:29",
"upload_time_iso_8601": "2024-12-07T16:57:29.537136Z",
"url": "https://files.pythonhosted.org/packages/b2/16/cb631448341f7149ecd9d70b98c0d6d1d3f8bac18ff34f46df1b18fb9189/c2dcczp-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f4ab2854009498dbc0502ef7ba9f3ead4e3a482b923a0220db77dce6921d1a8",
"md5": "0c0c3b1de8e18f73314639ff0ca3ec34",
"sha256": "06f4fae5a0c6b1945a8632f83fa5ed2ca2c4f7178e743afbef16cf3b120e762e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "0c0c3b1de8e18f73314639ff0ca3ec34",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 7489,
"upload_time": "2024-12-07T16:57:30",
"upload_time_iso_8601": "2024-12-07T16:57:30.491302Z",
"url": "https://files.pythonhosted.org/packages/4f/4a/b2854009498dbc0502ef7ba9f3ead4e3a482b923a0220db77dce6921d1a8/c2dcczp-1.0.3-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "89ab0f1afec1725c65b66115fe2a5e395c7a074fe973ee26639e926b0658e4cd",
"md5": "412230de1d7314c6f4708a1f9f6c60f1",
"sha256": "84c99656ea4174517b8a43173f2b7c18f2e162752d355fd555abc9c825dc2a59"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "412230de1d7314c6f4708a1f9f6c60f1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 8023,
"upload_time": "2024-12-07T16:57:31",
"upload_time_iso_8601": "2024-12-07T16:57:31.380950Z",
"url": "https://files.pythonhosted.org/packages/89/ab/0f1afec1725c65b66115fe2a5e395c7a074fe973ee26639e926b0658e4cd/c2dcczp-1.0.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "598ab3f1881bbd4b4a5f880d9ede12950266fb958c009ee015970a73c1357982",
"md5": "817b6e4ad8a3890acb3290add67bdfdf",
"sha256": "9426f2d40c175ebf433203f85615da8ad01ee7ce7f3e9c549491856c039f15e4"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "817b6e4ad8a3890acb3290add67bdfdf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.6",
"size": 6954,
"upload_time": "2024-12-07T16:57:32",
"upload_time_iso_8601": "2024-12-07T16:57:32.448085Z",
"url": "https://files.pythonhosted.org/packages/59/8a/b3f1881bbd4b4a5f880d9ede12950266fb958c009ee015970a73c1357982/c2dcczp-1.0.3-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "51d8d46a89ec39ceb0a022850c17c497b2900c9fafacae923f45873147bfe97d",
"md5": "1f3085d95774b96242dcc3f42ff0623d",
"sha256": "16eb63ca77350220b60d5a0603adffb41e55dbc3207b813290928f55a955c336"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "1f3085d95774b96242dcc3f42ff0623d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 5197,
"upload_time": "2024-12-07T16:57:33",
"upload_time_iso_8601": "2024-12-07T16:57:33.382754Z",
"url": "https://files.pythonhosted.org/packages/51/d8/d46a89ec39ceb0a022850c17c497b2900c9fafacae923f45873147bfe97d/c2dcczp-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "292b1a1b92402c645c980444dd5517667d4d4e4660a769fb98e1c80d4217b10b",
"md5": "02f295d970cf0355ced298c2e33063cc",
"sha256": "579f3ce638718ef2efc21975169ee2b42d5c5199da5030aedb23fdc61e4ea280"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "02f295d970cf0355ced298c2e33063cc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 5615,
"upload_time": "2024-12-07T16:57:34",
"upload_time_iso_8601": "2024-12-07T16:57:34.354102Z",
"url": "https://files.pythonhosted.org/packages/29/2b/1a1b92402c645c980444dd5517667d4d4e4660a769fb98e1c80d4217b10b/c2dcczp-1.0.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "80773ebba4a65d9ce0054951dc0afb894fb1089e6cb354065bc3f29e9cdaaa62",
"md5": "c9c231b43d453ced3be860beaeedc025",
"sha256": "9fc635f887264b00b441197435d0af15cad8653e52ec189efc9c3b618d3591dc"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c9c231b43d453ced3be860beaeedc025",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 13284,
"upload_time": "2024-12-07T16:57:35",
"upload_time_iso_8601": "2024-12-07T16:57:35.255495Z",
"url": "https://files.pythonhosted.org/packages/80/77/3ebba4a65d9ce0054951dc0afb894fb1089e6cb354065bc3f29e9cdaaa62/c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0fcf225151f10c8998193d720fcc1b53ece81327c675aaad0298eb91ef0c72a",
"md5": "932de19850b16926f8a78e599e90bc7a",
"sha256": "5c39fdeff7a38cabc6451e6ce1030d3e4d58be01c4af9663427e1b2b4222aee0"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "932de19850b16926f8a78e599e90bc7a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 13745,
"upload_time": "2024-12-07T16:57:36",
"upload_time_iso_8601": "2024-12-07T16:57:36.231348Z",
"url": "https://files.pythonhosted.org/packages/d0/fc/f225151f10c8998193d720fcc1b53ece81327c675aaad0298eb91ef0c72a/c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e32e040cb902944ee4c155d42f04b516b4bf6ea3a0d4e85e5975b9c112932b50",
"md5": "87224cf72e78a8fc16146fee57ef768d",
"sha256": "adfaef83563b83962e30f3c422014328df1f8ae1903ce20ceae0d6d73a2f8021"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "87224cf72e78a8fc16146fee57ef768d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 12602,
"upload_time": "2024-12-07T16:57:37",
"upload_time_iso_8601": "2024-12-07T16:57:37.173012Z",
"url": "https://files.pythonhosted.org/packages/e3/2e/040cb902944ee4c155d42f04b516b4bf6ea3a0d4e85e5975b9c112932b50/c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4a5d35f91e2b71870a63ef0c38642d2de605a69ed540fdd35352275867d27d8f",
"md5": "3591ebf3a4ecee86261dde56e5e2f97b",
"sha256": "6bf7864b48036b1c1f252bbc0d4093e9919e519d7be42dc7e839307c23cb5b32"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3591ebf3a4ecee86261dde56e5e2f97b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 12738,
"upload_time": "2024-12-07T16:57:38",
"upload_time_iso_8601": "2024-12-07T16:57:38.107236Z",
"url": "https://files.pythonhosted.org/packages/4a/5d/35f91e2b71870a63ef0c38642d2de605a69ed540fdd35352275867d27d8f/c2dcczp-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a8d61f1d9b4abdc9f2de1b7649a630b43dd4324024cfba7a5708b06b23832ad4",
"md5": "a5bc411e6e4b7229d0e7153837144272",
"sha256": "47c6a5f7ee34a0c3ef28a11a4a12ed7326847dad8c115cda0a779ed59e61723c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "a5bc411e6e4b7229d0e7153837144272",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 12521,
"upload_time": "2024-12-07T16:57:39",
"upload_time_iso_8601": "2024-12-07T16:57:39.036799Z",
"url": "https://files.pythonhosted.org/packages/a8/d6/1f1d9b4abdc9f2de1b7649a630b43dd4324024cfba7a5708b06b23832ad4/c2dcczp-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "73de8ec7e6fa5b538d0b1aa71e93fa1d00e39754241e3a0d80c01fea7388bfd7",
"md5": "f7541b1d9408a2142133edb730fafd37",
"sha256": "d1ddc2d66ad39d103d45651a7230f0403d3060fca3a459f547711a989e49afec"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f7541b1d9408a2142133edb730fafd37",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 13384,
"upload_time": "2024-12-07T16:57:39",
"upload_time_iso_8601": "2024-12-07T16:57:39.954019Z",
"url": "https://files.pythonhosted.org/packages/73/de/8ec7e6fa5b538d0b1aa71e93fa1d00e39754241e3a0d80c01fea7388bfd7/c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd1e033717ec68cffd8c828b1fb5c6322baa52a1a7cbb9be06382608a9e35b29",
"md5": "1b767092b8fcc41de0ca2f4ff67312ec",
"sha256": "f5299c7041bbe3c8ecab1937cce4bb3443d97b8489a3e2ae451f1d6eb29648c9"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "1b767092b8fcc41de0ca2f4ff67312ec",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 12958,
"upload_time": "2024-12-07T16:57:40",
"upload_time_iso_8601": "2024-12-07T16:57:40.912689Z",
"url": "https://files.pythonhosted.org/packages/dd/1e/033717ec68cffd8c828b1fb5c6322baa52a1a7cbb9be06382608a9e35b29/c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5d8dcedd62b87be1d3ebf33d9df6521b7d25f4194409abbeec82aaa0e1ace88a",
"md5": "98aeef0068e9c3b204a19d4c078e4e48",
"sha256": "a715ad93ef839a99bde83cfe490bdd80eaadfdb624ad786bb7a0fec705792e63"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "98aeef0068e9c3b204a19d4c078e4e48",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 13727,
"upload_time": "2024-12-07T16:57:43",
"upload_time_iso_8601": "2024-12-07T16:57:43.235965Z",
"url": "https://files.pythonhosted.org/packages/5d/8d/cedd62b87be1d3ebf33d9df6521b7d25f4194409abbeec82aaa0e1ace88a/c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "adeb0c33a503ad5fba2d2a6e38d3076b7246286df48994d4fcbc44838f05f599",
"md5": "528c2423df663f4019d83f10956902fe",
"sha256": "7459d7f5d87f9ec6da195efb951e6091662cc46b0558e66cfb1932cabe44af3a"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "528c2423df663f4019d83f10956902fe",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 12905,
"upload_time": "2024-12-07T16:57:44",
"upload_time_iso_8601": "2024-12-07T16:57:44.342418Z",
"url": "https://files.pythonhosted.org/packages/ad/eb/0c33a503ad5fba2d2a6e38d3076b7246286df48994d4fcbc44838f05f599/c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a243d4e5a1bb1f3d6e4c12d3a91263e7066c23aa8c0d04c2cc044f8e641b4f4",
"md5": "69a5438a98f6f0e019aa9e85e3fd32aa",
"sha256": "f2352c17ac3b99d1c0b8e42d55ad3c27752939bb7f55fd28cf82e71edacb8f77"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "69a5438a98f6f0e019aa9e85e3fd32aa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 12907,
"upload_time": "2024-12-07T16:57:45",
"upload_time_iso_8601": "2024-12-07T16:57:45.314088Z",
"url": "https://files.pythonhosted.org/packages/8a/24/3d4e5a1bb1f3d6e4c12d3a91263e7066c23aa8c0d04c2cc044f8e641b4f4/c2dcczp-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17ab772f501bc95e32f0db2205ac8d736672be76d0c23bc7d4d72e0fcf431cad",
"md5": "67c50518019f90dd9d744898430a75c9",
"sha256": "4ce6f4076137a46d3445128586118ddad1f6882f3cdf47d3fc43a94377526089"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "67c50518019f90dd9d744898430a75c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 7483,
"upload_time": "2024-12-07T16:57:46",
"upload_time_iso_8601": "2024-12-07T16:57:46.220532Z",
"url": "https://files.pythonhosted.org/packages/17/ab/772f501bc95e32f0db2205ac8d736672be76d0c23bc7d4d72e0fcf431cad/c2dcczp-1.0.3-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40aaa082d5a76b7d9206e47b6b4c860342125f9f66d117ef93693a1bc75ed0b9",
"md5": "b25b249943dedf2c18297306a73b46f8",
"sha256": "8458955bb621f7eea7e947a7f4f1670763f23b946e1e108698c6195fa84b1682"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "b25b249943dedf2c18297306a73b46f8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 8018,
"upload_time": "2024-12-07T16:57:47",
"upload_time_iso_8601": "2024-12-07T16:57:47.257828Z",
"url": "https://files.pythonhosted.org/packages/40/aa/a082d5a76b7d9206e47b6b4c860342125f9f66d117ef93693a1bc75ed0b9/c2dcczp-1.0.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57dbc069c12583b134988b20a6c7e632b3df552d8e44fd6120744c69ac7843f6",
"md5": "196c04096e65d3310688dd3c218bd606",
"sha256": "502eecaeb9fd669de400c042b094a8635c9ef8310cda3a0ed2e541b64cdd438c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "196c04096e65d3310688dd3c218bd606",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.6",
"size": 6938,
"upload_time": "2024-12-07T16:57:48",
"upload_time_iso_8601": "2024-12-07T16:57:48.213403Z",
"url": "https://files.pythonhosted.org/packages/57/db/c069c12583b134988b20a6c7e632b3df552d8e44fd6120744c69ac7843f6/c2dcczp-1.0.3-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "584daa5dbced8ffb5b6cf4f229e76abe0b0a2c2efcafb063ba5ff0cc4c84e175",
"md5": "e5aa95580dc5533a4439d9641e3f21fe",
"sha256": "f91f56f4ddd6b013a8ed9ef5c98f0f07f8feab602d64cb34d922ce952e516354"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "e5aa95580dc5533a4439d9641e3f21fe",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 5207,
"upload_time": "2024-12-07T16:57:49",
"upload_time_iso_8601": "2024-12-07T16:57:49.152090Z",
"url": "https://files.pythonhosted.org/packages/58/4d/aa5dbced8ffb5b6cf4f229e76abe0b0a2c2efcafb063ba5ff0cc4c84e175/c2dcczp-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7de39e54e95052b93bc6db066b9126c7bd27c1e293ad58cc70dffa1e1e2db578",
"md5": "901f6c5473697bbee1fdfb369cf3f157",
"sha256": "326845434368c2207f5875cd5a91920d2ba783ac2934fc0450c015c0b1baae71"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "901f6c5473697bbee1fdfb369cf3f157",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 5619,
"upload_time": "2024-12-07T16:57:50",
"upload_time_iso_8601": "2024-12-07T16:57:50.098688Z",
"url": "https://files.pythonhosted.org/packages/7d/e3/9e54e95052b93bc6db066b9126c7bd27c1e293ad58cc70dffa1e1e2db578/c2dcczp-1.0.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8debf6c6c60aa9b470459c09aa23901711c45dbe0e7c1f5e069bc03cbb8a18fa",
"md5": "0d3e29eae694cd52cb839e85d418977a",
"sha256": "5a594bbd8377c48a8ca200d1a8b97e09b64b308115676425cfc140eb562861b9"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "0d3e29eae694cd52cb839e85d418977a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 13258,
"upload_time": "2024-12-07T16:57:51",
"upload_time_iso_8601": "2024-12-07T16:57:51.151445Z",
"url": "https://files.pythonhosted.org/packages/8d/eb/f6c6c60aa9b470459c09aa23901711c45dbe0e7c1f5e069bc03cbb8a18fa/c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4e0eb7814674b8450e507762249ebe559cb187fbda1fa0ab5b909bf12ed23dfa",
"md5": "16fcb00016c11cae7007852f87952c55",
"sha256": "4a24c5ca141bd49fe069ff4ee3a86392630cff0dfd82a251014ff05c48412b54"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "16fcb00016c11cae7007852f87952c55",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 13707,
"upload_time": "2024-12-07T16:57:52",
"upload_time_iso_8601": "2024-12-07T16:57:52.067089Z",
"url": "https://files.pythonhosted.org/packages/4e/0e/b7814674b8450e507762249ebe559cb187fbda1fa0ab5b909bf12ed23dfa/c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b1eae544b1741ace39731e36f89e62aaae8f4d2c7a7725a619586a6e39eca85",
"md5": "f1487e15f126664f12e3e5e1c09b24ba",
"sha256": "ebb15f5c6250a3055457cd228e6ce2810c3a143ff22717b23633f2494368502b"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "f1487e15f126664f12e3e5e1c09b24ba",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 12570,
"upload_time": "2024-12-07T16:57:53",
"upload_time_iso_8601": "2024-12-07T16:57:53.133625Z",
"url": "https://files.pythonhosted.org/packages/2b/1e/ae544b1741ace39731e36f89e62aaae8f4d2c7a7725a619586a6e39eca85/c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7973bf858215a6da0039c5eb06ca3084ed1bd65c8dbabcfbaaa15c6f68edaa96",
"md5": "d673fc22023fe1c147eec763704d9e74",
"sha256": "319915fdb5411d5713946c2d25fb77da6d4827c6c8c0a5881c68e866a5114bba"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d673fc22023fe1c147eec763704d9e74",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 12716,
"upload_time": "2024-12-07T16:57:54",
"upload_time_iso_8601": "2024-12-07T16:57:54.888704Z",
"url": "https://files.pythonhosted.org/packages/79/73/bf858215a6da0039c5eb06ca3084ed1bd65c8dbabcfbaaa15c6f68edaa96/c2dcczp-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f153ab299e8e53d8a948cfd5b2b70bc7ad61233c71b66b451f83cac7ebf6079",
"md5": "75607f4cc3be55d7c1c0655bedbb112c",
"sha256": "dcd755eb7674c6016ec4beb845e23ea112d34843a3d81547e86d4787760420be"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "75607f4cc3be55d7c1c0655bedbb112c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 12482,
"upload_time": "2024-12-07T16:57:55",
"upload_time_iso_8601": "2024-12-07T16:57:55.885651Z",
"url": "https://files.pythonhosted.org/packages/1f/15/3ab299e8e53d8a948cfd5b2b70bc7ad61233c71b66b451f83cac7ebf6079/c2dcczp-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3639fc93ad88f522fc11ad47acf3a3cc2696c66f9217488e206c3ffa696582b6",
"md5": "9c12152bd9adcce9a4110adbae43fdd3",
"sha256": "0635d69222c413dfd68462d6b4e0ba9fa39d748c60bf26d5a06d460291faef49"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "9c12152bd9adcce9a4110adbae43fdd3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 13439,
"upload_time": "2024-12-07T16:57:56",
"upload_time_iso_8601": "2024-12-07T16:57:56.840782Z",
"url": "https://files.pythonhosted.org/packages/36/39/fc93ad88f522fc11ad47acf3a3cc2696c66f9217488e206c3ffa696582b6/c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "89cf09d4092bdcf860bfa3bee10647996153874b6457b169007d9464dc0d3a97",
"md5": "fc9d09427670f48baaaab5f48ea83caa",
"sha256": "2947f0db60a5b422e223d65bbdb8cc7751517919feea8bb6ad537cf4cd4f9eb5"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "fc9d09427670f48baaaab5f48ea83caa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 13008,
"upload_time": "2024-12-07T16:57:57",
"upload_time_iso_8601": "2024-12-07T16:57:57.899085Z",
"url": "https://files.pythonhosted.org/packages/89/cf/09d4092bdcf860bfa3bee10647996153874b6457b169007d9464dc0d3a97/c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f6371d42b74a7c14d2d899e8e6da859cf0dac7db9b1b615b53a6a0b9469c095f",
"md5": "80ce006633195c68a6ed08ff810594cf",
"sha256": "4e8273c013e142f06d23e4f4aaaa750d67c93cb62f7e6ed731a6b3531f659769"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "80ce006633195c68a6ed08ff810594cf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 13783,
"upload_time": "2024-12-07T16:57:58",
"upload_time_iso_8601": "2024-12-07T16:57:58.904752Z",
"url": "https://files.pythonhosted.org/packages/f6/37/1d42b74a7c14d2d899e8e6da859cf0dac7db9b1b615b53a6a0b9469c095f/c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad97f61327e766bd10d492a2efc3a146ad9c8ffae24e502a3bc6ccfc888c94e5",
"md5": "ad7828ea33e709616febf33fcc253703",
"sha256": "b93b03b87ea0bd45f00b28a4983ece86ab27dddeac497ffd579aa1ae17f13b6c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "ad7828ea33e709616febf33fcc253703",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 12950,
"upload_time": "2024-12-07T16:57:59",
"upload_time_iso_8601": "2024-12-07T16:57:59.917316Z",
"url": "https://files.pythonhosted.org/packages/ad/97/f61327e766bd10d492a2efc3a146ad9c8ffae24e502a3bc6ccfc888c94e5/c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ae9ba623aa995144028d6dea701d735b9f8ad44aec9771723b9319048aefbb8b",
"md5": "1db45c6aec8829052627ac263bb42936",
"sha256": "8d97a760151871e0748266576fb70be46fefad48edeef1139aa57a60e5555df4"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1db45c6aec8829052627ac263bb42936",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 12950,
"upload_time": "2024-12-07T16:58:00",
"upload_time_iso_8601": "2024-12-07T16:58:00.965457Z",
"url": "https://files.pythonhosted.org/packages/ae/9b/a623aa995144028d6dea701d735b9f8ad44aec9771723b9319048aefbb8b/c2dcczp-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce4aac83adc31a9348cf92eeb706afa95e61a6c3e2184d41db7714cee951c5ac",
"md5": "d4cd27111d35c851396ee6d6c830d817",
"sha256": "78d9fb3fcb33a21bd0068c86c93eb3edea85a7e32ff9f623b1a1750a1b91d9c7"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "d4cd27111d35c851396ee6d6c830d817",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 7488,
"upload_time": "2024-12-07T16:58:01",
"upload_time_iso_8601": "2024-12-07T16:58:01.918119Z",
"url": "https://files.pythonhosted.org/packages/ce/4a/ac83adc31a9348cf92eeb706afa95e61a6c3e2184d41db7714cee951c5ac/c2dcczp-1.0.3-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e8ccccefb8de7cb4570a22084668e2f8e247b167ae448af54ae5deed704628f",
"md5": "70c5b2c8bda83f9fcf0433673575b926",
"sha256": "c27cdb289909c1b81c22ec831a0d07b0357d9257dd540d9747d636e69c365f38"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "70c5b2c8bda83f9fcf0433673575b926",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 8021,
"upload_time": "2024-12-07T16:58:02",
"upload_time_iso_8601": "2024-12-07T16:58:02.892377Z",
"url": "https://files.pythonhosted.org/packages/7e/8c/cccefb8de7cb4570a22084668e2f8e247b167ae448af54ae5deed704628f/c2dcczp-1.0.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "505b36ad971191744bc63fbf494e4a2e333f666b760ee43715ab5e09af4d7464",
"md5": "b5153caad1dd18c4d1878d297c0d5a51",
"sha256": "2043914ad9ddcdebe682652f4fd7867741f3c98f52f60b9ac8af5d03aca6e8a9"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "b5153caad1dd18c4d1878d297c0d5a51",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.6",
"size": 6940,
"upload_time": "2024-12-07T16:58:03",
"upload_time_iso_8601": "2024-12-07T16:58:03.919360Z",
"url": "https://files.pythonhosted.org/packages/50/5b/36ad971191744bc63fbf494e4a2e333f666b760ee43715ab5e09af4d7464/c2dcczp-1.0.3-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ae8f6ba80655cd131e20d656556bc5721a3db89f5aad0fa2715224d11b472c12",
"md5": "fdcf67832b9d28766b6092a00e2db7f6",
"sha256": "cff9ee1b0ee824f23ee6b8ade62b02f078d0a3a2dd5ecd89d264cdc412c174bb"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "fdcf67832b9d28766b6092a00e2db7f6",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 5079,
"upload_time": "2024-12-07T16:58:04",
"upload_time_iso_8601": "2024-12-07T16:58:04.989417Z",
"url": "https://files.pythonhosted.org/packages/ae/8f/6ba80655cd131e20d656556bc5721a3db89f5aad0fa2715224d11b472c12/c2dcczp-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "937ee9ee46af6132c623e1a37637fea2a74669db837ee2bc48b1b46723e9899d",
"md5": "4abb25bf8896d1adca5ca68fd0be5797",
"sha256": "51a4042500dd10500fa79a2ed761a7d7b628be3d14a67c4cb779ba5a38980b05"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4abb25bf8896d1adca5ca68fd0be5797",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 13572,
"upload_time": "2024-12-07T16:58:06",
"upload_time_iso_8601": "2024-12-07T16:58:06.036570Z",
"url": "https://files.pythonhosted.org/packages/93/7e/e9ee46af6132c623e1a37637fea2a74669db837ee2bc48b1b46723e9899d/c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6da7209d25311347478f04ce39506d0d61f70ed6eaa54a86d1e6e02f8a396ddf",
"md5": "eb0684a55447b2227cc961bd04d7058c",
"sha256": "fb42aa9f62898c824f38fc421f714f15cb1c0de53c86ecea41bf9c9fd2187ca1"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "eb0684a55447b2227cc961bd04d7058c",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 14019,
"upload_time": "2024-12-07T16:58:07",
"upload_time_iso_8601": "2024-12-07T16:58:07.065037Z",
"url": "https://files.pythonhosted.org/packages/6d/a7/209d25311347478f04ce39506d0d61f70ed6eaa54a86d1e6e02f8a396ddf/c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ada1bf8dccdcf804af950428aa52679b08ad35b88f41101f268466b9c8044e3b",
"md5": "19f9697620dbbca31585251efa1cf55f",
"sha256": "260f674321ecfcf640da12d6cae5d4a3f245f5a35f6087fa4d2eb9317b483273"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "19f9697620dbbca31585251efa1cf55f",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 12939,
"upload_time": "2024-12-07T16:58:08",
"upload_time_iso_8601": "2024-12-07T16:58:08.023547Z",
"url": "https://files.pythonhosted.org/packages/ad/a1/bf8dccdcf804af950428aa52679b08ad35b88f41101f268466b9c8044e3b/c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a037ac913e131fe056a7719c01957185ecb403d683109e096c6298c0293be9a1",
"md5": "eab2cbb7e94b5124f49450cc598ef832",
"sha256": "ba28e5b3a09fd709e7183153b5ff963c990df469c052e1bee26782c84294d727"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "eab2cbb7e94b5124f49450cc598ef832",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 13016,
"upload_time": "2024-12-07T16:58:08",
"upload_time_iso_8601": "2024-12-07T16:58:08.985678Z",
"url": "https://files.pythonhosted.org/packages/a0/37/ac913e131fe056a7719c01957185ecb403d683109e096c6298c0293be9a1/c2dcczp-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aa00070f5208b80a64847bd938fef893677c7fb5e489f28818536fd8322171d7",
"md5": "7fdbef8accfa8a396f9cd259ad1d8c50",
"sha256": "a8912559518c99cbec1f2fc5b885b25efcf6da2caf260cf630beb1cff8a164d2"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7fdbef8accfa8a396f9cd259ad1d8c50",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 12865,
"upload_time": "2024-12-07T16:58:09",
"upload_time_iso_8601": "2024-12-07T16:58:09.984452Z",
"url": "https://files.pythonhosted.org/packages/aa/00/070f5208b80a64847bd938fef893677c7fb5e489f28818536fd8322171d7/c2dcczp-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad686fa64cad6471c8ffede80838e999a77781675d3d5070dc3ee76a58521003",
"md5": "ad20db4f0548fddb46614484c78fc5e5",
"sha256": "8a86b59971c6fbb9482d24c16be1cfe4914281363f21515f32c5370a2a6f088c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ad20db4f0548fddb46614484c78fc5e5",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 13118,
"upload_time": "2024-12-07T16:58:11",
"upload_time_iso_8601": "2024-12-07T16:58:11.072719Z",
"url": "https://files.pythonhosted.org/packages/ad/68/6fa64cad6471c8ffede80838e999a77781675d3d5070dc3ee76a58521003/c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2768d52a5da75e9755717989bb3d9dae67759019dcdb04f252a2904bc61425a1",
"md5": "5d8a1b0c068e73dc1e8e7fa8f2f1b268",
"sha256": "3dba20fd4287d40d49e9eaa000a49259ba2cc2f30c9738a72d12255e96e2b218"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5d8a1b0c068e73dc1e8e7fa8f2f1b268",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 12678,
"upload_time": "2024-12-07T16:58:12",
"upload_time_iso_8601": "2024-12-07T16:58:12.078452Z",
"url": "https://files.pythonhosted.org/packages/27/68/d52a5da75e9755717989bb3d9dae67759019dcdb04f252a2904bc61425a1/c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f3122880c4336f0484e3cba734dc4f827b09e9d76b54eeab3dca9bcf6875abab",
"md5": "69860d7896ec18e9fb4260359336737a",
"sha256": "e02e58f7a75b8b6fdccfd8bf7190026be1a95e0726841735b51dcf817f3a6f84"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "69860d7896ec18e9fb4260359336737a",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 13482,
"upload_time": "2024-12-07T16:58:13",
"upload_time_iso_8601": "2024-12-07T16:58:13.058167Z",
"url": "https://files.pythonhosted.org/packages/f3/12/2880c4336f0484e3cba734dc4f827b09e9d76b54eeab3dca9bcf6875abab/c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a813e8e74442aa2f72ac8ff0e44ffa742ccb5af6d14e9ea8599c0900ca114ddd",
"md5": "a2c57c4fa276551ed52eb4515fbc969f",
"sha256": "57f45f40675eb61040f733adce37ed41377583958a63b002deaa6503e025a6e7"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "a2c57c4fa276551ed52eb4515fbc969f",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 12665,
"upload_time": "2024-12-07T16:58:14",
"upload_time_iso_8601": "2024-12-07T16:58:14.118219Z",
"url": "https://files.pythonhosted.org/packages/a8/13/e8e74442aa2f72ac8ff0e44ffa742ccb5af6d14e9ea8599c0900ca114ddd/c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "85138fd7b3a0044cbd3373deba55d62048b174f2d340da4d48c700480b895a48",
"md5": "7b76dd37c49d0ab517c5cf3110a247f4",
"sha256": "dbd4706f25df0b7a8b4fbf9828df31ab2f0b610fcea1410b06d97ff55263a316"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7b76dd37c49d0ab517c5cf3110a247f4",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 12694,
"upload_time": "2024-12-07T16:58:15",
"upload_time_iso_8601": "2024-12-07T16:58:15.155580Z",
"url": "https://files.pythonhosted.org/packages/85/13/8fd7b3a0044cbd3373deba55d62048b174f2d340da4d48c700480b895a48/c2dcczp-1.0.3-cp36-cp36m-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a5284e9bfec1b2121d4b27eb150d5629becdbdbe88d44d424590cf53ededd07",
"md5": "b4c86808b91ff0d648cc3ce4fca8d7a8",
"sha256": "b391298ee741e8ed3ff50f5b54689e4c01426960087f129fdc096d4439624826"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-win32.whl",
"has_sig": false,
"md5_digest": "b4c86808b91ff0d648cc3ce4fca8d7a8",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 7738,
"upload_time": "2024-12-07T16:58:16",
"upload_time_iso_8601": "2024-12-07T16:58:16.190859Z",
"url": "https://files.pythonhosted.org/packages/2a/52/84e9bfec1b2121d4b27eb150d5629becdbdbe88d44d424590cf53ededd07/c2dcczp-1.0.3-cp36-cp36m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed5f9704a4b07987e4700a2b6ee42fed26942c7c7a702633aacfeb19302d8801",
"md5": "7e5be166f5f7ecdb6f0af2b4266ab4dd",
"sha256": "9f0347d99b94bfd8bd3556efd615035860159e23e572538a7b9eb830a2f4cb1b"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp36-cp36m-win_amd64.whl",
"has_sig": false,
"md5_digest": "7e5be166f5f7ecdb6f0af2b4266ab4dd",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": ">=3.6",
"size": 8459,
"upload_time": "2024-12-07T16:58:17",
"upload_time_iso_8601": "2024-12-07T16:58:17.290814Z",
"url": "https://files.pythonhosted.org/packages/ed/5f/9704a4b07987e4700a2b6ee42fed26942c7c7a702633aacfeb19302d8801/c2dcczp-1.0.3-cp36-cp36m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "496cf6217a3aebb1328ea10d3ccc381c7a4da9d4091286859fcb5cc2c1ceab5e",
"md5": "cf61b186beeca47282a4bd1a5ceb09f6",
"sha256": "ba339f60cc6640e85311d8fad5d1c4592580401a819fb02e2b3cd9c0e8ffb1f4"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "cf61b186beeca47282a4bd1a5ceb09f6",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 5202,
"upload_time": "2024-12-07T16:58:18",
"upload_time_iso_8601": "2024-12-07T16:58:18.363980Z",
"url": "https://files.pythonhosted.org/packages/49/6c/f6217a3aebb1328ea10d3ccc381c7a4da9d4091286859fcb5cc2c1ceab5e/c2dcczp-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e9b006bd6633f8746eea7f5a7874f04199742826c40d33db48dbf3c5e8479293",
"md5": "a3ec0881bed7b267788c0ad6d2d1ea5b",
"sha256": "c2858ba6df08a6c3e5a30c6d98a644514d55abf2851768446b1f60f27f121122"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a3ec0881bed7b267788c0ad6d2d1ea5b",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 13568,
"upload_time": "2024-12-07T16:58:19",
"upload_time_iso_8601": "2024-12-07T16:58:19.336834Z",
"url": "https://files.pythonhosted.org/packages/e9/b0/06bd6633f8746eea7f5a7874f04199742826c40d33db48dbf3c5e8479293/c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "364ad6c5214f2bcbf8f410949f77d8040266ea583a7103f1014912a17d1e68cc",
"md5": "9c44ffb5bb4e1ad6a47fb8b5cb085920",
"sha256": "033be114b69acbc0a8b153a49403c4e0ac52ba8e53eae578861be856284c5fb8"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "9c44ffb5bb4e1ad6a47fb8b5cb085920",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 14017,
"upload_time": "2024-12-07T16:58:20",
"upload_time_iso_8601": "2024-12-07T16:58:20.378136Z",
"url": "https://files.pythonhosted.org/packages/36/4a/d6c5214f2bcbf8f410949f77d8040266ea583a7103f1014912a17d1e68cc/c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0af1a860e39ad3f41ef9e89ed625d2de37f4dd61a135dbe448c2c83eb4eb77a4",
"md5": "042c71c7826686822cfbf4ff8037a787",
"sha256": "c414b24fd03143303fd8cd2fbe155608308a5eaed3612b75620f44a47546e905"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "042c71c7826686822cfbf4ff8037a787",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 12941,
"upload_time": "2024-12-07T16:58:21",
"upload_time_iso_8601": "2024-12-07T16:58:21.369395Z",
"url": "https://files.pythonhosted.org/packages/0a/f1/a860e39ad3f41ef9e89ed625d2de37f4dd61a135dbe448c2c83eb4eb77a4/c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c725d457371f83e474f9f479deea1a828572bffdcb07fc0ce947f6339efa008",
"md5": "63fb42ff34c13ecc6b7b3a00b0b3916f",
"sha256": "7ea95eecdb907820f018d13c047302bc63a42379ea46fa22fe57904e5e9171ce"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "63fb42ff34c13ecc6b7b3a00b0b3916f",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 13019,
"upload_time": "2024-12-07T16:58:22",
"upload_time_iso_8601": "2024-12-07T16:58:22.464910Z",
"url": "https://files.pythonhosted.org/packages/6c/72/5d457371f83e474f9f479deea1a828572bffdcb07fc0ce947f6339efa008/c2dcczp-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c9cd505e777e1dc00bf3c61d44e4b09ec629e27b6f691b4da718292981607673",
"md5": "d5e7e4edc05b99c34dbc7d5ed564546b",
"sha256": "3062f58238ba36db0cd54ec507f1c1488eec1f027f276fe2809cf1df72821535"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d5e7e4edc05b99c34dbc7d5ed564546b",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 12861,
"upload_time": "2024-12-07T16:58:23",
"upload_time_iso_8601": "2024-12-07T16:58:23.564344Z",
"url": "https://files.pythonhosted.org/packages/c9/cd/505e777e1dc00bf3c61d44e4b09ec629e27b6f691b4da718292981607673/c2dcczp-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8796e72fa88db576d14ffdfacfdf736e02cfc96c0ef2ad081ee20ec95f23da9",
"md5": "b80743eebe097f0706db6d87dc745206",
"sha256": "c280542c556b8ae35c35869c07ce845e07b523d4833266342b9519f648ea1148"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b80743eebe097f0706db6d87dc745206",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 13114,
"upload_time": "2024-12-07T16:58:25",
"upload_time_iso_8601": "2024-12-07T16:58:25.479218Z",
"url": "https://files.pythonhosted.org/packages/d8/79/6e72fa88db576d14ffdfacfdf736e02cfc96c0ef2ad081ee20ec95f23da9/c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1a1e0b5b6f13947229fc44d6f2e619591ed5cacc1c5abf9c23f78643348f218c",
"md5": "ca36287dc17f342aa481d8149754b86f",
"sha256": "2c4fc9eb921948200bd9641389c79c8b30b1fc2308f100fd597ccf6b2553f46d"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ca36287dc17f342aa481d8149754b86f",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 12676,
"upload_time": "2024-12-07T16:58:26",
"upload_time_iso_8601": "2024-12-07T16:58:26.954215Z",
"url": "https://files.pythonhosted.org/packages/1a/1e/0b5b6f13947229fc44d6f2e619591ed5cacc1c5abf9c23f78643348f218c/c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d66a057c68e14ea26fd8969a977d79220a5e29f984f73593d77230362ec3d1f",
"md5": "7624eb7320db11d37a74f1a427ab6f72",
"sha256": "a6f4c2ced28449ce2a573cc764e792dac9b3fa3bb58dd94f5b2e6ee6f020478f"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "7624eb7320db11d37a74f1a427ab6f72",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 13473,
"upload_time": "2024-12-07T16:58:28",
"upload_time_iso_8601": "2024-12-07T16:58:28.021713Z",
"url": "https://files.pythonhosted.org/packages/9d/66/a057c68e14ea26fd8969a977d79220a5e29f984f73593d77230362ec3d1f/c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3cd495f3bb1fa4bbd08700cdda205e02c3e1b4badade432dfe547495520cc332",
"md5": "dc723a7eda55b428e40ab6baa2370c95",
"sha256": "a5c395df72498af3b0808e2f14e71b42549d28dbbf86b17af0b753c5ca30a912"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "dc723a7eda55b428e40ab6baa2370c95",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 12673,
"upload_time": "2024-12-07T16:58:29",
"upload_time_iso_8601": "2024-12-07T16:58:29.147437Z",
"url": "https://files.pythonhosted.org/packages/3c/d4/95f3bb1fa4bbd08700cdda205e02c3e1b4badade432dfe547495520cc332/c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "960a097a88fe9f49fac3c3ad9253dd463ba296b33207b3db5721668e8f4769bc",
"md5": "58b269d4b8636e39e41ac99bd9aca0bc",
"sha256": "0f4e5da8d919bd8201204a3fd0e95357fa040dce0378333e50cf6187e772445e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "58b269d4b8636e39e41ac99bd9aca0bc",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 12683,
"upload_time": "2024-12-07T16:58:30",
"upload_time_iso_8601": "2024-12-07T16:58:30.173231Z",
"url": "https://files.pythonhosted.org/packages/96/0a/097a88fe9f49fac3c3ad9253dd463ba296b33207b3db5721668e8f4769bc/c2dcczp-1.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2ad943e62f352324d75a1be90a6a89ad10ea9d27d7102ab11511998ef3ed333c",
"md5": "99de84957a8572fa4239f8e2b70c4b41",
"sha256": "579db0f99727bed6988de3b3561f2d3868c29211e7b803e6f2fa34d45c00870c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-win32.whl",
"has_sig": false,
"md5_digest": "99de84957a8572fa4239f8e2b70c4b41",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 7488,
"upload_time": "2024-12-07T16:58:31",
"upload_time_iso_8601": "2024-12-07T16:58:31.730111Z",
"url": "https://files.pythonhosted.org/packages/2a/d9/43e62f352324d75a1be90a6a89ad10ea9d27d7102ab11511998ef3ed333c/c2dcczp-1.0.3-cp37-cp37m-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bf855393735c9a3bc560a22b707234b2c22e786d78bbd4e4a09a842a72c4662f",
"md5": "c3c2f3b2021ddebbdbcaea50668d8080",
"sha256": "5cf979b35630389122c22829b191f54e35a86fff570913dfca7a5382f7d48925"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "c3c2f3b2021ddebbdbcaea50668d8080",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.6",
"size": 8022,
"upload_time": "2024-12-07T16:58:32",
"upload_time_iso_8601": "2024-12-07T16:58:32.801436Z",
"url": "https://files.pythonhosted.org/packages/bf/85/5393735c9a3bc560a22b707234b2c22e786d78bbd4e4a09a842a72c4662f/c2dcczp-1.0.3-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5fe547fd0466deb933092139b69b191a048b3fbd69ddbbf16329bb11711c9ad8",
"md5": "e6e7fc9f236d90e5d0d9140e06293adf",
"sha256": "2ed98229e646cdf9c8be668871e425e4ab742756fa4aa93d1192be9a21f2dc3c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "e6e7fc9f236d90e5d0d9140e06293adf",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 5194,
"upload_time": "2024-12-07T16:58:33",
"upload_time_iso_8601": "2024-12-07T16:58:33.890596Z",
"url": "https://files.pythonhosted.org/packages/5f/e5/47fd0466deb933092139b69b191a048b3fbd69ddbbf16329bb11711c9ad8/c2dcczp-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "676115449b785dd88c8a592ab1d060262ce87271da856e0df4d3c8fae01282f1",
"md5": "c0ed2a75f8e48c3380d8138ffd672a17",
"sha256": "41cd167744ef32d053718397d9e893568f8f3015bdab8020156a2cb1bf03ef1e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c0ed2a75f8e48c3380d8138ffd672a17",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 5615,
"upload_time": "2024-12-07T16:58:35",
"upload_time_iso_8601": "2024-12-07T16:58:35.764823Z",
"url": "https://files.pythonhosted.org/packages/67/61/15449b785dd88c8a592ab1d060262ce87271da856e0df4d3c8fae01282f1/c2dcczp-1.0.3-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "32e091c0722b1cca25e67993dd02fd28c40087e5e57f2004150d296ac18b4830",
"md5": "6dc7182fa7a30c4c0e70d32a17e7a357",
"sha256": "753884a08827f23847a0cad50197eb58d412fc5a0988c36a45aa2812244d32a3"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6dc7182fa7a30c4c0e70d32a17e7a357",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 13688,
"upload_time": "2024-12-07T16:58:37",
"upload_time_iso_8601": "2024-12-07T16:58:37.492090Z",
"url": "https://files.pythonhosted.org/packages/32/e0/91c0722b1cca25e67993dd02fd28c40087e5e57f2004150d296ac18b4830/c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8995910fe8d940a5877a7b79686ccca3779679b77d7acc3a115b2bad5e6faa8e",
"md5": "ac878f6fd1e23534f539882064aa717b",
"sha256": "902d9125f02abcada5577554b2440e9bde6fecb3d4d3a79bdd5fec669173ca83"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "ac878f6fd1e23534f539882064aa717b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 14139,
"upload_time": "2024-12-07T16:58:39",
"upload_time_iso_8601": "2024-12-07T16:58:39.348312Z",
"url": "https://files.pythonhosted.org/packages/89/95/910fe8d940a5877a7b79686ccca3779679b77d7acc3a115b2bad5e6faa8e/c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "872646d507656c0c8e5f742d4a6598969f74d94865396b40ac2a493c2c14297b",
"md5": "93de8a6a08eb5813c43bb280bd22b9a7",
"sha256": "e6d047c969ea0761b9e5681cd8034b7e0026fbea6f482ec8001e5d2e650b45f2"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "93de8a6a08eb5813c43bb280bd22b9a7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 13002,
"upload_time": "2024-12-07T16:58:40",
"upload_time_iso_8601": "2024-12-07T16:58:40.409835Z",
"url": "https://files.pythonhosted.org/packages/87/26/46d507656c0c8e5f742d4a6598969f74d94865396b40ac2a493c2c14297b/c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "147c6efcef5f5925acc7eaef51f6dbec892f6e685793b96888c230a39a7699af",
"md5": "824a1bda87b35136c78adac1fe62ccbc",
"sha256": "c82d20a415a791feb60742f578b4036d8c91fab9c6edad9da713e685a6c62d6d"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "824a1bda87b35136c78adac1fe62ccbc",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 13110,
"upload_time": "2024-12-07T16:58:41",
"upload_time_iso_8601": "2024-12-07T16:58:41.505411Z",
"url": "https://files.pythonhosted.org/packages/14/7c/6efcef5f5925acc7eaef51f6dbec892f6e685793b96888c230a39a7699af/c2dcczp-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "09b246034409b435eb9c852e0dde1de241d1eb8d30b02d8f77caef046885d6ff",
"md5": "b50c0147d4ea726287000d5465c348cb",
"sha256": "24f2bd0403501a0b580024460d9c14e02204bcd6bfdf0184a80eec82737dc81b"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "b50c0147d4ea726287000d5465c348cb",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 12944,
"upload_time": "2024-12-07T16:58:42",
"upload_time_iso_8601": "2024-12-07T16:58:42.514251Z",
"url": "https://files.pythonhosted.org/packages/09/b2/46034409b435eb9c852e0dde1de241d1eb8d30b02d8f77caef046885d6ff/c2dcczp-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1e378ddae3f341792f9ae9e64002a7a98378cd7dd0102d0396f1d37ea591f26",
"md5": "43d50e61ad3f123481c3c0e0a16bd51f",
"sha256": "9c983dd6bbae98ab115981fd3df7ae890b7741ee1a815521280e91e2838f941b"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "43d50e61ad3f123481c3c0e0a16bd51f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 13255,
"upload_time": "2024-12-07T16:58:43",
"upload_time_iso_8601": "2024-12-07T16:58:43.637291Z",
"url": "https://files.pythonhosted.org/packages/d1/e3/78ddae3f341792f9ae9e64002a7a98378cd7dd0102d0396f1d37ea591f26/c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2c204ec026f53a6d47832c4e35733bb4e69249970204de3b1a62e7886389c71e",
"md5": "f34724307cd990a12b993bd604f0a954",
"sha256": "9175c2fcae865c555d103f40eff237e6b8626e2d3ded9c01ae7eec8daf5d498a"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "f34724307cd990a12b993bd604f0a954",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 12789,
"upload_time": "2024-12-07T16:58:44",
"upload_time_iso_8601": "2024-12-07T16:58:44.720656Z",
"url": "https://files.pythonhosted.org/packages/2c/20/4ec026f53a6d47832c4e35733bb4e69249970204de3b1a62e7886389c71e/c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b63df48f46f4c15d8c399babadb934f863476c79f4a34340c1d6620e62ed5e98",
"md5": "8ca21583ab2c7e768ca9e9cf408da75d",
"sha256": "9f17d160dc259dd05ffaac311d82cdaed5973fb928a7860235515db252c6419c"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "8ca21583ab2c7e768ca9e9cf408da75d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 13593,
"upload_time": "2024-12-07T16:58:46",
"upload_time_iso_8601": "2024-12-07T16:58:46.503619Z",
"url": "https://files.pythonhosted.org/packages/b6/3d/f48f46f4c15d8c399babadb934f863476c79f4a34340c1d6620e62ed5e98/c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c38fa7895859f62ebf4050782e3f4687b8cf9061152629ea22e5f2cdae23a080",
"md5": "29a32a4cdab447a46802bfea5f48828f",
"sha256": "94c45c05a5d87ee45c8206fc8b364f64eba51221f447f70e4e46414116ac6016"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "29a32a4cdab447a46802bfea5f48828f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 12773,
"upload_time": "2024-12-07T16:58:47",
"upload_time_iso_8601": "2024-12-07T16:58:47.611332Z",
"url": "https://files.pythonhosted.org/packages/c3/8f/a7895859f62ebf4050782e3f4687b8cf9061152629ea22e5f2cdae23a080/c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8375ab8ee4e6023e03992fabc187b8bb58924142fdf4a51d4b2ac513643994e",
"md5": "77e34df39f4bcba18685945cdbecaaf3",
"sha256": "e9be82a57b7bdfeb224f06d83df3c1ef2e3aa55358837b0dcfea0304743d12a3"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "77e34df39f4bcba18685945cdbecaaf3",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 12771,
"upload_time": "2024-12-07T16:58:48",
"upload_time_iso_8601": "2024-12-07T16:58:48.993976Z",
"url": "https://files.pythonhosted.org/packages/d8/37/5ab8ee4e6023e03992fabc187b8bb58924142fdf4a51d4b2ac513643994e/c2dcczp-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5af0be20d400d58827767f313abd38e8f2618fa3ce8c19bacced2e7fb8204e57",
"md5": "7e169d76854ad90de3b234b6d9617b83",
"sha256": "a3253193ef5f421caf71535ebbab857523f8d59f450fb3f354d5b1d08aa80bc1"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "7e169d76854ad90de3b234b6d9617b83",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 7486,
"upload_time": "2024-12-07T16:58:50",
"upload_time_iso_8601": "2024-12-07T16:58:50.744417Z",
"url": "https://files.pythonhosted.org/packages/5a/f0/be20d400d58827767f313abd38e8f2618fa3ce8c19bacced2e7fb8204e57/c2dcczp-1.0.3-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f23a27b49d4c6a604f48fb7163434172b5acace992fd79ac8da0d39fffc7259a",
"md5": "d7be0fefcae448187e8dd77e00966a30",
"sha256": "44442bc991d892dda7682afd7cc1843f1ce01b666f95a4c46350b8875928523a"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "d7be0fefcae448187e8dd77e00966a30",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.6",
"size": 8018,
"upload_time": "2024-12-07T16:58:51",
"upload_time_iso_8601": "2024-12-07T16:58:51.886011Z",
"url": "https://files.pythonhosted.org/packages/f2/3a/27b49d4c6a604f48fb7163434172b5acace992fd79ac8da0d39fffc7259a/c2dcczp-1.0.3-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "389e9440c8494142f82d8001c1d640dba4fac78754382db0f58609041321c598",
"md5": "96e3699e30f3e06ca50045e7c3a2a744",
"sha256": "2326f4e25354b216af96936584587cf108c2da1dc11565403617ea2c507738e0"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "96e3699e30f3e06ca50045e7c3a2a744",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 5196,
"upload_time": "2024-12-07T16:58:53",
"upload_time_iso_8601": "2024-12-07T16:58:53.261088Z",
"url": "https://files.pythonhosted.org/packages/38/9e/9440c8494142f82d8001c1d640dba4fac78754382db0f58609041321c598/c2dcczp-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0b66381aee41ae5120fff4cc636579a54b7b14664012fdbe85abbf5a114f1a8",
"md5": "d9bc2fb1568871e650e36ca596753dea",
"sha256": "70c91e292a7ae2167d39ddeea7acdd653666b5cfebe146e88236428476595420"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d9bc2fb1568871e650e36ca596753dea",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 5614,
"upload_time": "2024-12-07T16:58:55",
"upload_time_iso_8601": "2024-12-07T16:58:55.070858Z",
"url": "https://files.pythonhosted.org/packages/d0/b6/6381aee41ae5120fff4cc636579a54b7b14664012fdbe85abbf5a114f1a8/c2dcczp-1.0.3-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b06ed6af38f97a6ea11fd2726af047d4e2beb27a3ce79dea3a8e6b6de2cb35af",
"md5": "3cb59a6813ca68998ef9b93b05bd1885",
"sha256": "017d68eb8b90675d1dd250741f72164618654f45f2e96fbf827ba69252537dda"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3cb59a6813ca68998ef9b93b05bd1885",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 13100,
"upload_time": "2024-12-07T16:58:56",
"upload_time_iso_8601": "2024-12-07T16:58:56.162848Z",
"url": "https://files.pythonhosted.org/packages/b0/6e/d6af38f97a6ea11fd2726af047d4e2beb27a3ce79dea3a8e6b6de2cb35af/c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b8211cf0b88cd73fda8016b1e24de507cca73168e8426e5807c0b0889243ae0",
"md5": "9c568aec30d8d5d226cc42ace36bc741",
"sha256": "474ca5463e5a0830c6aa8450cefc097ecf83c807ecbd5bf52f0da83945d24267"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "9c568aec30d8d5d226cc42ace36bc741",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 13549,
"upload_time": "2024-12-07T16:58:57",
"upload_time_iso_8601": "2024-12-07T16:58:57.475765Z",
"url": "https://files.pythonhosted.org/packages/2b/82/11cf0b88cd73fda8016b1e24de507cca73168e8426e5807c0b0889243ae0/c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5aed8b0c1f929bf04ccd7ea09a498cfa82346a5fd5f3e943fb76bbc9e1776888",
"md5": "4e43be38e2fe1233482279f808bbc84b",
"sha256": "bd4c53c96b0434238b13f7833256d6c416d62870a35719f2b0ca624d89224bde"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "4e43be38e2fe1233482279f808bbc84b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 12435,
"upload_time": "2024-12-07T16:58:58",
"upload_time_iso_8601": "2024-12-07T16:58:58.586874Z",
"url": "https://files.pythonhosted.org/packages/5a/ed/8b0c1f929bf04ccd7ea09a498cfa82346a5fd5f3e943fb76bbc9e1776888/c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "411f011a3710d7141af6cc72a4117d95fc793af7f51c4345a7be4190651965ee",
"md5": "b22d1f22efec7b85ce96d6122756ac64",
"sha256": "00d1cf4131314d8460b3671766dc49408c580abec9d538d81dbabdab29609e5e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b22d1f22efec7b85ce96d6122756ac64",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 12531,
"upload_time": "2024-12-07T16:58:59",
"upload_time_iso_8601": "2024-12-07T16:58:59.727915Z",
"url": "https://files.pythonhosted.org/packages/41/1f/011a3710d7141af6cc72a4117d95fc793af7f51c4345a7be4190651965ee/c2dcczp-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "417df910da8201b706e84519c36556d59c33f23f07d3cbebb8e7afc5d416cb55",
"md5": "460a4147e99f6e24196171ee58c01263",
"sha256": "a8a00e863400484396f692fad5ae119ddceae3ffb687ff877d7e6575e8fbe598"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "460a4147e99f6e24196171ee58c01263",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 12353,
"upload_time": "2024-12-07T16:59:00",
"upload_time_iso_8601": "2024-12-07T16:59:00.890100Z",
"url": "https://files.pythonhosted.org/packages/41/7d/f910da8201b706e84519c36556d59c33f23f07d3cbebb8e7afc5d416cb55/c2dcczp-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "36bc8444d6519aa80a339f2879bb8c3c3eb118a102e03137aeb902c98fdc1273",
"md5": "da90b6f34f36ecc2b0de7da7eb671871",
"sha256": "aaa05937f3ebdb97d0b967ebbb77a8738da4b9623b75a14c76e2e20e5b4a299e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "da90b6f34f36ecc2b0de7da7eb671871",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 13217,
"upload_time": "2024-12-07T16:59:02",
"upload_time_iso_8601": "2024-12-07T16:59:02.058658Z",
"url": "https://files.pythonhosted.org/packages/36/bc/8444d6519aa80a339f2879bb8c3c3eb118a102e03137aeb902c98fdc1273/c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28bc924beff72fc03c4f5fd0fcd3fd32ca1da05e1e4cc68a48b48dee47961492",
"md5": "50244fec2d7c07ecbc8bd0573d8002ce",
"sha256": "8537dec2a586b8758c33a68e15705a76426a68c3f4cefa8a5919e745bce8bdd2"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "50244fec2d7c07ecbc8bd0573d8002ce",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 12742,
"upload_time": "2024-12-07T16:59:03",
"upload_time_iso_8601": "2024-12-07T16:59:03.219542Z",
"url": "https://files.pythonhosted.org/packages/28/bc/924beff72fc03c4f5fd0fcd3fd32ca1da05e1e4cc68a48b48dee47961492/c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "edb43ec4af2f22ef458ec8bb4c3e0908b881ef90f71af1de38a0dceae61d0aec",
"md5": "a4afa04f41c83941ddbc7ce254c71a05",
"sha256": "5c6cddc7a81522cce9a38aeefe1848aba29ccfc7c93eab11d3affa9aa1f006eb"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "a4afa04f41c83941ddbc7ce254c71a05",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 13571,
"upload_time": "2024-12-07T16:59:04",
"upload_time_iso_8601": "2024-12-07T16:59:04.404638Z",
"url": "https://files.pythonhosted.org/packages/ed/b4/3ec4af2f22ef458ec8bb4c3e0908b881ef90f71af1de38a0dceae61d0aec/c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e1f7a5eb331ddf1ac5ada8e29ab80a1080d7e762e2e07c5d83c6fc2b6de3b65b",
"md5": "54f33ca196832accd284ef0a5b9a9a2d",
"sha256": "dfee3b25d7e7a86fd8a3d544815d2391c48322afb08c0b4dd59db3682807b9a3"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "54f33ca196832accd284ef0a5b9a9a2d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 12752,
"upload_time": "2024-12-07T16:59:05",
"upload_time_iso_8601": "2024-12-07T16:59:05.606404Z",
"url": "https://files.pythonhosted.org/packages/e1/f7/a5eb331ddf1ac5ada8e29ab80a1080d7e762e2e07c5d83c6fc2b6de3b65b/c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca88cc89d499f20d05b1f60c47d18f998b96feaaba0da872c8a848ef091af726",
"md5": "0cbb2492cad2e2b86d59adcda237f9e9",
"sha256": "170ff96cf4ef1c5dd026957164218d125e01a934f8676d4b92638a7931e962aa"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "0cbb2492cad2e2b86d59adcda237f9e9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 12736,
"upload_time": "2024-12-07T16:59:06",
"upload_time_iso_8601": "2024-12-07T16:59:06.757547Z",
"url": "https://files.pythonhosted.org/packages/ca/88/cc89d499f20d05b1f60c47d18f998b96feaaba0da872c8a848ef091af726/c2dcczp-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "71806d6740d9ac845a1446e2b15afdd375c2be03f863fa5ff59427516d5177a2",
"md5": "d3f6dc9d834e75b01de2b9d2aa03a245",
"sha256": "de26319646cf478c9aa80f899178002451b0228af0cb94c1ea49116b8dd45658"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "d3f6dc9d834e75b01de2b9d2aa03a245",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 7484,
"upload_time": "2024-12-07T16:59:07",
"upload_time_iso_8601": "2024-12-07T16:59:07.930810Z",
"url": "https://files.pythonhosted.org/packages/71/80/6d6740d9ac845a1446e2b15afdd375c2be03f863fa5ff59427516d5177a2/c2dcczp-1.0.3-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eb272cf7b72de9cdd31556fe03740eb0262e08e5dab43734fc025e13c8c35429",
"md5": "e4cd5d9823cd44fe26dc3957fbb1743e",
"sha256": "ed0b52a6b715e72d4a8f6e65448d1e8fe18f4cac2346bcc84774fc7ff3449c4e"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "e4cd5d9823cd44fe26dc3957fbb1743e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 8015,
"upload_time": "2024-12-07T16:59:09",
"upload_time_iso_8601": "2024-12-07T16:59:09.174556Z",
"url": "https://files.pythonhosted.org/packages/eb/27/2cf7b72de9cdd31556fe03740eb0262e08e5dab43734fc025e13c8c35429/c2dcczp-1.0.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e077f34a46b1d38697a8fcf084962dd00228a682aacac564b88d4f3620df3e70",
"md5": "1df733e4cca8d37dc6ced236d721101a",
"sha256": "93c5305582d322742ba95b7805667f0920a75606c6d3dd55601d19a3b988d67f"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-cp39-cp39-win_arm64.whl",
"has_sig": false,
"md5_digest": "1df733e4cca8d37dc6ced236d721101a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.6",
"size": 6941,
"upload_time": "2024-12-07T16:59:10",
"upload_time_iso_8601": "2024-12-07T16:59:10.882283Z",
"url": "https://files.pythonhosted.org/packages/e0/77/f34a46b1d38697a8fcf084962dd00228a682aacac564b88d4f3620df3e70/c2dcczp-1.0.3-cp39-cp39-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cc7f77dec150a18214865cdb6d235482ca600ce05616cfb502c460b8cb283fb4",
"md5": "c17a9e85c3f8d65ee5e53a45c1f4cac2",
"sha256": "b020f2eb8d511105fbed042da622e00e96e09ec5c693e0472ec4fbae109b17cf"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "c17a9e85c3f8d65ee5e53a45c1f4cac2",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 4817,
"upload_time": "2024-12-07T16:59:12",
"upload_time_iso_8601": "2024-12-07T16:59:12.317941Z",
"url": "https://files.pythonhosted.org/packages/cc/7f/77dec150a18214865cdb6d235482ca600ce05616cfb502c460b8cb283fb4/c2dcczp-1.0.3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a90ed065a98c1822bee60c99cf25ef99fe91ecdf36c2c18ac41dae701598207",
"md5": "c021bab6de176b9dc97e38cd39279414",
"sha256": "69df15ce5e0774c6add7fd4c750e39f620a3536429aad30305fe5167b70253a3"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c021bab6de176b9dc97e38cd39279414",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 6667,
"upload_time": "2024-12-07T16:59:13",
"upload_time_iso_8601": "2024-12-07T16:59:13.563518Z",
"url": "https://files.pythonhosted.org/packages/2a/90/ed065a98c1822bee60c99cf25ef99fe91ecdf36c2c18ac41dae701598207/c2dcczp-1.0.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42e995355a072ffe18d8383561a28909e0c2ebfacd676ff9749619948d398010",
"md5": "0142d1166559dc22bdae796d92376244",
"sha256": "b36744e2252d96cd6549767fe23f09130b5bfa9fa201cb065cfc9d483121d293"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0142d1166559dc22bdae796d92376244",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 6112,
"upload_time": "2024-12-07T16:59:14",
"upload_time_iso_8601": "2024-12-07T16:59:14.723900Z",
"url": "https://files.pythonhosted.org/packages/42/e9/95355a072ffe18d8383561a28909e0c2ebfacd676ff9749619948d398010/c2dcczp-1.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f78dc0ec0e62d8294a7fe49e2d5db58552002c75e1212d07f6f3815e797e576e",
"md5": "7c67861a955a76b7aaef238d15d90c89",
"sha256": "389b95ab07cb9885d58cb41e6cc125d7db5a56aa353b59d01e6fcd29042f22b8"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "7c67861a955a76b7aaef238d15d90c89",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 6222,
"upload_time": "2024-12-07T16:59:15",
"upload_time_iso_8601": "2024-12-07T16:59:15.898909Z",
"url": "https://files.pythonhosted.org/packages/f7/8d/c0ec0e62d8294a7fe49e2d5db58552002c75e1212d07f6f3815e797e576e/c2dcczp-1.0.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2395622cd7636c00208adbd73afa7b1912a33cd2560b7ebbef8ebe9b3c7c44a",
"md5": "8d1221f0050ff2ef63e17a7233d26b70",
"sha256": "1f5ba1ff51a465c8361eb088903cb247cdea85f3f6296b77f6cb183a1acf2f84"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "8d1221f0050ff2ef63e17a7233d26b70",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.6",
"size": 8240,
"upload_time": "2024-12-07T16:59:17",
"upload_time_iso_8601": "2024-12-07T16:59:17.104909Z",
"url": "https://files.pythonhosted.org/packages/c2/39/5622cd7636c00208adbd73afa7b1912a33cd2560b7ebbef8ebe9b3c7c44a/c2dcczp-1.0.3-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a43e6e465f69a2418f5578711458224c04590239c6038fe0ed1809ed4298a4ea",
"md5": "48d6c52e63a4dc17bd7942731de4aca4",
"sha256": "a19077786de9a41e590444f4858d1106d6a850e483e335f26a217385b2dcf585"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "48d6c52e63a4dc17bd7942731de4aca4",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 4725,
"upload_time": "2024-12-07T16:59:18",
"upload_time_iso_8601": "2024-12-07T16:59:18.283224Z",
"url": "https://files.pythonhosted.org/packages/a4/3e/6e465f69a2418f5578711458224c04590239c6038fe0ed1809ed4298a4ea/c2dcczp-1.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6d381e203032f28d16b42cf13b54c3f34ea9b56efaa4c4d082625616b3ae5c78",
"md5": "c9587857db94615b20ae4d38d7c04d28",
"sha256": "ddbc4b4614f1eaefdfc3df7312db405c4359be0ce95628f9089189f8a99ba4cd"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c9587857db94615b20ae4d38d7c04d28",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 6663,
"upload_time": "2024-12-07T16:59:20",
"upload_time_iso_8601": "2024-12-07T16:59:20.193934Z",
"url": "https://files.pythonhosted.org/packages/6d/38/1e203032f28d16b42cf13b54c3f34ea9b56efaa4c4d082625616b3ae5c78/c2dcczp-1.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b037b01a60d17fec9503b86225139a932565c4b7df5513fa7cd8e85626c0885c",
"md5": "b1ae70db2f7cf93f896f88df820c36ad",
"sha256": "90803aa81622aa11f14899adf5c5f0cfb7d90f5fd833c51a98bb9edc9555a1f6"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b1ae70db2f7cf93f896f88df820c36ad",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 6108,
"upload_time": "2024-12-07T16:59:21",
"upload_time_iso_8601": "2024-12-07T16:59:21.360895Z",
"url": "https://files.pythonhosted.org/packages/b0/37/b01a60d17fec9503b86225139a932565c4b7df5513fa7cd8e85626c0885c/c2dcczp-1.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7a66ca1358b81ea40e6dc1deb79e7561a6c627c1e2fec2f598b339a895bb0e8",
"md5": "632d8c4e78d559988174b5f0a4ba386b",
"sha256": "5ad04a6e1a0baf20e012075a7799151e55c7e57fb0f7dca3e2194efd697d1378"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "632d8c4e78d559988174b5f0a4ba386b",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 6217,
"upload_time": "2024-12-07T16:59:22",
"upload_time_iso_8601": "2024-12-07T16:59:22.605444Z",
"url": "https://files.pythonhosted.org/packages/a7/a6/6ca1358b81ea40e6dc1deb79e7561a6c627c1e2fec2f598b339a895bb0e8/c2dcczp-1.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "751944dbc6d944cf6425957685ccd35a99eb090646d61432f96cc111d54d79a7",
"md5": "5f687501dbb685baa2d023d4d469c0f9",
"sha256": "8c2452fec52f8a5265d44d5f640792814b43f67fb64bffd3da44020bc1bf3206"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp37-pypy37_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "5f687501dbb685baa2d023d4d469c0f9",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.6",
"size": 8239,
"upload_time": "2024-12-07T16:59:24",
"upload_time_iso_8601": "2024-12-07T16:59:24.159572Z",
"url": "https://files.pythonhosted.org/packages/75/19/44dbc6d944cf6425957685ccd35a99eb090646d61432f96cc111d54d79a7/c2dcczp-1.0.3-pp37-pypy37_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a483e678a64ee9291783fd4dd82d2157f2d04ed57ee607964fab450900df4952",
"md5": "ad4ba45c9e7caaeb82664e5c0c3cbee8",
"sha256": "a5e3dcec837ecf5646a6390b2cea58880c8b66cbd50339cc2474c017b6487b01"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ad4ba45c9e7caaeb82664e5c0c3cbee8",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 4719,
"upload_time": "2024-12-07T16:59:25",
"upload_time_iso_8601": "2024-12-07T16:59:25.318650Z",
"url": "https://files.pythonhosted.org/packages/a4/83/e678a64ee9291783fd4dd82d2157f2d04ed57ee607964fab450900df4952/c2dcczp-1.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e1b281f39ff73626fbbfcb78e0d422d83746bcd8fdc6a2ef658b508dddd8bc6a",
"md5": "e94a0909cbbbf145e0206f380c3f108e",
"sha256": "613c1e9b23b4d6be94a0c8e71e790e20c5ead16a37e4aa3cdc2df90bf89d47ca"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e94a0909cbbbf145e0206f380c3f108e",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 6664,
"upload_time": "2024-12-07T16:59:26",
"upload_time_iso_8601": "2024-12-07T16:59:26.618041Z",
"url": "https://files.pythonhosted.org/packages/e1/b2/81f39ff73626fbbfcb78e0d422d83746bcd8fdc6a2ef658b508dddd8bc6a/c2dcczp-1.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "128d73781093dd651fb9b1cf98012830cd92bb4a9147b48a13b9e35b92d426cf",
"md5": "792c5116e3bbbc2b4c3854d4b35aad8f",
"sha256": "b9f34190fd0517c0d852aa76cc9afc2766cda6ff236d6364b625f464fd2bf7b8"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "792c5116e3bbbc2b4c3854d4b35aad8f",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 6109,
"upload_time": "2024-12-07T16:59:27",
"upload_time_iso_8601": "2024-12-07T16:59:27.920505Z",
"url": "https://files.pythonhosted.org/packages/12/8d/73781093dd651fb9b1cf98012830cd92bb4a9147b48a13b9e35b92d426cf/c2dcczp-1.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3bc658dc9d5a0da0ddf9d9eadbe508b84f04ec467d4c4f6b5c7b3c0cdb641cf",
"md5": "21c56fcee5c02f827589ab3ca2ceb73e",
"sha256": "68c711c818b8f11ca57ae15e4a6126b3d84ce177690f5e72194235bab2a6b920"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "21c56fcee5c02f827589ab3ca2ceb73e",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 6218,
"upload_time": "2024-12-07T16:59:29",
"upload_time_iso_8601": "2024-12-07T16:59:29.098523Z",
"url": "https://files.pythonhosted.org/packages/a3/bc/658dc9d5a0da0ddf9d9eadbe508b84f04ec467d4c4f6b5c7b3c0cdb641cf/c2dcczp-1.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31a1f0c8f77614d3877f672085da7ebf73b76082b974111ead56524b99ef824c",
"md5": "a3d4f8b1a415f354a860f532f6ec1065",
"sha256": "facb93359f8601816e1eb478481dc979e3a4570e3ad1a922e371913cb551ccf0"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp38-pypy38_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "a3d4f8b1a415f354a860f532f6ec1065",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.6",
"size": 8237,
"upload_time": "2024-12-07T16:59:30",
"upload_time_iso_8601": "2024-12-07T16:59:30.373037Z",
"url": "https://files.pythonhosted.org/packages/31/a1/f0c8f77614d3877f672085da7ebf73b76082b974111ead56524b99ef824c/c2dcczp-1.0.3-pp38-pypy38_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bed0f75431c4cefcee31198e05019aa699d07d3eb6476c97c097fb08a2eac956",
"md5": "4bda89f09028c566564eee560f3a6fe9",
"sha256": "f7829a2aad82808f3d192ac3a9c9d411c724e14c58c98978a5cb333ec2948a05"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "4bda89f09028c566564eee560f3a6fe9",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 4814,
"upload_time": "2024-12-07T16:59:31",
"upload_time_iso_8601": "2024-12-07T16:59:31.737697Z",
"url": "https://files.pythonhosted.org/packages/be/d0/f75431c4cefcee31198e05019aa699d07d3eb6476c97c097fb08a2eac956/c2dcczp-1.0.3-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7491582bff7895b55843854198cf18dcccd7f8ccc1393c08a2ca953a44c08d34",
"md5": "198b7ae9cb1c79b725b76aea904ae4ea",
"sha256": "cd3d701077378481a34f3124fcf4edeba437a5436afffd8b204123c7e820d311"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "198b7ae9cb1c79b725b76aea904ae4ea",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 6666,
"upload_time": "2024-12-07T16:59:33",
"upload_time_iso_8601": "2024-12-07T16:59:33.030708Z",
"url": "https://files.pythonhosted.org/packages/74/91/582bff7895b55843854198cf18dcccd7f8ccc1393c08a2ca953a44c08d34/c2dcczp-1.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9cac4faff2a7603b9dbd7e78c2aeb8d090d415067f2ee8e363b2affbc66c10f4",
"md5": "362f03a148b3221de566424ebb26363a",
"sha256": "bcd01fbd2dc1d66e94f9748c70233b9afae3b7bec143075b03726052ea9a40e8"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "362f03a148b3221de566424ebb26363a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 6109,
"upload_time": "2024-12-07T16:59:34",
"upload_time_iso_8601": "2024-12-07T16:59:34.552781Z",
"url": "https://files.pythonhosted.org/packages/9c/ac/4faff2a7603b9dbd7e78c2aeb8d090d415067f2ee8e363b2affbc66c10f4/c2dcczp-1.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23f75e0be25e3eaed67ebca4319a5ba77b4b2fa535274a49a4a12de0ec44908f",
"md5": "e0c05be87e87c62f7b03a33ab15c9a30",
"sha256": "2ab5b84dc49f1e715b4597a65571629cd4253e1caad805db65232eed7de4a251"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "e0c05be87e87c62f7b03a33ab15c9a30",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 6219,
"upload_time": "2024-12-07T16:59:35",
"upload_time_iso_8601": "2024-12-07T16:59:35.774986Z",
"url": "https://files.pythonhosted.org/packages/23/f7/5e0be25e3eaed67ebca4319a5ba77b4b2fa535274a49a4a12de0ec44908f/c2dcczp-1.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "facc7ce75b9fc40008a71df1d6235da4f8425c74350dbec63dbce75ddc26f0b0",
"md5": "10b68e983b4725bd6d3e397e591d1b16",
"sha256": "82ca937ecdbec558b823cdddd3373ea9231abc442d449889e45cbb5f20ea5d64"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3-pp39-pypy39_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "10b68e983b4725bd6d3e397e591d1b16",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.6",
"size": 8239,
"upload_time": "2024-12-07T16:59:37",
"upload_time_iso_8601": "2024-12-07T16:59:37.238238Z",
"url": "https://files.pythonhosted.org/packages/fa/cc/7ce75b9fc40008a71df1d6235da4f8425c74350dbec63dbce75ddc26f0b0/c2dcczp-1.0.3-pp39-pypy39_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad96684dafcd51a448c64b12582358995a6bd8960edf33f146e710f41766a9eb",
"md5": "fb9a0e2168d6e1348561fb5bce58a8aa",
"sha256": "3b0338eeb017ed9a5a5120e1da00d633f58dfbfc9b824daa840225edaa05ebef"
},
"downloads": -1,
"filename": "c2dcczp-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "fb9a0e2168d6e1348561fb5bce58a8aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4733,
"upload_time": "2024-12-07T16:59:39",
"upload_time_iso_8601": "2024-12-07T16:59:39.411862Z",
"url": "https://files.pythonhosted.org/packages/ad/96/684dafcd51a448c64b12582358995a6bd8960edf33f146e710f41766a9eb/c2dcczp-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-07 16:59:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Rin-Wood",
"github_project": "c2dcczp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "c2dcczp"
}