cql2


Namecql2 JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/developmentseed/cql2-rs
SummaryParse, validate, and convert Common Query Language (CQL2) text and JSON
upload_time2025-02-18 11:03:31
maintainerNone
docs_urlNone
authorDavid Bitner <bitner@dbspatial.com>, Pete Gadomski <pete.gadomski@gmail.com>
requires_python>=3.9
licenseMIT
keywords cql2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cql2

Python library and command-line interface (CLI) for parsing and converting [Common Query Language (CQL2)](https://www.ogc.org/standard/cql2/), with Rust under the hood.

## Usage

```shell
pip install cql2
```

Then:

```python
expr = Expr("landsat:scene_id = 'LC82030282019133LGN00'")
# or
expr = cql2.parse_file("fixtures/text/example01.txt")

s = expr.to_text()
d = expr.to_json()
sql = expr.to_sql()
print("SQL query:", sql.query)
print("SQL params:", sql.params)
```

Or from via the command-line interface:

```shell
$ cql2 -o json "landsat:scene_id = 'LC82030282019133LGN00'"
{"op":"=","args":[{"property":"landsat:scene_id"},"LC82030282019133LGN00"]}
```

## Developing

To install the package to your virtual environment and test:

```shell
maturin develop --uv -m python/Cargo.toml && pytest python
```

## More information

This package is part of [cql2-rs](https://github.com/developmentseed/cql2-rs/), see that repo for license and contributing information.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/developmentseed/cql2-rs",
    "name": "cql2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "cql2",
    "author": "David Bitner <bitner@dbspatial.com>, Pete Gadomski <pete.gadomski@gmail.com>",
    "author_email": "David Bitner <bitner@dbspatial.com>, Pete Gadomski <pete.gadomski@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f6/f9/5e17a34457ae468d164346f8eea4f0e32594e7a479aab8e1ae4632c7574b/cql2-0.3.3.tar.gz",
    "platform": null,
    "description": "# cql2\n\nPython library and command-line interface (CLI) for parsing and converting [Common Query Language (CQL2)](https://www.ogc.org/standard/cql2/), with Rust under the hood.\n\n## Usage\n\n```shell\npip install cql2\n```\n\nThen:\n\n```python\nexpr = Expr(\"landsat:scene_id = 'LC82030282019133LGN00'\")\n# or\nexpr = cql2.parse_file(\"fixtures/text/example01.txt\")\n\ns = expr.to_text()\nd = expr.to_json()\nsql = expr.to_sql()\nprint(\"SQL query:\", sql.query)\nprint(\"SQL params:\", sql.params)\n```\n\nOr from via the command-line interface:\n\n```shell\n$ cql2 -o json \"landsat:scene_id = 'LC82030282019133LGN00'\"\n{\"op\":\"=\",\"args\":[{\"property\":\"landsat:scene_id\"},\"LC82030282019133LGN00\"]}\n```\n\n## Developing\n\nTo install the package to your virtual environment and test:\n\n```shell\nmaturin develop --uv -m python/Cargo.toml && pytest python\n```\n\n## More information\n\nThis package is part of [cql2-rs](https://github.com/developmentseed/cql2-rs/), see that repo for license and contributing information.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Parse, validate, and convert Common Query Language (CQL2) text and JSON",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://github.com/developmentseed/cql2-rs",
        "Source Code": "https://github.com/developmentseed/cql2-rs"
    },
    "split_keywords": [
        "cql2"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7988f973ea5d48b66b4313353faebad9fc6b06dd90de40cc2d5962d48e0fb7b",
                "md5": "79f6d62252b17c6adbb8a7ec107f5b55",
                "sha256": "f7bda776f1f5dbb725bf73e0e6f543888e56ad44e6e887d0a12a7e0e6d6f33e3"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "79f6d62252b17c6adbb8a7ec107f5b55",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2695938,
            "upload_time": "2025-02-18T11:00:43",
            "upload_time_iso_8601": "2025-02-18T11:00:43.740824Z",
            "url": "https://files.pythonhosted.org/packages/d7/98/8f973ea5d48b66b4313353faebad9fc6b06dd90de40cc2d5962d48e0fb7b/cql2-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29c1b6edbf29a57faf039dfa2c09fc262ad8d3bb61243ed9f02a54702a5bcdd0",
                "md5": "b3fdeeacdc592d7f43c4e881cd6a7856",
                "sha256": "bbc7fe949eb9ab5b654cec75f29e941a9888ee26f16d69d0f0a3bff51d5fbed4"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b3fdeeacdc592d7f43c4e881cd6a7856",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2641259,
            "upload_time": "2025-02-18T11:01:04",
            "upload_time_iso_8601": "2025-02-18T11:01:04.958003Z",
            "url": "https://files.pythonhosted.org/packages/29/c1/b6edbf29a57faf039dfa2c09fc262ad8d3bb61243ed9f02a54702a5bcdd0/cql2-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8be9004bba8b87190c5db283b56306c60093611b57989f1e1662ad30188e38f8",
                "md5": "fe6d89f5d1c0b18a03d4239998728796",
                "sha256": "5a40e62d807efbd8940a0f0519638ec77bdca6fd9b9ffdd82a220ed1d3e0793f"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fe6d89f5d1c0b18a03d4239998728796",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2919747,
            "upload_time": "2025-02-18T11:01:54",
            "upload_time_iso_8601": "2025-02-18T11:01:54.787846Z",
            "url": "https://files.pythonhosted.org/packages/8b/e9/004bba8b87190c5db283b56306c60093611b57989f1e1662ad30188e38f8/cql2-0.3.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73bf5cc6e6a0b24f8580ae213e2060cfef61977f26f201082f1b1358dfe2e099",
                "md5": "70a59e525ed6b068f6e4acb7ac4650b6",
                "sha256": "72fc2aaba039daedf64ef4a3e7b48b830dab08f8aadbf2ef128641b57eb087f6"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "70a59e525ed6b068f6e4acb7ac4650b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2941362,
            "upload_time": "2025-02-18T11:01:21",
            "upload_time_iso_8601": "2025-02-18T11:01:21.299633Z",
            "url": "https://files.pythonhosted.org/packages/73/bf/5cc6e6a0b24f8580ae213e2060cfef61977f26f201082f1b1358dfe2e099/cql2-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd7df994bfd98a0756a0d6763c9508f2ec2ed6dea2ebef725744eb72305f0a20",
                "md5": "f3db1c292b494d1c51869afedfd7f4f4",
                "sha256": "2d1c4e87e4122a8d12b45abae2715f392675e2e9dfd042e7ff69e1142ccbd7c0"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f3db1c292b494d1c51869afedfd7f4f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3177792,
            "upload_time": "2025-02-18T11:01:37",
            "upload_time_iso_8601": "2025-02-18T11:01:37.809531Z",
            "url": "https://files.pythonhosted.org/packages/fd/7d/f994bfd98a0756a0d6763c9508f2ec2ed6dea2ebef725744eb72305f0a20/cql2-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f2a5c3f89113745ac742db440b387132760bec651e47499bf6ec345c7ca78f0",
                "md5": "186ecc5c1be701e35c061ec0c86a223a",
                "sha256": "9ade3db102813edc350c0e3812db9e3f3113b9f9bcb0a7390deee933b3cbfd13"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "186ecc5c1be701e35c061ec0c86a223a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2794001,
            "upload_time": "2025-02-18T11:02:05",
            "upload_time_iso_8601": "2025-02-18T11:02:05.805645Z",
            "url": "https://files.pythonhosted.org/packages/9f/2a/5c3f89113745ac742db440b387132760bec651e47499bf6ec345c7ca78f0/cql2-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd0312f1cfd4a611f3ddb547329804d3fe59ec62f59893543c414935a8914633",
                "md5": "3be00d01e1b71b7104110e8d9f9ebe85",
                "sha256": "8c13bcc88dc6f23149097754e76a809ab97f4a964df13d611f6d31d6e72c8321"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3be00d01e1b71b7104110e8d9f9ebe85",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2810403,
            "upload_time": "2025-02-18T11:02:27",
            "upload_time_iso_8601": "2025-02-18T11:02:27.306723Z",
            "url": "https://files.pythonhosted.org/packages/dd/03/12f1cfd4a611f3ddb547329804d3fe59ec62f59893543c414935a8914633/cql2-0.3.3-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "138eb1de21b91de72d999118c0329a7695ae244ee3e615eb0aa5f1e9265b9982",
                "md5": "dc8a8874b4d620eb52ede0459f84f927",
                "sha256": "ea3b4a70447c1f601bb6ca4ab65d7afb9f53b2e126786058ca73e01a76396822"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "dc8a8874b4d620eb52ede0459f84f927",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2833918,
            "upload_time": "2025-02-18T11:02:40",
            "upload_time_iso_8601": "2025-02-18T11:02:40.437689Z",
            "url": "https://files.pythonhosted.org/packages/13/8e/b1de21b91de72d999118c0329a7695ae244ee3e615eb0aa5f1e9265b9982/cql2-0.3.3-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71dad99ba74fe0cdbbda3a40fcb8fe540e166ceedce52e83c3d9e8218e0942a6",
                "md5": "60991bfdf8d5fef0bc3d782a7c4a907d",
                "sha256": "778b2e033c4f6302e065b10cc92f95ffad3fc30cf3423b34301d259f47a29da5"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "60991bfdf8d5fef0bc3d782a7c4a907d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2907845,
            "upload_time": "2025-02-18T11:02:59",
            "upload_time_iso_8601": "2025-02-18T11:02:59.106845Z",
            "url": "https://files.pythonhosted.org/packages/71/da/d99ba74fe0cdbbda3a40fcb8fe540e166ceedce52e83c3d9e8218e0942a6/cql2-0.3.3-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "470b688e6eeea2ea1fd159a0a993ed89d3a539cf2ae359e55e8d0ef1f51f74a2",
                "md5": "385112ebf0b8904c309ee16c2b6199b6",
                "sha256": "3a0aa8c92c51db027043ed2e1673d903283263dc3ceb5397d19ef0aa1cbb2ecc"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "385112ebf0b8904c309ee16c2b6199b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2916250,
            "upload_time": "2025-02-18T11:03:15",
            "upload_time_iso_8601": "2025-02-18T11:03:15.714234Z",
            "url": "https://files.pythonhosted.org/packages/47/0b/688e6eeea2ea1fd159a0a993ed89d3a539cf2ae359e55e8d0ef1f51f74a2/cql2-0.3.3-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d8f82c9ea4db6c8bc07dfeee3243318ec639ad7166a891245ced86ee9442d87",
                "md5": "5fb6941c86659cf12488c3e1cea1ae8b",
                "sha256": "94b794dc0b5819d7294be4589e19273d95a6b02582e7f95f981161d8b3970364"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "5fb6941c86659cf12488c3e1cea1ae8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2104808,
            "upload_time": "2025-02-18T11:03:43",
            "upload_time_iso_8601": "2025-02-18T11:03:43.806502Z",
            "url": "https://files.pythonhosted.org/packages/2d/8f/82c9ea4db6c8bc07dfeee3243318ec639ad7166a891245ced86ee9442d87/cql2-0.3.3-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f2d02b456d1e00de2d58491aab7e50d75e8523c6b89d519d2a29f075c6a26da9",
                "md5": "5010468ed0c970fb742e67f7f855aa3f",
                "sha256": "c348436c41c3d7319caf99c67564020287e6def8b6510fced68cb55a348aa286"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5010468ed0c970fb742e67f7f855aa3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2276319,
            "upload_time": "2025-02-18T11:03:32",
            "upload_time_iso_8601": "2025-02-18T11:03:32.922237Z",
            "url": "https://files.pythonhosted.org/packages/f2/d0/2b456d1e00de2d58491aab7e50d75e8523c6b89d519d2a29f075c6a26da9/cql2-0.3.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd29ac72e7f734cce38f9bcc9f87ffffa11aebf671dc50fcd1c8885f1e1c9559",
                "md5": "f0083974a81f66acfce2724d6527d646",
                "sha256": "5d8d88ca78ecc578edaffe864ad5dbda49b026aca63e3fe1f4a6811c54b96353"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0083974a81f66acfce2724d6527d646",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2560342,
            "upload_time": "2025-02-18T11:02:21",
            "upload_time_iso_8601": "2025-02-18T11:02:21.917014Z",
            "url": "https://files.pythonhosted.org/packages/fd/29/ac72e7f734cce38f9bcc9f87ffffa11aebf671dc50fcd1c8885f1e1c9559/cql2-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c01b4569c4876e9cf9d14dddd070ac9ad39ef57dcf4aec77cc15018af4216fba",
                "md5": "a921eb3a450f2704bc627e30bc4233ba",
                "sha256": "1b5a153b41944e133912d1a11cad565447eecc2ae32582cf10d529d227dbf1be"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a921eb3a450f2704bc627e30bc4233ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2447496,
            "upload_time": "2025-02-18T11:02:16",
            "upload_time_iso_8601": "2025-02-18T11:02:16.503013Z",
            "url": "https://files.pythonhosted.org/packages/c0/1b/4569c4876e9cf9d14dddd070ac9ad39ef57dcf4aec77cc15018af4216fba/cql2-0.3.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ee119cc501ac4af3160fff7177de683098802762680adc654e2c1bc5db4c457",
                "md5": "aa6610656bc270c4e8b0239f287df350",
                "sha256": "b92fa94e74ae9c0c48d0d16b4245ac1c580735296d8d31c8fc1d4ddb44784de4"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aa6610656bc270c4e8b0239f287df350",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2695427,
            "upload_time": "2025-02-18T11:00:46",
            "upload_time_iso_8601": "2025-02-18T11:00:46.384788Z",
            "url": "https://files.pythonhosted.org/packages/0e/e1/19cc501ac4af3160fff7177de683098802762680adc654e2c1bc5db4c457/cql2-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c53ec95e0dd368265e542a7dc9c5a897df10bc217f7d6a254d867cf2c67d6d17",
                "md5": "27648c5d067c836f39afaae47801b7a2",
                "sha256": "2ff0a87df4122bc8e8ee2aae01af9b5358885b2e81a193125019b7faf50dcb95"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "27648c5d067c836f39afaae47801b7a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2640444,
            "upload_time": "2025-02-18T11:01:06",
            "upload_time_iso_8601": "2025-02-18T11:01:06.518532Z",
            "url": "https://files.pythonhosted.org/packages/c5/3e/c95e0dd368265e542a7dc9c5a897df10bc217f7d6a254d867cf2c67d6d17/cql2-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0e1bd267c1ded70371f41f344b4ca3ab52da8498f91d5fd540fd5a59278b8a2",
                "md5": "865eaa96e2e1a97f5c7387f8c2165bfb",
                "sha256": "e778c8f5d0e0db72e0056f2e6f111b642f1279a1836092e64c7709a85bd8b52c"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "865eaa96e2e1a97f5c7387f8c2165bfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2920167,
            "upload_time": "2025-02-18T11:01:57",
            "upload_time_iso_8601": "2025-02-18T11:01:57.211922Z",
            "url": "https://files.pythonhosted.org/packages/a0/e1/bd267c1ded70371f41f344b4ca3ab52da8498f91d5fd540fd5a59278b8a2/cql2-0.3.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fe6021a9fcd1541ce10048d765eee7f74259dcaf1ca00856b9aace0884eb1e1",
                "md5": "e05b9cfe0b24bed887124edafd54909f",
                "sha256": "9430d3e2edec4e411a15cdff21dd7cffcca90b72ee9e3a69f06bbd8bc3e97210"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e05b9cfe0b24bed887124edafd54909f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2941708,
            "upload_time": "2025-02-18T11:01:23",
            "upload_time_iso_8601": "2025-02-18T11:01:23.606582Z",
            "url": "https://files.pythonhosted.org/packages/3f/e6/021a9fcd1541ce10048d765eee7f74259dcaf1ca00856b9aace0884eb1e1/cql2-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf6df485c29a9b9dc6e23a60c7a4ed6854464093b8e0ad31dab8387322a1ed5c",
                "md5": "7bd74955185532532780cb59416e7530",
                "sha256": "fca6be856edfb36ca203bb0ced4da13fba4ae18d64a8f47d77355df1a3d9198a"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7bd74955185532532780cb59416e7530",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3178117,
            "upload_time": "2025-02-18T11:01:39",
            "upload_time_iso_8601": "2025-02-18T11:01:39.391274Z",
            "url": "https://files.pythonhosted.org/packages/cf/6d/f485c29a9b9dc6e23a60c7a4ed6854464093b8e0ad31dab8387322a1ed5c/cql2-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50c91edb4ca0f95046dd23f3de73592513239904c83b3023e6b9a69d82481e8f",
                "md5": "446c6e05b44af65b237edb54ddfbbec3",
                "sha256": "7789f3df80a89412f491c7590493c9e51c57eaba93e6f528d0cbc82779969f78"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "446c6e05b44af65b237edb54ddfbbec3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2794372,
            "upload_time": "2025-02-18T11:02:07",
            "upload_time_iso_8601": "2025-02-18T11:02:07.423255Z",
            "url": "https://files.pythonhosted.org/packages/50/c9/1edb4ca0f95046dd23f3de73592513239904c83b3023e6b9a69d82481e8f/cql2-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef07919e3a4a7175d7e97eabd03b71ef908ce5883dbb7ab5345d25409f0c5de2",
                "md5": "34002a9b93627452176c7134463e123c",
                "sha256": "aafb4ceb3f1fba95930b1fe8bf039e68b3f76e15c637387b2940975103b62a3d"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "34002a9b93627452176c7134463e123c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2811939,
            "upload_time": "2025-02-18T11:02:28",
            "upload_time_iso_8601": "2025-02-18T11:02:28.984113Z",
            "url": "https://files.pythonhosted.org/packages/ef/07/919e3a4a7175d7e97eabd03b71ef908ce5883dbb7ab5345d25409f0c5de2/cql2-0.3.3-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7eae4f654590ed63671ee57b77f15447e1df65450f8498e65608ac3640704bf0",
                "md5": "f4100bff5a753e2761210f122e671497",
                "sha256": "e57a82038e7c5431f6eae498ed61aafa8e6998453a69811e24885fafce56c0b1"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f4100bff5a753e2761210f122e671497",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2832902,
            "upload_time": "2025-02-18T11:02:42",
            "upload_time_iso_8601": "2025-02-18T11:02:42.042799Z",
            "url": "https://files.pythonhosted.org/packages/7e/ae/4f654590ed63671ee57b77f15447e1df65450f8498e65608ac3640704bf0/cql2-0.3.3-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87cd69607ca09e123edad50ae25ff31b645800e13acb72b1853fae06600f5f07",
                "md5": "862e1da77446820c4530baee96c80e64",
                "sha256": "1f20b05b83f229f99c2efe09007c4cff05997c291153d9eb58baffa0bfd87a13"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "862e1da77446820c4530baee96c80e64",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2906708,
            "upload_time": "2025-02-18T11:03:00",
            "upload_time_iso_8601": "2025-02-18T11:03:00.884459Z",
            "url": "https://files.pythonhosted.org/packages/87/cd/69607ca09e123edad50ae25ff31b645800e13acb72b1853fae06600f5f07/cql2-0.3.3-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "789947d8dab8f36cf136f8d6cc7b62da5855a741d97c32c68d1aed98014d0050",
                "md5": "e1ba7f9f1ad69eb75bb28d0bb721ebf2",
                "sha256": "05a784b63a92f6cae4fdc776523dda27c3aad0fb578551b49e6032f4ec9d7f62"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e1ba7f9f1ad69eb75bb28d0bb721ebf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2915873,
            "upload_time": "2025-02-18T11:03:18",
            "upload_time_iso_8601": "2025-02-18T11:03:18.212303Z",
            "url": "https://files.pythonhosted.org/packages/78/99/47d8dab8f36cf136f8d6cc7b62da5855a741d97c32c68d1aed98014d0050/cql2-0.3.3-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a91657ac12b4e8c7b0f1b97f9fd483858a37e23704aa8322db0540b79e3da9d5",
                "md5": "89f5fea270b35499d348aec33f26210a",
                "sha256": "ce1e086452a7ba60fef7659b35f07d1998d159f7c31267f2a86c6ac874d7c83a"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "89f5fea270b35499d348aec33f26210a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2105312,
            "upload_time": "2025-02-18T11:03:45",
            "upload_time_iso_8601": "2025-02-18T11:03:45.413554Z",
            "url": "https://files.pythonhosted.org/packages/a9/16/57ac12b4e8c7b0f1b97f9fd483858a37e23704aa8322db0540b79e3da9d5/cql2-0.3.3-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d2a8bcaf12fad88f7b109ef6e5b961a268eb96af23341442b06dede43add182",
                "md5": "2647b86b0296629806febc9f6715ea3d",
                "sha256": "5a20a62b385bb93ffa396728383d84aea7f3394591aa09e5469ef3f4237419ed"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2647b86b0296629806febc9f6715ea3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2276278,
            "upload_time": "2025-02-18T11:03:35",
            "upload_time_iso_8601": "2025-02-18T11:03:35.309473Z",
            "url": "https://files.pythonhosted.org/packages/5d/2a/8bcaf12fad88f7b109ef6e5b961a268eb96af23341442b06dede43add182/cql2-0.3.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de3560c051361498e9debf4f25b8c3da2a7862b575fae1cf8471a9bada95e4d1",
                "md5": "e25ea0df7cfae496fadecf6b2307b911",
                "sha256": "769eefc60b0df7d7da5be422952f5e72b9b8fbae2c2f377ea2f7d7afd0ccda5e"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e25ea0df7cfae496fadecf6b2307b911",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2555780,
            "upload_time": "2025-02-18T11:02:23",
            "upload_time_iso_8601": "2025-02-18T11:02:23.639900Z",
            "url": "https://files.pythonhosted.org/packages/de/35/60c051361498e9debf4f25b8c3da2a7862b575fae1cf8471a9bada95e4d1/cql2-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3ea54b38e39e88cb72d29ded6cbfd0e4ba9a3eb061fe58560cbdff8ab71d660",
                "md5": "a2e4f8a6ca1f47a13bfdcaf64051c5e7",
                "sha256": "d5f57608e353df1aa2b63e6dc4941f19b32aabca157b95540503a9c4a1909f7a"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a2e4f8a6ca1f47a13bfdcaf64051c5e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2442889,
            "upload_time": "2025-02-18T11:02:18",
            "upload_time_iso_8601": "2025-02-18T11:02:18.173252Z",
            "url": "https://files.pythonhosted.org/packages/f3/ea/54b38e39e88cb72d29ded6cbfd0e4ba9a3eb061fe58560cbdff8ab71d660/cql2-0.3.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ff3d7df66d621060607c8428ff0b2cd6c2bf8772cc9c983e674b1ee6fe641ce",
                "md5": "cb3cafef1945f584b83771542a9db123",
                "sha256": "2ded711c811948cbd9ce76405c051f4cd450c4cfb1407c711cd4c3984c394211"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cb3cafef1945f584b83771542a9db123",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2695711,
            "upload_time": "2025-02-18T11:00:48",
            "upload_time_iso_8601": "2025-02-18T11:00:48.017753Z",
            "url": "https://files.pythonhosted.org/packages/5f/f3/d7df66d621060607c8428ff0b2cd6c2bf8772cc9c983e674b1ee6fe641ce/cql2-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf109ef183e84154895bc30796d133d2c3d37a2ddb177793eeaaf1a9c05eb543",
                "md5": "5ecd098b07becd7a24a81b93824a81f2",
                "sha256": "23fbf051b396515d68342c824ac9ec4f15a70391818d618cf1f2876867279d1d"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5ecd098b07becd7a24a81b93824a81f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2640472,
            "upload_time": "2025-02-18T11:01:08",
            "upload_time_iso_8601": "2025-02-18T11:01:08.837329Z",
            "url": "https://files.pythonhosted.org/packages/cf/10/9ef183e84154895bc30796d133d2c3d37a2ddb177793eeaaf1a9c05eb543/cql2-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5209af1b04ac704dc071a291ed95f7613df1e8c1678b2356a4ba99ecf89390c5",
                "md5": "203e3fdbe38a7bf5ceea684508f772f8",
                "sha256": "092dca512c45edd18c473695b0c898f8e6abd44fbf40adcf821dd658d4676dc9"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "203e3fdbe38a7bf5ceea684508f772f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2918972,
            "upload_time": "2025-02-18T11:01:58",
            "upload_time_iso_8601": "2025-02-18T11:01:58.821357Z",
            "url": "https://files.pythonhosted.org/packages/52/09/af1b04ac704dc071a291ed95f7613df1e8c1678b2356a4ba99ecf89390c5/cql2-0.3.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "316e90204760aaf8df98601e03a14e7ef236680cff4eab2a0e0acf38682d8ab5",
                "md5": "c66ea1372ae01b09192fa2e3f4f3ad1e",
                "sha256": "66e4e20184cafebbdad378d7dc6e202aaa1f1139cdb0301a8b5920384728411c"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c66ea1372ae01b09192fa2e3f4f3ad1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2942146,
            "upload_time": "2025-02-18T11:01:25",
            "upload_time_iso_8601": "2025-02-18T11:01:25.239460Z",
            "url": "https://files.pythonhosted.org/packages/31/6e/90204760aaf8df98601e03a14e7ef236680cff4eab2a0e0acf38682d8ab5/cql2-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fec4277ee1916a332409b58abd238358226926e8c9ebbbe15381ece10d6c6632",
                "md5": "e71ac7ce2cee83246d6be90c8da2f90f",
                "sha256": "295353875100c03baf33eb2e0457491419c015db0f1048f39da1b5a3d8ea583e"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e71ac7ce2cee83246d6be90c8da2f90f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3175594,
            "upload_time": "2025-02-18T11:01:43",
            "upload_time_iso_8601": "2025-02-18T11:01:43.809032Z",
            "url": "https://files.pythonhosted.org/packages/fe/c4/277ee1916a332409b58abd238358226926e8c9ebbbe15381ece10d6c6632/cql2-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d140a821277a7296e826d93758de0e5f0d92905a73469aec3bbfc02b87c1de6",
                "md5": "0aa6af68d7df49e2a8cf28b9082ec953",
                "sha256": "e646d156310af3f52f9f161eb1f5237282a505fb5271461178127043b28985e7"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0aa6af68d7df49e2a8cf28b9082ec953",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2793983,
            "upload_time": "2025-02-18T11:02:09",
            "upload_time_iso_8601": "2025-02-18T11:02:09.185889Z",
            "url": "https://files.pythonhosted.org/packages/4d/14/0a821277a7296e826d93758de0e5f0d92905a73469aec3bbfc02b87c1de6/cql2-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43fc4999d246079312e4a8d25bf2e151d33da064ecbe34d3f440ee8a8ed66c3d",
                "md5": "98f1d9db86cea55473ca611d6e7d2c0a",
                "sha256": "e326b235425f8361acad47f0462121489d489a1b7a0c54a2cbcc059f0541adf9"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "98f1d9db86cea55473ca611d6e7d2c0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2814147,
            "upload_time": "2025-02-18T11:02:30",
            "upload_time_iso_8601": "2025-02-18T11:02:30.616363Z",
            "url": "https://files.pythonhosted.org/packages/43/fc/4999d246079312e4a8d25bf2e151d33da064ecbe34d3f440ee8a8ed66c3d/cql2-0.3.3-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a97edf2ce381db874a5868c350a7b86e534e5e1a03cb13d29b60840a2b229f69",
                "md5": "ca7cab27cf337719a216e24b7f563c64",
                "sha256": "c9f0300ca6818b86d922b006556faee8ec7ceab79ea739e269a0ddf315cbf3eb"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ca7cab27cf337719a216e24b7f563c64",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2832145,
            "upload_time": "2025-02-18T11:02:45",
            "upload_time_iso_8601": "2025-02-18T11:02:45.705516Z",
            "url": "https://files.pythonhosted.org/packages/a9/7e/df2ce381db874a5868c350a7b86e534e5e1a03cb13d29b60840a2b229f69/cql2-0.3.3-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e859591d5a3bd57fef5fda742ca4b88c77c72bed2bc0b6f359037c5a236ef6c9",
                "md5": "2ff6b6c2aca8fc23c730badf584163ea",
                "sha256": "69e60709d1ac0e02039f1180641797fbb9c0091e5f0547ac716ddfa7d65d442f"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2ff6b6c2aca8fc23c730badf584163ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2907106,
            "upload_time": "2025-02-18T11:03:02",
            "upload_time_iso_8601": "2025-02-18T11:03:02.612868Z",
            "url": "https://files.pythonhosted.org/packages/e8/59/591d5a3bd57fef5fda742ca4b88c77c72bed2bc0b6f359037c5a236ef6c9/cql2-0.3.3-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43d57ed17358d1af987781622076385860da96201462d3739087ab40e6598b75",
                "md5": "a653d73318e60ba51598b0740e329bf6",
                "sha256": "b1da607182f3fe4b00e22fb0e41912becc5dbd197a9a425c13bc8a64b45483ee"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a653d73318e60ba51598b0740e329bf6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2917551,
            "upload_time": "2025-02-18T11:03:20",
            "upload_time_iso_8601": "2025-02-18T11:03:20.842782Z",
            "url": "https://files.pythonhosted.org/packages/43/d5/7ed17358d1af987781622076385860da96201462d3739087ab40e6598b75/cql2-0.3.3-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1ede4c588f63036d1e91159575b8102de790387e254816d99864485fa119467",
                "md5": "9db24924302e32bf79192a84adfbcf95",
                "sha256": "2137c0e7b9b9004730585040dd5c148951072b75fc471de7f158ec3f76f04662"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "9db24924302e32bf79192a84adfbcf95",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2104507,
            "upload_time": "2025-02-18T11:03:48",
            "upload_time_iso_8601": "2025-02-18T11:03:48.307110Z",
            "url": "https://files.pythonhosted.org/packages/d1/ed/e4c588f63036d1e91159575b8102de790387e254816d99864485fa119467/cql2-0.3.3-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f8bc6ab10d39f21a8b60e59e3784b195bc531042d934a2fb0b467e62d0cc8e5",
                "md5": "2bb5ce3a924f160df04ba5b34eaa0b4f",
                "sha256": "6c508d245fcf8543696d061f7ce713fc471c3f8d9f7a71d35fdecf6372d9b1e1"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2bb5ce3a924f160df04ba5b34eaa0b4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2277837,
            "upload_time": "2025-02-18T11:03:37",
            "upload_time_iso_8601": "2025-02-18T11:03:37.824717Z",
            "url": "https://files.pythonhosted.org/packages/3f/8b/c6ab10d39f21a8b60e59e3784b195bc531042d934a2fb0b467e62d0cc8e5/cql2-0.3.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ebe371459e6fbb271ad5a3d976a6dff5983a85d9e482761aeb97fbcb212548b7",
                "md5": "dd4893126ebd0dffa8866684131014e9",
                "sha256": "f47f9c1da5e1319a99b1118c9f4938387ebbdcda84b3e504492251b9e852a6ca"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd4893126ebd0dffa8866684131014e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2555612,
            "upload_time": "2025-02-18T11:02:25",
            "upload_time_iso_8601": "2025-02-18T11:02:25.606117Z",
            "url": "https://files.pythonhosted.org/packages/eb/e3/71459e6fbb271ad5a3d976a6dff5983a85d9e482761aeb97fbcb212548b7/cql2-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79e2888f0862d2e9eb53d38e40cd8b70525bd56a4dfbc612ce7f379668e9ece3",
                "md5": "050e1338e9902722d2adf138e70925d7",
                "sha256": "aa0fb56888925e4cbd87ebd6f0c634a9d15316523356061d39483712b6c72542"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "050e1338e9902722d2adf138e70925d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2442980,
            "upload_time": "2025-02-18T11:02:20",
            "upload_time_iso_8601": "2025-02-18T11:02:20.330018Z",
            "url": "https://files.pythonhosted.org/packages/79/e2/888f0862d2e9eb53d38e40cd8b70525bd56a4dfbc612ce7f379668e9ece3/cql2-0.3.3-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e74f8d62127c831f05c3b45e8b516652b86ba83ef2addfdf17a4a5d08f63cce",
                "md5": "4e91c964d9d0becce3f5fc69a3d5c741",
                "sha256": "2aa4f83c77fed3bb53b7867b2b90bfc5b886eebc004b89ece2b91975bd182045"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4e91c964d9d0becce3f5fc69a3d5c741",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2695650,
            "upload_time": "2025-02-18T11:00:52",
            "upload_time_iso_8601": "2025-02-18T11:00:52.132482Z",
            "url": "https://files.pythonhosted.org/packages/6e/74/f8d62127c831f05c3b45e8b516652b86ba83ef2addfdf17a4a5d08f63cce/cql2-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82461ba610573b826c337eb8381a65b914c1afba453c1cb591bef164258f51ab",
                "md5": "ad5642b2a6fddf5cdb5b51f77b7b4133",
                "sha256": "e18e83c1539c9f5994cb7f8344549650020d0d4289d3c8c762ad8603fa4335ba"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ad5642b2a6fddf5cdb5b51f77b7b4133",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2639941,
            "upload_time": "2025-02-18T11:01:10",
            "upload_time_iso_8601": "2025-02-18T11:01:10.617776Z",
            "url": "https://files.pythonhosted.org/packages/82/46/1ba610573b826c337eb8381a65b914c1afba453c1cb591bef164258f51ab/cql2-0.3.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "812d7e2ce9e21c1ff531f6282e827ecbf36230715d6d1eb1a3c920f99aca9689",
                "md5": "1a299f9698a0a9a651faf931c4f42622",
                "sha256": "6a8a999b2d346fd80d34633daaf0777684db356fa0012ac5a6165f7e580c7f91"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1a299f9698a0a9a651faf931c4f42622",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2919001,
            "upload_time": "2025-02-18T11:02:00",
            "upload_time_iso_8601": "2025-02-18T11:02:00.453308Z",
            "url": "https://files.pythonhosted.org/packages/81/2d/7e2ce9e21c1ff531f6282e827ecbf36230715d6d1eb1a3c920f99aca9689/cql2-0.3.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81f1b86441298c9cdc7fb51f9240ab34898cd8de8557ce0678387fd6064fbdc3",
                "md5": "e32bff049e732ac5e41e883a2d37ff80",
                "sha256": "6d3e2585cb9bd1cc7158a002a4abe3c8b47b8c4b803face09d0f4cdf126b1bfe"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e32bff049e732ac5e41e883a2d37ff80",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2941750,
            "upload_time": "2025-02-18T11:01:27",
            "upload_time_iso_8601": "2025-02-18T11:01:27.023731Z",
            "url": "https://files.pythonhosted.org/packages/81/f1/b86441298c9cdc7fb51f9240ab34898cd8de8557ce0678387fd6064fbdc3/cql2-0.3.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c25c0db14f66892822b4b6f8817dc16a522be165000cd2d9424f4c8233bf38e6",
                "md5": "976a174cd0b7ece65f935c201c009307",
                "sha256": "28a4e28b7df8e4d1ca2df1349b7edcd856d7e9ad1bf8704e8778f6bd045193b1"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "976a174cd0b7ece65f935c201c009307",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3175556,
            "upload_time": "2025-02-18T11:01:46",
            "upload_time_iso_8601": "2025-02-18T11:01:46.113905Z",
            "url": "https://files.pythonhosted.org/packages/c2/5c/0db14f66892822b4b6f8817dc16a522be165000cd2d9424f4c8233bf38e6/cql2-0.3.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2811721fba0dd2243eee5961f8e3cb917b22c4afa622ef22840dd770a74a94aa",
                "md5": "e24a3f02297eae7ba780e143e424af37",
                "sha256": "c6b4c8534303ec626f421137f42361fcfceace31867857f2fd977c6099afcc8e"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e24a3f02297eae7ba780e143e424af37",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2794424,
            "upload_time": "2025-02-18T11:02:11",
            "upload_time_iso_8601": "2025-02-18T11:02:11.513381Z",
            "url": "https://files.pythonhosted.org/packages/28/11/721fba0dd2243eee5961f8e3cb917b22c4afa622ef22840dd770a74a94aa/cql2-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24edaf946e7a3e03dac85ebaf6baaad64c3eddd6ba56f472436acba0ab261e26",
                "md5": "b3267f26ec7dd6014eaf51592ef7cbc4",
                "sha256": "4a8b9ea38cd67744cc8aca530461b3e6d1369dde093ee052bbf09891d4730947"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b3267f26ec7dd6014eaf51592ef7cbc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2815075,
            "upload_time": "2025-02-18T11:02:32",
            "upload_time_iso_8601": "2025-02-18T11:02:32.080983Z",
            "url": "https://files.pythonhosted.org/packages/24/ed/af946e7a3e03dac85ebaf6baaad64c3eddd6ba56f472436acba0ab261e26/cql2-0.3.3-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc79fdd9720ed36be28f352ca74f6e130372c8df65082004fd9c2bf7490fb495",
                "md5": "e0701ba7f98c66989f78e2d6c8be829c",
                "sha256": "468714da105d2099a14ae84953ca007fed7d82e22c2150846c793ce729e34f36"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e0701ba7f98c66989f78e2d6c8be829c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2833948,
            "upload_time": "2025-02-18T11:02:47",
            "upload_time_iso_8601": "2025-02-18T11:02:47.505692Z",
            "url": "https://files.pythonhosted.org/packages/dc/79/fdd9720ed36be28f352ca74f6e130372c8df65082004fd9c2bf7490fb495/cql2-0.3.3-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4253287eabcb73bc5d4ca795dfb965f6c222160ec992ecdacd18832f9f78c81",
                "md5": "91d5683cb15d5de181e449c8196718b7",
                "sha256": "287c81f84b46ae4bfab3a281af99ab181e47cc500b95f2cab56cf25a5aebc79b"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "91d5683cb15d5de181e449c8196718b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2908238,
            "upload_time": "2025-02-18T11:03:04",
            "upload_time_iso_8601": "2025-02-18T11:03:04.827311Z",
            "url": "https://files.pythonhosted.org/packages/e4/25/3287eabcb73bc5d4ca795dfb965f6c222160ec992ecdacd18832f9f78c81/cql2-0.3.3-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0a4a972091024df220bbe4358bb40ff19f876c426e10e902b21209ccf1b3662",
                "md5": "77ae1e8e7e9285ff1de9ee8854701648",
                "sha256": "446b68fb8567ceecafec5d2ff43545886d7f76f7d63f63316cfb0d30f146ec76"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77ae1e8e7e9285ff1de9ee8854701648",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2918150,
            "upload_time": "2025-02-18T11:03:22",
            "upload_time_iso_8601": "2025-02-18T11:03:22.510988Z",
            "url": "https://files.pythonhosted.org/packages/b0/a4/a972091024df220bbe4358bb40ff19f876c426e10e902b21209ccf1b3662/cql2-0.3.3-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e928a0c72c3a01c6b0d5d856d80f57062a9857601025cd2b4ef0fc2f0fb41489",
                "md5": "cf29648edac2f3fcac06968f9e2f3bfe",
                "sha256": "1b7d051279d8e5fac5e83cde28f02491f14216794fe897b4aab0c90414f9e768"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cf29648edac2f3fcac06968f9e2f3bfe",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2694639,
            "upload_time": "2025-02-18T11:00:53",
            "upload_time_iso_8601": "2025-02-18T11:00:53.737650Z",
            "url": "https://files.pythonhosted.org/packages/e9/28/a0c72c3a01c6b0d5d856d80f57062a9857601025cd2b4ef0fc2f0fb41489/cql2-0.3.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a66c455c2e696b089bf40dfbeac04568861a757f746106cef6e6673e47d67c05",
                "md5": "176e556d31e212e8bb7328e51c40431f",
                "sha256": "7e25d6bd9553ec7bc4a5558462c61e748e2e0cb29ec3e57870b4f54c38d83992"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "176e556d31e212e8bb7328e51c40431f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2639321,
            "upload_time": "2025-02-18T11:01:12",
            "upload_time_iso_8601": "2025-02-18T11:01:12.310928Z",
            "url": "https://files.pythonhosted.org/packages/a6/6c/455c2e696b089bf40dfbeac04568861a757f746106cef6e6673e47d67c05/cql2-0.3.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e9a12a6f6f377368c0a9c75ae34407584929297137afdcd3fd5a34f28682875",
                "md5": "599069be00ff9736bc58328d5efdceff",
                "sha256": "73e6ffa571411e14e1429289a5759770bfc1e7a43380394f7d45bd3788286080"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "599069be00ff9736bc58328d5efdceff",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2940549,
            "upload_time": "2025-02-18T11:01:30",
            "upload_time_iso_8601": "2025-02-18T11:01:30.406506Z",
            "url": "https://files.pythonhosted.org/packages/2e/9a/12a6f6f377368c0a9c75ae34407584929297137afdcd3fd5a34f28682875/cql2-0.3.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19fb856bb8219836315da93dd5b24ffa9ea87c93174b6d5d6f6e48bb6406b237",
                "md5": "3afe7bf421a0950d3c53ae3536d820df",
                "sha256": "ab8e9059ddf23fcd470943456073691f4346cec783d23c13f3d1a9dd368c9755"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "3afe7bf421a0950d3c53ae3536d820df",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3174517,
            "upload_time": "2025-02-18T11:01:47",
            "upload_time_iso_8601": "2025-02-18T11:01:47.693713Z",
            "url": "https://files.pythonhosted.org/packages/19/fb/856bb8219836315da93dd5b24ffa9ea87c93174b6d5d6f6e48bb6406b237/cql2-0.3.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbd071acaec095f862c765fcce1aef0056395dcd209d45f09d65cb4ee11433ae",
                "md5": "5cec0c65850196475594b95fb14a2cbf",
                "sha256": "d876459db168c2d1d455664c43c2f38d9f88f620f1a2a57435d8419fa3ae17c9"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5cec0c65850196475594b95fb14a2cbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2810670,
            "upload_time": "2025-02-18T11:02:33",
            "upload_time_iso_8601": "2025-02-18T11:02:33.589753Z",
            "url": "https://files.pythonhosted.org/packages/cb/d0/71acaec095f862c765fcce1aef0056395dcd209d45f09d65cb4ee11433ae/cql2-0.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b35cbcc1efc32f14da02d7513fb55ab8fdd0e4e7a5fd686413fefd3297ed3ad6",
                "md5": "ea1989d52bf25ec2c2b8941c21bbfbe3",
                "sha256": "0d5162f4cc565189f43335145b1783a38c74dac8d79cfdc499933a1f284232c6"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ea1989d52bf25ec2c2b8941c21bbfbe3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2832054,
            "upload_time": "2025-02-18T11:02:49",
            "upload_time_iso_8601": "2025-02-18T11:02:49.715659Z",
            "url": "https://files.pythonhosted.org/packages/b3/5c/bcc1efc32f14da02d7513fb55ab8fdd0e4e7a5fd686413fefd3297ed3ad6/cql2-0.3.3-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f59752417dcb304b0d673234b2b04a6b795d9ae2a746e2a06bcd99486a91ef2b",
                "md5": "a515d1aed86b8e80fb40883898bddb1b",
                "sha256": "c812b00f08b19aa57f7b9fe2ca73a1352c28a7e1f644dd0b15c22ae9e257454f"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "a515d1aed86b8e80fb40883898bddb1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2905730,
            "upload_time": "2025-02-18T11:03:07",
            "upload_time_iso_8601": "2025-02-18T11:03:07.377729Z",
            "url": "https://files.pythonhosted.org/packages/f5/97/52417dcb304b0d673234b2b04a6b795d9ae2a746e2a06bcd99486a91ef2b/cql2-0.3.3-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f54ab75548ca6cc1ea2c59498e95a552f284032e7a7b2a76c2032d84d3511605",
                "md5": "86a2484efb3a5261236e3740eaadf5fa",
                "sha256": "ae8c38ff240a67947f8f2ca58af7f6609cd42a46d338468a77799e970dbaa5f7"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "86a2484efb3a5261236e3740eaadf5fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2916321,
            "upload_time": "2025-02-18T11:03:24",
            "upload_time_iso_8601": "2025-02-18T11:03:24.088401Z",
            "url": "https://files.pythonhosted.org/packages/f5/4a/b75548ca6cc1ea2c59498e95a552f284032e7a7b2a76c2032d84d3511605/cql2-0.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d626bf5278c4673412e8b31a75c557aa119a4f167af3746ba6d1da674b6df7c",
                "md5": "3effacb6f9506eda892351dbf9243c07",
                "sha256": "8d39b9a87224823eda4df26f76bc0c848f12acaa8fe82a161cab87f58792605d"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "3effacb6f9506eda892351dbf9243c07",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2104871,
            "upload_time": "2025-02-18T11:03:50",
            "upload_time_iso_8601": "2025-02-18T11:03:50.208013Z",
            "url": "https://files.pythonhosted.org/packages/4d/62/6bf5278c4673412e8b31a75c557aa119a4f167af3746ba6d1da674b6df7c/cql2-0.3.3-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d9dd4b66ec87b8b3ca1bc01b11cae22dc468a2bf591ccdfab0747456054a049",
                "md5": "46d333d307e2243acadea633b1684695",
                "sha256": "d6677af2178d75391ea85fd1d648eae85e8b1de2ecb6c480db050962c3b321aa"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46d333d307e2243acadea633b1684695",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2278277,
            "upload_time": "2025-02-18T11:03:40",
            "upload_time_iso_8601": "2025-02-18T11:03:40.606604Z",
            "url": "https://files.pythonhosted.org/packages/5d/9d/d4b66ec87b8b3ca1bc01b11cae22dc468a2bf591ccdfab0747456054a049/cql2-0.3.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6098dca3689bdd598e4807dbaee57c9a47ceaf73d9a1a0979f85fbdb466fdae0",
                "md5": "3ce7c45cc702ce9343841cca951488e9",
                "sha256": "67533d3b66448d9daff2fc778cec50bb5113ea4a8d812398cbcefa698112f031"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3ce7c45cc702ce9343841cca951488e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2695658,
            "upload_time": "2025-02-18T11:00:56",
            "upload_time_iso_8601": "2025-02-18T11:00:56.061245Z",
            "url": "https://files.pythonhosted.org/packages/60/98/dca3689bdd598e4807dbaee57c9a47ceaf73d9a1a0979f85fbdb466fdae0/cql2-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3da8190f43a1263d3ef82b7a6437b09a5bfbdefd0a975e9cd2691d684534b69a",
                "md5": "a17a26d13f1dbea3689e20d848d664ac",
                "sha256": "7d6ab1ebd8dd6d274b4e6077e9e303a9cc137a8005310cb69309a1503b874f18"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a17a26d13f1dbea3689e20d848d664ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2641183,
            "upload_time": "2025-02-18T11:01:14",
            "upload_time_iso_8601": "2025-02-18T11:01:14.612705Z",
            "url": "https://files.pythonhosted.org/packages/3d/a8/190f43a1263d3ef82b7a6437b09a5bfbdefd0a975e9cd2691d684534b69a/cql2-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1edc9787c3519ea52621fa257c862340a4539b97810a7e5df39c007a90a1063e",
                "md5": "cce285ca17786290b0c5d82d676180b6",
                "sha256": "72a3efd0f673253e961f330d02e17fac3df83f90f0c55f2b2b4339bb588f05a8"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cce285ca17786290b0c5d82d676180b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2920078,
            "upload_time": "2025-02-18T11:02:02",
            "upload_time_iso_8601": "2025-02-18T11:02:02.387978Z",
            "url": "https://files.pythonhosted.org/packages/1e/dc/9787c3519ea52621fa257c862340a4539b97810a7e5df39c007a90a1063e/cql2-0.3.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d8f0e6c0a80a280739d31e9e6a792a2f30cb85a3c156bb023689bceeb415861",
                "md5": "9c647a92501c381189ed08ef0eedc1db",
                "sha256": "c80fbcfca546c3fc01fcca90e25e83a4f72c0ca4c073506bdaa4a8d94ac8491d"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9c647a92501c381189ed08ef0eedc1db",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2941570,
            "upload_time": "2025-02-18T11:01:32",
            "upload_time_iso_8601": "2025-02-18T11:01:32.019908Z",
            "url": "https://files.pythonhosted.org/packages/4d/8f/0e6c0a80a280739d31e9e6a792a2f30cb85a3c156bb023689bceeb415861/cql2-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74b22a9e67dc86cc9bf72efaf850874f5b449ac614ee07591ae8dd0d829237d7",
                "md5": "e0f846e74a7392ed9967727800b2583b",
                "sha256": "694afb9e3a59237ff5349e15eae4b9ac2ef2bfaf1e3a379c516bc4bd2ad6ff45"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e0f846e74a7392ed9967727800b2583b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3177607,
            "upload_time": "2025-02-18T11:01:50",
            "upload_time_iso_8601": "2025-02-18T11:01:50.108938Z",
            "url": "https://files.pythonhosted.org/packages/74/b2/2a9e67dc86cc9bf72efaf850874f5b449ac614ee07591ae8dd0d829237d7/cql2-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d28b70dcd2d86964b464bfff5eb6da56a941e9d39636423c254aac8dc2ff9c52",
                "md5": "7ee326e452e90778383f8a1eaf6666a5",
                "sha256": "5c2347c2a21c83100d3de7eb0230e38049b571dffbcd0c526691b095c59f48f6"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7ee326e452e90778383f8a1eaf6666a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2793809,
            "upload_time": "2025-02-18T11:02:13",
            "upload_time_iso_8601": "2025-02-18T11:02:13.120157Z",
            "url": "https://files.pythonhosted.org/packages/d2/8b/70dcd2d86964b464bfff5eb6da56a941e9d39636423c254aac8dc2ff9c52/cql2-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc7ce5a1def726707383d963c7bf83ee4a8dd176e54e18753a1f1c4a8f2f0448",
                "md5": "5289c1d63e9fd80adbb3f8be7834ba54",
                "sha256": "0da8f1c5deb5f0b1bfc16b7a35793df391f1d3bf302e8123e5da51980ace9619"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5289c1d63e9fd80adbb3f8be7834ba54",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2812104,
            "upload_time": "2025-02-18T11:02:35",
            "upload_time_iso_8601": "2025-02-18T11:02:35.181570Z",
            "url": "https://files.pythonhosted.org/packages/fc/7c/e5a1def726707383d963c7bf83ee4a8dd176e54e18753a1f1c4a8f2f0448/cql2-0.3.3-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "077729af198595c180fe24b429c4a498ca663cb3d9e244848aa6355b928300f4",
                "md5": "9fea35f3b5de5c291916b0248e9d40e1",
                "sha256": "1fb4eef89abdd6b917ab69c4f1726520629b74d4352159bc6994cb81e6ad6295"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9fea35f3b5de5c291916b0248e9d40e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2833124,
            "upload_time": "2025-02-18T11:02:51",
            "upload_time_iso_8601": "2025-02-18T11:02:51.425805Z",
            "url": "https://files.pythonhosted.org/packages/07/77/29af198595c180fe24b429c4a498ca663cb3d9e244848aa6355b928300f4/cql2-0.3.3-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70bb9dba6fc4a2f9b464e1fc8d255a9c65d1d1e76391e0d3301bb825139e3c0c",
                "md5": "0548e50075af5197398fd3518b75c655",
                "sha256": "adf3a7ff9cdd848bb6f08b3b845cbf50a4e9ef0ca7e0cb905acac7a46436a688"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0548e50075af5197398fd3518b75c655",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2908331,
            "upload_time": "2025-02-18T11:03:09",
            "upload_time_iso_8601": "2025-02-18T11:03:09.408467Z",
            "url": "https://files.pythonhosted.org/packages/70/bb/9dba6fc4a2f9b464e1fc8d255a9c65d1d1e76391e0d3301bb825139e3c0c/cql2-0.3.3-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2913bb78f4dc6088d764be1270365785466b79243aef55eee439ae5ac535d93b",
                "md5": "8f7d8310c0e683eb626af0a16d8ded21",
                "sha256": "b3f9d081d34166c18d21be3975432b1795fe0445d4715a81143d397144496742"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f7d8310c0e683eb626af0a16d8ded21",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2916787,
            "upload_time": "2025-02-18T11:03:25",
            "upload_time_iso_8601": "2025-02-18T11:03:25.864560Z",
            "url": "https://files.pythonhosted.org/packages/29/13/bb78f4dc6088d764be1270365785466b79243aef55eee439ae5ac535d93b/cql2-0.3.3-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "587a755afb00f9172afcff753630516723cff92f2043bdbee7e28c1a29cfe73f",
                "md5": "ea971c998710d326d2334d4d58fffba5",
                "sha256": "55ef292d14843db8c5f422457511cde6a5792dc26a746b8ca4e680fff58465cf"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "ea971c998710d326d2334d4d58fffba5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2104956,
            "upload_time": "2025-02-18T11:03:51",
            "upload_time_iso_8601": "2025-02-18T11:03:51.813023Z",
            "url": "https://files.pythonhosted.org/packages/58/7a/755afb00f9172afcff753630516723cff92f2043bdbee7e28c1a29cfe73f/cql2-0.3.3-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66653522a6f1d6e8b1099f48193aae384e0ecf4588ac5ca3d76ebb14f318ee9f",
                "md5": "9ce5e536333a369270781a44d84f4027",
                "sha256": "e62a7ef38b86d818a1169214e2bbeba00e80429b34e4734ce496c2d4b74c7586"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ce5e536333a369270781a44d84f4027",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2276512,
            "upload_time": "2025-02-18T11:03:42",
            "upload_time_iso_8601": "2025-02-18T11:03:42.140749Z",
            "url": "https://files.pythonhosted.org/packages/66/65/3522a6f1d6e8b1099f48193aae384e0ecf4588ac5ca3d76ebb14f318ee9f/cql2-0.3.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73ec62327c758fd8f4a905f47f080a0a18f26df98aa20f8768a607bf12fdf0d2",
                "md5": "9bd14e39873cd87c679a875cae781715",
                "sha256": "e9ec02c9bbb602c201c7417d97f7d8081d1b8a967858b3b16ce8a66b99f1985a"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9bd14e39873cd87c679a875cae781715",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2696566,
            "upload_time": "2025-02-18T11:01:00",
            "upload_time_iso_8601": "2025-02-18T11:01:00.051791Z",
            "url": "https://files.pythonhosted.org/packages/73/ec/62327c758fd8f4a905f47f080a0a18f26df98aa20f8768a607bf12fdf0d2/cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28eb49195fe923932ebbf1f6eb6cdc039098c9659291a731e460c0368289362c",
                "md5": "eff1cd56cdecaa4adb64b84d4ed444bf",
                "sha256": "b4113cc73f367c27faa9674c934ecaae090c3e6387efb7d3e545f4a6c51b08e5"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "eff1cd56cdecaa4adb64b84d4ed444bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2642559,
            "upload_time": "2025-02-18T11:01:16",
            "upload_time_iso_8601": "2025-02-18T11:01:16.918751Z",
            "url": "https://files.pythonhosted.org/packages/28/eb/49195fe923932ebbf1f6eb6cdc039098c9659291a731e460c0368289362c/cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6fc30d707e8d76dae87618be30d732ad9cf86ff08705eadac42cb404d2f17cd",
                "md5": "1f50a31911b19dd15153becb20045fd9",
                "sha256": "71137886cb91c6c1e5c6fb9257577266ddd55f4cd117c94346f5801fc3d052d7"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1f50a31911b19dd15153becb20045fd9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2922005,
            "upload_time": "2025-02-18T11:02:04",
            "upload_time_iso_8601": "2025-02-18T11:02:04.205944Z",
            "url": "https://files.pythonhosted.org/packages/b6/fc/30d707e8d76dae87618be30d732ad9cf86ff08705eadac42cb404d2f17cd/cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee5de1c43b69ab25faa2c97246925b4f5c3d45c149e20dc503a71c3750ee41de",
                "md5": "18e3621970344fef85b727879c885570",
                "sha256": "315b2fc3542465bc279a479c8f53bc1974ba5a56a1998758942e360fff41f81c"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "18e3621970344fef85b727879c885570",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2941781,
            "upload_time": "2025-02-18T11:01:33",
            "upload_time_iso_8601": "2025-02-18T11:01:33.929670Z",
            "url": "https://files.pythonhosted.org/packages/ee/5d/e1c43b69ab25faa2c97246925b4f5c3d45c149e20dc503a71c3750ee41de/cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3bf85eee29af8a18668f0a5631d4960ec31f12288cf3c69e8053645416704a3",
                "md5": "0775913075b2f405cac416a44cdc1d9b",
                "sha256": "8529cb0f140b138a0723c8e737054a45deaca287fda276720eea580a95892493"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0775913075b2f405cac416a44cdc1d9b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 3179771,
            "upload_time": "2025-02-18T11:01:51",
            "upload_time_iso_8601": "2025-02-18T11:01:51.520086Z",
            "url": "https://files.pythonhosted.org/packages/d3/bf/85eee29af8a18668f0a5631d4960ec31f12288cf3c69e8053645416704a3/cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f64cba35222a10c568fdf8540f002e6f13f756dcb03deb8198493b57cb79aa05",
                "md5": "ea1bda26989dc5905dbe1e74f34d5431",
                "sha256": "873c8acc5de5a662cbf27e649251918864b10eca5f518fe228f0ae6c46f5d043"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea1bda26989dc5905dbe1e74f34d5431",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2795206,
            "upload_time": "2025-02-18T11:02:14",
            "upload_time_iso_8601": "2025-02-18T11:02:14.817176Z",
            "url": "https://files.pythonhosted.org/packages/f6/4c/ba35222a10c568fdf8540f002e6f13f756dcb03deb8198493b57cb79aa05/cql2-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "00f56b5576133a935d908ab316463fab35c7e7927788ecfba5d14954d92665e3",
                "md5": "8275d476a5c3c65d97f9e2e5283f2010",
                "sha256": "9fc0223843bde530b9d08045dd23ed59c60e0b588254e176b4a0ba4006c5303c"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8275d476a5c3c65d97f9e2e5283f2010",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2813343,
            "upload_time": "2025-02-18T11:02:36",
            "upload_time_iso_8601": "2025-02-18T11:02:36.905409Z",
            "url": "https://files.pythonhosted.org/packages/00/f5/6b5576133a935d908ab316463fab35c7e7927788ecfba5d14954d92665e3/cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1167ef2e71f8528b0477b0cd109fb1501e96166b8d6ddfd533bdf0403988c430",
                "md5": "88504ee7053698e3c88fab9a4f598304",
                "sha256": "6321b38a9e010e7beab68b28649e0ded77d9daf5d8d0c68675f628a20b917030"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "88504ee7053698e3c88fab9a4f598304",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2834324,
            "upload_time": "2025-02-18T11:02:53",
            "upload_time_iso_8601": "2025-02-18T11:02:53.129655Z",
            "url": "https://files.pythonhosted.org/packages/11/67/ef2e71f8528b0477b0cd109fb1501e96166b8d6ddfd533bdf0403988c430/cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83c0820361ecc1099e9ff64116d520219823262a1ab4e88fe8c11ee37ba45741",
                "md5": "5f5226fce33558afa9b6b9fd0c3d269d",
                "sha256": "d41e14285e2d025053b0cd562f4619c79f70f1b1e325275c6a2f9917d7434419"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5f5226fce33558afa9b6b9fd0c3d269d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2907924,
            "upload_time": "2025-02-18T11:03:11",
            "upload_time_iso_8601": "2025-02-18T11:03:11.310791Z",
            "url": "https://files.pythonhosted.org/packages/83/c0/820361ecc1099e9ff64116d520219823262a1ab4e88fe8c11ee37ba45741/cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "440494cb83b98974c5920e11b2eb9ec1a572cb6564476d5cafb2dc7a99e282be",
                "md5": "4a8064ef64729e6876d650080c3f2f98",
                "sha256": "f705e8d7a183091857f234e37b27615bb8933de30a61d0d7734f7f6894ec22f4"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a8064ef64729e6876d650080c3f2f98",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2916885,
            "upload_time": "2025-02-18T11:03:27",
            "upload_time_iso_8601": "2025-02-18T11:03:27.641081Z",
            "url": "https://files.pythonhosted.org/packages/44/04/94cb83b98974c5920e11b2eb9ec1a572cb6564476d5cafb2dc7a99e282be/cql2-0.3.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bd9356cfc288210ab2b4e51d3db427a2251a25d29578791a4b354f5859fd7ab",
                "md5": "74f82f683de9afe07138d0aa897c7efd",
                "sha256": "005adfe33e3907ff85e5d49071d16df838f091f0d53a6b818edd394c73b8a955"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "74f82f683de9afe07138d0aa897c7efd",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2696396,
            "upload_time": "2025-02-18T11:01:02",
            "upload_time_iso_8601": "2025-02-18T11:01:02.207067Z",
            "url": "https://files.pythonhosted.org/packages/8b/d9/356cfc288210ab2b4e51d3db427a2251a25d29578791a4b354f5859fd7ab/cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efe76ce7970c83e70ae76bd1525e21315790beb826669af0b269b1cdd2b568c3",
                "md5": "4a4afe156ddacebd03fa4671e260e439",
                "sha256": "9e0d275aa395afcb11fb76df22647d2d78cf020c6f7abfedf0391182557cade0"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4a4afe156ddacebd03fa4671e260e439",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2642503,
            "upload_time": "2025-02-18T11:01:19",
            "upload_time_iso_8601": "2025-02-18T11:01:19.705626Z",
            "url": "https://files.pythonhosted.org/packages/ef/e7/6ce7970c83e70ae76bd1525e21315790beb826669af0b269b1cdd2b568c3/cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4ca4c8ddb2faa52a1672ace5643188999be69bd231db597a232427f154f69d5",
                "md5": "2aeaeba05fec2fc2b46a66029a3e5b18",
                "sha256": "8a7668dccb31c8cd97f8f92c2e8d0bab1bda4a918c561b2d7de5c659dcb4d33f"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2aeaeba05fec2fc2b46a66029a3e5b18",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2941136,
            "upload_time": "2025-02-18T11:01:35",
            "upload_time_iso_8601": "2025-02-18T11:01:35.606435Z",
            "url": "https://files.pythonhosted.org/packages/e4/ca/4c8ddb2faa52a1672ace5643188999be69bd231db597a232427f154f69d5/cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e06deabd6347419de6976b3bba743bd34140a846bdafde7abd2b76e238a005e4",
                "md5": "5aff35e1df09296d2ae9314c306d2343",
                "sha256": "00e19b9755d918ce0d7c38f35f1cb4eb095ac52126b759f4b2767c56c7ea1e0a"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5aff35e1df09296d2ae9314c306d2343",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 3176838,
            "upload_time": "2025-02-18T11:01:53",
            "upload_time_iso_8601": "2025-02-18T11:01:53.140747Z",
            "url": "https://files.pythonhosted.org/packages/e0/6d/eabd6347419de6976b3bba743bd34140a846bdafde7abd2b76e238a005e4/cql2-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "665e16099b1965a6eda50e8ec047b0af555951b75d5865d33e1bf716ea056fa7",
                "md5": "8b555f81ce9add0e8873e297d5c4c6d6",
                "sha256": "edc39dc8804e72a0abc7cf4a8d3821f0d7d11aadce69eeab11a1c5792bf67af0"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b555f81ce9add0e8873e297d5c4c6d6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2814180,
            "upload_time": "2025-02-18T11:02:38",
            "upload_time_iso_8601": "2025-02-18T11:02:38.513869Z",
            "url": "https://files.pythonhosted.org/packages/66/5e/16099b1965a6eda50e8ec047b0af555951b75d5865d33e1bf716ea056fa7/cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b35bc21d6e7e4014e4369ba4885cf97acab4fd5cc9efc2ab72598facb6467820",
                "md5": "187f40c55c82af88b824e771c954d749",
                "sha256": "dfafa1ca8e33f653c7a8bca10176f5c6474864b0cd91c898e4eb5aa1f549ecc0"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "187f40c55c82af88b824e771c954d749",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2834219,
            "upload_time": "2025-02-18T11:02:56",
            "upload_time_iso_8601": "2025-02-18T11:02:56.507689Z",
            "url": "https://files.pythonhosted.org/packages/b3/5b/c21d6e7e4014e4369ba4885cf97acab4fd5cc9efc2ab72598facb6467820/cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fe206baa5c90a7f0d654a8d3bc83c39ee496d4bc6f0c25ca7e0f8555a912174",
                "md5": "78206cc38d0fe5795c52c8e84b8245f4",
                "sha256": "4dbb57b4012bf256111f1a74aff48317cb4f5b61289e2b3bb363d1b9063a96b0"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "78206cc38d0fe5795c52c8e84b8245f4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2908706,
            "upload_time": "2025-02-18T11:03:13",
            "upload_time_iso_8601": "2025-02-18T11:03:13.119218Z",
            "url": "https://files.pythonhosted.org/packages/8f/e2/06baa5c90a7f0d654a8d3bc83c39ee496d4bc6f0c25ca7e0f8555a912174/cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56ef549969a0d5b9ea2c8c93b95e1d767a576b6afa7a8fc678166a920ad7d076",
                "md5": "18a3eaee85c807c1c5d935174b8f4cb7",
                "sha256": "ff50bbf37d632c60ae9de1b0eecc271721d9f2726010d9c9e5afe47bb7a1fee1"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "18a3eaee85c807c1c5d935174b8f4cb7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2917508,
            "upload_time": "2025-02-18T11:03:29",
            "upload_time_iso_8601": "2025-02-18T11:03:29.345536Z",
            "url": "https://files.pythonhosted.org/packages/56/ef/549969a0d5b9ea2c8c93b95e1d767a576b6afa7a8fc678166a920ad7d076/cql2-0.3.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6f95e17a34457ae468d164346f8eea4f0e32594e7a479aab8e1ae4632c7574b",
                "md5": "7a407aaf1ac73d30d78fbde7daeb624a",
                "sha256": "e1f46a9f139bf003e4a20d3a0f033f1b3980dcdb8ea72a7e540a6e62fe67b06d"
            },
            "downloads": -1,
            "filename": "cql2-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7a407aaf1ac73d30d78fbde7daeb624a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 142296,
            "upload_time": "2025-02-18T11:03:31",
            "upload_time_iso_8601": "2025-02-18T11:03:31.702564Z",
            "url": "https://files.pythonhosted.org/packages/f6/f9/5e17a34457ae468d164346f8eea4f0e32594e7a479aab8e1ae4632c7574b/cql2-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 11:03:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "developmentseed",
    "github_project": "cql2-rs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cql2"
}
        
Elapsed time: 0.79444s