siri-question-answer


Namesiri-question-answer JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryPython bindings for the siri_question_awnser Rust crate
upload_time2025-02-07 08:31:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords siri question awnser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Here's an expanded README that accounts for broader SIRI capabilities:

```markdown
# SIRI Real-Time Data Consumer

A Python library for consuming multiple SIRI (Service Interface for Real-Time Information) data feeds, including:
- Estimated Timetables (available)
- Vehicle Monitoring (not available)
- Stop Monitoring (not available)
- Situation Exchange (SX) (not available)
- General Messages (not available)

Provides real-time updates from public transportation APIs using the SIRI standard. Part of the `siri_question_answer` ecosystem.

---

## Installation

```bash
pip install siri_question_answer
```

---

## Features

### Supported SIRI Services
| Consumer Class                 | Description                          |
|---------------------------------|--------------------------------------|
| `EstimatedTableConsumer`       | Estimated arrival/departure times    |
| `VehicleMonitoringConsumer`    | Real-time vehicle positions          |
| `StopMonitoringConsumer`       | Stop-centric arrival predictions     |
| `SituationExchangeConsumer`    | Service disruptions/alerts           |
| `GeneralMessageConsumer`       | Text-based service notifications     |

---

## Usage

### Basic Implementation
```python
from siri_question_answer import EstimatedTableConsumer

def on_message(message: str, _type: str, id: str) -> None:
    print(f"Id {id}")
    print(f"Type {_type}")
    print(f"Message {message}")

# Create a new EstimatedTableConsumer
consumer = EstimatedTableConsumer(url="https://api.ginko.voyage/Siri/Siri.do?apiKey=blabla")
consumer.listen_estimated_timetable(60, on_message)

# For demonstration - use any appropriate way to keep the program alive
import time
while True:
    time.sleep(1)
```

---



## Dependencies
- `requests` - HTTP communication
- `python-siri-question-awnser` - Core library
- Python 3.8+

---

## Support
For SIRI specification compliance issues, consult:  
[Official SIRI Documentation](https://www.siri.org.uk/)
``` 

Key changes from original:
1. Expanded scope to cover multiple SIRI services
2. Added consumer class reference table
3. Demonstrated multiple simultaneous consumers
4. Included security recommendations
5. Added XML processing guidance
6. Clarified callback function structure
7. Added advanced features section

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "siri-question-answer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Prince Merveil ONDONDA <prince.ondonda@hove.com>",
    "keywords": "siri, question, awnser",
    "author": null,
    "author_email": "Prince Merveil ONDONDA <prince.ondonda@hove.com>",
    "download_url": "https://files.pythonhosted.org/packages/47/0c/dbb8616c65750bf7e836067b469a0d82679bd5b92f82ebf129b0ccab1dc7/siri_question_answer-0.1.2.tar.gz",
    "platform": null,
    "description": "Here's an expanded README that accounts for broader SIRI capabilities:\n\n```markdown\n# SIRI Real-Time Data Consumer\n\nA Python library for consuming multiple SIRI (Service Interface for Real-Time Information) data feeds, including:\n- Estimated Timetables (available)\n- Vehicle Monitoring (not available)\n- Stop Monitoring (not available)\n- Situation Exchange (SX) (not available)\n- General Messages (not available)\n\nProvides real-time updates from public transportation APIs using the SIRI standard. Part of the `siri_question_answer` ecosystem.\n\n---\n\n## Installation\n\n```bash\npip install siri_question_answer\n```\n\n---\n\n## Features\n\n### Supported SIRI Services\n| Consumer Class                 | Description                          |\n|---------------------------------|--------------------------------------|\n| `EstimatedTableConsumer`       | Estimated arrival/departure times    |\n| `VehicleMonitoringConsumer`    | Real-time vehicle positions          |\n| `StopMonitoringConsumer`       | Stop-centric arrival predictions     |\n| `SituationExchangeConsumer`    | Service disruptions/alerts           |\n| `GeneralMessageConsumer`       | Text-based service notifications     |\n\n---\n\n## Usage\n\n### Basic Implementation\n```python\nfrom siri_question_answer import EstimatedTableConsumer\n\ndef on_message(message: str, _type: str, id: str) -> None:\n    print(f\"Id {id}\")\n    print(f\"Type {_type}\")\n    print(f\"Message {message}\")\n\n# Create a new EstimatedTableConsumer\nconsumer = EstimatedTableConsumer(url=\"https://api.ginko.voyage/Siri/Siri.do?apiKey=blabla\")\nconsumer.listen_estimated_timetable(60, on_message)\n\n# For demonstration - use any appropriate way to keep the program alive\nimport time\nwhile True:\n    time.sleep(1)\n```\n\n---\n\n\n\n## Dependencies\n- `requests` - HTTP communication\n- `python-siri-question-awnser` - Core library\n- Python 3.8+\n\n---\n\n## Support\nFor SIRI specification compliance issues, consult:  \n[Official SIRI Documentation](https://www.siri.org.uk/)\n``` \n\nKey changes from original:\n1. Expanded scope to cover multiple SIRI services\n2. Added consumer class reference table\n3. Demonstrated multiple simultaneous consumers\n4. Included security recommendations\n5. Added XML processing guidance\n6. Clarified callback function structure\n7. Added advanced features section\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for the siri_question_awnser Rust crate",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "siri",
        " question",
        " awnser"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc6c9ccfffd547d66f691e3a65af1339a797474b3bc1ccf78d2de1aa2e6951b0",
                "md5": "2e1cd27c83b4ac7173055f606f0c2cdb",
                "sha256": "566d8ec2b382eda04a715979c4c6e601d906f2cc178e4b67eed7cf2ac1556f15"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2e1cd27c83b4ac7173055f606f0c2cdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2246308,
            "upload_time": "2025-02-07T08:28:26",
            "upload_time_iso_8601": "2025-02-07T08:28:26.164832Z",
            "url": "https://files.pythonhosted.org/packages/dc/6c/9ccfffd547d66f691e3a65af1339a797474b3bc1ccf78d2de1aa2e6951b0/siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bdf4636bbcd7c205cc95405acef095035cbee658fe237feb4cb826bb0b5ace4a",
                "md5": "bf67ecc6a22ebb698da512cc79ba9a5b",
                "sha256": "fe8c688307a637b5d5e7244f3ec65603f0264f19b9759b30b71a9495a8b1d2ea"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bf67ecc6a22ebb698da512cc79ba9a5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2068307,
            "upload_time": "2025-02-07T08:28:43",
            "upload_time_iso_8601": "2025-02-07T08:28:43.617550Z",
            "url": "https://files.pythonhosted.org/packages/bd/f4/636bbcd7c205cc95405acef095035cbee658fe237feb4cb826bb0b5ace4a/siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d3d3f4d9fc2b9c84fe1ea7459c7111322a143e54450acb80d3d43963e1ee2f4",
                "md5": "720797c44fa056b43b87327917b7d866",
                "sha256": "0db48020f585f9d8a268a5198dd843f3bb34a0897cc124f871f947001553181c"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "720797c44fa056b43b87327917b7d866",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2202386,
            "upload_time": "2025-02-07T08:29:41",
            "upload_time_iso_8601": "2025-02-07T08:29:41.060996Z",
            "url": "https://files.pythonhosted.org/packages/6d/3d/3f4d9fc2b9c84fe1ea7459c7111322a143e54450acb80d3d43963e1ee2f4/siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "336d29267e02fa223943886e336037db2c448540b44d032397356a0658bad580",
                "md5": "dfa1ca41fc1f0f4a8d642ee82e9e3141",
                "sha256": "956d9689990670c0c6d909c5eea79b5903e4bccb263d1bdde24d23c89f82c395"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "dfa1ca41fc1f0f4a8d642ee82e9e3141",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2372471,
            "upload_time": "2025-02-07T08:29:00",
            "upload_time_iso_8601": "2025-02-07T08:29:00.768290Z",
            "url": "https://files.pythonhosted.org/packages/33/6d/29267e02fa223943886e336037db2c448540b44d032397356a0658bad580/siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45a8712741d8aae45f8ea687b16077a2d8b17bde66d798573b3097f976a5f29e",
                "md5": "7944021ca2f5e75e04ef0f3c3256d2e2",
                "sha256": "d5921711176bf92a4113e1e23b326650c436d45a56957456cb3224959119f74e"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7944021ca2f5e75e04ef0f3c3256d2e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2346472,
            "upload_time": "2025-02-07T08:29:17",
            "upload_time_iso_8601": "2025-02-07T08:29:17.770868Z",
            "url": "https://files.pythonhosted.org/packages/45/a8/712741d8aae45f8ea687b16077a2d8b17bde66d798573b3097f976a5f29e/siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "86476ea5947fdf911132b73f44084d7ec4013c3c67496f9d62137c9629f3b30a",
                "md5": "e283f841310670485dcc6672724ee95b",
                "sha256": "bb973439f5392c1a0f0befaa2a6c72d02ae6bd051759e73b2a2c884e29524951"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e283f841310670485dcc6672724ee95b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2267716,
            "upload_time": "2025-02-07T08:29:52",
            "upload_time_iso_8601": "2025-02-07T08:29:52.686346Z",
            "url": "https://files.pythonhosted.org/packages/86/47/6ea5947fdf911132b73f44084d7ec4013c3c67496f9d62137c9629f3b30a/siri_question_answer-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "308c542c1794c89783dc4a021b5f35818ac06607984ab2621850bc3f04e5a260",
                "md5": "ad018328d01f017361d161e2969db6f2",
                "sha256": "86a2df8ef55a443a2bf103e1ba472ea331b6eb8ba965a6109540fa2d2611fbb6"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ad018328d01f017361d161e2969db6f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2371666,
            "upload_time": "2025-02-07T08:30:19",
            "upload_time_iso_8601": "2025-02-07T08:30:19.613545Z",
            "url": "https://files.pythonhosted.org/packages/30/8c/542c1794c89783dc4a021b5f35818ac06607984ab2621850bc3f04e5a260/siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39c3069cdc25368efe92630f11321de906240e5f74eba87095a68518635ed604",
                "md5": "4be1fed164c2daf88d033e72994b5e21",
                "sha256": "44e4bc9075a0946347aaaa1a897c6a3f6c2dc100b73278da00a5769cbaea5aec"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4be1fed164c2daf88d033e72994b5e21",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2272404,
            "upload_time": "2025-02-07T08:30:37",
            "upload_time_iso_8601": "2025-02-07T08:30:37.216154Z",
            "url": "https://files.pythonhosted.org/packages/39/c3/069cdc25368efe92630f11321de906240e5f74eba87095a68518635ed604/siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4823f94698592613f9cafc4f8a72ec947ab326aa7b1fee35e487e8d2a8c51fa2",
                "md5": "0f88a5a09ec00f14c9e83fca9a1a0650",
                "sha256": "5f0a2dd432389bd40f51bb5740aee6884243017f2b70a7d6c2c05d764f029044"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0f88a5a09ec00f14c9e83fca9a1a0650",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2261562,
            "upload_time": "2025-02-07T08:30:55",
            "upload_time_iso_8601": "2025-02-07T08:30:55.351196Z",
            "url": "https://files.pythonhosted.org/packages/48/23/f94698592613f9cafc4f8a72ec947ab326aa7b1fee35e487e8d2a8c51fa2/siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af65e7b9d609e86bf4733d2a2c5fd1291fb9bc3671bc497924acb30efa85e817",
                "md5": "f12fafd17ac78709a2c4369755dac0cd",
                "sha256": "97f54d6dffc3aaa063791fa32b552f7837eda07aff2c4093f568ec32ee6ec7b7"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f12fafd17ac78709a2c4369755dac0cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2411324,
            "upload_time": "2025-02-07T08:31:11",
            "upload_time_iso_8601": "2025-02-07T08:31:11.411998Z",
            "url": "https://files.pythonhosted.org/packages/af/65/e7b9d609e86bf4733d2a2c5fd1291fb9bc3671bc497924acb30efa85e817/siri_question_answer-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ded8b933e31f0ec2cc68b96be30404ed450b7f7b65c448d6a2b151539f0972d",
                "md5": "fa3ac742ae238e96a1330f77950d367b",
                "sha256": "bde6fabdf15efc638d47527bc7af691452860a9e34193cc9a1beecec44da70b4"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "fa3ac742ae238e96a1330f77950d367b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1509441,
            "upload_time": "2025-02-07T08:31:44",
            "upload_time_iso_8601": "2025-02-07T08:31:44.125248Z",
            "url": "https://files.pythonhosted.org/packages/0d/ed/8b933e31f0ec2cc68b96be30404ed450b7f7b65c448d6a2b151539f0972d/siri_question_answer-0.1.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cef56e70f063dfd034ca8a6800c64355ac6e50de0b17bda715e03731079a7d8",
                "md5": "d2f2295126d2ea550cda511f0bc19344",
                "sha256": "37c07f18d204c925d4aeac840964aa6f5c3ffd94a69247be5d4414ce7fa687b4"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d2f2295126d2ea550cda511f0bc19344",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1797273,
            "upload_time": "2025-02-07T08:31:34",
            "upload_time_iso_8601": "2025-02-07T08:31:34.539419Z",
            "url": "https://files.pythonhosted.org/packages/3c/ef/56e70f063dfd034ca8a6800c64355ac6e50de0b17bda715e03731079a7d8/siri_question_answer-0.1.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5a7767e1c4430561a2bdfe683006a4c019a52b63e2df901bfd6de67b39da672",
                "md5": "9586ef5fad22bc30c03761934f769f96",
                "sha256": "6493445cebe4ee38d3be2097c7d4a8c5f816adfb656b845f2ddb4dff44ebc7b6"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9586ef5fad22bc30c03761934f769f96",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2090134,
            "upload_time": "2025-02-07T08:30:13",
            "upload_time_iso_8601": "2025-02-07T08:30:13.151627Z",
            "url": "https://files.pythonhosted.org/packages/f5/a7/767e1c4430561a2bdfe683006a4c019a52b63e2df901bfd6de67b39da672/siri_question_answer-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e38a560551e83b572866734e3c0a6dae69b565096bf095a8fd7dd428e64196c6",
                "md5": "ddb4fb63f72fa54125405bd0f91f62f7",
                "sha256": "7ddee845a5cb9b09030194f093fb728180f698452a51c9a99f7f95cd940eba06"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ddb4fb63f72fa54125405bd0f91f62f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2014845,
            "upload_time": "2025-02-07T08:30:04",
            "upload_time_iso_8601": "2025-02-07T08:30:04.694493Z",
            "url": "https://files.pythonhosted.org/packages/e3/8a/560551e83b572866734e3c0a6dae69b565096bf095a8fd7dd428e64196c6/siri_question_answer-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3392fdc997b3499149fbfbea82b64c6ddb7b156088b7c7e2e1b995483faf96af",
                "md5": "f47095b88e0258a440c0435c364adcae",
                "sha256": "a7e0cc71d819b2984b3f5b44ffef251c468d4c29ccf94209a98703133c562479"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f47095b88e0258a440c0435c364adcae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2245722,
            "upload_time": "2025-02-07T08:28:27",
            "upload_time_iso_8601": "2025-02-07T08:28:27.912074Z",
            "url": "https://files.pythonhosted.org/packages/33/92/fdc997b3499149fbfbea82b64c6ddb7b156088b7c7e2e1b995483faf96af/siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b1efcfa5441a1e4a63c068e419639ba1e0d1cd4c8f5413b223f1aaaa92f7c1c",
                "md5": "4dd88f5cb4a0ad674f2cbc3d9e268ed6",
                "sha256": "88180947e811c5dccc7ca4bf84d9319e896476af7b995c4a74179607edf6114d"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4dd88f5cb4a0ad674f2cbc3d9e268ed6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2068336,
            "upload_time": "2025-02-07T08:28:45",
            "upload_time_iso_8601": "2025-02-07T08:28:45.813256Z",
            "url": "https://files.pythonhosted.org/packages/8b/1e/fcfa5441a1e4a63c068e419639ba1e0d1cd4c8f5413b223f1aaaa92f7c1c/siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06892d0cdfac0a2a5d71fe09591dee7d1c4a05daef10394dfdeaccf8411649a1",
                "md5": "a293a76fe8259032505cbbb50ca0604a",
                "sha256": "1e2d78a441cc0858cb92c45f069eb4de7761c8826bc88a06a59fb861bd26b701"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a293a76fe8259032505cbbb50ca0604a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2202460,
            "upload_time": "2025-02-07T08:29:42",
            "upload_time_iso_8601": "2025-02-07T08:29:42.712394Z",
            "url": "https://files.pythonhosted.org/packages/06/89/2d0cdfac0a2a5d71fe09591dee7d1c4a05daef10394dfdeaccf8411649a1/siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "589ab658254b2b0412546be00f92d6144afae2bf14a68e8585b54c016614b27d",
                "md5": "93c799c9dfe3386b4fc6e91bb7e9b6fd",
                "sha256": "32375526f5f9f7c14d66d29c57faec558771ba7317eba9308dba37a7521eee84"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "93c799c9dfe3386b4fc6e91bb7e9b6fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2371550,
            "upload_time": "2025-02-07T08:29:03",
            "upload_time_iso_8601": "2025-02-07T08:29:03.034464Z",
            "url": "https://files.pythonhosted.org/packages/58/9a/b658254b2b0412546be00f92d6144afae2bf14a68e8585b54c016614b27d/siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60e98cb36de81502a6b88e6c0dd3cc8f14459a3c49440161ca42b00dd929f05b",
                "md5": "5e382ad593e44c63a18c2469de33ffd1",
                "sha256": "773a998ae8696f8604dd0e15c877cc9c370d12a051ef0690fb08fe4808b88589"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5e382ad593e44c63a18c2469de33ffd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2346126,
            "upload_time": "2025-02-07T08:29:20",
            "upload_time_iso_8601": "2025-02-07T08:29:20.052480Z",
            "url": "https://files.pythonhosted.org/packages/60/e9/8cb36de81502a6b88e6c0dd3cc8f14459a3c49440161ca42b00dd929f05b/siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62de7da93b1bf2bebf9a073f334c176910501247521061a7874c00e13f5e7940",
                "md5": "1366647e48f12aab501da4740125e9e5",
                "sha256": "c13040a503eb1e809c2f35cd53b8486d812ec7e9b89cc818edf00a11c4d6ac75"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1366647e48f12aab501da4740125e9e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2267849,
            "upload_time": "2025-02-07T08:29:55",
            "upload_time_iso_8601": "2025-02-07T08:29:55.385607Z",
            "url": "https://files.pythonhosted.org/packages/62/de/7da93b1bf2bebf9a073f334c176910501247521061a7874c00e13f5e7940/siri_question_answer-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "041cc39914f56e03fad11b2e462b6c05ba2c2c696ed1fa60a27450faf4b96173",
                "md5": "4f644ffa56df5967cda3bb599d520c68",
                "sha256": "96f56addc1bfed2b80c9d50ee837b727fe6371c928f3dc11e2aa48f080c7b6c2"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4f644ffa56df5967cda3bb599d520c68",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2375739,
            "upload_time": "2025-02-07T08:30:21",
            "upload_time_iso_8601": "2025-02-07T08:30:21.095793Z",
            "url": "https://files.pythonhosted.org/packages/04/1c/c39914f56e03fad11b2e462b6c05ba2c2c696ed1fa60a27450faf4b96173/siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1a89115ea289aea36c69532c1d889394b6e9d264d12bf709f439552003dc0a26",
                "md5": "ce8757b857ec431480c950dfea635753",
                "sha256": "d5d11f4713dfb415b3f9657d2430ef2602bb39a4a5791268539ad24d03d4cf38"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ce8757b857ec431480c950dfea635753",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2270813,
            "upload_time": "2025-02-07T08:30:38",
            "upload_time_iso_8601": "2025-02-07T08:30:38.710250Z",
            "url": "https://files.pythonhosted.org/packages/1a/89/115ea289aea36c69532c1d889394b6e9d264d12bf709f439552003dc0a26/siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec682afaa264ded317d1ae8b2b914b7b3d16a1cb215a650f445a5fb002446889",
                "md5": "492a15d0dc14dbcd798e9a1218e8fe48",
                "sha256": "c99087b885e2bd83a740759416f43c82e280789ba45da598dd8aaae0904e6c18"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "492a15d0dc14dbcd798e9a1218e8fe48",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2265194,
            "upload_time": "2025-02-07T08:30:56",
            "upload_time_iso_8601": "2025-02-07T08:30:56.929912Z",
            "url": "https://files.pythonhosted.org/packages/ec/68/2afaa264ded317d1ae8b2b914b7b3d16a1cb215a650f445a5fb002446889/siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ed7c4d1550edddf04965274f23c7821510c68e2bb3fd3a67d5c2ca3f6f32e2f4",
                "md5": "ea17720d4a9594fc4ef3469080a6fece",
                "sha256": "e549753d2539c4de66bfa4bfcfa0c8b0f0a82c2f1bb0214dfa8eb72513f10b82"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea17720d4a9594fc4ef3469080a6fece",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2413632,
            "upload_time": "2025-02-07T08:31:13",
            "upload_time_iso_8601": "2025-02-07T08:31:13.251658Z",
            "url": "https://files.pythonhosted.org/packages/ed/7c/4d1550edddf04965274f23c7821510c68e2bb3fd3a67d5c2ca3f6f32e2f4/siri_question_answer-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f916ffa48b0d901733d0c183f8065a259f2c2013e8a8ff4ac1ddf2dad1a6195",
                "md5": "3368fa61e9a7e0996dda743c3e97dd1e",
                "sha256": "683d7ff1cc44fa9f0bbbf5a43e2dbc618e65f4e6608a9c756c5efa1e1d0f0fb0"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "3368fa61e9a7e0996dda743c3e97dd1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1509317,
            "upload_time": "2025-02-07T08:31:46",
            "upload_time_iso_8601": "2025-02-07T08:31:46.408796Z",
            "url": "https://files.pythonhosted.org/packages/0f/91/6ffa48b0d901733d0c183f8065a259f2c2013e8a8ff4ac1ddf2dad1a6195/siri_question_answer-0.1.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94c350453e53a32ecb5b127505e69d6dc3b40a353d34e53670a135f1cb8bff85",
                "md5": "de15f35c575829d355702eda8e97838c",
                "sha256": "1750d80423740cafb4e71655d0071a1ace69b5ec911db2af6211008d460a9cb9"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de15f35c575829d355702eda8e97838c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1797308,
            "upload_time": "2025-02-07T08:31:36",
            "upload_time_iso_8601": "2025-02-07T08:31:36.050372Z",
            "url": "https://files.pythonhosted.org/packages/94/c3/50453e53a32ecb5b127505e69d6dc3b40a353d34e53670a135f1cb8bff85/siri_question_answer-0.1.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69285e5ac8514472de38fcdaf8c72ad2948d3e891a9b252e5c27177c6c4e1ff3",
                "md5": "ddca3c6b1b54793cac7186b2547c12b5",
                "sha256": "eac708cd6f40704bb76bdfc52f440cf6cd375357fe539cd3cef95c6145efcde4"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ddca3c6b1b54793cac7186b2547c12b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2087018,
            "upload_time": "2025-02-07T08:30:16",
            "upload_time_iso_8601": "2025-02-07T08:30:16.377667Z",
            "url": "https://files.pythonhosted.org/packages/69/28/5e5ac8514472de38fcdaf8c72ad2948d3e891a9b252e5c27177c6c4e1ff3/siri_question_answer-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cd0ec644bc9b468398bcff3e66962caf65cddc66443e8a519e007b59d02daa3",
                "md5": "f66eb62bc55067dd84b20002e2b1a097",
                "sha256": "13444102d806a39b31913a8cb8df35058096e46d39dd03b2e3e523d2ddf24e12"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f66eb62bc55067dd84b20002e2b1a097",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2011334,
            "upload_time": "2025-02-07T08:30:06",
            "upload_time_iso_8601": "2025-02-07T08:30:06.980772Z",
            "url": "https://files.pythonhosted.org/packages/0c/d0/ec644bc9b468398bcff3e66962caf65cddc66443e8a519e007b59d02daa3/siri_question_answer-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06c49454ead8e21f8e5dae8437660bdeb9faa89461573b6463d047e63ae8577d",
                "md5": "f0dc5414def80de31011bfad56f01af3",
                "sha256": "86cad142d84ee16d1ffe4795f2f22908905e2dbc1bd4110b7ee10b168700e297"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0dc5414def80de31011bfad56f01af3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2245327,
            "upload_time": "2025-02-07T08:28:30",
            "upload_time_iso_8601": "2025-02-07T08:28:30.164203Z",
            "url": "https://files.pythonhosted.org/packages/06/c4/9454ead8e21f8e5dae8437660bdeb9faa89461573b6463d047e63ae8577d/siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b446d05dd464ff14e4b9b5c2cb0ddb1940b06102eaa7ea41cf031e583de87887",
                "md5": "9fc8a3139c70163ad2ede10b269db9b4",
                "sha256": "df70a2c5a75dc113bc048402beda8ccc0be98ee9c47e8fecbe0044d5599b456f"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9fc8a3139c70163ad2ede10b269db9b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2070629,
            "upload_time": "2025-02-07T08:28:48",
            "upload_time_iso_8601": "2025-02-07T08:28:48.471441Z",
            "url": "https://files.pythonhosted.org/packages/b4/46/d05dd464ff14e4b9b5c2cb0ddb1940b06102eaa7ea41cf031e583de87887/siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3d4b4de5d1b3fe9248e9005791e6fa8d1ddd03e83757fc251b0194c73848f2d",
                "md5": "6eb0b8e1e26e178891cad09f206895a9",
                "sha256": "305dfde8d8a77226ec24e61b6a44a3429cae85e700d5715997059b2d5c56b226"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6eb0b8e1e26e178891cad09f206895a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2203245,
            "upload_time": "2025-02-07T08:29:44",
            "upload_time_iso_8601": "2025-02-07T08:29:44.169971Z",
            "url": "https://files.pythonhosted.org/packages/e3/d4/b4de5d1b3fe9248e9005791e6fa8d1ddd03e83757fc251b0194c73848f2d/siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "791db014bba20ee08f8d3806d84df6b444ca3ce24d13b8714b1b14373af9c8fb",
                "md5": "3575a80af101cbecde289cf197149176",
                "sha256": "38ab9bf8df5711386e528c049c8a9ed835d6079da62c5c7cd6a3079996ed33fc"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3575a80af101cbecde289cf197149176",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2371471,
            "upload_time": "2025-02-07T08:29:05",
            "upload_time_iso_8601": "2025-02-07T08:29:05.283783Z",
            "url": "https://files.pythonhosted.org/packages/79/1d/b014bba20ee08f8d3806d84df6b444ca3ce24d13b8714b1b14373af9c8fb/siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5427ba962189ff1f9c50ee1ef51e7e1e8228a2a78d95ad4e7f78d2a079b22d34",
                "md5": "809f12b3778477a1624aee5558f15807",
                "sha256": "723bb441bb40ca2a6bb12756d9738646716a01ea4b5e3b7b226986b01000d909"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "809f12b3778477a1624aee5558f15807",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2345163,
            "upload_time": "2025-02-07T08:29:21",
            "upload_time_iso_8601": "2025-02-07T08:29:21.612186Z",
            "url": "https://files.pythonhosted.org/packages/54/27/ba962189ff1f9c50ee1ef51e7e1e8228a2a78d95ad4e7f78d2a079b22d34/siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2917727cd08291b25cb0b80c450952902049caba1c3590caebab1ed91f65a1f",
                "md5": "c4fc9f8dfa4faab42964debe216bb71c",
                "sha256": "022137b242b600d566c32865ce30afc13aed783690934aa742202fb0e5a04989"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4fc9f8dfa4faab42964debe216bb71c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2266480,
            "upload_time": "2025-02-07T08:29:56",
            "upload_time_iso_8601": "2025-02-07T08:29:56.749319Z",
            "url": "https://files.pythonhosted.org/packages/d2/91/7727cd08291b25cb0b80c450952902049caba1c3590caebab1ed91f65a1f/siri_question_answer-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "049e16d01bae1efbb09719e899f212047a7081a214b61fc9debcd366ec64b659",
                "md5": "af05d1598ba85cfce9f9b1501a7adcb9",
                "sha256": "b7d7cf0d4ec1b0f64e4bcdd1bf51f54128a16d555b34189933afd3b07de3b212"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "af05d1598ba85cfce9f9b1501a7adcb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2375386,
            "upload_time": "2025-02-07T08:30:22",
            "upload_time_iso_8601": "2025-02-07T08:30:22.658850Z",
            "url": "https://files.pythonhosted.org/packages/04/9e/16d01bae1efbb09719e899f212047a7081a214b61fc9debcd366ec64b659/siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "288d10d9e9d2df1ad4597103b6c6471cd1b9bc21ae89a26d2f7fcc946b817402",
                "md5": "8423adaa1487d61c6a9c3e1bb806c681",
                "sha256": "cd63cf531747401882f13e40ffa0f892e75f0a3cc2f69553719a79bfa9d5d1c5"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8423adaa1487d61c6a9c3e1bb806c681",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2271744,
            "upload_time": "2025-02-07T08:30:40",
            "upload_time_iso_8601": "2025-02-07T08:30:40.451232Z",
            "url": "https://files.pythonhosted.org/packages/28/8d/10d9e9d2df1ad4597103b6c6471cd1b9bc21ae89a26d2f7fcc946b817402/siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "103e356944f0db09d920e83d9520c65d55bea8aa4b4d163235bd4d0d3c277aba",
                "md5": "10cfb1baabf7c421c7e4ff0b73a72518",
                "sha256": "e6385b582af429747821a9a8fa0c6b0e32c0d5bdbfd07cfc624379715c9a3116"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "10cfb1baabf7c421c7e4ff0b73a72518",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2263236,
            "upload_time": "2025-02-07T08:30:58",
            "upload_time_iso_8601": "2025-02-07T08:30:58.365493Z",
            "url": "https://files.pythonhosted.org/packages/10/3e/356944f0db09d920e83d9520c65d55bea8aa4b4d163235bd4d0d3c277aba/siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae70a408c0fae84babba21aef4a974a15d1ac97fa0d707f9a3f5c132f1bf41b9",
                "md5": "7f1f337fcebe2132c3b9674bf3b42a1a",
                "sha256": "0c297f8aa11e5447b012e1c6665030482ef6234b1d8f7cc02052f14d05c13c48"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f1f337fcebe2132c3b9674bf3b42a1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2410675,
            "upload_time": "2025-02-07T08:31:14",
            "upload_time_iso_8601": "2025-02-07T08:31:14.760679Z",
            "url": "https://files.pythonhosted.org/packages/ae/70/a408c0fae84babba21aef4a974a15d1ac97fa0d707f9a3f5c132f1bf41b9/siri_question_answer-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3222266d727313c9495a10c3d165ca6674d5161373cd4710d73b703759e8fa49",
                "md5": "c024fd63ca76c15a9a6cef252fb96636",
                "sha256": "0bc91d8f4cf7b2b35ac41ce00f8f160b8114e4a55fffa33d98654cf62b039e88"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "c024fd63ca76c15a9a6cef252fb96636",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1510089,
            "upload_time": "2025-02-07T08:31:47",
            "upload_time_iso_8601": "2025-02-07T08:31:47.812854Z",
            "url": "https://files.pythonhosted.org/packages/32/22/266d727313c9495a10c3d165ca6674d5161373cd4710d73b703759e8fa49/siri_question_answer-0.1.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a65a382f17f948fe3b816752d5b5b2e62618dc77a260e78b145868463e8b4d7",
                "md5": "385f3e7a20abaccd4b7b1004da9c40aa",
                "sha256": "8d3a2c9bb07fb0d6c21fdbaa365153ef8c3d71524c0d6de19d7f4fd199e7b01f"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "385f3e7a20abaccd4b7b1004da9c40aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1797384,
            "upload_time": "2025-02-07T08:31:37",
            "upload_time_iso_8601": "2025-02-07T08:31:37.548585Z",
            "url": "https://files.pythonhosted.org/packages/5a/65/a382f17f948fe3b816752d5b5b2e62618dc77a260e78b145868463e8b4d7/siri_question_answer-0.1.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2567dee7d83fe208d7d24f7bd2779999508a48a29a0bbabb797d2a9ca2d8d3c8",
                "md5": "825782fef2a619dfaa08d25f3aa13667",
                "sha256": "a5cd0c8489e5a6466aae23b51ea8fa5e3e2a02b064252c2b3b5596945654d7d8"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "825782fef2a619dfaa08d25f3aa13667",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2086772,
            "upload_time": "2025-02-07T08:30:18",
            "upload_time_iso_8601": "2025-02-07T08:30:18.163910Z",
            "url": "https://files.pythonhosted.org/packages/25/67/dee7d83fe208d7d24f7bd2779999508a48a29a0bbabb797d2a9ca2d8d3c8/siri_question_answer-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c001c527156fcee381db0d8d481ba9078cddedd60ec3f48cef17d2fc5f617001",
                "md5": "c9088641a28c1bf532fb4ff3f87276ee",
                "sha256": "ccd140a08b974bb5f580a9d86fe4d3bbcccdc9e01fb7555f2c880bbe81b0ebfc"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c9088641a28c1bf532fb4ff3f87276ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2011275,
            "upload_time": "2025-02-07T08:30:08",
            "upload_time_iso_8601": "2025-02-07T08:30:08.280872Z",
            "url": "https://files.pythonhosted.org/packages/c0/01/c527156fcee381db0d8d481ba9078cddedd60ec3f48cef17d2fc5f617001/siri_question_answer-0.1.2-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ba35dfa4bfcf065202924e3a74385a6285bcacddf2132f4faf6bf9b9d207d0a",
                "md5": "f94cd22abc6f4aa1b87b06cf87b58d67",
                "sha256": "15db2e5c98eea847c5c84f2c846feb97d70c5c3b5372834e7232057abada1769"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f94cd22abc6f4aa1b87b06cf87b58d67",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2245497,
            "upload_time": "2025-02-07T08:28:31",
            "upload_time_iso_8601": "2025-02-07T08:28:31.721877Z",
            "url": "https://files.pythonhosted.org/packages/1b/a3/5dfa4bfcf065202924e3a74385a6285bcacddf2132f4faf6bf9b9d207d0a/siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e182746415242ef762548651d440c899c35c40e3554f4ece24943a397ec1df14",
                "md5": "fbd4cd68e81dd4d0d8aa06dde36fd6e8",
                "sha256": "bc05dc8ae44ada8837eeed90c9a6fe8454b9fe1d9e4b41da58ac2c16f3d9d954"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fbd4cd68e81dd4d0d8aa06dde36fd6e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2070422,
            "upload_time": "2025-02-07T08:28:50",
            "upload_time_iso_8601": "2025-02-07T08:28:50.362958Z",
            "url": "https://files.pythonhosted.org/packages/e1/82/746415242ef762548651d440c899c35c40e3554f4ece24943a397ec1df14/siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "948557e857dd3c8ba1edbc39a7f2e94c86a70a40f6cf8e6704934bad62f5a36a",
                "md5": "0070ada0509027ffc3b907df039f8846",
                "sha256": "a4f1153c50e62059bd3a854be1a46e038600f4f5867f4b0a95f1529d854536c9"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0070ada0509027ffc3b907df039f8846",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2202907,
            "upload_time": "2025-02-07T08:29:45",
            "upload_time_iso_8601": "2025-02-07T08:29:45.665405Z",
            "url": "https://files.pythonhosted.org/packages/94/85/57e857dd3c8ba1edbc39a7f2e94c86a70a40f6cf8e6704934bad62f5a36a/siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ac4a1787e05fd5ff25756f2f73e41e55610a0a5088ca18f5012d762d59bd1a5",
                "md5": "a0dbafed4dd9178358280fa69cb7dad5",
                "sha256": "e65214f98030dbaca1c24804b328efed2a869eb96a21d58387ddfde58e42941d"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a0dbafed4dd9178358280fa69cb7dad5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2371478,
            "upload_time": "2025-02-07T08:29:06",
            "upload_time_iso_8601": "2025-02-07T08:29:06.682796Z",
            "url": "https://files.pythonhosted.org/packages/3a/c4/a1787e05fd5ff25756f2f73e41e55610a0a5088ca18f5012d762d59bd1a5/siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "994863cd234a534f50b6fed9d79c7a2d80324b4030cca0f959eb4956bd645be0",
                "md5": "f63035bbc8d332429e57bff042f4f27a",
                "sha256": "d15a28376bd34eaf66d3f96b2b9c83bab8671e8f59611a3e917e1d780b3de9a8"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f63035bbc8d332429e57bff042f4f27a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2344918,
            "upload_time": "2025-02-07T08:29:23",
            "upload_time_iso_8601": "2025-02-07T08:29:23.966134Z",
            "url": "https://files.pythonhosted.org/packages/99/48/63cd234a534f50b6fed9d79c7a2d80324b4030cca0f959eb4956bd645be0/siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6bf8a4d7e47cc5e8f026894411283a6828d6be29014a7388edb367ccdd0b45ea",
                "md5": "cd0c4215f41920f894b5a249bd8036cd",
                "sha256": "a920a34f00cb18d85632d73f55556dbd3f331f8d45e57ab9618cd7a7e5fee556"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd0c4215f41920f894b5a249bd8036cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2267069,
            "upload_time": "2025-02-07T08:29:58",
            "upload_time_iso_8601": "2025-02-07T08:29:58.250574Z",
            "url": "https://files.pythonhosted.org/packages/6b/f8/a4d7e47cc5e8f026894411283a6828d6be29014a7388edb367ccdd0b45ea/siri_question_answer-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82865458dea25028ea6f1f023ee20de4dde0ebe159c2a97cc779ec3d062fc863",
                "md5": "062d575a30d080c2e0cc35d513a8ef3c",
                "sha256": "de003053220c5172ac434d42683e1fa3d6168337d20728a44858d86ce80e601a"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "062d575a30d080c2e0cc35d513a8ef3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2376676,
            "upload_time": "2025-02-07T08:30:24",
            "upload_time_iso_8601": "2025-02-07T08:30:24.482355Z",
            "url": "https://files.pythonhosted.org/packages/82/86/5458dea25028ea6f1f023ee20de4dde0ebe159c2a97cc779ec3d062fc863/siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d299c200ab2ebfa318a2a7e29257ad2cd63707e0a72d7ae074efe4acbd7d404",
                "md5": "8f9decc56c23a0c4f3d5d754f70a667d",
                "sha256": "a26e3eed4780d6263b4eda0f78eccae8159cbd42d8b0fda75f422bccbd7193df"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8f9decc56c23a0c4f3d5d754f70a667d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2272292,
            "upload_time": "2025-02-07T08:30:42",
            "upload_time_iso_8601": "2025-02-07T08:30:42.109705Z",
            "url": "https://files.pythonhosted.org/packages/9d/29/9c200ab2ebfa318a2a7e29257ad2cd63707e0a72d7ae074efe4acbd7d404/siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43f6e86d23ee452d03e3af836e7cc42a28b7b8fbce52fd8cbdc05b30378a45e4",
                "md5": "23b355af9a427899f23d02e023d07f0c",
                "sha256": "4c2482022b6f63e008661fac0cc10f891f1e37759f3aa028231a3baad7e321b2"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "23b355af9a427899f23d02e023d07f0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2263667,
            "upload_time": "2025-02-07T08:31:00",
            "upload_time_iso_8601": "2025-02-07T08:31:00.581534Z",
            "url": "https://files.pythonhosted.org/packages/43/f6/e86d23ee452d03e3af836e7cc42a28b7b8fbce52fd8cbdc05b30378a45e4/siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9a50daaf288af2b7b54ce128e55701b818586bf3cd982cc931fe63a5417cabe",
                "md5": "556e9b97bdf2aac505196a448fd66dd8",
                "sha256": "8c0b518df4ad130c95372b39cb6182e3b69686612f8a13cb057a2cd76b0f9f0f"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "556e9b97bdf2aac505196a448fd66dd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2410821,
            "upload_time": "2025-02-07T08:31:16",
            "upload_time_iso_8601": "2025-02-07T08:31:16.352802Z",
            "url": "https://files.pythonhosted.org/packages/c9/a5/0daaf288af2b7b54ce128e55701b818586bf3cd982cc931fe63a5417cabe/siri_question_answer-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8018a7d3757511427f3fb70fbd9478de96184786dfdc2f111173328d4b3a4a81",
                "md5": "8474aca3bceefb7ec5989f97ad3e08bf",
                "sha256": "5c859066717f2ca2ca6ee8fd993155045e4aaf8f73427efa7ec432d119666428"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8474aca3bceefb7ec5989f97ad3e08bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2244355,
            "upload_time": "2025-02-07T08:28:34",
            "upload_time_iso_8601": "2025-02-07T08:28:34.165923Z",
            "url": "https://files.pythonhosted.org/packages/80/18/a7d3757511427f3fb70fbd9478de96184786dfdc2f111173328d4b3a4a81/siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22a35314bbf8b1e7f27b6fb610f2b2bb2039a9eb0ccc95838e1a27880b8f40b4",
                "md5": "0e937e9c9716dc50c2be43b555343f9c",
                "sha256": "4585d7a189b0226b88edc39a013e363f314ce487fbaf07f343c681716c88af4c"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0e937e9c9716dc50c2be43b555343f9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2066967,
            "upload_time": "2025-02-07T08:28:52",
            "upload_time_iso_8601": "2025-02-07T08:28:52.655913Z",
            "url": "https://files.pythonhosted.org/packages/22/a3/5314bbf8b1e7f27b6fb610f2b2bb2039a9eb0ccc95838e1a27880b8f40b4/siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "69090a8c24164e73c61db66cbddc01548e2f5692db2b7249081b67359beafedd",
                "md5": "a0fb36846d7d020104f0abf5c93929cd",
                "sha256": "9607238ff271bae44a1789cb7961599ca6a70a312884d62270e58f29b5a2c8df"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a0fb36846d7d020104f0abf5c93929cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2368389,
            "upload_time": "2025-02-07T08:29:08",
            "upload_time_iso_8601": "2025-02-07T08:29:08.958118Z",
            "url": "https://files.pythonhosted.org/packages/69/09/0a8c24164e73c61db66cbddc01548e2f5692db2b7249081b67359beafedd/siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5c1a1d3eec6564a3cc386b7be8f32eb7d630536458f4702fba0f52b328b6edb",
                "md5": "73f7719a4b6d47c053c76ac2f37a3030",
                "sha256": "d6fe5a41f7f04fe99d9d673d2095587620ae8e1df7e7181e70fa9aa2ebb4feb1"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "73f7719a4b6d47c053c76ac2f37a3030",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2344584,
            "upload_time": "2025-02-07T08:29:26",
            "upload_time_iso_8601": "2025-02-07T08:29:26.266175Z",
            "url": "https://files.pythonhosted.org/packages/b5/c1/a1d3eec6564a3cc386b7be8f32eb7d630536458f4702fba0f52b328b6edb/siri_question_answer-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19ccefdf6badf4ddfaaf4a0ca8b14185cd6bf152b75540aef20e2e88d13352c0",
                "md5": "4fa2131271b211e29d04ef834bec9f95",
                "sha256": "e79f5448752500efbdb0bb305920cdb1cb45a82aed93d9322ff98363edcf601b"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4fa2131271b211e29d04ef834bec9f95",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2371349,
            "upload_time": "2025-02-07T08:30:26",
            "upload_time_iso_8601": "2025-02-07T08:30:26.162384Z",
            "url": "https://files.pythonhosted.org/packages/19/cc/efdf6badf4ddfaaf4a0ca8b14185cd6bf152b75540aef20e2e88d13352c0/siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1484d2d52e6dc588d16c18e87737ce4dd0ba967401e6d06fe441de062d2535d2",
                "md5": "44ef915f58586985a28a275d8276d676",
                "sha256": "69b68532d7c29943574060db962bab090b5d20b1e9d106a64bb94f49c2b3e0ab"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "44ef915f58586985a28a275d8276d676",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2270441,
            "upload_time": "2025-02-07T08:30:43",
            "upload_time_iso_8601": "2025-02-07T08:30:43.559515Z",
            "url": "https://files.pythonhosted.org/packages/14/84/d2d52e6dc588d16c18e87737ce4dd0ba967401e6d06fe441de062d2535d2/siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "269e17146f8b469e4df274f80efb0dc530eb157ddba302aaf251f84dad5b1db5",
                "md5": "94e63ea71a651582b2468d8efeb21dbc",
                "sha256": "a154eb335b69d2a239597cfb7569b59c4d816f66e53be3235385523bbcd4f058"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "94e63ea71a651582b2468d8efeb21dbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2261147,
            "upload_time": "2025-02-07T08:31:02",
            "upload_time_iso_8601": "2025-02-07T08:31:02.220863Z",
            "url": "https://files.pythonhosted.org/packages/26/9e/17146f8b469e4df274f80efb0dc530eb157ddba302aaf251f84dad5b1db5/siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ece3c6c97bd7f6cd0df0449c09759432542c760f566b4445cdf47fcf70eee637",
                "md5": "f2f3aef15218bbc0ff7a743e1125ad5e",
                "sha256": "0cf6186f6b2d5c90e06d58b5cda3aa260c137fc724fa6fbb4140953e2abaaba5"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2f3aef15218bbc0ff7a743e1125ad5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2411090,
            "upload_time": "2025-02-07T08:31:17",
            "upload_time_iso_8601": "2025-02-07T08:31:17.913697Z",
            "url": "https://files.pythonhosted.org/packages/ec/e3/c6c97bd7f6cd0df0449c09759432542c760f566b4445cdf47fcf70eee637/siri_question_answer-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21713737bb8e754084f2553c246a5685d60f818e36ba8e7b6846c5e80f6f3ce2",
                "md5": "49e4755605c62710e44a54b712b3466b",
                "sha256": "5e104851aef3937eb7838aa68aebba5d8a16d889955d9f28b611e7ec1d15a1ac"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "49e4755605c62710e44a54b712b3466b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1509910,
            "upload_time": "2025-02-07T08:31:49",
            "upload_time_iso_8601": "2025-02-07T08:31:49.670242Z",
            "url": "https://files.pythonhosted.org/packages/21/71/3737bb8e754084f2553c246a5685d60f818e36ba8e7b6846c5e80f6f3ce2/siri_question_answer-0.1.2-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e992140ea052c71856ea9bdd37c62c67c33b6d5806336dc0d306d34615ea52d9",
                "md5": "9cd3797e7dc83d7a3e00faf3c29691f2",
                "sha256": "3fe7da0cb485daac8e778863bd145ac5cd0626bf614c1ec9d71c16f5b37c476f"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9cd3797e7dc83d7a3e00faf3c29691f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1797801,
            "upload_time": "2025-02-07T08:31:39",
            "upload_time_iso_8601": "2025-02-07T08:31:39.857969Z",
            "url": "https://files.pythonhosted.org/packages/e9/92/140ea052c71856ea9bdd37c62c67c33b6d5806336dc0d306d34615ea52d9/siri_question_answer-0.1.2-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd57aa44e8f9e39764d5b3faf59a833e9d4eb18d206185cd6af5030ae6c61dcc",
                "md5": "4c43a0c1eb7913f3f88704595c95a1a5",
                "sha256": "c33a9e981e587d738c06a14d9481c3c806ce3bf5c32cc7343e28777a4cfbd1f4"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4c43a0c1eb7913f3f88704595c95a1a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2245905,
            "upload_time": "2025-02-07T08:28:36",
            "upload_time_iso_8601": "2025-02-07T08:28:36.318859Z",
            "url": "https://files.pythonhosted.org/packages/dd/57/aa44e8f9e39764d5b3faf59a833e9d4eb18d206185cd6af5030ae6c61dcc/siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd24c3d4d808fe0013ff028564f09f1f84d923f439b0f465a42d1b2466d92b8b",
                "md5": "c26d45b72e4d70c9553ade20589f3302",
                "sha256": "9dd316260eb00bf208f5f5f0bacec08fd09585f1220e148b53030114e4fefd99"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c26d45b72e4d70c9553ade20589f3302",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2068343,
            "upload_time": "2025-02-07T08:28:54",
            "upload_time_iso_8601": "2025-02-07T08:28:54.116355Z",
            "url": "https://files.pythonhosted.org/packages/bd/24/c3d4d808fe0013ff028564f09f1f84d923f439b0f465a42d1b2466d92b8b/siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ec8f773630819073b6e8264f7d813cbc2088aadba468e93d9a673379c8fd207",
                "md5": "8d9b0bf39d9783f2a21b36eaf644b21f",
                "sha256": "b9d2026155bea59f11a63c45b1233bf6b7af0a28d29bcfd38b51e2c54ba8af52"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8d9b0bf39d9783f2a21b36eaf644b21f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2203383,
            "upload_time": "2025-02-07T08:29:47",
            "upload_time_iso_8601": "2025-02-07T08:29:47.249146Z",
            "url": "https://files.pythonhosted.org/packages/3e/c8/f773630819073b6e8264f7d813cbc2088aadba468e93d9a673379c8fd207/siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fce1b141eb4a775a7b63161731732762759ffa4d4bfa3a30afa31b2fb4c110dd",
                "md5": "cc1616dcf511105826f011d3abfe0a4d",
                "sha256": "4e732c345c39c1ab49271504d735fb57fb737a645c648973ab06e3f66b8d9c8c"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cc1616dcf511105826f011d3abfe0a4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2372274,
            "upload_time": "2025-02-07T08:29:10",
            "upload_time_iso_8601": "2025-02-07T08:29:10.361685Z",
            "url": "https://files.pythonhosted.org/packages/fc/e1/b141eb4a775a7b63161731732762759ffa4d4bfa3a30afa31b2fb4c110dd/siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf81cab47f7dbd359bd147a2300a1fa14b43bdb4c3e38d4a4d2ba992f33babd8",
                "md5": "987c329ad7cad915f4e3f0d2baf11b8c",
                "sha256": "d278132596151a19e6fdb3b3213aaf94477f438f5f765603e52646d13f1166d1"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "987c329ad7cad915f4e3f0d2baf11b8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2346470,
            "upload_time": "2025-02-07T08:29:32",
            "upload_time_iso_8601": "2025-02-07T08:29:32.477401Z",
            "url": "https://files.pythonhosted.org/packages/cf/81/cab47f7dbd359bd147a2300a1fa14b43bdb4c3e38d4a4d2ba992f33babd8/siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ce97a4b81b82574d0701cbca5def9a28eb855b4078685831b8c67a4c330dec8",
                "md5": "87b064a6f0c0adbde4b16368b0a3d0a0",
                "sha256": "a80dd7b760406020785906d82e50152b4633275a86491d9637eedcfcc99ddacb"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87b064a6f0c0adbde4b16368b0a3d0a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2268002,
            "upload_time": "2025-02-07T08:29:59",
            "upload_time_iso_8601": "2025-02-07T08:29:59.755447Z",
            "url": "https://files.pythonhosted.org/packages/2c/e9/7a4b81b82574d0701cbca5def9a28eb855b4078685831b8c67a4c330dec8/siri_question_answer-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "959eb9b57114ccae139a42ba63ec23d2e28ba8afe98fdc4f3d9e85387e8c90bc",
                "md5": "b0548289d7173fc36b361490afa1c9d5",
                "sha256": "6be06733b69dde00164e7926efe935252d777a09612fe6b12b1468630779bfe2"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b0548289d7173fc36b361490afa1c9d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2373132,
            "upload_time": "2025-02-07T08:30:28",
            "upload_time_iso_8601": "2025-02-07T08:30:28.059537Z",
            "url": "https://files.pythonhosted.org/packages/95/9e/b9b57114ccae139a42ba63ec23d2e28ba8afe98fdc4f3d9e85387e8c90bc/siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ce231fa19048f7d9503cdb2cf1ac8f049635dcb1ab457f53eb1aa6fcb14d875",
                "md5": "786f6f7a382c1ab8513ffa65d2d56886",
                "sha256": "40bc4df125d69c95e98855ab38db00e835650767f86b2e3f0d40dab06cfd0b0a"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "786f6f7a382c1ab8513ffa65d2d56886",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2272386,
            "upload_time": "2025-02-07T08:30:47",
            "upload_time_iso_8601": "2025-02-07T08:30:47.473506Z",
            "url": "https://files.pythonhosted.org/packages/7c/e2/31fa19048f7d9503cdb2cf1ac8f049635dcb1ab457f53eb1aa6fcb14d875/siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "528f103d631d15d9d154ed1c47a5e00d2c1399a8c808594d4e0672787376c6dd",
                "md5": "f8e29aceaebf99e0cd2aced7a295458e",
                "sha256": "73256daa1e9b37937dd35a6d44d3428a82c6a7de1137402fc6703503f22960bf"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f8e29aceaebf99e0cd2aced7a295458e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2261500,
            "upload_time": "2025-02-07T08:31:03",
            "upload_time_iso_8601": "2025-02-07T08:31:03.604912Z",
            "url": "https://files.pythonhosted.org/packages/52/8f/103d631d15d9d154ed1c47a5e00d2c1399a8c808594d4e0672787376c6dd/siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "438214776fab474806705c7b0316ebf8d5eadbd93f2412a51485912b1fba31d0",
                "md5": "dfcd7a37c0f12e7506be9dc692ec748e",
                "sha256": "03e28a9d9313842f023f56c1d00ba16741c014901071244a80bb45c0af8f6506"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dfcd7a37c0f12e7506be9dc692ec748e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2411084,
            "upload_time": "2025-02-07T08:31:19",
            "upload_time_iso_8601": "2025-02-07T08:31:19.981513Z",
            "url": "https://files.pythonhosted.org/packages/43/82/14776fab474806705c7b0316ebf8d5eadbd93f2412a51485912b1fba31d0/siri_question_answer-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cc8339132d57fb5ed28d20d14f9e7e3f7b3602e594acbf6f9ca395f5f59c6c1c",
                "md5": "baba1d9f92ee2c4487a769f384c66c3c",
                "sha256": "1385da5bdf902f266679729ffb13b33c7bfb00969b6e28525abd875b9b3c5837"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "baba1d9f92ee2c4487a769f384c66c3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1509074,
            "upload_time": "2025-02-07T08:31:51",
            "upload_time_iso_8601": "2025-02-07T08:31:51.877184Z",
            "url": "https://files.pythonhosted.org/packages/cc/83/39132d57fb5ed28d20d14f9e7e3f7b3602e594acbf6f9ca395f5f59c6c1c/siri_question_answer-0.1.2-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7ecf7589546d5e20885db010aab89a14d3b667cee6292dad978a4fb13a7a86d",
                "md5": "6bc4e9395236e17ec5dbfe4c0fa872a8",
                "sha256": "752e8b5a05d9e2eec8d75d74f9b4dea64f56fd3ba914d461d6a00163b94ba9d0"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6bc4e9395236e17ec5dbfe4c0fa872a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1797347,
            "upload_time": "2025-02-07T08:31:41",
            "upload_time_iso_8601": "2025-02-07T08:31:41.397127Z",
            "url": "https://files.pythonhosted.org/packages/b7/ec/f7589546d5e20885db010aab89a14d3b667cee6292dad978a4fb13a7a86d/siri_question_answer-0.1.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d672f56759050387ef030686cb0d595ff6c7341632ea29071ef2d513334828e5",
                "md5": "451381467b46c0127164579f9b8bdc2f",
                "sha256": "689258d82283415356235aebc3ec2e977151a2e05cdbb6243fb29f6b47fdf9f9"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "451381467b46c0127164579f9b8bdc2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2246837,
            "upload_time": "2025-02-07T08:28:38",
            "upload_time_iso_8601": "2025-02-07T08:28:38.551233Z",
            "url": "https://files.pythonhosted.org/packages/d6/72/f56759050387ef030686cb0d595ff6c7341632ea29071ef2d513334828e5/siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6eeabffabde640b7e01ed9ce9642d4ee905bbae30ca8ab624f9a16e352a66dd",
                "md5": "ff8521be9bb6374797e23ea8dbc8357c",
                "sha256": "4d922eeb300f26a236a41bdf6bcf72fe5c71fb985e0c697a3ecac60f02f6083b"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ff8521be9bb6374797e23ea8dbc8357c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2068456,
            "upload_time": "2025-02-07T08:28:55",
            "upload_time_iso_8601": "2025-02-07T08:28:55.530148Z",
            "url": "https://files.pythonhosted.org/packages/d6/ee/abffabde640b7e01ed9ce9642d4ee905bbae30ca8ab624f9a16e352a66dd/siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccacb76ffc1820632c4b857a9f334fea904fd5cb07d08d86cae79222baa0126b",
                "md5": "f852f985b51dc5973d01bfcccdd20cba",
                "sha256": "7303ace94ecb1c8fdfc2c2135b7002739abfbca184323942d891a46f786d71a2"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f852f985b51dc5973d01bfcccdd20cba",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2203277,
            "upload_time": "2025-02-07T08:29:48",
            "upload_time_iso_8601": "2025-02-07T08:29:48.671317Z",
            "url": "https://files.pythonhosted.org/packages/cc/ac/b76ffc1820632c4b857a9f334fea904fd5cb07d08d86cae79222baa0126b/siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b1979d87fddccb7e78d5363f508634e8c98313578dd7f7f8a4fdb0a6f3731e1",
                "md5": "29216a51161630731564b83113240eb6",
                "sha256": "a253d38d41fdb98501c86ee0296a99c1a09109a69d71fef5724a2eb2b675f483"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "29216a51161630731564b83113240eb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2372697,
            "upload_time": "2025-02-07T08:29:11",
            "upload_time_iso_8601": "2025-02-07T08:29:11.913889Z",
            "url": "https://files.pythonhosted.org/packages/5b/19/79d87fddccb7e78d5363f508634e8c98313578dd7f7f8a4fdb0a6f3731e1/siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03736ef5cfb5bc60694f942099b530bdf595c5db71d35cd665aea02592520c5c",
                "md5": "2d3d4db9af21679678790016f3110b0a",
                "sha256": "a238fe53577b20916546ebc327c3e0cfc6ede41884447372428c897190cff56a"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2d3d4db9af21679678790016f3110b0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2345634,
            "upload_time": "2025-02-07T08:29:36",
            "upload_time_iso_8601": "2025-02-07T08:29:36.023606Z",
            "url": "https://files.pythonhosted.org/packages/03/73/6ef5cfb5bc60694f942099b530bdf595c5db71d35cd665aea02592520c5c/siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe1a3fe89f228f8fef210d1102478e1ddb91a61d19db9249e51d204974662efc",
                "md5": "33b6a56382c7d693701764e9f0d104f2",
                "sha256": "0ef6c3f82ce4906e752eca45d21163de85989687fb62d6297a65baf974865851"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33b6a56382c7d693701764e9f0d104f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2268129,
            "upload_time": "2025-02-07T08:30:01",
            "upload_time_iso_8601": "2025-02-07T08:30:01.206850Z",
            "url": "https://files.pythonhosted.org/packages/fe/1a/3fe89f228f8fef210d1102478e1ddb91a61d19db9249e51d204974662efc/siri_question_answer-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f3f78a7c04c712f2b04a8bc62cec7f01d8672818ee8f0bf378b3408d19a1bc6",
                "md5": "6e54cf37b4e2c5e9a815633fb8fca434",
                "sha256": "730c8bf26ad1879492ca10913d16586141facf4879ebe62099261436d0c637f2"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6e54cf37b4e2c5e9a815633fb8fca434",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2373164,
            "upload_time": "2025-02-07T08:30:30",
            "upload_time_iso_8601": "2025-02-07T08:30:30.452601Z",
            "url": "https://files.pythonhosted.org/packages/5f/3f/78a7c04c712f2b04a8bc62cec7f01d8672818ee8f0bf378b3408d19a1bc6/siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9eaeddd944f112b8ead606106dd29d1895812c194527eb3b10e7e4884e655098",
                "md5": "f2fe0a0b96087c60d5179b1a9db9cd01",
                "sha256": "d04d39a1ab079fe4c3b799124160a321501cf1ff449dc925b03505091bd8499f"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f2fe0a0b96087c60d5179b1a9db9cd01",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2272538,
            "upload_time": "2025-02-07T08:30:49",
            "upload_time_iso_8601": "2025-02-07T08:30:49.798121Z",
            "url": "https://files.pythonhosted.org/packages/9e/ae/ddd944f112b8ead606106dd29d1895812c194527eb3b10e7e4884e655098/siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e6071396153896d58fef4061c24248577dd2e622981a7a68afde0ff43f63348f",
                "md5": "75b7c928d27f6a1e5e244c29bee74ad8",
                "sha256": "793fa8798fce199f8448e6d57115ce795f03834f77fdf7b7b1dfe7d12fe2b60e"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "75b7c928d27f6a1e5e244c29bee74ad8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2261937,
            "upload_time": "2025-02-07T08:31:05",
            "upload_time_iso_8601": "2025-02-07T08:31:05.013762Z",
            "url": "https://files.pythonhosted.org/packages/e6/07/1396153896d58fef4061c24248577dd2e622981a7a68afde0ff43f63348f/siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e707af41c9ae1762d32d625cedd76231cb67a166a7b5221639afbd09d4683a02",
                "md5": "01c825cdfcdebf8f064782e0e47694e1",
                "sha256": "35ee8ca110b988864d4a4c3203f0f9219b096038bd908b6e70b60410e9a7ce26"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01c825cdfcdebf8f064782e0e47694e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2411139,
            "upload_time": "2025-02-07T08:31:21",
            "upload_time_iso_8601": "2025-02-07T08:31:21.719338Z",
            "url": "https://files.pythonhosted.org/packages/e7/07/af41c9ae1762d32d625cedd76231cb67a166a7b5221639afbd09d4683a02/siri_question_answer-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c543d8b27dd4ae5c1cccebdea1e559cfb586568edea9b3c28643fab8cc6d5284",
                "md5": "31af0a7eec7efe7e3c77fa2049d81da3",
                "sha256": "eec949beb527d8630a392e785dfb73301ee6be55c9177c6327250151974c8cb4"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "31af0a7eec7efe7e3c77fa2049d81da3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1509168,
            "upload_time": "2025-02-07T08:31:54",
            "upload_time_iso_8601": "2025-02-07T08:31:54.096240Z",
            "url": "https://files.pythonhosted.org/packages/c5/43/d8b27dd4ae5c1cccebdea1e559cfb586568edea9b3c28643fab8cc6d5284/siri_question_answer-0.1.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04e5f49cf06933995565e03d80ae04b4da6e4de71802504a59a578b6acd45df9",
                "md5": "a47ca872e92a2ca4d80113837cd4cd3c",
                "sha256": "6ca37869b01a43d7ec19d27bf878a6777015033f53c04dbc506330fd11d5983f"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a47ca872e92a2ca4d80113837cd4cd3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1797288,
            "upload_time": "2025-02-07T08:31:42",
            "upload_time_iso_8601": "2025-02-07T08:31:42.748226Z",
            "url": "https://files.pythonhosted.org/packages/04/e5/f49cf06933995565e03d80ae04b4da6e4de71802504a59a578b6acd45df9/siri_question_answer-0.1.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c45d8d865becb6eef34cb648b5d6814832894dfb2a72e09a317f84bf9040219a",
                "md5": "8206c6d2dbd7577cc3c9f6fa5ebc287e",
                "sha256": "d48966f1b1cb55ac6b062e86a43d91d1b8d0fbffad9b88d46ccfdffdd884c845"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8206c6d2dbd7577cc3c9f6fa5ebc287e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2247492,
            "upload_time": "2025-02-07T08:28:39",
            "upload_time_iso_8601": "2025-02-07T08:28:39.859399Z",
            "url": "https://files.pythonhosted.org/packages/c4/5d/8d865becb6eef34cb648b5d6814832894dfb2a72e09a317f84bf9040219a/siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf90329ee080aac109836d552506c84b877997593f1069f3a469c6dd9cd1cdae",
                "md5": "a9cbc932bbe067aea49c71c9f17ef2a6",
                "sha256": "3ee46911a4eb978c40456fe6b535462a8a84dbe8ae8e63f7b2b561ed85a11848"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a9cbc932bbe067aea49c71c9f17ef2a6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2070194,
            "upload_time": "2025-02-07T08:28:57",
            "upload_time_iso_8601": "2025-02-07T08:28:57.810889Z",
            "url": "https://files.pythonhosted.org/packages/bf/90/329ee080aac109836d552506c84b877997593f1069f3a469c6dd9cd1cdae/siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc2daacd29bf3ecd124b97758ae584c4fe7d683ea5f72ec658ae0253a46d40b6",
                "md5": "e124ee4bdfbdc2a829bdc977c0e1560a",
                "sha256": "45ec50baad271267d19bebf134a84fa60c0cecb41dd6dc27690ab3a19f3cafd6"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e124ee4bdfbdc2a829bdc977c0e1560a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2205260,
            "upload_time": "2025-02-07T08:29:50",
            "upload_time_iso_8601": "2025-02-07T08:29:50.168272Z",
            "url": "https://files.pythonhosted.org/packages/dc/2d/aacd29bf3ecd124b97758ae584c4fe7d683ea5f72ec658ae0253a46d40b6/siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76e1440d44912ac85ff106e7180c03ae16dce0a2c4723eb954a3f6368b617c7b",
                "md5": "bd66e4a142b220e14025a1682cc14dc9",
                "sha256": "595f1df2902ac76730f47a72d12d12d1d6d239eefdbdb332cfc4365e5043764a"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "bd66e4a142b220e14025a1682cc14dc9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2371653,
            "upload_time": "2025-02-07T08:29:13",
            "upload_time_iso_8601": "2025-02-07T08:29:13.828514Z",
            "url": "https://files.pythonhosted.org/packages/76/e1/440d44912ac85ff106e7180c03ae16dce0a2c4723eb954a3f6368b617c7b/siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9990989b1280d014bd36633afa2bab8febae9bab868dbdbb14e0936c7f31e749",
                "md5": "02f4b06c13a68684efd446870322de67",
                "sha256": "dd2957ba6e6c4bb0db63d67d5c50d31825bebf0374c07a4b5daf714eed941d70"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "02f4b06c13a68684efd446870322de67",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2346430,
            "upload_time": "2025-02-07T08:29:37",
            "upload_time_iso_8601": "2025-02-07T08:29:37.443653Z",
            "url": "https://files.pythonhosted.org/packages/99/90/989b1280d014bd36633afa2bab8febae9bab868dbdbb14e0936c7f31e749/siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9768f7345279dff500eb0dc0b7f26d3e828d3b82ea677deaa46105dcbe1d240b",
                "md5": "f836d65ce670eeb1f9cc493615827836",
                "sha256": "1928d8a53a7c3174e117c6e5650d31ce652eb8f365defe4001d5e55bdfafeb0a"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f836d65ce670eeb1f9cc493615827836",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2269342,
            "upload_time": "2025-02-07T08:30:03",
            "upload_time_iso_8601": "2025-02-07T08:30:03.159157Z",
            "url": "https://files.pythonhosted.org/packages/97/68/f7345279dff500eb0dc0b7f26d3e828d3b82ea677deaa46105dcbe1d240b/siri_question_answer-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ed5cb1be08c6f6342e0c56b94b44ce95bc132b0fa17fed2e65ab52a9d7d02c3b",
                "md5": "c8193822f47e77b65240b0511f5b0825",
                "sha256": "a188b74b2d275efbe8a5aa4f3bf97e06162d4d25bd14c4a37860b25f2f419762"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c8193822f47e77b65240b0511f5b0825",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2375953,
            "upload_time": "2025-02-07T08:30:32",
            "upload_time_iso_8601": "2025-02-07T08:30:32.949955Z",
            "url": "https://files.pythonhosted.org/packages/ed/5c/b1be08c6f6342e0c56b94b44ce95bc132b0fa17fed2e65ab52a9d7d02c3b/siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3e46c35eb13452e1eb8b8f6ffbceedc6d22eda7a4200083dcbba1d8b8b845dc",
                "md5": "aa4bdb41466e6accb08e6328db5892dd",
                "sha256": "af415f1175a7699a2087f3e1e80525850060f86529c9cbaf37af3606a0cae9cf"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "aa4bdb41466e6accb08e6328db5892dd",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2271210,
            "upload_time": "2025-02-07T08:30:52",
            "upload_time_iso_8601": "2025-02-07T08:30:52.199776Z",
            "url": "https://files.pythonhosted.org/packages/a3/e4/6c35eb13452e1eb8b8f6ffbceedc6d22eda7a4200083dcbba1d8b8b845dc/siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "395d8950f54456a9ca320380c02e3cb20c08c06f66e8f4f41220c57ce719b91c",
                "md5": "6ed70ddb166f8dc4b06db10cf36ea559",
                "sha256": "bbf9e060d5d5316511dbc94e8a8c7019901f4db25f45408d37e9af2c774e50bd"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6ed70ddb166f8dc4b06db10cf36ea559",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2261022,
            "upload_time": "2025-02-07T08:31:07",
            "upload_time_iso_8601": "2025-02-07T08:31:07.461510Z",
            "url": "https://files.pythonhosted.org/packages/39/5d/8950f54456a9ca320380c02e3cb20c08c06f66e8f4f41220c57ce719b91c/siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd80aa9906ee274c26d4ef6087bc9e6da67dc743a210b9bc8a560def19524ea9",
                "md5": "1d2011d235b25d046147693721a755f9",
                "sha256": "e19f5c0365fa07965796201675057f74b3ba0fa28a002da4a72df21f15618863"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d2011d235b25d046147693721a755f9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 2413849,
            "upload_time": "2025-02-07T08:31:28",
            "upload_time_iso_8601": "2025-02-07T08:31:28.370300Z",
            "url": "https://files.pythonhosted.org/packages/dd/80/aa9906ee274c26d4ef6087bc9e6da67dc743a210b9bc8a560def19524ea9/siri_question_answer-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ca1529e1b459096e9f1b8474cf2559110a2d3d88a20e3c6dd66fc7f5116c227c",
                "md5": "e7be7ddee33866ca1531f9b7d539ec47",
                "sha256": "31cb2c5dc90c8684bb8d9784598635e8fba79631f7da1e31cd4efaaa8eec1745"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e7be7ddee33866ca1531f9b7d539ec47",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2246838,
            "upload_time": "2025-02-07T08:28:42",
            "upload_time_iso_8601": "2025-02-07T08:28:42.050318Z",
            "url": "https://files.pythonhosted.org/packages/ca/15/29e1b459096e9f1b8474cf2559110a2d3d88a20e3c6dd66fc7f5116c227c/siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d3baa523dc5f56bd5bbe7010d3593869261f6373e13e8d6a273235cbbb06e05",
                "md5": "e6e257c6b448073229835ddc11ff54a4",
                "sha256": "87a0f8588c69b963d8cc0f5c961e00a665e45ffa4b25dd13fad58425b3aac110"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e6e257c6b448073229835ddc11ff54a4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2070185,
            "upload_time": "2025-02-07T08:28:59",
            "upload_time_iso_8601": "2025-02-07T08:28:59.257771Z",
            "url": "https://files.pythonhosted.org/packages/8d/3b/aa523dc5f56bd5bbe7010d3593869261f6373e13e8d6a273235cbbb06e05/siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e5a41c10d20296b8f8d8619ee32df19c2af0b824c0e1064a3d9dcf6086c0f1d",
                "md5": "c49066241aec64b3593616d98d073eb3",
                "sha256": "033b47c0318604487bf1c9d60cf45b279dbcc8570511b4793ad78fa888622c6e"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c49066241aec64b3593616d98d073eb3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2370983,
            "upload_time": "2025-02-07T08:29:16",
            "upload_time_iso_8601": "2025-02-07T08:29:16.214376Z",
            "url": "https://files.pythonhosted.org/packages/9e/5a/41c10d20296b8f8d8619ee32df19c2af0b824c0e1064a3d9dcf6086c0f1d/siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "998c81b6f9a21eea88bc52c7c8026b2c0401cffc0e88aaf5e9c9870c9ff87a22",
                "md5": "f1b209c64312364e6eb9c1a9f5267610",
                "sha256": "926601933c992fc4d76e6c45c6cb67f5670591c2100ec95711aad158dd923bb7"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f1b209c64312364e6eb9c1a9f5267610",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2345541,
            "upload_time": "2025-02-07T08:29:38",
            "upload_time_iso_8601": "2025-02-07T08:29:38.854373Z",
            "url": "https://files.pythonhosted.org/packages/99/8c/81b6f9a21eea88bc52c7c8026b2c0401cffc0e88aaf5e9c9870c9ff87a22/siri_question_answer-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ed10bad236f05a8248a757803b74d10298304f599b39ea0e8eab922cf5467c2",
                "md5": "7e0983f556f1c6d749fb358d82528611",
                "sha256": "1695f7617cc55799aeee92514f327ccda6561f71ad7ee300584a13a5d78b2e48"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7e0983f556f1c6d749fb358d82528611",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2376210,
            "upload_time": "2025-02-07T08:30:35",
            "upload_time_iso_8601": "2025-02-07T08:30:35.017983Z",
            "url": "https://files.pythonhosted.org/packages/7e/d1/0bad236f05a8248a757803b74d10298304f599b39ea0e8eab922cf5467c2/siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27dc15a3e5ac3799a8cd938d6ab94f2b94dd87485f5806a2c9adbdaaf1e768ef",
                "md5": "4cf663858c1474b0b27d5e262a9ce5c6",
                "sha256": "d2388d437f9347ba4a692587e889f2001333382c50a982499f66fe4a3f3d0f1d"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4cf663858c1474b0b27d5e262a9ce5c6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2270573,
            "upload_time": "2025-02-07T08:30:53",
            "upload_time_iso_8601": "2025-02-07T08:30:53.801874Z",
            "url": "https://files.pythonhosted.org/packages/27/dc/15a3e5ac3799a8cd938d6ab94f2b94dd87485f5806a2c9adbdaaf1e768ef/siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33bec470d98521a975a9dc0481ac88da57e6261bfeaa2013c5f007d51c42ba3f",
                "md5": "dc6288381324fc56dea22bc6e69b8a17",
                "sha256": "b8361c203ca5220fb7df7ca1b2fac78473cfc705b7f6c05f4b05842dcb02f29c"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "dc6288381324fc56dea22bc6e69b8a17",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2261106,
            "upload_time": "2025-02-07T08:31:09",
            "upload_time_iso_8601": "2025-02-07T08:31:09.818453Z",
            "url": "https://files.pythonhosted.org/packages/33/be/c470d98521a975a9dc0481ac88da57e6261bfeaa2013c5f007d51c42ba3f/siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd6a858744de0f915c6664b03cdc1cc02eb8cdcb2ea131d544244f78d0e16453",
                "md5": "987a0c6410e73fddb7073c111e4f11f5",
                "sha256": "54414b3b6e7268d9bbdf13cfad48f8e106643d78392db68c2fb1f2ccd887a499"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "987a0c6410e73fddb7073c111e4f11f5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 2414050,
            "upload_time": "2025-02-07T08:31:31",
            "upload_time_iso_8601": "2025-02-07T08:31:31.164448Z",
            "url": "https://files.pythonhosted.org/packages/bd/6a/858744de0f915c6664b03cdc1cc02eb8cdcb2ea131d544244f78d0e16453/siri_question_answer-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "470cdbb8616c65750bf7e836067b469a0d82679bd5b92f82ebf129b0ccab1dc7",
                "md5": "c0cf59ca15a4742e58a3e9837ece3c5d",
                "sha256": "5c6e4bdfcb3f31572aa492585faa942ae37b74cf7997346cd697b7edbd57dce4"
            },
            "downloads": -1,
            "filename": "siri_question_answer-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c0cf59ca15a4742e58a3e9837ece3c5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30378,
            "upload_time": "2025-02-07T08:31:33",
            "upload_time_iso_8601": "2025-02-07T08:31:33.671851Z",
            "url": "https://files.pythonhosted.org/packages/47/0c/dbb8616c65750bf7e836067b469a0d82679bd5b92f82ebf129b0ccab1dc7/siri_question_answer-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-07 08:31:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "siri-question-answer"
}
        
Elapsed time: 0.38537s