cramjam-cli


Namecramjam-cli JSON
Version 0.1.1 PyPI version JSON
download
home_page
Summary
upload_time2023-05-06 21:58:06
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords compression decompression snappy zstd bz2 gzip lz4 brotli deflate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cramjam-cli

[![CI](https://github.com/milesgranger/pyrus-cramjam/workflows/CI/badge.svg?branch=master)](https://github.com/milesgranger/pyrus-cramjam/actions?query=branch=master)
[![PyPI](https://img.shields.io/pypi/v/cramjam-cli.svg)](https://pypi.org/project/cramjam-cli)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/cramjam-cli/badges/version.svg)](https://anaconda.org/conda-forge/cramjam-cli)
[![Downloads](https://pepy.tech/badge/cramjam-cli/month)](https://pepy.tech/project/cramjam-cli)


### Install  (only via pip or conda for now)
```commandline
pip install --upgrade cramjam-cli  # Requires no Python or system dependencies!
```

---

Simple CLI to a variety of compression algorithms

---

Available algorithms:

- [X] snappy
- [X] brotli
- [X] bzip2
- [X] lz4
- [X] gzip
- [X] deflate
- [X] zstd

All available for use as:

```bash
cramjam-cli snappy compress --input myfile.txt --output myfile.txt.snappy
cramjam-cli lz4 compress --input myfile.txt  # omitting --output will write to stdout
cat myfile.txt | cramjam-cli zstd compress --output myfile.txt.zstd  # omitting --input will read from stdin
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cramjam-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "compression,decompression,snappy,zstd,bz2,gzip,lz4,brotli,deflate",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/83/e8/871c1ce6eae300dec97587aa528aa34286f1a778e4ae13e5b671ca53dee2/cramjam_cli-0.1.1.tar.gz",
    "platform": null,
    "description": "# cramjam-cli\n\n[![CI](https://github.com/milesgranger/pyrus-cramjam/workflows/CI/badge.svg?branch=master)](https://github.com/milesgranger/pyrus-cramjam/actions?query=branch=master)\n[![PyPI](https://img.shields.io/pypi/v/cramjam-cli.svg)](https://pypi.org/project/cramjam-cli)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/cramjam-cli/badges/version.svg)](https://anaconda.org/conda-forge/cramjam-cli)\n[![Downloads](https://pepy.tech/badge/cramjam-cli/month)](https://pepy.tech/project/cramjam-cli)\n\n\n### Install  (only via pip or conda for now)\n```commandline\npip install --upgrade cramjam-cli  # Requires no Python or system dependencies!\n```\n\n---\n\nSimple CLI to a variety of compression algorithms\n\n---\n\nAvailable algorithms:\n\n- [X] snappy\n- [X] brotli\n- [X] bzip2\n- [X] lz4\n- [X] gzip\n- [X] deflate\n- [X] zstd\n\nAll available for use as:\n\n```bash\ncramjam-cli snappy compress --input myfile.txt --output myfile.txt.snappy\ncramjam-cli lz4 compress --input myfile.txt  # omitting --output will write to stdout\ncat myfile.txt | cramjam-cli zstd compress --output myfile.txt.zstd  # omitting --input will read from stdin\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.1",
    "project_urls": {
        "documentation": "https://docs.rs/cramjam/latest/cramjam",
        "homepage": "https://github.com/milesgranger/pyrus-cramjam",
        "repository": "https://github.com/milesgranger/pyrus-cramjam"
    },
    "split_keywords": [
        "compression",
        "decompression",
        "snappy",
        "zstd",
        "bz2",
        "gzip",
        "lz4",
        "brotli",
        "deflate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a73c3c390e33a018c19e31e3d5cf298ffb565cf91469aa925a04d42b5f5a940",
                "md5": "8c69290040c243c045ecac7a7952888e",
                "sha256": "2f9beb396b59efa9a48ea042b1ee83cff89730286cc40d281cfa55474bb8325f"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "8c69290040c243c045ecac7a7952888e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2967925,
            "upload_time": "2024-01-15T05:40:22",
            "upload_time_iso_8601": "2024-01-15T05:40:22.773721Z",
            "url": "https://files.pythonhosted.org/packages/0a/73/c3c390e33a018c19e31e3d5cf298ffb565cf91469aa925a04d42b5f5a940/cramjam_cli-0.1.1-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3b7a643b13d338500fbc7bde09ee6a21950909efc62c62eaff3b788d96ec6c7",
                "md5": "291cde37e9a5d6ccf2fdab49e75e6dc3",
                "sha256": "4f0a067deba084140dc4e856b71711db87b9cb048d08d4422a08988a0622523d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "291cde37e9a5d6ccf2fdab49e75e6dc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1574915,
            "upload_time": "2024-01-15T05:40:25",
            "upload_time_iso_8601": "2024-01-15T05:40:25.657683Z",
            "url": "https://files.pythonhosted.org/packages/a3/b7/a643b13d338500fbc7bde09ee6a21950909efc62c62eaff3b788d96ec6c7/cramjam_cli-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d536e208bac68cee66cd4c6649068237e359a0be03316fce7fb4c3766a5bc134",
                "md5": "9b367c7dab81cebf672bd0b3ae772b2e",
                "sha256": "2c603af15ba120460cb71d138c7c91b8acbf638bf695acb11a2f5eb01d7c3d9b"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b367c7dab81cebf672bd0b3ae772b2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1585803,
            "upload_time": "2023-05-06T21:56:34",
            "upload_time_iso_8601": "2023-05-06T21:56:34.115858Z",
            "url": "https://files.pythonhosted.org/packages/d5/36/e208bac68cee66cd4c6649068237e359a0be03316fce7fb4c3766a5bc134/cramjam_cli-0.1.1-cp310-cp310-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f77f1289559df87814288772f0a6e2dd294a170679eedb0f1a2ad4d9ff2b506",
                "md5": "ce572e6c8258b5b8f663eb4bc34aaf2f",
                "sha256": "64748fbbb3456719c8ddc2afe376f434b57d46256120b570d44e56321e8ef4dc"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "ce572e6c8258b5b8f663eb4bc34aaf2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2965612,
            "upload_time": "2023-05-06T21:56:36",
            "upload_time_iso_8601": "2023-05-06T21:56:36.012109Z",
            "url": "https://files.pythonhosted.org/packages/1f/77/f1289559df87814288772f0a6e2dd294a170679eedb0f1a2ad4d9ff2b506/cramjam_cli-0.1.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f3671a176037ff00249aa1248889aec0774a23503f09275b5a5af5c25918949",
                "md5": "e6ff9be5dc0bdef778157c5f37eeffd1",
                "sha256": "9de9ae79791536ebd7ca0ba5fc34057bb1342a7a3e1b954ea635932707388bbc"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e6ff9be5dc0bdef778157c5f37eeffd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1318536,
            "upload_time": "2023-05-06T21:56:37",
            "upload_time_iso_8601": "2023-05-06T21:56:37.721437Z",
            "url": "https://files.pythonhosted.org/packages/1f/36/71a176037ff00249aa1248889aec0774a23503f09275b5a5af5c25918949/cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1817257b453cb86ad8d5dbb3b55c4f2dc250fa6076ee8094edf800de41f28f5b",
                "md5": "ffdfc48358d7b0337ab8538364303eda",
                "sha256": "818c6786a711a708cd82e1ed52fe65a339ce00c45080c7e5335992e6f83a4c23"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ffdfc48358d7b0337ab8538364303eda",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1336928,
            "upload_time": "2023-05-06T21:56:39",
            "upload_time_iso_8601": "2023-05-06T21:56:39.847477Z",
            "url": "https://files.pythonhosted.org/packages/18/17/257b453cb86ad8d5dbb3b55c4f2dc250fa6076ee8094edf800de41f28f5b/cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca207797e684327c802065b64dd81bb35fc5847210b378d35db186036b529ed6",
                "md5": "164f599cd867259d01d6521f527ad8b4",
                "sha256": "46dae8b6df852a233585e6f428f817a4f53213ec5aa4c6af4478531ff8cafaf5"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "164f599cd867259d01d6521f527ad8b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1573696,
            "upload_time": "2023-05-06T21:56:41",
            "upload_time_iso_8601": "2023-05-06T21:56:41.632597Z",
            "url": "https://files.pythonhosted.org/packages/ca/20/7797e684327c802065b64dd81bb35fc5847210b378d35db186036b529ed6/cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77efd69b857f426df8c52e56b33130c4428259910460aede3dd1d906754e1bfc",
                "md5": "0ba3294f3c4d645eb70058e680f05875",
                "sha256": "96ee0d4a7bd22a1b85998ce17b8b6a3f6e90ac5d9794bcb61823303502535205"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0ba3294f3c4d645eb70058e680f05875",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1643949,
            "upload_time": "2023-05-06T21:56:43",
            "upload_time_iso_8601": "2023-05-06T21:56:43.284230Z",
            "url": "https://files.pythonhosted.org/packages/77/ef/d69b857f426df8c52e56b33130c4428259910460aede3dd1d906754e1bfc/cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e0c72c4b5272d4adcad3c87229c974dc4d656a8791ce2a3222e9b6c3b7bbded",
                "md5": "2e5d23e7629c8715f9e0310908aec875",
                "sha256": "355358117396c9d158e660699d3acfa5ba1ea9bdf97537c2f75414eb3d33c4d4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e5d23e7629c8715f9e0310908aec875",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1526110,
            "upload_time": "2023-05-06T21:56:45",
            "upload_time_iso_8601": "2023-05-06T21:56:45.028844Z",
            "url": "https://files.pythonhosted.org/packages/6e/0c/72c4b5272d4adcad3c87229c974dc4d656a8791ce2a3222e9b6c3b7bbded/cramjam_cli-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2cc8a4c5d9a5cbda1f8432fcbf32a5a58872609997b83228be3ea3c94c2d2b3",
                "md5": "b8ef1416f89173e568d7dd9d26cc0875",
                "sha256": "644af505d4af4e02dfb5399d380922f2ce45cb1e44688574babf9e1ee933de95"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b8ef1416f89173e568d7dd9d26cc0875",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1503376,
            "upload_time": "2023-05-06T21:56:46",
            "upload_time_iso_8601": "2023-05-06T21:56:46.807916Z",
            "url": "https://files.pythonhosted.org/packages/a2/cc/8a4c5d9a5cbda1f8432fcbf32a5a58872609997b83228be3ea3c94c2d2b3/cramjam_cli-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63f28f82c28ecb552559c86f804493a8a7e135eb452efe3f36fd7d24eac41515",
                "md5": "85dfefa53a4716682aa86e0864cac7ed",
                "sha256": "d96de1dd069c87f1c4cc4f72ea1833a9ae5e83bc7f295a890a05d9e7ffda169e"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "85dfefa53a4716682aa86e0864cac7ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1483596,
            "upload_time": "2024-03-21T12:20:57",
            "upload_time_iso_8601": "2024-03-21T12:20:57.416083Z",
            "url": "https://files.pythonhosted.org/packages/63/f2/8f82c28ecb552559c86f804493a8a7e135eb452efe3f36fd7d24eac41515/cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35fa0a0c8cc142b8c77aabd3f83c6eb08135c4c4d68789ba8b9c9267777e74ba",
                "md5": "d465a1075808e1ead1d29f5457c52520",
                "sha256": "70e9c61fb695060e9f4fb536025c4bb3af9fa7c145656bea330acd6412b909f4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d465a1075808e1ead1d29f5457c52520",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1469221,
            "upload_time": "2024-03-21T12:20:59",
            "upload_time_iso_8601": "2024-03-21T12:20:59.428603Z",
            "url": "https://files.pythonhosted.org/packages/35/fa/0a0c8cc142b8c77aabd3f83c6eb08135c4c4d68789ba8b9c9267777e74ba/cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04ce0f259ebee45159f64d0001176013798b1533eeb825341210d120717b7e48",
                "md5": "f1cfb395d29e2dc10cc71b60e1208216",
                "sha256": "98114bc6ac4423788def1919b072ddfe02f78acb9bc7b752930d73490841f50e"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "f1cfb395d29e2dc10cc71b60e1208216",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1533138,
            "upload_time": "2024-03-21T12:21:01",
            "upload_time_iso_8601": "2024-03-21T12:21:01.459378Z",
            "url": "https://files.pythonhosted.org/packages/04/ce/0f259ebee45159f64d0001176013798b1533eeb825341210d120717b7e48/cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a99cdd097b1021846f4ea9360d682c68bf32afe65ea41a1a19f22612134f455d",
                "md5": "67f7096ae780a8313d92703811ed63aa",
                "sha256": "cf0b870910df3c5a6a39ad02a360d4be3d376718c472a028da900579fb3f5531"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "67f7096ae780a8313d92703811ed63aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1591585,
            "upload_time": "2024-03-21T12:21:03",
            "upload_time_iso_8601": "2024-03-21T12:21:03.651486Z",
            "url": "https://files.pythonhosted.org/packages/a9/9c/dd097b1021846f4ea9360d682c68bf32afe65ea41a1a19f22612134f455d/cramjam_cli-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "256580f010b918bce62c2466a3586a7fb2d12eb980a8c10533156744cf1e945e",
                "md5": "605a955d8ab80e7eb593ab2e0bba1357",
                "sha256": "50f8d36f7122aa8f6c316f14982628d6f6440c4882f258bed7bb99157c2349f9"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "605a955d8ab80e7eb593ab2e0bba1357",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1176110,
            "upload_time": "2023-05-06T21:56:47",
            "upload_time_iso_8601": "2023-05-06T21:56:47.872951Z",
            "url": "https://files.pythonhosted.org/packages/25/65/80f010b918bce62c2466a3586a7fb2d12eb980a8c10533156744cf1e945e/cramjam_cli-0.1.1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f7dffc7c627ca600477fcdc0fe1b04dcba57665ff971d2ea9b8a34848e97fc6",
                "md5": "701185154d497712f1722c83aee6b416",
                "sha256": "9840681cadd7e7b4de9691b83cae9b5b283961869fd690e6a1e1011315dd9e22"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "701185154d497712f1722c83aee6b416",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1231012,
            "upload_time": "2023-05-06T21:56:49",
            "upload_time_iso_8601": "2023-05-06T21:56:49.158815Z",
            "url": "https://files.pythonhosted.org/packages/4f/7d/ffc7c627ca600477fcdc0fe1b04dcba57665ff971d2ea9b8a34848e97fc6/cramjam_cli-0.1.1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efbd9800998983f83b268f4f4b4a012ac97daf16a9f5d67b62de9fdeafc6ec5c",
                "md5": "8c2578746014cbcf813d70f29f9c2bbc",
                "sha256": "3eea333b3751e8693b68966ea81012bee5ac41f6022e6df37c3305ac2388e19b"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "8c2578746014cbcf813d70f29f9c2bbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2967925,
            "upload_time": "2024-01-15T05:40:27",
            "upload_time_iso_8601": "2024-01-15T05:40:27.595462Z",
            "url": "https://files.pythonhosted.org/packages/ef/bd/9800998983f83b268f4f4b4a012ac97daf16a9f5d67b62de9fdeafc6ec5c/cramjam_cli-0.1.1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "081c1f4280ffd5a92871b89833e9755074611833c117d40e288dee1aef713d68",
                "md5": "5fe8b7ef1978ee040ce9da24f63815dd",
                "sha256": "39aff21f891ffcd2282c46ca2e882f6acb9ed530140176213a7704c26ad69fc0"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5fe8b7ef1978ee040ce9da24f63815dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1574915,
            "upload_time": "2024-01-15T05:40:29",
            "upload_time_iso_8601": "2024-01-15T05:40:29.436321Z",
            "url": "https://files.pythonhosted.org/packages/08/1c/1f4280ffd5a92871b89833e9755074611833c117d40e288dee1aef713d68/cramjam_cli-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54112e010524d56ce2a042cd9eab9d0f60d989390661522c98c792efa5105f14",
                "md5": "e13524d2feb3351f347f6b3572ab30fa",
                "sha256": "e124a833fafa3fed13491bd1477824eac0e1d7061e6e7829e29c3d2fa4939f27"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e13524d2feb3351f347f6b3572ab30fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1585804,
            "upload_time": "2023-05-06T21:56:50",
            "upload_time_iso_8601": "2023-05-06T21:56:50.245931Z",
            "url": "https://files.pythonhosted.org/packages/54/11/2e010524d56ce2a042cd9eab9d0f60d989390661522c98c792efa5105f14/cramjam_cli-0.1.1-cp311-cp311-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65632105e5a70a3bf7328204213ec8b2f859769543ae930e649e048408ad8e0a",
                "md5": "1b2edef8c45358a992bb2dee30a649b5",
                "sha256": "2584487fe31ef0290e69a1aaf068a674441ac03b1629f79d6a36ba8fb26ee4b5"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "1b2edef8c45358a992bb2dee30a649b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2965612,
            "upload_time": "2023-05-06T21:56:51",
            "upload_time_iso_8601": "2023-05-06T21:56:51.902291Z",
            "url": "https://files.pythonhosted.org/packages/65/63/2105e5a70a3bf7328204213ec8b2f859769543ae930e649e048408ad8e0a/cramjam_cli-0.1.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78dd192ec5bd358c68ab52c62dc11666db457d86abb61bfa6541999e8f1fe1c7",
                "md5": "b654d4712a73448c294f0cbe8f0f3d00",
                "sha256": "5340b09f8cc186635e5ce2b9f52827ea984d1cf2dda059bee45ea3a50780b3d4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b654d4712a73448c294f0cbe8f0f3d00",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1318536,
            "upload_time": "2023-05-06T21:56:53",
            "upload_time_iso_8601": "2023-05-06T21:56:53.432935Z",
            "url": "https://files.pythonhosted.org/packages/78/dd/192ec5bd358c68ab52c62dc11666db457d86abb61bfa6541999e8f1fe1c7/cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64e6a7b24a48109f8dc4f295734c165184bc071f235573da5f389fc536947dce",
                "md5": "e1beaf0065515bf403a1983c4a0570f2",
                "sha256": "8eeb418ef1c840336d69784954fd9c1f5dac024d29526eb0e90dc41e1a0e0e42"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e1beaf0065515bf403a1983c4a0570f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1336925,
            "upload_time": "2023-05-06T21:56:55",
            "upload_time_iso_8601": "2023-05-06T21:56:55.139237Z",
            "url": "https://files.pythonhosted.org/packages/64/e6/a7b24a48109f8dc4f295734c165184bc071f235573da5f389fc536947dce/cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dc3a5027ffc5477bbe9c3fcf4a2c1aaf62ab0894edba3d80add476321a9d3df",
                "md5": "c2645319e5bbd2d339d70512345de3fa",
                "sha256": "4df0148195c3d35b1e85083da8ddb89d5651477ca40367a889700288ddd0fbe0"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c2645319e5bbd2d339d70512345de3fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1573698,
            "upload_time": "2023-05-06T21:56:56",
            "upload_time_iso_8601": "2023-05-06T21:56:56.577159Z",
            "url": "https://files.pythonhosted.org/packages/2d/c3/a5027ffc5477bbe9c3fcf4a2c1aaf62ab0894edba3d80add476321a9d3df/cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f6e6f57507a117eed367d8251fd5c3e7e9449c5afe1ae25a48baa904bb6da76",
                "md5": "78d1bdc1fb507be78fc7497c2e3cd240",
                "sha256": "d3e701b9f1445322cb5258e72a856f89b47bee652c5339df96d9e10071506e46"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "78d1bdc1fb507be78fc7497c2e3cd240",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1643947,
            "upload_time": "2023-05-06T21:56:58",
            "upload_time_iso_8601": "2023-05-06T21:56:58.139153Z",
            "url": "https://files.pythonhosted.org/packages/1f/6e/6f57507a117eed367d8251fd5c3e7e9449c5afe1ae25a48baa904bb6da76/cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d80fc98b10c2270ad98b8222646619310125d1073a7e430492da5c7f90b42f74",
                "md5": "b5a9258b79212933e930819f6303a7d4",
                "sha256": "345ad43c761428d114594a9a6350a44c0212511d38562b3659dca6a8ddefaf86"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b5a9258b79212933e930819f6303a7d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1526109,
            "upload_time": "2023-05-06T21:57:01",
            "upload_time_iso_8601": "2023-05-06T21:57:01.417014Z",
            "url": "https://files.pythonhosted.org/packages/d8/0f/c98b10c2270ad98b8222646619310125d1073a7e430492da5c7f90b42f74/cramjam_cli-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95d6bf973b7880df378f37c835e6f5ff50a82d5d35a6bd64802c48864e2ca69a",
                "md5": "3fff5c35c9359cdf347977e595c90077",
                "sha256": "215c61e16bec8a47bb527e7f6959bbebae0718e54d2d70b27d9ea6006ae6b9b2"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3fff5c35c9359cdf347977e595c90077",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1503378,
            "upload_time": "2023-05-06T21:57:02",
            "upload_time_iso_8601": "2023-05-06T21:57:02.851373Z",
            "url": "https://files.pythonhosted.org/packages/95/d6/bf973b7880df378f37c835e6f5ff50a82d5d35a6bd64802c48864e2ca69a/cramjam_cli-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbcfc58842dd60d9ca2ebe63dae1b6a32db728f0b047c955491fcc7fcd435362",
                "md5": "71093d2356d871599ca10026fc173bdf",
                "sha256": "5ff9eebcde9294d572bd5ccf1987a3fe8e39523f969ad047e1b8ca87c5a58d1e"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "71093d2356d871599ca10026fc173bdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1483596,
            "upload_time": "2024-03-21T12:21:06",
            "upload_time_iso_8601": "2024-03-21T12:21:06.383993Z",
            "url": "https://files.pythonhosted.org/packages/cb/cf/c58842dd60d9ca2ebe63dae1b6a32db728f0b047c955491fcc7fcd435362/cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81f0c773a3f516c02e3573ae7fb13c47f34f376734a1f73a3d23ed31ad6f414c",
                "md5": "64f0e0226eeee85b6676f6eb1d4ccc31",
                "sha256": "8495967539288c64a03f38749a370c3a2880d24acdfac74b904e03a42ef10ca4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "64f0e0226eeee85b6676f6eb1d4ccc31",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1469220,
            "upload_time": "2024-03-21T12:21:08",
            "upload_time_iso_8601": "2024-03-21T12:21:08.729926Z",
            "url": "https://files.pythonhosted.org/packages/81/f0/c773a3f516c02e3573ae7fb13c47f34f376734a1f73a3d23ed31ad6f414c/cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c0fd05e62e13d64e5d2bcaa705255ded04f71b209e8f7c994fbc0a725de7925",
                "md5": "34be8e8291ef1b5f911fd62b62086074",
                "sha256": "5f2581c93bef3973e0da2f84f46f417f5a2b3c2ec6a39d9fda50c9a7a9957d94"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "34be8e8291ef1b5f911fd62b62086074",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1533138,
            "upload_time": "2024-03-21T12:21:11",
            "upload_time_iso_8601": "2024-03-21T12:21:11.571467Z",
            "url": "https://files.pythonhosted.org/packages/3c/0f/d05e62e13d64e5d2bcaa705255ded04f71b209e8f7c994fbc0a725de7925/cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4740dc2cbdda5f5c7b1fa04982452ba97c5abccda0a69079d2a61bf1454d4525",
                "md5": "b8aaf3834c417828e23ca21ae13a1c7a",
                "sha256": "7d71020921b4295ec589f572aaff94af7bcb040a82ff8ca1648628afd665149a"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8aaf3834c417828e23ca21ae13a1c7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1591587,
            "upload_time": "2024-03-21T12:21:14",
            "upload_time_iso_8601": "2024-03-21T12:21:14.056602Z",
            "url": "https://files.pythonhosted.org/packages/47/40/dc2cbdda5f5c7b1fa04982452ba97c5abccda0a69079d2a61bf1454d4525/cramjam_cli-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22d9aa7f6e2edffe9fd3a6a16e106be6f91967a42a8ca08813d7526ab7776770",
                "md5": "4c374b7699e7b0238841c30e57226166",
                "sha256": "d2109a89e76014f6ea8fb822b72f2a3e88227216e0e5b5bf4bbb8923e9606b98"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4c374b7699e7b0238841c30e57226166",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1176110,
            "upload_time": "2023-05-06T21:57:04",
            "upload_time_iso_8601": "2023-05-06T21:57:04.089496Z",
            "url": "https://files.pythonhosted.org/packages/22/d9/aa7f6e2edffe9fd3a6a16e106be6f91967a42a8ca08813d7526ab7776770/cramjam_cli-0.1.1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7df73140cafdca0495aa100c546e8ecee69790ae2ac41fa95087d6b2a6cd24d1",
                "md5": "be1ca724c9f66a23df0e1cf44a9ce678",
                "sha256": "e88a191d580fac74803ce044c6b91a84c77fb49aeba91cafc1e5e5079b7d0ce8"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "be1ca724c9f66a23df0e1cf44a9ce678",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1231013,
            "upload_time": "2023-05-06T21:57:05",
            "upload_time_iso_8601": "2023-05-06T21:57:05.807170Z",
            "url": "https://files.pythonhosted.org/packages/7d/f7/3140cafdca0495aa100c546e8ecee69790ae2ac41fa95087d6b2a6cd24d1/cramjam_cli-0.1.1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef253f5d48b67099e10fb1430a11d2c0c42639589fca759608d623466ca2b09b",
                "md5": "f2e9daa5f0675469c603b7e14f2ff11b",
                "sha256": "9c3cfc84f837c32cafdaf65dd9638ac646cbf4204fb85656eae7c37a820301dd"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "f2e9daa5f0675469c603b7e14f2ff11b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2967924,
            "upload_time": "2024-01-15T05:40:31",
            "upload_time_iso_8601": "2024-01-15T05:40:31.753986Z",
            "url": "https://files.pythonhosted.org/packages/ef/25/3f5d48b67099e10fb1430a11d2c0c42639589fca759608d623466ca2b09b/cramjam_cli-0.1.1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6bc2146b6b737a99684abfa633aadb8d7fb5459ab202679f412bafc14a9f619",
                "md5": "9863952c688e8816fa1956155b11fc5d",
                "sha256": "1cedc66905d5be161f1f2661eab76ea7e5b5bcbe571131658ac39d495dcd8e68"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9863952c688e8816fa1956155b11fc5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1574914,
            "upload_time": "2024-01-15T05:40:33",
            "upload_time_iso_8601": "2024-01-15T05:40:33.777717Z",
            "url": "https://files.pythonhosted.org/packages/a6/bc/2146b6b737a99684abfa633aadb8d7fb5459ab202679f412bafc14a9f619/cramjam_cli-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32882834986cc4143e55e352ad87f2d420091116d40f3e70e816dc07f8c1e737",
                "md5": "2aa96ae5af4bb50f692962704601f2f0",
                "sha256": "3b4f6846327455ab21c158b2064ffc30d61d32437132a72771bbd3e8945c0d63"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2aa96ae5af4bb50f692962704601f2f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1602176,
            "upload_time": "2023-10-10T19:10:17",
            "upload_time_iso_8601": "2023-10-10T19:10:17.163858Z",
            "url": "https://files.pythonhosted.org/packages/32/88/2834986cc4143e55e352ad87f2d420091116d40f3e70e816dc07f8c1e737/cramjam_cli-0.1.1-cp312-cp312-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "693368d04aba985da6fdfc985c9b87d27fda7afbadd34d3df5f3ad691cac63eb",
                "md5": "2bf101e261a8161ffeb9ead2ebb8ab27",
                "sha256": "bc2f2cd7db2385f1ec5b94e0d0af25b5aaac2069cebec139cb37dea1e3d27f91"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2bf101e261a8161ffeb9ead2ebb8ab27",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2999236,
            "upload_time": "2023-10-10T19:10:19",
            "upload_time_iso_8601": "2023-10-10T19:10:19.863980Z",
            "url": "https://files.pythonhosted.org/packages/69/33/68d04aba985da6fdfc985c9b87d27fda7afbadd34d3df5f3ad691cac63eb/cramjam_cli-0.1.1-cp312-cp312-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3826e98f9eb835146333046478aab41e1c422ef235bf7990504b9bc571c604ae",
                "md5": "88c3e16863dcd3e6555c4d76c409f596",
                "sha256": "242a5a3df2acbdea14adbb76d610b052d51448d796b2324ea420fb62fab905ed"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "88c3e16863dcd3e6555c4d76c409f596",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1341155,
            "upload_time": "2023-10-10T19:10:21",
            "upload_time_iso_8601": "2023-10-10T19:10:21.596396Z",
            "url": "https://files.pythonhosted.org/packages/38/26/e98f9eb835146333046478aab41e1c422ef235bf7990504b9bc571c604ae/cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ffbe213a1fa68903c7a54b120291a665c072d86e27619cf7128c190a2bc8ff0",
                "md5": "970f3d19d88dad05f552f3a49f145442",
                "sha256": "391491d78bf237d6e2a6ac291e6d23924ceb49b842a1d65f94b8b1f808f0b5b9"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "970f3d19d88dad05f552f3a49f145442",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1359108,
            "upload_time": "2023-10-10T19:10:23",
            "upload_time_iso_8601": "2023-10-10T19:10:23.815411Z",
            "url": "https://files.pythonhosted.org/packages/9f/fb/e213a1fa68903c7a54b120291a665c072d86e27619cf7128c190a2bc8ff0/cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "683309b6ba8c3c22306f4b9a1d911a19f9b86215c17284085920a50441141538",
                "md5": "21aafbca4f9da89a46d14ac800726165",
                "sha256": "58cab55905edc08f8fb14e9dc48195c7de523f7cebba8493e39b2f687bfe875f"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "21aafbca4f9da89a46d14ac800726165",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1580894,
            "upload_time": "2023-10-10T19:10:25",
            "upload_time_iso_8601": "2023-10-10T19:10:25.693495Z",
            "url": "https://files.pythonhosted.org/packages/68/33/09b6ba8c3c22306f4b9a1d911a19f9b86215c17284085920a50441141538/cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f9881e286e75039785b52f984febf8dd0f3a8aaa48b47af5ac73a73d752741f",
                "md5": "eb50610596cf3359bcf08d64a9f7c04b",
                "sha256": "1f59952048f28fe43e3ea2d339bee7c19dfc4fe831bb8772b4db4c02c64077c3"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "eb50610596cf3359bcf08d64a9f7c04b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1687164,
            "upload_time": "2023-10-10T19:10:27",
            "upload_time_iso_8601": "2023-10-10T19:10:27.757446Z",
            "url": "https://files.pythonhosted.org/packages/0f/98/81e286e75039785b52f984febf8dd0f3a8aaa48b47af5ac73a73d752741f/cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8efb9f8f5a0394d5410835ae716b2df40ced7a276247760fdf88478dd333c096",
                "md5": "f55fcdcb5da4d774fb9e7e5f7d905774",
                "sha256": "4f72f22a16be839e4e570b23228da9b1437c5e54e29fb88c283987ff7b648db9"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f55fcdcb5da4d774fb9e7e5f7d905774",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1537926,
            "upload_time": "2023-10-10T19:10:29",
            "upload_time_iso_8601": "2023-10-10T19:10:29.682443Z",
            "url": "https://files.pythonhosted.org/packages/8e/fb/9f8f5a0394d5410835ae716b2df40ced7a276247760fdf88478dd333c096/cramjam_cli-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da30eba9a84dbafaaf5db5e193525af3b82ce880f69f6d8ebe156a824d5e1f48",
                "md5": "ec5b7f0c53741463348ac928081abf13",
                "sha256": "12d322f10f8213b8b85cbccf4c72b2e7339db23395a78b2245444e6d3864db24"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ec5b7f0c53741463348ac928081abf13",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1511150,
            "upload_time": "2023-10-10T19:10:31",
            "upload_time_iso_8601": "2023-10-10T19:10:31.736891Z",
            "url": "https://files.pythonhosted.org/packages/da/30/eba9a84dbafaaf5db5e193525af3b82ce880f69f6d8ebe156a824d5e1f48/cramjam_cli-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28c69315c8a1f9f2e774f53e8dbae911ac0d126dae78081064774fa26a2000be",
                "md5": "7e5386014c4f328536784e9602b419bc",
                "sha256": "cb61ebc59a038fd0fa6c5484aec4ca2dfb88a05de6a234c4b88f91d70f506f02"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7e5386014c4f328536784e9602b419bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1483595,
            "upload_time": "2024-03-21T12:21:17",
            "upload_time_iso_8601": "2024-03-21T12:21:17.030323Z",
            "url": "https://files.pythonhosted.org/packages/28/c6/9315c8a1f9f2e774f53e8dbae911ac0d126dae78081064774fa26a2000be/cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e88d243fa058d3ff6e21eca7c2a2a0b4daadc7fc01219978b8911bc99dd58d8",
                "md5": "74260e6c73f83ec3f24c358a4d1aedbc",
                "sha256": "988107e8c86b82efd687f3463222ac61e908031c9a045619589f272d041feabb"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "74260e6c73f83ec3f24c358a4d1aedbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1469222,
            "upload_time": "2024-03-21T12:21:18",
            "upload_time_iso_8601": "2024-03-21T12:21:18.903655Z",
            "url": "https://files.pythonhosted.org/packages/6e/88/d243fa058d3ff6e21eca7c2a2a0b4daadc7fc01219978b8911bc99dd58d8/cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a596123b5390e40bbb6d8119a2e05b370b1ac62fae99bfd948e7368eb2455450",
                "md5": "59e82e0c2827035e9d9c1afd1b51413e",
                "sha256": "60f32adb27eaf841d86e1496af0d53341075e39bb07aa3f5c1f8d31538cc1190"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "59e82e0c2827035e9d9c1afd1b51413e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1533138,
            "upload_time": "2024-03-21T12:21:21",
            "upload_time_iso_8601": "2024-03-21T12:21:21.009099Z",
            "url": "https://files.pythonhosted.org/packages/a5/96/123b5390e40bbb6d8119a2e05b370b1ac62fae99bfd948e7368eb2455450/cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa7b09b25106d30509bb5fa86a3c59daec7eddf63533fde41d220e4b0566b6a2",
                "md5": "406d8733c57bc043a62427a46607c925",
                "sha256": "005ef4da62e6d31fcbb0fc425a279b45752f78f4513dc3d89ef142712829a818"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "406d8733c57bc043a62427a46607c925",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1591585,
            "upload_time": "2024-03-21T12:21:23",
            "upload_time_iso_8601": "2024-03-21T12:21:23.021201Z",
            "url": "https://files.pythonhosted.org/packages/fa/7b/09b25106d30509bb5fa86a3c59daec7eddf63533fde41d220e4b0566b6a2/cramjam_cli-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b98f9f300a28f62a73ecbda1ccf70e07021a29da96cab916099e145cce25838",
                "md5": "8190f3007f2f706ab346a944dede142a",
                "sha256": "842f783603074be5e8474d08bb608e188b4966645a90fe74b89e4d53edcd002b"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "8190f3007f2f706ab346a944dede142a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1176516,
            "upload_time": "2023-10-10T19:10:33",
            "upload_time_iso_8601": "2023-10-10T19:10:33.845687Z",
            "url": "https://files.pythonhosted.org/packages/4b/98/f9f300a28f62a73ecbda1ccf70e07021a29da96cab916099e145cce25838/cramjam_cli-0.1.1-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5be3082d3325e227de3a28b8c58c7d9362461d8a8ce79c1bcb4b124aac40826",
                "md5": "248f6becbb4a806e3135219442e17a02",
                "sha256": "fcad34334963f4a426ce455e40735f3e509ac8782f80ea9562ddf8c4fe7fc144"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "248f6becbb4a806e3135219442e17a02",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1240298,
            "upload_time": "2023-10-10T19:10:35",
            "upload_time_iso_8601": "2023-10-10T19:10:35.481578Z",
            "url": "https://files.pythonhosted.org/packages/d5/be/3082d3325e227de3a28b8c58c7d9362461d8a8ce79c1bcb4b124aac40826/cramjam_cli-0.1.1-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93ac34e7ac1615b89ecd874efccc4fb2cf4f16d1df613b71bcb39104e673f40e",
                "md5": "4c89c01438bc049cbc99c6df532e2500",
                "sha256": "e009e422cadc40c42839d6bed65c9cd32990a50977b173fbf22acb1bbe9bffd4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c89c01438bc049cbc99c6df532e2500",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1574915,
            "upload_time": "2024-01-15T05:40:36",
            "upload_time_iso_8601": "2024-01-15T05:40:36.355546Z",
            "url": "https://files.pythonhosted.org/packages/93/ac/34e7ac1615b89ecd874efccc4fb2cf4f16d1df613b71bcb39104e673f40e/cramjam_cli-0.1.1-cp37-cp37m-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8d92c80b102eb6e6f1c4ebb3ec4a86e39798aa6c08d0c354bd307ded2fe3696",
                "md5": "4d794e8caacce9520c53f59a350494d3",
                "sha256": "ba67fe1e7b5907406ebf4c5937adc0211e9c0f2baeee8373c35637b3a7b1dbbd"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d794e8caacce9520c53f59a350494d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1585804,
            "upload_time": "2023-05-06T21:57:07",
            "upload_time_iso_8601": "2023-05-06T21:57:07.210363Z",
            "url": "https://files.pythonhosted.org/packages/a8/d9/2c80b102eb6e6f1c4ebb3ec4a86e39798aa6c08d0c354bd307ded2fe3696/cramjam_cli-0.1.1-cp37-cp37m-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "375670d7d10c8d26bd17a1ccf40b5f67b9429c58973980be814dc8a420c4a40d",
                "md5": "276e775de51438b9572ffda363e72bb3",
                "sha256": "dbcca7874f3eb638daa52612589b24e5267dacd330f501bcd09d7b08f925dc48"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "276e775de51438b9572ffda363e72bb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1318535,
            "upload_time": "2023-05-06T21:57:10",
            "upload_time_iso_8601": "2023-05-06T21:57:10.767619Z",
            "url": "https://files.pythonhosted.org/packages/37/56/70d7d10c8d26bd17a1ccf40b5f67b9429c58973980be814dc8a420c4a40d/cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b89a0230dfbc9bfde7a95c8580ed282f9d5f148104d7e425f61188c330fcd460",
                "md5": "f1243bcdb637ee8f3bc57be13f461e2a",
                "sha256": "0dd33c45594778d2e488fb7563dcecbad8cfdb0a024346ac19e4393adfd61aae"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f1243bcdb637ee8f3bc57be13f461e2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1336926,
            "upload_time": "2023-05-06T21:57:11",
            "upload_time_iso_8601": "2023-05-06T21:57:11.977544Z",
            "url": "https://files.pythonhosted.org/packages/b8/9a/0230dfbc9bfde7a95c8580ed282f9d5f148104d7e425f61188c330fcd460/cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93354466a97cf2e7cce5f7a518cd6cdb2e48d5e00eec475fecb93dba6ecb5370",
                "md5": "956bac96deed2aa8452c6252a26d154a",
                "sha256": "92cfa02776e97b012c2e3756984d1ea35bf213922dcf83c58dcd7788b6eeef23"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "956bac96deed2aa8452c6252a26d154a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1573700,
            "upload_time": "2023-05-06T21:57:13",
            "upload_time_iso_8601": "2023-05-06T21:57:13.322043Z",
            "url": "https://files.pythonhosted.org/packages/93/35/4466a97cf2e7cce5f7a518cd6cdb2e48d5e00eec475fecb93dba6ecb5370/cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21190a59a5e6e3260d3ad8f003bdcf335b70a3b0bf9a7847812f153775017d5e",
                "md5": "fc1f0790d204550c0efce6cce7db95c7",
                "sha256": "7bcef320c6dd2eafc929b89471c3c9b2961b48c47baa127288b32d39e8479ac6"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fc1f0790d204550c0efce6cce7db95c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1643951,
            "upload_time": "2023-05-06T21:57:15",
            "upload_time_iso_8601": "2023-05-06T21:57:15.007632Z",
            "url": "https://files.pythonhosted.org/packages/21/19/0a59a5e6e3260d3ad8f003bdcf335b70a3b0bf9a7847812f153775017d5e/cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2be61bd656b8f00f7a1e6eb8a2d3b8579d515d005522cbd5a2761e749bd992fd",
                "md5": "1c18ae25fe0b052bc5a9919705b338a8",
                "sha256": "006f86c7d6c822404cba1bc7ca88c2c72e2a99925646b4115e8712300c0f3884"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c18ae25fe0b052bc5a9919705b338a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1526108,
            "upload_time": "2023-05-06T21:57:16",
            "upload_time_iso_8601": "2023-05-06T21:57:16.579383Z",
            "url": "https://files.pythonhosted.org/packages/2b/e6/1bd656b8f00f7a1e6eb8a2d3b8579d515d005522cbd5a2761e749bd992fd/cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0514c7ecbcc21f1fb6f6794eea958b0254646eb52e4873cf58f8f318277b0665",
                "md5": "a8eec1a01636782eeb9c05d906c6cfe7",
                "sha256": "64fd2e062f9e189fa74ce1ead1a5f3109f1ad3b06db77358a3dccafad2c89369"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "a8eec1a01636782eeb9c05d906c6cfe7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1503379,
            "upload_time": "2023-05-06T21:57:17",
            "upload_time_iso_8601": "2023-05-06T21:57:17.620091Z",
            "url": "https://files.pythonhosted.org/packages/05/14/c7ecbcc21f1fb6f6794eea958b0254646eb52e4873cf58f8f318277b0665/cramjam_cli-0.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ed85989199001c747dbf5c603de0e7d4244941b9971d77618a5250a7ce54884",
                "md5": "3e205521945601ac17a1231836f639b1",
                "sha256": "988cdf4e5da1501db549876dfafcd9ade379ef8fb4a4d38f6788e923a7256c5d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3e205521945601ac17a1231836f639b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1483597,
            "upload_time": "2024-03-21T12:21:25",
            "upload_time_iso_8601": "2024-03-21T12:21:25.156744Z",
            "url": "https://files.pythonhosted.org/packages/5e/d8/5989199001c747dbf5c603de0e7d4244941b9971d77618a5250a7ce54884/cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d78bfeeabeb37e7b8841ce50d99082bb9d5fba50d2c30fd25d3aefaeff4d5c9e",
                "md5": "80cbe7c70db7c39ed8baab4aea924f1f",
                "sha256": "da1feda96a89b304b19d0c54bcf1d295734ddd28825d166873ef2e52c54aff74"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "80cbe7c70db7c39ed8baab4aea924f1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1469221,
            "upload_time": "2024-03-21T12:21:27",
            "upload_time_iso_8601": "2024-03-21T12:21:27.495465Z",
            "url": "https://files.pythonhosted.org/packages/d7/8b/feeabeb37e7b8841ce50d99082bb9d5fba50d2c30fd25d3aefaeff4d5c9e/cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f238ea2a4508d9ef7b403649f255c1d83cdb0a2c2c87b9b67f96578d61b21804",
                "md5": "aee05fb9f47aa79fb81276bfc41269ad",
                "sha256": "5215007cb0284279ac89e9ca6bd070796735cdb0cfd65dbc77051b8961826f69"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "aee05fb9f47aa79fb81276bfc41269ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1533137,
            "upload_time": "2024-03-21T12:21:29",
            "upload_time_iso_8601": "2024-03-21T12:21:29.203466Z",
            "url": "https://files.pythonhosted.org/packages/f2/38/ea2a4508d9ef7b403649f255c1d83cdb0a2c2c87b9b67f96578d61b21804/cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35636b2fdab47b517760b2530d30f030b948967aeed5c4c8dec246c3eb052c6c",
                "md5": "0cb7d8d3b7a1c1073522dec0b2411d04",
                "sha256": "8cfbaf80bc8da0a9aa76ffd4303f93cd0b51e9802445ef8bcfe1e34f6a130be9"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cb7d8d3b7a1c1073522dec0b2411d04",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1591586,
            "upload_time": "2024-03-21T12:21:31",
            "upload_time_iso_8601": "2024-03-21T12:21:31.690845Z",
            "url": "https://files.pythonhosted.org/packages/35/63/6b2fdab47b517760b2530d30f030b948967aeed5c4c8dec246c3eb052c6c/cramjam_cli-0.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f61fe918eaa1eb33455cad8e8298b590750ec2d29473b32e9776759b9f65d81",
                "md5": "de0d28113f7a0c406e43d9d420dd7ecb",
                "sha256": "000c59ea69c4418298a039576723c2197687aee8ab9c506e4f8d305741df16ed"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "de0d28113f7a0c406e43d9d420dd7ecb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1176110,
            "upload_time": "2023-05-06T21:57:18",
            "upload_time_iso_8601": "2023-05-06T21:57:18.992073Z",
            "url": "https://files.pythonhosted.org/packages/9f/61/fe918eaa1eb33455cad8e8298b590750ec2d29473b32e9776759b9f65d81/cramjam_cli-0.1.1-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fb2e69070f2120c99737e972d7eada4baf3e23b2fd7648a7491793db604fda4",
                "md5": "6ac2f3d07b7ad95384690f9e2424feb8",
                "sha256": "3a9462549ce4efe38ebdc22f8f064fccba0738c11531ff5d4d8ce3237c57d303"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6ac2f3d07b7ad95384690f9e2424feb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1231012,
            "upload_time": "2023-05-06T21:57:20",
            "upload_time_iso_8601": "2023-05-06T21:57:20.342017Z",
            "url": "https://files.pythonhosted.org/packages/9f/b2/e69070f2120c99737e972d7eada4baf3e23b2fd7648a7491793db604fda4/cramjam_cli-0.1.1-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed60077feaba1a1738e09728e063ce4e9db7742947f651a19961a28c01268b5e",
                "md5": "ed5edd527b6bedc07a0f5cc7b84f76f8",
                "sha256": "e61574916cea9c10ca3f9d06705b49662b41e8e46514d06826a1bc58cdb20b18"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "ed5edd527b6bedc07a0f5cc7b84f76f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2967923,
            "upload_time": "2024-01-15T05:40:39",
            "upload_time_iso_8601": "2024-01-15T05:40:39.929217Z",
            "url": "https://files.pythonhosted.org/packages/ed/60/077feaba1a1738e09728e063ce4e9db7742947f651a19961a28c01268b5e/cramjam_cli-0.1.1-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28a73f674d5be77679a79217cb963a62b9a5937ba5c66dc88dc01ad6ffd436af",
                "md5": "d149fbf5359d21581911ff46422e1077",
                "sha256": "3c04a8343d4e18dfa2e8741a63579acfd4f3eee02eeac28b7c6de5535444977c"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d149fbf5359d21581911ff46422e1077",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1574915,
            "upload_time": "2024-01-15T05:40:42",
            "upload_time_iso_8601": "2024-01-15T05:40:42.708444Z",
            "url": "https://files.pythonhosted.org/packages/28/a7/3f674d5be77679a79217cb963a62b9a5937ba5c66dc88dc01ad6ffd436af/cramjam_cli-0.1.1-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef9ec37682c032d074fc55ca2a79c1e2cc8cf5341ae0c92c706b2e87f5930075",
                "md5": "fcba8fdfb14b5002d4f2c49837e0b179",
                "sha256": "6faa61c54a17cbdc37f9798effa15bb3ad252d5e48481ceaf7e4593ebd9477fc"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fcba8fdfb14b5002d4f2c49837e0b179",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1585802,
            "upload_time": "2023-05-06T21:57:22",
            "upload_time_iso_8601": "2023-05-06T21:57:22.068958Z",
            "url": "https://files.pythonhosted.org/packages/ef/9e/c37682c032d074fc55ca2a79c1e2cc8cf5341ae0c92c706b2e87f5930075/cramjam_cli-0.1.1-cp38-cp38-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17e95b00506e2f0bfc5fa218d899e7ebe97d23d6b016537ca3595d16bc1d4ece",
                "md5": "7b784ffbcc1275dbedb816dfe6e439e4",
                "sha256": "1b60d980b1ec9e41ef4cafabefd7854fd041d9dca8b0670fc4d1bc34d6f8527d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "7b784ffbcc1275dbedb816dfe6e439e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2965611,
            "upload_time": "2023-05-06T21:57:23",
            "upload_time_iso_8601": "2023-05-06T21:57:23.517906Z",
            "url": "https://files.pythonhosted.org/packages/17/e9/5b00506e2f0bfc5fa218d899e7ebe97d23d6b016537ca3595d16bc1d4ece/cramjam_cli-0.1.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aa6da6cd2c46bfd7347d4c3caff623b724ddcd869b5836c6859d656f8c7eed7",
                "md5": "1c52a82ceadbbe8086d519a693995ece",
                "sha256": "c95bfe9f11f444e8970d9c6b0e2dcf15363d0cf58c36875cb3edfcb82bb05825"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1c52a82ceadbbe8086d519a693995ece",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1318536,
            "upload_time": "2023-05-06T21:57:24",
            "upload_time_iso_8601": "2023-05-06T21:57:24.712279Z",
            "url": "https://files.pythonhosted.org/packages/4a/a6/da6cd2c46bfd7347d4c3caff623b724ddcd869b5836c6859d656f8c7eed7/cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c7c7e4a9928af1cf45eaea9ac4fa66612e6b05c4b220cd9af534b836148f119",
                "md5": "fee28f420d61c92da693c17c2462ca0c",
                "sha256": "b66ac833288412bf82bd9ebf9e6637796d6442d8212636d692efad9209ce8e88"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fee28f420d61c92da693c17c2462ca0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1336927,
            "upload_time": "2023-05-06T21:57:25",
            "upload_time_iso_8601": "2023-05-06T21:57:25.827320Z",
            "url": "https://files.pythonhosted.org/packages/7c/7c/7e4a9928af1cf45eaea9ac4fa66612e6b05c4b220cd9af534b836148f119/cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f549220f50b5f42fb70d120cd0ae8213d85ee4a2b0e21b1e5bccf9af30f195e",
                "md5": "03ccd3b5bb24dfcb0ed10fbf8f9cb76d",
                "sha256": "c3252997221708c91815442676f4cac8df454b9a0b1374d606e474c391fddab8"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "03ccd3b5bb24dfcb0ed10fbf8f9cb76d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1573696,
            "upload_time": "2023-05-06T21:57:27",
            "upload_time_iso_8601": "2023-05-06T21:57:27.157968Z",
            "url": "https://files.pythonhosted.org/packages/5f/54/9220f50b5f42fb70d120cd0ae8213d85ee4a2b0e21b1e5bccf9af30f195e/cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "758f1386dcc16a31d0b0c314fc1f7fe8dee2e764c4f813f7bfd4febde5e662cc",
                "md5": "1670b58fc1405da5609f53d17de70324",
                "sha256": "76f94a87b313ae0b7a9b75f4eba6ab276879e80e703463621e7133cdccef906d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1670b58fc1405da5609f53d17de70324",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1643949,
            "upload_time": "2023-05-06T21:57:28",
            "upload_time_iso_8601": "2023-05-06T21:57:28.552961Z",
            "url": "https://files.pythonhosted.org/packages/75/8f/1386dcc16a31d0b0c314fc1f7fe8dee2e764c4f813f7bfd4febde5e662cc/cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec7723f671d09d51bec9be17ea9956d0f958a07125994dd2addba000cc7c3138",
                "md5": "1a5ceaaac7df24099cb1adba9f8edbe6",
                "sha256": "6ddc620dc124bc35afe7d8ef053ac99f67c61865b2011334c8c72194e2d1bae2"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a5ceaaac7df24099cb1adba9f8edbe6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1526109,
            "upload_time": "2023-05-06T21:57:29",
            "upload_time_iso_8601": "2023-05-06T21:57:29.808753Z",
            "url": "https://files.pythonhosted.org/packages/ec/77/23f671d09d51bec9be17ea9956d0f958a07125994dd2addba000cc7c3138/cramjam_cli-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47ecb1b3e3b7aa5f4f4c367ae7123fa415a8b04e3a020b9a9b58dfb79a76dd46",
                "md5": "05b9dbb80eca76e4d3fc30ea8112fc73",
                "sha256": "0f65b7925de01f43f9f6a98391e89a2ebee71c602c98fae70710a4f2fb30a847"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "05b9dbb80eca76e4d3fc30ea8112fc73",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1503376,
            "upload_time": "2023-05-06T21:57:31",
            "upload_time_iso_8601": "2023-05-06T21:57:31.868453Z",
            "url": "https://files.pythonhosted.org/packages/47/ec/b1b3e3b7aa5f4f4c367ae7123fa415a8b04e3a020b9a9b58dfb79a76dd46/cramjam_cli-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc9d154eb5b93539a6de692f517f42e2ef0b591869263b5cae6559ff934dc409",
                "md5": "d8bab13da679547f293f146f5a8dd0ff",
                "sha256": "c3ba8e9d243e9813fdd5720823dcfa6081bd21bdf18e54236eaf4b4161227d40"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d8bab13da679547f293f146f5a8dd0ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1483595,
            "upload_time": "2024-03-21T12:21:33",
            "upload_time_iso_8601": "2024-03-21T12:21:33.757246Z",
            "url": "https://files.pythonhosted.org/packages/fc/9d/154eb5b93539a6de692f517f42e2ef0b591869263b5cae6559ff934dc409/cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f686c2f336f76d71912f033a6a37b3d0c88f8ef346779b73fd556e3d9df64a1e",
                "md5": "ca8028d718f77ac521763670a91b4bfe",
                "sha256": "fd15b3174b419d0b70e62544450d30e8d36b602fe5c8bc2fc29f8ad83f26fb40"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ca8028d718f77ac521763670a91b4bfe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1469221,
            "upload_time": "2024-03-21T12:21:35",
            "upload_time_iso_8601": "2024-03-21T12:21:35.803476Z",
            "url": "https://files.pythonhosted.org/packages/f6/86/c2f336f76d71912f033a6a37b3d0c88f8ef346779b73fd556e3d9df64a1e/cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d529920db9e3b8d8aae026f7dfcae57f73789dcf64078410e3ddc5b562c7676",
                "md5": "672332d46edf2a1c76d720e642dd6299",
                "sha256": "345e74e071f5d280966f9e5853869c25f3afbdd0dbc928605ae6bd5ce99ff3a4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "672332d46edf2a1c76d720e642dd6299",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1533137,
            "upload_time": "2024-03-21T12:21:37",
            "upload_time_iso_8601": "2024-03-21T12:21:37.793098Z",
            "url": "https://files.pythonhosted.org/packages/3d/52/9920db9e3b8d8aae026f7dfcae57f73789dcf64078410e3ddc5b562c7676/cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "864802857473f42f0713d74f709fe74d07c287da7dff53f62e4972ce3b73473a",
                "md5": "2f59d3881fbceacd90e0f863c3044efc",
                "sha256": "4b0375c5a04cfe91454edf762548c1c7b6f66fb290345ddc60fe69698b755e10"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2f59d3881fbceacd90e0f863c3044efc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1591585,
            "upload_time": "2024-03-21T12:21:39",
            "upload_time_iso_8601": "2024-03-21T12:21:39.711460Z",
            "url": "https://files.pythonhosted.org/packages/86/48/02857473f42f0713d74f709fe74d07c287da7dff53f62e4972ce3b73473a/cramjam_cli-0.1.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b74dd0c859d3a881c0600e47c854730ad660d0f893a80a464fd1161d4f72a79",
                "md5": "15f495dd68c900e13b93b60fb73f740d",
                "sha256": "b0113fd0b59fee3529b7bcfb1e33f6df00ad7d8cdbf0f736fd3e2c0d90ac629d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "15f495dd68c900e13b93b60fb73f740d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1176113,
            "upload_time": "2023-05-06T21:57:33",
            "upload_time_iso_8601": "2023-05-06T21:57:33.690214Z",
            "url": "https://files.pythonhosted.org/packages/0b/74/dd0c859d3a881c0600e47c854730ad660d0f893a80a464fd1161d4f72a79/cramjam_cli-0.1.1-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48306f569d7d88f0388d74e1ab4564afa2f846fa6e8e8059851c1bb31c6f0381",
                "md5": "1d139eb11bc354c34111b5158e18fa41",
                "sha256": "6466586e08aab9155ee74866dcd23011daa19f01cf98af751e93886c4c8d92eb"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1d139eb11bc354c34111b5158e18fa41",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1231014,
            "upload_time": "2023-05-06T21:57:34",
            "upload_time_iso_8601": "2023-05-06T21:57:34.955261Z",
            "url": "https://files.pythonhosted.org/packages/48/30/6f569d7d88f0388d74e1ab4564afa2f846fa6e8e8059851c1bb31c6f0381/cramjam_cli-0.1.1-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0748395d8694277b5c5b0816692856b315b2e713e949764bb63c1ccb6fa78214",
                "md5": "0d6cf43a40a989f75b08cf0d0c42b103",
                "sha256": "0c57a2809303423c6ff69d34c4981e049578a1524bd7a35d9d43050e4f21d073"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "has_sig": false,
            "md5_digest": "0d6cf43a40a989f75b08cf0d0c42b103",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2967922,
            "upload_time": "2024-01-15T05:40:45",
            "upload_time_iso_8601": "2024-01-15T05:40:45.212077Z",
            "url": "https://files.pythonhosted.org/packages/07/48/395d8694277b5c5b0816692856b315b2e713e949764bb63c1ccb6fa78214/cramjam_cli-0.1.1-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e84ba9a4c043e35140e70530f5583c5aa7e755cb59bd2fce3bbfd310879b6ea",
                "md5": "d96e37edafcd30d2fb63a6b46a078de8",
                "sha256": "bfcd91152619c76a11568274799a83a260b8e7ef6e99a81228e059dc6392de8a"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d96e37edafcd30d2fb63a6b46a078de8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1574920,
            "upload_time": "2024-01-15T05:40:47",
            "upload_time_iso_8601": "2024-01-15T05:40:47.124486Z",
            "url": "https://files.pythonhosted.org/packages/4e/84/ba9a4c043e35140e70530f5583c5aa7e755cb59bd2fce3bbfd310879b6ea/cramjam_cli-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0335c24f25fa80384f88a0eef71208cbaca0b5ba840155bec52307d6faf13e83",
                "md5": "8117d3267a0ee19e722cf028d32aa22c",
                "sha256": "bdeb3250d67b8beee0376329e121e9de63713edbf9be97cb9061817b5533f777"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8117d3267a0ee19e722cf028d32aa22c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1585803,
            "upload_time": "2023-05-06T21:57:36",
            "upload_time_iso_8601": "2023-05-06T21:57:36.958779Z",
            "url": "https://files.pythonhosted.org/packages/03/35/c24f25fa80384f88a0eef71208cbaca0b5ba840155bec52307d6faf13e83/cramjam_cli-0.1.1-cp39-cp39-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8e04985b84d2d9f38a7096c457116f0ac8e734b7c1223660fd3b8ca7aeb9413",
                "md5": "c2ad2ad0c73fbee46b72f1dee5a8a83a",
                "sha256": "94b00e8deb9280f9b553c0a716279244b2e90fd7da9ed77510b70e69c08f01eb"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "c2ad2ad0c73fbee46b72f1dee5a8a83a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2965612,
            "upload_time": "2023-05-06T21:57:38",
            "upload_time_iso_8601": "2023-05-06T21:57:38.253968Z",
            "url": "https://files.pythonhosted.org/packages/d8/e0/4985b84d2d9f38a7096c457116f0ac8e734b7c1223660fd3b8ca7aeb9413/cramjam_cli-0.1.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a41c7597d073a2ff89257499c9c102ef82d372f99abd1659c879e85a2479c20",
                "md5": "f605cc0d90460fa3dee81a1303f4aab9",
                "sha256": "3bc67e3e153bfd62584c487c19ca5629cb7e081cf23626601a3e9ad586ed8247"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f605cc0d90460fa3dee81a1303f4aab9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1318537,
            "upload_time": "2023-05-06T21:57:40",
            "upload_time_iso_8601": "2023-05-06T21:57:40.317736Z",
            "url": "https://files.pythonhosted.org/packages/6a/41/c7597d073a2ff89257499c9c102ef82d372f99abd1659c879e85a2479c20/cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c82f0425617dced49590d9bf7fc5656fb8e3e92c36df8fd582eb41b2a2c5b664",
                "md5": "7410955dcfcde95f3d90702599e8d147",
                "sha256": "f9b7785564c30662519d167c6259f465e5c2a7cebbf600eb043982fcea46b593"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7410955dcfcde95f3d90702599e8d147",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1336924,
            "upload_time": "2023-05-06T21:57:42",
            "upload_time_iso_8601": "2023-05-06T21:57:42.356107Z",
            "url": "https://files.pythonhosted.org/packages/c8/2f/0425617dced49590d9bf7fc5656fb8e3e92c36df8fd582eb41b2a2c5b664/cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9144a2a86be65b131dce40ba2765f608b0c4c9dc270257d74eea3fe8de49c45",
                "md5": "cb48bc7c568fa4b268a5244d1fb3ba31",
                "sha256": "d489a365da73d939160700250c58c5f748628c04da625e57f715105f21d14439"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cb48bc7c568fa4b268a5244d1fb3ba31",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1573699,
            "upload_time": "2023-05-06T21:57:43",
            "upload_time_iso_8601": "2023-05-06T21:57:43.456435Z",
            "url": "https://files.pythonhosted.org/packages/c9/14/4a2a86be65b131dce40ba2765f608b0c4c9dc270257d74eea3fe8de49c45/cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52d359b3989eac9a566f9169cf962ed96f05d319cf4b74759767a6368dadc520",
                "md5": "0d589de51878095573bc79540169db47",
                "sha256": "d22f43a02b33646942803d877a90bb1389fb525264b1fe50daf195cec752a869"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0d589de51878095573bc79540169db47",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1643948,
            "upload_time": "2023-05-06T21:57:44",
            "upload_time_iso_8601": "2023-05-06T21:57:44.726984Z",
            "url": "https://files.pythonhosted.org/packages/52/d3/59b3989eac9a566f9169cf962ed96f05d319cf4b74759767a6368dadc520/cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27d7eb3b65034e184b39f12c2178a70a0cb176c5f13563eded5d199777cf2753",
                "md5": "e19c8fffd76e2d54cb8166322a5c4e95",
                "sha256": "485d1c54a9011564da3fd8891d8775955ae73f027992978817acfb1d1dcc9e33"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e19c8fffd76e2d54cb8166322a5c4e95",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1526109,
            "upload_time": "2023-05-06T21:57:46",
            "upload_time_iso_8601": "2023-05-06T21:57:46.115114Z",
            "url": "https://files.pythonhosted.org/packages/27/d7/eb3b65034e184b39f12c2178a70a0cb176c5f13563eded5d199777cf2753/cramjam_cli-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fd125435ef0a6e0842a8864aeffba27ded934b36ed0bbd5eedc0570e2d5f765",
                "md5": "5e8ea93922ecc1c3901498110c6c851f",
                "sha256": "9b5769a8952cfa7501d55af4c97de2927ef19a7c46ec4b3d4cb51bf338a16b6d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5e8ea93922ecc1c3901498110c6c851f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1503376,
            "upload_time": "2023-05-06T21:57:48",
            "upload_time_iso_8601": "2023-05-06T21:57:48.008793Z",
            "url": "https://files.pythonhosted.org/packages/8f/d1/25435ef0a6e0842a8864aeffba27ded934b36ed0bbd5eedc0570e2d5f765/cramjam_cli-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1060f4f4626fcbf69c1f707b1bdc22dfd3f17f3394daaabaf5c9e3fa2b4c533c",
                "md5": "97f6ea7200bb362757d1fdca74039ddc",
                "sha256": "6e50df7e9615deada45c3ec55ca633a27a478b4cc363a30b141601ebcbdd22f2"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "97f6ea7200bb362757d1fdca74039ddc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1483595,
            "upload_time": "2024-03-21T12:21:42",
            "upload_time_iso_8601": "2024-03-21T12:21:42.040283Z",
            "url": "https://files.pythonhosted.org/packages/10/60/f4f4626fcbf69c1f707b1bdc22dfd3f17f3394daaabaf5c9e3fa2b4c533c/cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "122922ac113f0c18a39d8ad2fa8d7ca7bea5d50cb3e785d9cbd9fb0081f363e1",
                "md5": "bcf020b011c4a55069cab9fc568d2ef2",
                "sha256": "c5b2c472029d85b1272a9bfcd61d380f0d8ba0fa922b23feeb9002b32ade172f"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bcf020b011c4a55069cab9fc568d2ef2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1469220,
            "upload_time": "2024-03-21T12:21:44",
            "upload_time_iso_8601": "2024-03-21T12:21:44.025691Z",
            "url": "https://files.pythonhosted.org/packages/12/29/22ac113f0c18a39d8ad2fa8d7ca7bea5d50cb3e785d9cbd9fb0081f363e1/cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7c2f0a3995c7bafb695fee3d21df56775a291dbdd6f6628c3ea58984db775a3",
                "md5": "bf8a58996420878ea4d0dace15df43a0",
                "sha256": "c7ac931a85e3b7708af0d2101645cf1e50aae5590851a30b6701315e1acede8e"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "bf8a58996420878ea4d0dace15df43a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1533137,
            "upload_time": "2024-03-21T12:21:49",
            "upload_time_iso_8601": "2024-03-21T12:21:49.033361Z",
            "url": "https://files.pythonhosted.org/packages/e7/c2/f0a3995c7bafb695fee3d21df56775a291dbdd6f6628c3ea58984db775a3/cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c6fd8e6bee649a32c11a44092d831a490dd538655ba6a0ecadfa9423f6e9c0",
                "md5": "d5038e33fdb66db9e97f86777a538b8f",
                "sha256": "35eeb4d860fd6a1c01f9937b5d56ce7d816df94b6a1f1044eebc729e4b1537d2"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5038e33fdb66db9e97f86777a538b8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1591586,
            "upload_time": "2024-03-21T12:21:51",
            "upload_time_iso_8601": "2024-03-21T12:21:51.056266Z",
            "url": "https://files.pythonhosted.org/packages/51/c6/fd8e6bee649a32c11a44092d831a490dd538655ba6a0ecadfa9423f6e9c0/cramjam_cli-0.1.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ce16a244a12fcf81ed304df50ceabb507dfecc3b957b4c2bc232ad79b764b24",
                "md5": "7ff81c48a8b0203193067f2ed742e0f1",
                "sha256": "e91454c4edc5a911d0f6f0777d2d069969f393672804be10d660350bff0a5366"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "7ff81c48a8b0203193067f2ed742e0f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1176106,
            "upload_time": "2023-05-06T21:57:49",
            "upload_time_iso_8601": "2023-05-06T21:57:49.756370Z",
            "url": "https://files.pythonhosted.org/packages/0c/e1/6a244a12fcf81ed304df50ceabb507dfecc3b957b4c2bc232ad79b764b24/cramjam_cli-0.1.1-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1e331eda6cd1dbc95543933dcc6c2c12a4d011432bc440832f238e7a149aacb",
                "md5": "c2e1ab7ee42f2388555ba66e74cb36ea",
                "sha256": "b59bd46508c4cbe609dd9801a437dd56f6c62f2e8e9a672a442901f8a417d85d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c2e1ab7ee42f2388555ba66e74cb36ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1231013,
            "upload_time": "2023-05-06T21:57:51",
            "upload_time_iso_8601": "2023-05-06T21:57:51.695908Z",
            "url": "https://files.pythonhosted.org/packages/a1/e3/31eda6cd1dbc95543933dcc6c2c12a4d011432bc440832f238e7a149aacb/cramjam_cli-0.1.1-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78669e7295ebbf0b0b9e76d34335b1600ae8e9ea743293606b91506d269f9b49",
                "md5": "0eced53bbd0c885a706467ff53e12917",
                "sha256": "6497b5d55882317ee9ca7a8357e375bdf7bbbaad2543ef6a9c1992e00e45df29"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0eced53bbd0c885a706467ff53e12917",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1575770,
            "upload_time": "2024-03-02T20:22:15",
            "upload_time_iso_8601": "2024-03-02T20:22:15.470532Z",
            "url": "https://files.pythonhosted.org/packages/78/66/9e7295ebbf0b0b9e76d34335b1600ae8e9ea743293606b91506d269f9b49/cramjam_cli-0.1.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb5875569203608c5d4046c2e977f320bd59c9f27495ec85841a95dec1fdca03",
                "md5": "6653afb560dabe5dcfa8eab973615d74",
                "sha256": "be734827f703b61bac95ec7d539e49bb9c1e93e728263beb4ad3821a5e8d8e2e"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6653afb560dabe5dcfa8eab973615d74",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1333187,
            "upload_time": "2024-03-02T20:22:17",
            "upload_time_iso_8601": "2024-03-02T20:22:17.766269Z",
            "url": "https://files.pythonhosted.org/packages/cb/58/75569203608c5d4046c2e977f320bd59c9f27495ec85841a95dec1fdca03/cramjam_cli-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c549f9d354f9f5fd9b44fa173567ebda42a53dddd4aaa7c1a5c315ec13304ab",
                "md5": "ebf41e9b482bed638b6cc56c8ccfd48e",
                "sha256": "11eb0c4198977a890d5580cad06139ebfeeab266796238e0d5554c9fed7c9857"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ebf41e9b482bed638b6cc56c8ccfd48e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1532840,
            "upload_time": "2024-03-02T20:22:20",
            "upload_time_iso_8601": "2024-03-02T20:22:20.643143Z",
            "url": "https://files.pythonhosted.org/packages/9c/54/9f9d354f9f5fd9b44fa173567ebda42a53dddd4aaa7c1a5c315ec13304ab/cramjam_cli-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c77e70b42bd1d905127adb1d0f283a798c97cf55040238efdee4eaba2a36ded",
                "md5": "3a1f32e1991ea452b9776878895550ec",
                "sha256": "7ca499656ecd5e404452177071d985e633e8eea01bd1fd730ccd8cb8fd99c6b6"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3a1f32e1991ea452b9776878895550ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1483604,
            "upload_time": "2024-03-21T12:21:53",
            "upload_time_iso_8601": "2024-03-21T12:21:53.015687Z",
            "url": "https://files.pythonhosted.org/packages/2c/77/e70b42bd1d905127adb1d0f283a798c97cf55040238efdee4eaba2a36ded/cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92b611d9cb3fe924ce9e4e4091a529c48993e3ad6eb471beaf9ae208717e2c9f",
                "md5": "57bb0dcb0aa4c0bda9032e993eecf163",
                "sha256": "c5b2c8b82894a8fb8d9a31355545440e8904e5bab3ccb5c71d60905cc759c454"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "57bb0dcb0aa4c0bda9032e993eecf163",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1469226,
            "upload_time": "2024-03-21T12:21:54",
            "upload_time_iso_8601": "2024-03-21T12:21:54.885831Z",
            "url": "https://files.pythonhosted.org/packages/92/b6/11d9cb3fe924ce9e4e4091a529c48993e3ad6eb471beaf9ae208717e2c9f/cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20620ca1a3812c552ffc3d0d3db78d1ad3c7d95331a9cfddca03bbaf3bcbf181",
                "md5": "914dbc37b30bb58b9bd5fc50967c1ef9",
                "sha256": "68b58e8f5bd499749e6f7f3ffdf0b445570e54bf54b4c5781bf1093fd541ef58"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "914dbc37b30bb58b9bd5fc50967c1ef9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1533145,
            "upload_time": "2024-03-21T12:21:56",
            "upload_time_iso_8601": "2024-03-21T12:21:56.816003Z",
            "url": "https://files.pythonhosted.org/packages/20/62/0ca1a3812c552ffc3d0d3db78d1ad3c7d95331a9cfddca03bbaf3bcbf181/cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13150772f19c3e8d12a094bc002428e24e3c448765f5b2e63a2cb6a27e2b3fa8",
                "md5": "2a8fc304099adac10327d10ec49b1fa7",
                "sha256": "ec03d6ba44860b5d35f6d24cdc28b833bd95a90a0a8ed98e06d1e6c17adbf77a"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a8fc304099adac10327d10ec49b1fa7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1591592,
            "upload_time": "2024-03-21T12:21:58",
            "upload_time_iso_8601": "2024-03-21T12:21:58.786587Z",
            "url": "https://files.pythonhosted.org/packages/13/15/0772f19c3e8d12a094bc002428e24e3c448765f5b2e63a2cb6a27e2b3fa8/cramjam_cli-0.1.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02413a52eea1e9769c055b03eaf93197b4e59d63ef7f016d2fb039a177165c10",
                "md5": "ec7c43e8eba0201b932131709050528d",
                "sha256": "999a07bc93c8620e58cbbccc28dc128a66aea1817a46a34123096c8c5b4b984d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp37-pypy37_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec7c43e8eba0201b932131709050528d",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1575278,
            "upload_time": "2024-01-15T05:40:49",
            "upload_time_iso_8601": "2024-01-15T05:40:49.239473Z",
            "url": "https://files.pythonhosted.org/packages/02/41/3a52eea1e9769c055b03eaf93197b4e59d63ef7f016d2fb039a177165c10/cramjam_cli-0.1.1-pp37-pypy37_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e0c69dd78218e9642fd611b59738b0bc97112e6dc8a376d1af95efbcf2d8e81",
                "md5": "d6a58b5e95dc1401caa3122c4e6deec2",
                "sha256": "0e5f171f2d146c39c00e1adbdd5bab93353cca0d1b8535fb1eb8f8d95be5f6ea"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d6a58b5e95dc1401caa3122c4e6deec2",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1585988,
            "upload_time": "2023-05-06T21:57:53",
            "upload_time_iso_8601": "2023-05-06T21:57:53.062985Z",
            "url": "https://files.pythonhosted.org/packages/4e/0c/69dd78218e9642fd611b59738b0bc97112e6dc8a376d1af95efbcf2d8e81/cramjam_cli-0.1.1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4fe4851b28683b2e6fd65e4e759f9675b218fabdd8d55fc88e4a6ae24a675cc",
                "md5": "d3759369096785051b2e3e1e3b6a62c6",
                "sha256": "bf793c41e57b33fcb7355b4c33d644f4ab3dbcc1102c9546c3d8053122c5cb53"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d3759369096785051b2e3e1e3b6a62c6",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1318538,
            "upload_time": "2023-05-06T21:57:54",
            "upload_time_iso_8601": "2023-05-06T21:57:54.311799Z",
            "url": "https://files.pythonhosted.org/packages/e4/fe/4851b28683b2e6fd65e4e759f9675b218fabdd8d55fc88e4a6ae24a675cc/cramjam_cli-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1f01fdd8685160d1eff373b9712200d9edcdd1c76435bb7b8f75e913d1dc562",
                "md5": "d2355fe4a1c9acf7c25109f9e3472d0e",
                "sha256": "66cd245da2da53b931a6e5e7fb3499fa1730e9102f89bd18c8f75f43ac170cfb"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d2355fe4a1c9acf7c25109f9e3472d0e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1526084,
            "upload_time": "2023-05-06T21:57:55",
            "upload_time_iso_8601": "2023-05-06T21:57:55.542403Z",
            "url": "https://files.pythonhosted.org/packages/b1/f0/1fdd8685160d1eff373b9712200d9edcdd1c76435bb7b8f75e913d1dc562/cramjam_cli-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ba6d1519f2d230fa6d1bd7374e993679315a372b3c2dc6942e222cb48a50956",
                "md5": "29c5de6e61dc6381ac9ef716b2212165",
                "sha256": "afc04767c309b4b2a768a5f63186d8965b65b59d1c61d1fdfa036f50550735ff"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "29c5de6e61dc6381ac9ef716b2212165",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1575278,
            "upload_time": "2024-01-15T05:40:51",
            "upload_time_iso_8601": "2024-01-15T05:40:51.363843Z",
            "url": "https://files.pythonhosted.org/packages/6b/a6/d1519f2d230fa6d1bd7374e993679315a372b3c2dc6942e222cb48a50956/cramjam_cli-0.1.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e8ede10271c5d6efbc3973bc063cd7986f9fedb699ebacb6acab48c07454bf3",
                "md5": "d5312ea756bcf4f391bca31de7b02d08",
                "sha256": "66490231bdf8570faee45a9b01c3e69b7b7b2683ecf48e6b85530dd0970226e4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5312ea756bcf4f391bca31de7b02d08",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1585991,
            "upload_time": "2023-05-06T21:57:57",
            "upload_time_iso_8601": "2023-05-06T21:57:57.070010Z",
            "url": "https://files.pythonhosted.org/packages/3e/8e/de10271c5d6efbc3973bc063cd7986f9fedb699ebacb6acab48c07454bf3/cramjam_cli-0.1.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fecd6dec2e9cff8f7242903a186a2bba3299db4bdaa5c5d7eb6aa73571e73227",
                "md5": "5721306520185275018ceaa359059554",
                "sha256": "998e1ac139089413166ede1dd2a1f1daf7d496e28973705d7454f3c1fb521a32"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5721306520185275018ceaa359059554",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1318538,
            "upload_time": "2023-05-06T21:57:58",
            "upload_time_iso_8601": "2023-05-06T21:57:58.697540Z",
            "url": "https://files.pythonhosted.org/packages/fe/cd/6dec2e9cff8f7242903a186a2bba3299db4bdaa5c5d7eb6aa73571e73227/cramjam_cli-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb15462f415c0a64117d5927f32fa75c5643025c8b1b1690183d1324fc372da4",
                "md5": "ccde90b250b131737ecd58a0b9ad66db",
                "sha256": "5d96c7b81bb0a1ebd28f91074e3569b59b41fbb81301d843f11cd1b7c61b4856"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ccde90b250b131737ecd58a0b9ad66db",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1526082,
            "upload_time": "2023-05-06T21:58:00",
            "upload_time_iso_8601": "2023-05-06T21:58:00.161310Z",
            "url": "https://files.pythonhosted.org/packages/bb/15/462f415c0a64117d5927f32fa75c5643025c8b1b1690183d1324fc372da4/cramjam_cli-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cb03c34024cb717400cb595c8c577bd4e65ed36e18ffb97faba0b7bf2f3c90c",
                "md5": "673a2b05ac2b78265104d018ffb91041",
                "sha256": "71369df8642309102ac64e8e27bd60244d58a216b0aec1df71d006540b868642"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "673a2b05ac2b78265104d018ffb91041",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1575279,
            "upload_time": "2024-01-15T05:40:52",
            "upload_time_iso_8601": "2024-01-15T05:40:52.971942Z",
            "url": "https://files.pythonhosted.org/packages/9c/b0/3c34024cb717400cb595c8c577bd4e65ed36e18ffb97faba0b7bf2f3c90c/cramjam_cli-0.1.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "572875a2626e8e22184d938004e91ae06fa467258fe24bd34bf3c5e75b167de1",
                "md5": "2349a86099c7fbc32c31b6a5985a15ae",
                "sha256": "35202168edda21eeff90a3c83ceb685a949dc8693463ab95a1caa27a0e0591fd"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2349a86099c7fbc32c31b6a5985a15ae",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1585992,
            "upload_time": "2023-05-06T21:58:02",
            "upload_time_iso_8601": "2023-05-06T21:58:02.192543Z",
            "url": "https://files.pythonhosted.org/packages/57/28/75a2626e8e22184d938004e91ae06fa467258fe24bd34bf3c5e75b167de1/cramjam_cli-0.1.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f89bb7d7c60cde10afaa3c438e23886502e3dccdc4c4d65db4c3e56da8d92632",
                "md5": "86851268156a804a87417394ab3b04e4",
                "sha256": "280be20965d55bf4f21c37b73fc4bb6cc82401da97352d104f5cef8898bf18ca"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "86851268156a804a87417394ab3b04e4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1318540,
            "upload_time": "2023-05-06T21:58:04",
            "upload_time_iso_8601": "2023-05-06T21:58:04.081281Z",
            "url": "https://files.pythonhosted.org/packages/f8/9b/b7d7c60cde10afaa3c438e23886502e3dccdc4c4d65db4c3e56da8d92632/cramjam_cli-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ef219ac25489834bd0526546872b5788b07f226aaa57c614f8161ae573f01d7",
                "md5": "dfd8642f9b5fca120f6c2b44e66911d6",
                "sha256": "1f652b7667766bb9c107b90ba83fc6aad79c5b3663e6ee7655210fd11733e7ca"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dfd8642f9b5fca120f6c2b44e66911d6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1526083,
            "upload_time": "2023-05-06T21:58:05",
            "upload_time_iso_8601": "2023-05-06T21:58:05.393558Z",
            "url": "https://files.pythonhosted.org/packages/7e/f2/19ac25489834bd0526546872b5788b07f226aaa57c614f8161ae573f01d7/cramjam_cli-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "636392b72abc6b32b25dbe521d53d46fb65bf90d22751257173c4e826485922c",
                "md5": "4793efa4b97e4d8d1ae4772584d4b144",
                "sha256": "ed934c23fa6627cc9ae2fe3f356c0b22acad244c47be6fd5bf71915ab912e32c"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4793efa4b97e4d8d1ae4772584d4b144",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1483602,
            "upload_time": "2024-03-21T12:22:02",
            "upload_time_iso_8601": "2024-03-21T12:22:02.239465Z",
            "url": "https://files.pythonhosted.org/packages/63/63/92b72abc6b32b25dbe521d53d46fb65bf90d22751257173c4e826485922c/cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1877d06247a86004f381ac268945bad9881fc5b6062e564f12554a5052bc5800",
                "md5": "6a6fe891b5087a20dc6046e218fedde2",
                "sha256": "0bede2833ec335e2befc8c40bb8cac0b6f1b112c685017435f6c20d98c80eef2"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6a6fe891b5087a20dc6046e218fedde2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1469226,
            "upload_time": "2024-03-21T12:22:04",
            "upload_time_iso_8601": "2024-03-21T12:22:04.321173Z",
            "url": "https://files.pythonhosted.org/packages/18/77/d06247a86004f381ac268945bad9881fc5b6062e564f12554a5052bc5800/cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d019c69e92cc4f17dacd69f541760691fd8197da713be93e6fe624aae6b3e83",
                "md5": "119740d5d07eab6103687ac4824c30c7",
                "sha256": "67bbca2f68578712ffb2e276785845898c9c4173cf9c7dcb3ea43b4404669db4"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "119740d5d07eab6103687ac4824c30c7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1533142,
            "upload_time": "2024-03-21T12:22:06",
            "upload_time_iso_8601": "2024-03-21T12:22:06.561647Z",
            "url": "https://files.pythonhosted.org/packages/7d/01/9c69e92cc4f17dacd69f541760691fd8197da713be93e6fe624aae6b3e83/cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e376a2b702f7df1d199d921961bd25411ae09f0fe55559f4049e769d8b98ddb2",
                "md5": "aabf3cce54406f7477af806bfcca7564",
                "sha256": "17f35000384855dc16911168e6f6fbb7bfc251f633d143a2e9b4b7cf27f8dd31"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aabf3cce54406f7477af806bfcca7564",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1591591,
            "upload_time": "2024-03-21T12:22:08",
            "upload_time_iso_8601": "2024-03-21T12:22:08.312262Z",
            "url": "https://files.pythonhosted.org/packages/e3/76/a2b702f7df1d199d921961bd25411ae09f0fe55559f4049e769d8b98ddb2/cramjam_cli-0.1.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e8871c1ce6eae300dec97587aa528aa34286f1a778e4ae13e5b671ca53dee2",
                "md5": "b909c6509d49c31a139c5ba4f080f721",
                "sha256": "45d47a484f42d967b8ce2aa73c72fa70ab7d58bb11c12818c5631a646e0fe16d"
            },
            "downloads": -1,
            "filename": "cramjam_cli-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b909c6509d49c31a139c5ba4f080f721",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12579,
            "upload_time": "2023-05-06T21:58:06",
            "upload_time_iso_8601": "2023-05-06T21:58:06.404193Z",
            "url": "https://files.pythonhosted.org/packages/83/e8/871c1ce6eae300dec97587aa528aa34286f1a778e4ae13e5b671ca53dee2/cramjam_cli-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-06 21:58:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "milesgranger",
    "github_project": "pyrus-cramjam",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cramjam-cli"
}
        
Elapsed time: 0.27822s