dclimplode


Namedclimplode JSON
Version 0.0.1.0 PyPI version JSON
download
home_pagehttps://github.com/cielavenir/python-dclimplode
Summarya (light) binding for blast/pklib (dclimplode)
upload_time2023-01-07 06:16:50
maintainer
docs_urlNone
authorcielavenir
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://img.shields.io/pypi/v/dclimplode)](https://pypi.org/project/dclimplode/)

## dclimplode

a (light) binding for https://github.com/madler/zlib/blob/master/contrib/blast/blast.c and https://github.com/ladislav-zezula/StormLib/blob/master/src/pklib/implode.c

DCL stands for `PKWARE(R) Data Compression Library`.

```
o = dclimplode.compressobj()
s = o.compress(b'hello')+o.flush()
o = dclimplode.decompressobj()
o.decompress(s) == b'hello'
```

## tested versions

- Python 2.7
- Python 3.9
- PyPy [2.7] 7.3.3
- PyPy [3.7] 7.3.5
    - For PyPy2, pip needs to be 20.1.x cf https://github.com/pypa/pip/issues/8653
    - PyPy needs to be 7.3.1+ cf https://github.com/pybind/pybind11/issues/2436
- Pyston [3.8] 2.3

## special thanks

- https://github.com/JoshVarga/blast showed dclimplode compression by Ladislav Zezula (I knew dclimplode decompression in zlib for a long time though)
- unlike [deflate64 infback9](https://github.com/brianhelba/zipfile-deflate64/pull/18), making dclimplode blast resumable does not look possible (for me). instead I used threaded decoder. basic idea is from https://github.com/miurahr/pyppmd/pull/33#issuecomment-894676975 ('s linked commit f224a04).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cielavenir/python-dclimplode",
    "name": "dclimplode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "cielavenir",
    "author_email": "cielartisan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c4/78/e6ade5e93ac5eb67abc2cb1e9c55aeb70f0e7918baecdb61d486fc6af21c/dclimplode-0.0.1.0.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/dclimplode)](https://pypi.org/project/dclimplode/)\n\n## dclimplode\n\na (light) binding for https://github.com/madler/zlib/blob/master/contrib/blast/blast.c and https://github.com/ladislav-zezula/StormLib/blob/master/src/pklib/implode.c\n\nDCL stands for `PKWARE(R) Data Compression Library`.\n\n```\no = dclimplode.compressobj()\ns = o.compress(b'hello')+o.flush()\no = dclimplode.decompressobj()\no.decompress(s) == b'hello'\n```\n\n## tested versions\n\n- Python 2.7\n- Python 3.9\n- PyPy [2.7] 7.3.3\n- PyPy [3.7] 7.3.5\n    - For PyPy2, pip needs to be 20.1.x cf https://github.com/pypa/pip/issues/8653\n    - PyPy needs to be 7.3.1+ cf https://github.com/pybind/pybind11/issues/2436\n- Pyston [3.8] 2.3\n\n## special thanks\n\n- https://github.com/JoshVarga/blast showed dclimplode compression by Ladislav Zezula (I knew dclimplode decompression in zlib for a long time though)\n- unlike [deflate64 infback9](https://github.com/brianhelba/zipfile-deflate64/pull/18), making dclimplode blast resumable does not look possible (for me). instead I used threaded decoder. basic idea is from https://github.com/miurahr/pyppmd/pull/33#issuecomment-894676975 ('s linked commit f224a04).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a (light) binding for blast/pklib (dclimplode)",
    "version": "0.0.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6b16e5bd861b77ef5ce451084278126978d69a6d497afcab533253bd34d7f23",
                "md5": "098fae2a56354edc9e72a465c0c1569d",
                "sha256": "1c37eeca481e255e3eda5afdc61f01adf3e7945f39e0c9fe005576129e2f34ce"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp27-cp27m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "098fae2a56354edc9e72a465c0c1569d",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 81625,
            "upload_time": "2023-01-07T06:15:52",
            "upload_time_iso_8601": "2023-01-07T06:15:52.473296Z",
            "url": "https://files.pythonhosted.org/packages/d6/b1/6e5bd861b77ef5ce451084278126978d69a6d497afcab533253bd34d7f23/dclimplode-0.0.1.0-cp27-cp27m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17697c7be934123ead334512ec779f9a3d14f201c18fa69e8e7c7dacff01aedc",
                "md5": "311cf3bda2016231ad3e6816ca0749e0",
                "sha256": "8c1813952b18890b5ed007d6fe28bb842c04e9ec42cad00f4f5e64fc8571eaa5"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "311cf3bda2016231ad3e6816ca0749e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 82701,
            "upload_time": "2023-01-07T06:17:07",
            "upload_time_iso_8601": "2023-01-07T06:17:07.678283Z",
            "url": "https://files.pythonhosted.org/packages/17/69/7c7be934123ead334512ec779f9a3d14f201c18fa69e8e7c7dacff01aedc/dclimplode-0.0.1.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75902ac690767c12b897511ae2c84eb36c136f9afead87e89de0f8cd6d2aba2b",
                "md5": "7e8012dbd514c6bb6504998f9b9682dd",
                "sha256": "0cff10cd56f8c65cb1c9a022255be19ad459f5766a08f251ab872d292452d151"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp27-cp27m-win32.whl",
            "has_sig": false,
            "md5_digest": "7e8012dbd514c6bb6504998f9b9682dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 191263,
            "upload_time": "2023-01-07T06:15:54",
            "upload_time_iso_8601": "2023-01-07T06:15:54.610536Z",
            "url": "https://files.pythonhosted.org/packages/75/90/2ac690767c12b897511ae2c84eb36c136f9afead87e89de0f8cd6d2aba2b/dclimplode-0.0.1.0-cp27-cp27m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d54bd85499c743e7070fafe72e2caf4112a085f1ebf93b7140ccecd942da8465",
                "md5": "bc65299decc64a3f6b12c986e6052e05",
                "sha256": "bb7d6c2ed217a2567b5a40858f967702ba517da9f3925ead4f873910e3c96c30"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp27-cp27m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bc65299decc64a3f6b12c986e6052e05",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": null,
            "size": 220516,
            "upload_time": "2023-01-07T06:15:56",
            "upload_time_iso_8601": "2023-01-07T06:15:56.467663Z",
            "url": "https://files.pythonhosted.org/packages/d5/4b/d85499c743e7070fafe72e2caf4112a085f1ebf93b7140ccecd942da8465/dclimplode-0.0.1.0-cp27-cp27m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e43027fa65d7c25252676625944d32978d5efbf7859421c3f46b0f30325ea5c0",
                "md5": "0ac1f1021f8daf9b09e5e8923d68a6d8",
                "sha256": "0222dd0bdd86774534ec77903b0f0f6e86c6272c8b89b8a65d5d386e6c68784b"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ac1f1021f8daf9b09e5e8923d68a6d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 87693,
            "upload_time": "2023-01-07T06:15:58",
            "upload_time_iso_8601": "2023-01-07T06:15:58.112662Z",
            "url": "https://files.pythonhosted.org/packages/e4/30/27fa65d7c25252676625944d32978d5efbf7859421c3f46b0f30325ea5c0/dclimplode-0.0.1.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "053ab34c2b83c163444d0a77470e08a8da5aadc8dacd51e59bcb461c2aefb3ae",
                "md5": "73674b00c29d49ee5475c3f9c3fe935b",
                "sha256": "e59d2847edddd89e4c9791a46bf1897c01c4f89b7a705d469eb218f901bd6e3f"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "73674b00c29d49ee5475c3f9c3fe935b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 80373,
            "upload_time": "2023-01-07T06:15:59",
            "upload_time_iso_8601": "2023-01-07T06:15:59.785931Z",
            "url": "https://files.pythonhosted.org/packages/05/3a/b34c2b83c163444d0a77470e08a8da5aadc8dacd51e59bcb461c2aefb3ae/dclimplode-0.0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6f96515548fa2b726b3376c2d11df1d6c543ac956cdbd883dfaafea812d5c57",
                "md5": "86a2997187d946740f36d7c0366e84af",
                "sha256": "7e22b95893f4cd4c43391023799dd2ec7109ef75950ebf0e92ec09bd5fd4deaa"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "86a2997187d946740f36d7c0366e84af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 104317,
            "upload_time": "2023-01-07T06:17:09",
            "upload_time_iso_8601": "2023-01-07T06:17:09.700093Z",
            "url": "https://files.pythonhosted.org/packages/d6/f9/6515548fa2b726b3376c2d11df1d6c543ac956cdbd883dfaafea812d5c57/dclimplode-0.0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec2342d2ef767f0c811aaf4685f9440c8189fc9ee8601e17fbce6e03177c689d",
                "md5": "8f60deed224cabd8f2478ac99a7831ae",
                "sha256": "bc70691d9ef2a9ae7729a18befa7fefe182b9eeec23ca85187facd09782be1bf"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f60deed224cabd8f2478ac99a7831ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 632795,
            "upload_time": "2023-01-07T06:17:11",
            "upload_time_iso_8601": "2023-01-07T06:17:11.972553Z",
            "url": "https://files.pythonhosted.org/packages/ec/23/42d2ef767f0c811aaf4685f9440c8189fc9ee8601e17fbce6e03177c689d/dclimplode-0.0.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcff6c3e26f73bb8d4db6437484e9737548eec415eed23cd1b4bb8689d55aaf7",
                "md5": "ece1420fc8f0126a8071461d932fa347",
                "sha256": "29b73dc70424f538d0bc38c6afadd46f3b23be2939ff529d908e174d85d5e9d1"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "ece1420fc8f0126a8071461d932fa347",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 68943,
            "upload_time": "2023-01-07T06:16:02",
            "upload_time_iso_8601": "2023-01-07T06:16:02.160799Z",
            "url": "https://files.pythonhosted.org/packages/bc/ff/6c3e26f73bb8d4db6437484e9737548eec415eed23cd1b4bb8689d55aaf7/dclimplode-0.0.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "641879e91f14aec915276df15e11fe07042903c75b4e262f795858e2de6bc4f5",
                "md5": "3eb181bb3f362f95fc9e6185b6cb7741",
                "sha256": "154184bb8778a930f876f8f2d0a52bab18ac3cf3688b5af4ef0d53ebb083e391"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3eb181bb3f362f95fc9e6185b6cb7741",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 76771,
            "upload_time": "2023-01-07T06:16:04",
            "upload_time_iso_8601": "2023-01-07T06:16:04.268591Z",
            "url": "https://files.pythonhosted.org/packages/64/18/79e91f14aec915276df15e11fe07042903c75b4e262f795858e2de6bc4f5/dclimplode-0.0.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a32b83b27e9da17b6a9b5e2b786e955f42ebddc516e756ee5395e9404dd019e2",
                "md5": "17327c409117e9e6102bc3d3d8c102c0",
                "sha256": "ca1b1cae58d607d02ad810573c75520f19e3276c46f33b8975c96350a0599c29"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17327c409117e9e6102bc3d3d8c102c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 87857,
            "upload_time": "2023-01-07T06:16:06",
            "upload_time_iso_8601": "2023-01-07T06:16:06.063121Z",
            "url": "https://files.pythonhosted.org/packages/a3/2b/83b27e9da17b6a9b5e2b786e955f42ebddc516e756ee5395e9404dd019e2/dclimplode-0.0.1.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33b4efba4eaf2e2bc71d050acb522b8aa35664df0ccdba07c5bbbc5708bc7a03",
                "md5": "7d18b16157e21ac714412b44fdab11e4",
                "sha256": "c6b3a305c6e64d52ce8498793d837ee3ad3ad5c2df63da3589d7189828236b22"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7d18b16157e21ac714412b44fdab11e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 80718,
            "upload_time": "2023-01-07T06:16:07",
            "upload_time_iso_8601": "2023-01-07T06:16:07.750141Z",
            "url": "https://files.pythonhosted.org/packages/33/b4/efba4eaf2e2bc71d050acb522b8aa35664df0ccdba07c5bbbc5708bc7a03/dclimplode-0.0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b977e4f5feeb843155b166b666ce171343256081c8f713382752f7dec05d8c98",
                "md5": "80c6f7939f4ff2b2747facace2bd5b7d",
                "sha256": "ff025d947745a968c255e157ac0ac38650c8ca11bc2c35de2ab07e6228fdc553"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80c6f7939f4ff2b2747facace2bd5b7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 104450,
            "upload_time": "2023-01-07T06:17:13",
            "upload_time_iso_8601": "2023-01-07T06:17:13.642126Z",
            "url": "https://files.pythonhosted.org/packages/b9/77/e4f5feeb843155b166b666ce171343256081c8f713382752f7dec05d8c98/dclimplode-0.0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be7b5cee57dc89c9cc76fdbb93a5b0d1cf7955b1c545f0906fa60c6f68277f4a",
                "md5": "4045f50c0473508f416cdde660702c71",
                "sha256": "05e0188c75944889f6dc6eaf116685bea0c145db02ca47739ca246dc463cade3"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4045f50c0473508f416cdde660702c71",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 632937,
            "upload_time": "2023-01-07T06:17:15",
            "upload_time_iso_8601": "2023-01-07T06:17:15.981011Z",
            "url": "https://files.pythonhosted.org/packages/be/7b/5cee57dc89c9cc76fdbb93a5b0d1cf7955b1c545f0906fa60c6f68277f4a/dclimplode-0.0.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfc66308f69e414f07ad62909d31fee7583a65ee2fa4e6c7b2ef4cabfa0e2304",
                "md5": "aae03286663527ba95b31ebe3cc9890c",
                "sha256": "8198d23d1f49af8ee6ac8fec291022ae66c4e66f1be2b07d0a76d2abfccc8479"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "aae03286663527ba95b31ebe3cc9890c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 69060,
            "upload_time": "2023-01-07T06:16:09",
            "upload_time_iso_8601": "2023-01-07T06:16:09.376090Z",
            "url": "https://files.pythonhosted.org/packages/df/c6/6308f69e414f07ad62909d31fee7583a65ee2fa4e6c7b2ef4cabfa0e2304/dclimplode-0.0.1.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb3d181caefd0f28bc0680a097012eb03d258aed6fa9a01bfe1389468038f5d2",
                "md5": "8b42135d6f97ab998f94e747cd0a2659",
                "sha256": "c55be6c477421648c914530b3688ce500b540af243a119226939ccbfc6fdd7ee"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8b42135d6f97ab998f94e747cd0a2659",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 76780,
            "upload_time": "2023-01-07T06:16:11",
            "upload_time_iso_8601": "2023-01-07T06:16:11.085983Z",
            "url": "https://files.pythonhosted.org/packages/bb/3d/181caefd0f28bc0680a097012eb03d258aed6fa9a01bfe1389468038f5d2/dclimplode-0.0.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94aac88ec541304da581bea5984a541a93e429067dde1e8697343f1080b9f0ba",
                "md5": "4fee0be66011013d40f14d118eecceb3",
                "sha256": "b1a4f7926f4ba60a466ec1a906577421e08df94b030d5e2e1322809f59ada1e6"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp34-cp34m-win32.whl",
            "has_sig": false,
            "md5_digest": "4fee0be66011013d40f14d118eecceb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp34",
            "requires_python": null,
            "size": 189897,
            "upload_time": "2023-01-07T06:16:12",
            "upload_time_iso_8601": "2023-01-07T06:16:12.878358Z",
            "url": "https://files.pythonhosted.org/packages/94/aa/c88ec541304da581bea5984a541a93e429067dde1e8697343f1080b9f0ba/dclimplode-0.0.1.0-cp34-cp34m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be321175ee1b521350ad7bc899d65ae95ea518d2ad7a7379838744c6565b6175",
                "md5": "09a8fff35e3a4d2a878a65927f750a9b",
                "sha256": "9519593be2bfa9233ff838d94ac38621272fd4d49e0cf3fbfe4c623fe096aaed"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp34-cp34m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "09a8fff35e3a4d2a878a65927f750a9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp34",
            "requires_python": null,
            "size": 218798,
            "upload_time": "2023-01-07T06:16:14",
            "upload_time_iso_8601": "2023-01-07T06:16:14.763880Z",
            "url": "https://files.pythonhosted.org/packages/be/32/1175ee1b521350ad7bc899d65ae95ea518d2ad7a7379838744c6565b6175/dclimplode-0.0.1.0-cp34-cp34m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06da94ef83865c44798305d29c175e2c4040b05a6996691618cf7cc359899e7c",
                "md5": "36715d143f50848e9e59ae5b77f3004c",
                "sha256": "b1f9b91f245320eb15c0fc9051aca7e9c4582399a6dc657c0e4e8be98fc9403a"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp35-cp35m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "36715d143f50848e9e59ae5b77f3004c",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 81987,
            "upload_time": "2023-01-07T06:16:16",
            "upload_time_iso_8601": "2023-01-07T06:16:16.127354Z",
            "url": "https://files.pythonhosted.org/packages/06/da/94ef83865c44798305d29c175e2c4040b05a6996691618cf7cc359899e7c/dclimplode-0.0.1.0-cp35-cp35m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abca2560d198ce81a55d3e5bb3b6a82e84952048bc2db6a7daa28858ee30fc05",
                "md5": "7b30e1d8b28920594843adbed350d519",
                "sha256": "c0bdc348985f0543640ee29d2cea61539fa99fb4fdb3fc1f4d95f17816be0919"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7b30e1d8b28920594843adbed350d519",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 83558,
            "upload_time": "2023-01-07T06:17:17",
            "upload_time_iso_8601": "2023-01-07T06:17:17.605952Z",
            "url": "https://files.pythonhosted.org/packages/ab/ca/2560d198ce81a55d3e5bb3b6a82e84952048bc2db6a7daa28858ee30fc05/dclimplode-0.0.1.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07c532b4117acd2041093cd0cd5582cdbe48391709c52ca02a1ac27ded46a7dd",
                "md5": "08057e7aae24a59c5a3b10eafc209eac",
                "sha256": "aef65d3d7b9f841b0987946f1d5a40d52081cfbeffc7c028b8cd89c6fe74db22"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp35-cp35m-win32.whl",
            "has_sig": false,
            "md5_digest": "08057e7aae24a59c5a3b10eafc209eac",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 70526,
            "upload_time": "2023-01-07T06:16:18",
            "upload_time_iso_8601": "2023-01-07T06:16:18.040003Z",
            "url": "https://files.pythonhosted.org/packages/07/c5/32b4117acd2041093cd0cd5582cdbe48391709c52ca02a1ac27ded46a7dd/dclimplode-0.0.1.0-cp35-cp35m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "319f986878d2f899499c3644f15666cc664d6fa8af92ce6ba5e610894be29262",
                "md5": "2241c0f39970f57838a9ecc10d25afaa",
                "sha256": "9dd6a70cd7af78908300b636bee105ff0684eec026fceb4082e3c7a859a06854"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp35-cp35m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2241c0f39970f57838a9ecc10d25afaa",
            "packagetype": "bdist_wheel",
            "python_version": "cp35",
            "requires_python": null,
            "size": 78277,
            "upload_time": "2023-01-07T06:16:19",
            "upload_time_iso_8601": "2023-01-07T06:16:19.606855Z",
            "url": "https://files.pythonhosted.org/packages/31/9f/986878d2f899499c3644f15666cc664d6fa8af92ce6ba5e610894be29262/dclimplode-0.0.1.0-cp35-cp35m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c995f47b0e93cd35bd89dca93b8e2a773c5e195a3efbca1f7d6c7e403c8e3746",
                "md5": "fd220c1f4f6d1dfacfe5191657463c02",
                "sha256": "f8ec5109a0add57e81f74783792a81073def90508ccb2be20ef136cc83e1be2e"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp36-cp36m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd220c1f4f6d1dfacfe5191657463c02",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 85800,
            "upload_time": "2023-01-07T06:16:21",
            "upload_time_iso_8601": "2023-01-07T06:16:21.383286Z",
            "url": "https://files.pythonhosted.org/packages/c9/95/f47b0e93cd35bd89dca93b8e2a773c5e195a3efbca1f7d6c7e403c8e3746/dclimplode-0.0.1.0-cp36-cp36m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "018b3e77d7a25eb81aac241c23895e053c6960cf2b98b24727cc208b3274529b",
                "md5": "f7b068f1a3b93055cb83e7b5a5e8d8a0",
                "sha256": "fd59bb0ac7cc669729337fc5dbfbf259f490573289a95bc9eee746d12df3525c"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f7b068f1a3b93055cb83e7b5a5e8d8a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 87692,
            "upload_time": "2023-01-07T06:17:19",
            "upload_time_iso_8601": "2023-01-07T06:17:19.283050Z",
            "url": "https://files.pythonhosted.org/packages/01/8b/3e77d7a25eb81aac241c23895e053c6960cf2b98b24727cc208b3274529b/dclimplode-0.0.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "730cf90d77297c14f8b2fa5c6347765d2838ead34e4d3a4f77a10cd1766a3916",
                "md5": "0408930a62e89bcc10321d626c928918",
                "sha256": "3e7486b43a5a2f58a6b4f61a5635429a790cddda56ca4435e1d50466ec953a58"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0408930a62e89bcc10321d626c928918",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 634027,
            "upload_time": "2023-01-07T06:17:21",
            "upload_time_iso_8601": "2023-01-07T06:17:21.410795Z",
            "url": "https://files.pythonhosted.org/packages/73/0c/f90d77297c14f8b2fa5c6347765d2838ead34e4d3a4f77a10cd1766a3916/dclimplode-0.0.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a843b3b3e3388477d975720839d6596b4f9649001aa29ef18b2d3ad565793d4",
                "md5": "5fe7fc6e52c4cdfee2b2096fe7af21b5",
                "sha256": "2ad30be106c4cbd214dd183757040b63b5d73c8817213b2b85ea4d6be035f784"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "5fe7fc6e52c4cdfee2b2096fe7af21b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 69720,
            "upload_time": "2023-01-07T06:16:23",
            "upload_time_iso_8601": "2023-01-07T06:16:23.395729Z",
            "url": "https://files.pythonhosted.org/packages/7a/84/3b3b3e3388477d975720839d6596b4f9649001aa29ef18b2d3ad565793d4/dclimplode-0.0.1.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "243066d2724517797a47ec489becdd1d1cd3d53e93e92b51654792fa9a8644c4",
                "md5": "51694269d4de72fb6df29c1b953f8dd5",
                "sha256": "785fbfc63e530266571f4ab3b4a779a2d63fa53dcc6f377828c426586289fc43"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "51694269d4de72fb6df29c1b953f8dd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 76882,
            "upload_time": "2023-01-07T06:16:25",
            "upload_time_iso_8601": "2023-01-07T06:16:25.538440Z",
            "url": "https://files.pythonhosted.org/packages/24/30/66d2724517797a47ec489becdd1d1cd3d53e93e92b51654792fa9a8644c4/dclimplode-0.0.1.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e53f839de83cdf3760cc50befb1e1db3e4562721ae4c2636bc271ecfa68e635",
                "md5": "9415d34cc4fbe30c59a4404337b76287",
                "sha256": "25d363539610419e4bab1456d5e8bcd9618c9e0041d7749d4354f3493d7e628c"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp37-cp37m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9415d34cc4fbe30c59a4404337b76287",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 86422,
            "upload_time": "2023-01-07T06:16:27",
            "upload_time_iso_8601": "2023-01-07T06:16:27.175461Z",
            "url": "https://files.pythonhosted.org/packages/7e/53/f839de83cdf3760cc50befb1e1db3e4562721ae4c2636bc271ecfa68e635/dclimplode-0.0.1.0-cp37-cp37m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3bffedafe63b921119395b6ba17f4cb85ec86f9f1c88d0cb94191b0fc0ae387",
                "md5": "735df74f25deb2fd25e3ddbee64bc2bf",
                "sha256": "a87319ce9a7b0f05f9f549e164f32d0950ee4ec64a1c1044e4f38402b06c0610"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "735df74f25deb2fd25e3ddbee64bc2bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 88107,
            "upload_time": "2023-01-07T06:17:23",
            "upload_time_iso_8601": "2023-01-07T06:17:23.243611Z",
            "url": "https://files.pythonhosted.org/packages/b3/bf/fedafe63b921119395b6ba17f4cb85ec86f9f1c88d0cb94191b0fc0ae387/dclimplode-0.0.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df60aef175e579e9d256d514a5792e01833db81d3429bbedb6e1766edc3a92a5",
                "md5": "5da19a4e35c3a1883971c74e6179265b",
                "sha256": "09bbba9babd027a8b021bacd789b5969640ba15281c7004495878753316c5f96"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5da19a4e35c3a1883971c74e6179265b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 634212,
            "upload_time": "2023-01-07T06:17:25",
            "upload_time_iso_8601": "2023-01-07T06:17:25.565740Z",
            "url": "https://files.pythonhosted.org/packages/df/60/aef175e579e9d256d514a5792e01833db81d3429bbedb6e1766edc3a92a5/dclimplode-0.0.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "451b7ab4417d54073701219b5f47e8c156f63e89f5965604f0cfc1c06e810898",
                "md5": "25b3671acecaa6613801b37a68df37d8",
                "sha256": "a42926a8cfa7316b9a6e1e6c3b84b65e3faefd492a71effa807eae8a261769ce"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "25b3671acecaa6613801b37a68df37d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 69822,
            "upload_time": "2023-01-07T06:16:29",
            "upload_time_iso_8601": "2023-01-07T06:16:29.342454Z",
            "url": "https://files.pythonhosted.org/packages/45/1b/7ab4417d54073701219b5f47e8c156f63e89f5965604f0cfc1c06e810898/dclimplode-0.0.1.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7b42fe14ed1e73271a86382e7f2972130b0172f6557a259a1688912202b3a09",
                "md5": "f18b125aea429f96b9d996c688dc7bcf",
                "sha256": "cd22f21e6a52738db4f4f84fcd0c9dee6871d07411e99c272151b8853272ecdd"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f18b125aea429f96b9d996c688dc7bcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 76972,
            "upload_time": "2023-01-07T06:16:31",
            "upload_time_iso_8601": "2023-01-07T06:16:31.243552Z",
            "url": "https://files.pythonhosted.org/packages/e7/b4/2fe14ed1e73271a86382e7f2972130b0172f6557a259a1688912202b3a09/dclimplode-0.0.1.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dbee0c4e54233622a0f475f418344ed7a2bae46041d2f91814a8d5a01c11e7e",
                "md5": "40a8804aa799ad3aaf9bc56689c071f2",
                "sha256": "3ba0c35a4d52bfa75ca1a815fc793821fd37a73d21d4ad4e89b385edfc9aaf16"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "40a8804aa799ad3aaf9bc56689c071f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 87638,
            "upload_time": "2023-01-07T06:16:33",
            "upload_time_iso_8601": "2023-01-07T06:16:33.063712Z",
            "url": "https://files.pythonhosted.org/packages/2d/be/e0c4e54233622a0f475f418344ed7a2bae46041d2f91814a8d5a01c11e7e/dclimplode-0.0.1.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9db245ea671e4b3ed38b124995721be704af4c8226ba001ad67734cf39a547cc",
                "md5": "fed5d07ea6fcd6905bc4d1fd58ef936d",
                "sha256": "8ea8072313b4fe8942a00d7dae515a1843e3d0ee0dc201f7869bf3ff87c801ed"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fed5d07ea6fcd6905bc4d1fd58ef936d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 80274,
            "upload_time": "2023-01-07T06:16:35",
            "upload_time_iso_8601": "2023-01-07T06:16:35.627346Z",
            "url": "https://files.pythonhosted.org/packages/9d/b2/45ea671e4b3ed38b124995721be704af4c8226ba001ad67734cf39a547cc/dclimplode-0.0.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a56208d4eac588c4d8957e6805592b95e1f320d0635c6423976b39a1c9662740",
                "md5": "a677f29d639c5cd6f8976af6ada10f3f",
                "sha256": "c704e169ae257b7933ae8edb4a994f9028dcdae7fbb783db9d9e9e1a0ee41f4f"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a677f29d639c5cd6f8976af6ada10f3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 87813,
            "upload_time": "2023-01-07T06:17:27",
            "upload_time_iso_8601": "2023-01-07T06:17:27.219465Z",
            "url": "https://files.pythonhosted.org/packages/a5/62/08d4eac588c4d8957e6805592b95e1f320d0635c6423976b39a1c9662740/dclimplode-0.0.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02966effc0f63aac2e0c91dcfc1265d0187b1a2de97c9287fd9cad2856a1daae",
                "md5": "a960b3d6450282d8dc6b2b594147c519",
                "sha256": "4765000c843151700df2b3616a6fbc7e4da927d0978022c791582bb92a144222"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a960b3d6450282d8dc6b2b594147c519",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 632574,
            "upload_time": "2023-01-07T06:17:29",
            "upload_time_iso_8601": "2023-01-07T06:17:29.850897Z",
            "url": "https://files.pythonhosted.org/packages/02/96/6effc0f63aac2e0c91dcfc1265d0187b1a2de97c9287fd9cad2856a1daae/dclimplode-0.0.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e9f094f1da660157e4d1611d988e796cd738a0177e88630ad78bca65c1cd18a",
                "md5": "7e24668376003c5d81135d67577148c3",
                "sha256": "f6ac079b96dc3865e23abe1cce5aff5284d559246a6273d68a8175558b6e1ba2"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "7e24668376003c5d81135d67577148c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 68878,
            "upload_time": "2023-01-07T06:16:37",
            "upload_time_iso_8601": "2023-01-07T06:16:37.397440Z",
            "url": "https://files.pythonhosted.org/packages/6e/9f/094f1da660157e4d1611d988e796cd738a0177e88630ad78bca65c1cd18a/dclimplode-0.0.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84547ba6d6a19565e4f0ea42437be6655575393208469b1a59cad48ee401527a",
                "md5": "195d8125c204ad624c5b089981532572",
                "sha256": "009ad8bede06ea91172859dd3048a615df709ab79e2e7c35f51b09f969e46e00"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "195d8125c204ad624c5b089981532572",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 76688,
            "upload_time": "2023-01-07T06:16:39",
            "upload_time_iso_8601": "2023-01-07T06:16:39.185036Z",
            "url": "https://files.pythonhosted.org/packages/84/54/7ba6d6a19565e4f0ea42437be6655575393208469b1a59cad48ee401527a/dclimplode-0.0.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d1fdeb999f7936fe5a10624a04b43c0663fcb459ffb6bf76bcbe3590cf5f0c6",
                "md5": "bd084b8ec286f97242d9f9049d808baf",
                "sha256": "78b6e9086a4fee4c4c11e0dc3ed3880846e9a95802b8b215ad2996d49adea287"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd084b8ec286f97242d9f9049d808baf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 87823,
            "upload_time": "2023-01-07T06:16:41",
            "upload_time_iso_8601": "2023-01-07T06:16:41.203466Z",
            "url": "https://files.pythonhosted.org/packages/9d/1f/deb999f7936fe5a10624a04b43c0663fcb459ffb6bf76bcbe3590cf5f0c6/dclimplode-0.0.1.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "221bae2a8839782f819a4acbeb4cdc97d8c1710b56a37deed28959a585f9c35f",
                "md5": "716e4d03e340d23aa72eeab300d7ff6c",
                "sha256": "1bff38c3b08a1d224d01bd9e2729cb911e9ba411dd0e588f6dd5dda38ddbaee5"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "716e4d03e340d23aa72eeab300d7ff6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 80665,
            "upload_time": "2023-01-07T06:16:42",
            "upload_time_iso_8601": "2023-01-07T06:16:42.987461Z",
            "url": "https://files.pythonhosted.org/packages/22/1b/ae2a8839782f819a4acbeb4cdc97d8c1710b56a37deed28959a585f9c35f/dclimplode-0.0.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45286f6a9670c55480e7366feb60ee9e39398b04eaf2fd0e6e24c38a14295cb1",
                "md5": "35bbb52fbc6a94d02ecaec4a0f3e35cb",
                "sha256": "bf10d4712b3c9d80981d4050f51ce8a07849e20a33d5203b7fd9c596e591607e"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35bbb52fbc6a94d02ecaec4a0f3e35cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 88099,
            "upload_time": "2023-01-07T06:17:31",
            "upload_time_iso_8601": "2023-01-07T06:17:31.494161Z",
            "url": "https://files.pythonhosted.org/packages/45/28/6f6a9670c55480e7366feb60ee9e39398b04eaf2fd0e6e24c38a14295cb1/dclimplode-0.0.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "875f2137626eba0b7324ad0669430c4742d0da9cefb7354eb1a589bc3ded2519",
                "md5": "9d815a4a75aa3b011f237d036ff8f620",
                "sha256": "a26a6c0cfeb29c9503f95580b0063cb9572e5f829e5e73dfc7543434d33b945e"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d815a4a75aa3b011f237d036ff8f620",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 632914,
            "upload_time": "2023-01-07T06:17:33",
            "upload_time_iso_8601": "2023-01-07T06:17:33.674829Z",
            "url": "https://files.pythonhosted.org/packages/87/5f/2137626eba0b7324ad0669430c4742d0da9cefb7354eb1a589bc3ded2519/dclimplode-0.0.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ec2821be2180dbee4909f788d6b05551d00312447b43f9ab795ec1aa7483c5",
                "md5": "89289c87c0025838354372dbf7f55e4b",
                "sha256": "58d265d2207fcd125b4d3e06e4a957802a01e90b47437fc3fe5fd07f28a59f1f"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "89289c87c0025838354372dbf7f55e4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 69003,
            "upload_time": "2023-01-07T06:16:44",
            "upload_time_iso_8601": "2023-01-07T06:16:44.788292Z",
            "url": "https://files.pythonhosted.org/packages/03/ec/2821be2180dbee4909f788d6b05551d00312447b43f9ab795ec1aa7483c5/dclimplode-0.0.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "158d29c7d2ff714a6d20431109f39be081b124d93171b59357c7bfa365172bf6",
                "md5": "cfc3cb320cc7c03c47a82d778a575c32",
                "sha256": "4f9fd6bc6dbf22de75a9a71426ff18e7422527861a081d0c80b5fe13f5f8c064"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cfc3cb320cc7c03c47a82d778a575c32",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 76750,
            "upload_time": "2023-01-07T06:16:46",
            "upload_time_iso_8601": "2023-01-07T06:16:46.702806Z",
            "url": "https://files.pythonhosted.org/packages/15/8d/29c7d2ff714a6d20431109f39be081b124d93171b59357c7bfa365172bf6/dclimplode-0.0.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8aeb6a74cd236070c42b5e02450897a6e92798c879e0b1ccd1af91a67f385a13",
                "md5": "fedb4b53e7daadb09d105b71c0423614",
                "sha256": "0d266a3012e675efb48b7b8eca52e01eea5e84f5024518739744029e9a69b43d"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fedb4b53e7daadb09d105b71c0423614",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 104123,
            "upload_time": "2023-01-07T06:17:35",
            "upload_time_iso_8601": "2023-01-07T06:17:35.501707Z",
            "url": "https://files.pythonhosted.org/packages/8a/eb/6a74cd236070c42b5e02450897a6e92798c879e0b1ccd1af91a67f385a13/dclimplode-0.0.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea97f7ace2009fa37b55fefa3e6fec5792f3934e4bbc262cae66eb545ef923a2",
                "md5": "5841f7d540da8a072fa790ee74449acd",
                "sha256": "2278e201c1b6b19574e6f1af3e6471ed6603738521ab7528919131ff70ee1c07"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5841f7d540da8a072fa790ee74449acd",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 103462,
            "upload_time": "2023-01-07T06:17:37",
            "upload_time_iso_8601": "2023-01-07T06:17:37.855817Z",
            "url": "https://files.pythonhosted.org/packages/ea/97/f7ace2009fa37b55fefa3e6fec5792f3934e4bbc262cae66eb545ef923a2/dclimplode-0.0.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ebb1f2ba06fa41952ae9399508829476f3e3dee856974280bb543e4848435fb",
                "md5": "2795116427fdaae877b70ee1b2c20aca",
                "sha256": "ffe15fa69597261828119b3395048e604d42fc70abda16fdc9c6711493a8334e"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2795116427fdaae877b70ee1b2c20aca",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 102204,
            "upload_time": "2023-01-07T06:17:39",
            "upload_time_iso_8601": "2023-01-07T06:17:39.836790Z",
            "url": "https://files.pythonhosted.org/packages/7e/bb/1f2ba06fa41952ae9399508829476f3e3dee856974280bb543e4848435fb/dclimplode-0.0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f95fb20ae89534bae245d0b964a2da91629a9fe2a61ca26b6bbd8d26cb46b7a",
                "md5": "f6ab882f9b512d970a4440cd65f0be4f",
                "sha256": "2dbc6733530f7cf71bbf563b061158f9d7fa7f11753972585684d16cf13263c8"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0-pyston38-pyston_23_x86_64_linux_gnu-manylinux_2_24_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6ab882f9b512d970a4440cd65f0be4f",
            "packagetype": "bdist_wheel",
            "python_version": "pyston38",
            "requires_python": null,
            "size": 82446,
            "upload_time": "2023-01-07T06:16:48",
            "upload_time_iso_8601": "2023-01-07T06:16:48.683522Z",
            "url": "https://files.pythonhosted.org/packages/0f/95/fb20ae89534bae245d0b964a2da91629a9fe2a61ca26b6bbd8d26cb46b7a/dclimplode-0.0.1.0-pyston38-pyston_23_x86_64_linux_gnu-manylinux_2_24_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c478e6ade5e93ac5eb67abc2cb1e9c55aeb70f0e7918baecdb61d486fc6af21c",
                "md5": "1ccc67a0a21a7954a40662596e33fa38",
                "sha256": "5d58bbec8556f66e2fc05a4175093942d65cc9236e0829ab42c40fca23d417dc"
            },
            "downloads": -1,
            "filename": "dclimplode-0.0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1ccc67a0a21a7954a40662596e33fa38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 40154,
            "upload_time": "2023-01-07T06:16:50",
            "upload_time_iso_8601": "2023-01-07T06:16:50.651474Z",
            "url": "https://files.pythonhosted.org/packages/c4/78/e6ade5e93ac5eb67abc2cb1e9c55aeb70f0e7918baecdb61d486fc6af21c/dclimplode-0.0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-07 06:16:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cielavenir",
    "github_project": "python-dclimplode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dclimplode"
}
        
Elapsed time: 0.02567s