Skip to main content

Python bindings for the siri_question_awnser Rust crate

Project description

Here's an expanded README that accounts for broader SIRI capabilities:

# 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

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


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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

siri_question_answer-0.1.4.tar.gz (30.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.4-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

siri_question_answer-0.1.4-cp313-cp313-win32.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86

siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

siri_question_answer-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

siri_question_answer-0.1.4-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

siri_question_answer-0.1.4-cp312-cp312-win32.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86

siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

siri_question_answer-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

siri_question_answer-0.1.4-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

siri_question_answer-0.1.4-cp311-cp311-win32.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86

siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

siri_question_answer-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

siri_question_answer-0.1.4-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

siri_question_answer-0.1.4-cp310-cp310-win32.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86

siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.4-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

siri_question_answer-0.1.4-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86

siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.4-cp38-cp38-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86-64

siri_question_answer-0.1.4-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86

siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file siri_question_answer-0.1.4.tar.gz.

File metadata

  • Download URL: siri_question_answer-0.1.4.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for siri_question_answer-0.1.4.tar.gz
Algorithm Hash digest
SHA256 a6dd7b1ddeabb1393f66316f9f0884d9d7a0601df221f752e7a70469abcc61f3
MD5 be7574032dd50cf0cea0da4965cc12a4
BLAKE2b-256 7f1fd216b0009585909957ecc846267ebd4dbd15799f077c5aee93f32dc3a8b5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a478534a1b9b7da48a800fd637239971eb3344f07166681ab0cf90aa690c2c35
MD5 77e310bba58f67b2488dee704d6bb901
BLAKE2b-256 629bcb58afdbd6b8dc94521f88fa866702cd9d36dd87379d02c2c6b0ee593c58

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b72e412aead50585928d4c822e722f02d492c11b0054ce694ccff8071125302d
MD5 0acb57810132265bf27256033a3bf2ef
BLAKE2b-256 d7fc07236dac3f10c2d41f3c05e1bd7f48646731a71846c5166fe663aac32772

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 623e37f0b84ea3354c08727947ec94ca6a82988ec1e7267cd9048587b5f6cc64
MD5 3adea7725d60b62a8b7b566a58e780f7
BLAKE2b-256 245039c9789de181c55722a13ab8a8e4a28b2560976d71e3b3edb7c330f604e6

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfa00a9c2bd97bd2a4925455788561828f73a86854273d5017c92b2d220f2b6a
MD5 4b7ddc1510fe7619d533d2017d5bd0ee
BLAKE2b-256 3e9e3c5e87e0fb3ac0df85e2cd156a919ccc612d5858531f0549726931d8d275

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31619281a691be250e3475896921838a5eee60f14f85c334f5deee6fa1188a72
MD5 368d46872e51104ff9f31c8133b8d1b5
BLAKE2b-256 6043ce16800a9e9a7967eeeb7bc01341a3ce17deb75d0aee3ff849b8eb8fb134

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 952b1861f0ed7072490c591b1ac79fc33470496d78feb0dfdc5981f6fe333ff5
MD5 f95e95a5941f424899fa740e17f185a4
BLAKE2b-256 69a70f10a1ed5e977bfdfe78f424306a6fdfeb1879151908e6a8d470823551d6

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 387b9f0d1f5567b1e5e4669948973f7e8dc6db7c1dfcbec66a201e7eab3e3461
MD5 45e21ff764091bd8d7e67e58f16a6fcc
BLAKE2b-256 aee6b58e947115c6f7dbcf519e11a1865477e1a87d2d950de7b6bd2be5fa9b32

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6865f9044e872d81b3f0eacf2aa9f03759149c5842dbc0a7ac6fb80cc6c8571a
MD5 95b940fbe966cd9f9c82a9823d87b236
BLAKE2b-256 9287b4d88be3f35d4db19006b55aec6ce6d527258ff7ee3bc999aae6087e4887

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 06d3f74b592eb3599cab95a8a72decefe6c4961a8a5c14ec63e1fa05c60a7d0a
MD5 b4e4bce910e7aa196bf47c95ac80a790
BLAKE2b-256 1d318a594fb2537bbecbff9219e1e45e2e24636dbd1ef7c42c6c1f9a877964af

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59ba0e8629f8316c981964e0a5af1d3f4b75ebb5db5f2ed2039464bde8989d88
MD5 f69c3add44945510c0702723a1f0d121
BLAKE2b-256 d5bb4b3af4bc9f7a7161d7bb03bd64ed7f909b81e1f9bc13f57350f2258d392b

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31bae98b485751bd46ffddb6983c7d9e80cba1e2350856d4fb6a58e24c0e7ddd
MD5 6c7cd499f458d122148af4c4dd6780a1
BLAKE2b-256 400051bd7e908104e83d79fbd40ef4a5137d0775cbd5e25a58e6e2fe814dca9c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 220dc882a1e31054260677d10da5fc91f1a6830143a531cd112623736045de1c
MD5 2a2b00855e39812e6b0b34381e142c41
BLAKE2b-256 45d046b1fc31826f714cead530cbdb7854929ca69757b6a92664b706a2a76ed7

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 90b5ebb84d5a6e378ea14d342df245797b1466f456cd88382ae5111b42fd85a1
MD5 25f58d833af0434be0fc59c6f4063758
BLAKE2b-256 8f7eac095ad18bca16017db0c62147266f2f80c115d2cae86e6c47f6a5394ba6

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97e1849c7cd5aa012d9f5019cdf04ab1a823137499bc1d9b9ca083bd39e0c9a9
MD5 8feb93f89118180a23c826d7c3b6e6e7
BLAKE2b-256 4d5316a0ddbd3508fd00b6d50774f0a751552522378c05952cb8739d409eace8

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc761d13ef396f7445ea4f35b7c994fd80c5d97873aae3ee6aac91e10937dd76
MD5 4a0b10b170f25e0501ace79d8913da73
BLAKE2b-256 fb7d5b2f6b140ae67e99311f7af970d8f6d11d88fe353c07f0a8a257a89850fc

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef9fc1e191259b2736727a53c4634f8a4a3d485f1b90ee16aaad739bb81a475f
MD5 3af9cd0eb869ca7cc5b5820d7be96495
BLAKE2b-256 6819f0e89a199ba8196078325d5f2e9ddff327ded58811dbe9260635bebd3b4b

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 63c7ef348779d7e4927a1e49655ff738241dcbd35bb7e84e43b2cce9a51636f1
MD5 e06f1b3572e2107729f92a409970285d
BLAKE2b-256 4bb0e0d4a838cf14ac7b77eee9415bc6df9e6feccf628ebf8f3429a5afb370dc

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ac22772a2da332c3c0dcc9fdd62a1d125a50d67557dc68b70c3e88cad490fca
MD5 3b46fee88ea5a22b57756457c4db8b33
BLAKE2b-256 1081a0073ede474f2f457e75709fe98ad033045e2bd354a058ca2f19506baff6

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f14a759da79ac729ed53bd8313bd33de713e7abadfc04c0dc3dd226bd37ad17
MD5 df8ed0ce8332ed5c75f7f98ec20066ba
BLAKE2b-256 ab7b7bafcbd48bfe46b16be062674bf96a8e90294242576d48fe91925d7edccb

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91c21a08914c9d4f6313698faf71121e3099913a2d49df0cdc727ec5091b838e
MD5 b49188bdf8d2082893d515b710303e5c
BLAKE2b-256 77db1beecfeebe925b3b63152c4216551698172b5955fe8ff7c4aca067dbd3c9

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a6d58ac31e3f6e79062658ae9cbc98ff4446248398d57cfc99f0e03681c9497
MD5 08763f92bf239e83bc7dac73b8f12978
BLAKE2b-256 d1010e535564e6a551c80b937b4afaac8cdfb5c3d45aaf0e60e7f28660981bc9

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 71733716903077b9bf4ee8643a19bdc1fc5d39f4dd68607849f56f6f09402b91
MD5 46fca05b2d810cafe48c8dae77a70cd5
BLAKE2b-256 66ba98ad9bd276b90f62d87014db80613436f2d4d19145baafca7aeba9e466bd

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12c1a0ae8331fe4bba5ac14ced82b601c68ba1a107cc902a3c3dd24f910c17e5
MD5 0b39f94429455d5631849d18ee34f38f
BLAKE2b-256 ef7605a472e00fa7d84de9ac4b78eee982d4487d762519649d6081174b69830c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2aa65d98d16c6d530a0f0473cac1a1ee733a56d496ed0655695778563a05424
MD5 ff334b63d45a1289cd38cebed78176fb
BLAKE2b-256 dda082cd4c5144ea3d4ad22f224e33c7a4ee8409b5c7953d25d575a3e4686453

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd6c344eb97c28b3113b4abfd9df44677ec7412d282b4baf943a6b9772fb5efb
MD5 e7a12fe81255ef6b2dc8b884dcdbe689
BLAKE2b-256 4312ccc7c47520bf93fdb4485c0c787a9c67142c64443ce24b89cae623ec5a2f

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7dfb8b273cbe6ebf01aa37b05bc7909f6ebd68dd47bb3c0e67fad1582c6b486
MD5 4a60db477ef6c46c308622a7b4dce1fb
BLAKE2b-256 ffeba0f6774d2a423c3586549955447add1986663fec00b9d7888f0cadaeab2b

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cb9bcc6d3b1306063c8db4ef979eb5d57bcc16285f217d092aef4c815110313e
MD5 a9b14edcf6ec12fc633eafc46343e1c8
BLAKE2b-256 6bdb006059a0855d24591585f5d22c04a5fb572c8208deea4e254d55b179c08d

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 db3de7f39381e92a9cb792752e3f6a18e3efdebd4478ddcd2511abca874750ff
MD5 fa5cf59d65015b50809b153824249c85
BLAKE2b-256 ab885013a6f11de84c1734475d93d3473c63f0aae21716b4239479918ef3aee8

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 693a8bf1861701ebad1597510500ba364f4cb1e6ad15bbc40e9a36148f54f7f0
MD5 95eb44f6fd10d326246f0cab4a05c506
BLAKE2b-256 0de836830b886544a1d736f18a63fe4f79e8c847332c8f3f2c107f486c567116

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 722702b6d74bb2a3440ea323641e39f41ff897738e0691f6db3c82b4e79e3468
MD5 16c336db5a24358d06bdd71cd940c06a
BLAKE2b-256 d60d2705b67743921849b70003ac458418c4e819de5113ed99826df537f76065

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b488bfeaa370ecb02cad4b155a422bc1eda8c1f735f4432cc0a30957cb94dc7e
MD5 640212954ce0e7ae73a6d77f519b402d
BLAKE2b-256 04b532129152d1f9adf9cba9b51d670eabd1148f49cd7ccf2321f573d4be8fb5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6efc64a56a40e467301f361b508308e9d2fbf97d67ff5cb1c371cf59b37f7d4e
MD5 dcf8427945146cc76d1cca59f3ab49e7
BLAKE2b-256 bdaad2da401f52478cd32c7532e0c4f6d35c35d55b69fa2c226cff82c1fe9d4a

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46be52574a9ac2a3a743acffd12ce5eeb379e278904547bf9c7e8837788ac8c4
MD5 f8d38d0f2f6665c0e5fda77ebde0c7f6
BLAKE2b-256 1f53273925fb9b58252c839a43903c7391351221171edb4e4c4c5d4b723d0a3d

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 75344c5df5e31a8f6fc60a98b8dcd45d1570dbac00cc192d75ae768f4d891619
MD5 370d5e468daa6c381072aee16825c2cd
BLAKE2b-256 26e37471511a17d6dd4a4a6860b6f1e2704de66d9a51dac7925583809e828e5e

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e85b0a8d2252d08d326a109378638891033bab0cca35644dc9e8fbe51dd88b63
MD5 bcd11b383bb29facf7e258326763dc17
BLAKE2b-256 4c7682b77c300aede51d0645c3b8562ea87085a1c29c777bdaadadd3b3aa6ad1

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da44dee4099c718782f3cfcacc29fe3ceb19d27d9f8e3c2896b216e64f21e67a
MD5 e1de417ed36ff425a49c5be11a27a67b
BLAKE2b-256 3ac4036849ff2d4bf16494873ab8a839d4f0634990623dafcf440c1bd8d401d5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4503330506d9cb1f5b2be386bac2289d6110cbcf945f5808d9b02a7f5f817515
MD5 6dd6138358c796368a687a03fd690fe6
BLAKE2b-256 2412072c2014a0e5301a3f035a45dc2faad0b7f6c8085650b38f8ed1175ce0d5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32a9588705ff16d0773f256ac491697d84970a1fc3d35ed7e42e45d02d091f72
MD5 6c4f3af543adb2bc49d05b9a86dd81a4
BLAKE2b-256 e0daa149d9e6fb5185de29be4222d14989f01ecdf0bc45c9b0b0860e846d8bdf

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac90aeea082a482245fb2cee55a41c9ef72e8a1c8b0a4b010451ba95616e39f1
MD5 a5ffdfb6e7d089f38284f29e0f4f24a4
BLAKE2b-256 9b6d10dad5f4ee48dabdbc9df564705b28a03f495b2eab44bb50a3f050f8530d

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f38dcd79e8f227a4f925b4c23fdbc0d7c8f6a2ffd3ccf8655671e88520355ff
MD5 dc6bbdf5aef0c2a16cf832107f96bb3a
BLAKE2b-256 cd48bccb0ec5ad1c54f71659cf7e14792c7ca1df41eab40558ee095d867b1292

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 636729a08f8d5c2d73eec577febbcef7dbf095e5861e48841e0f5808f1857cba
MD5 399b6edffff29c4cf8ffc0423ace54ca
BLAKE2b-256 b6914d47f908ec1252b4b7a8c1f8afc8965815f61822136c23b11a4b13dca179

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 787a23757a6a2bfe94082f6de6013212380907cba8e8dc88c270eed72558e032
MD5 f65417fb8846cc4cd16f1203663f2d5d
BLAKE2b-256 a7cacf26262335d42445f49f2ac0a2e7dd780847fb1066e0f4ae976f9325b34c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dd7f688fa56cffd3e3013b9030e9a4886e53d1d4c5d5bd11a922ead3d79d471
MD5 4af23b539c471cd8ac51fa33e9555eb1
BLAKE2b-256 9d1bb6dcfa4bdbb9879cc354242612ce23144de4def1d296055824951d67f1d5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f1cb37a219298e5cc6f93dab646e73109ba989dcc6a06169720d4c4ea3727249
MD5 ca4d49cc8feaaf0290a8a85aa4bd228b
BLAKE2b-256 1c919913b6c7bd2ed45f6535438ffe56b7f47a840a93427631c58d466b1d6f83

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2ec352090b0518469b863191a6c3b14b62c2fd1f572221c2fa0dddd34e0c751
MD5 d2d2ceef5b5eaa10862c22ccd9060b1e
BLAKE2b-256 cdad5225c19b057fa36f711832aa4c023d0f0a339ff827b6585358aae84741ef

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 856a1941f8706326fce762dc5f965bfaab0823b3cb5074629a82dddc199bea6f
MD5 2758f9b573ed36c18f5e42848feedffc
BLAKE2b-256 d6ba97d206c30d85caa7ea037416b2c6e0453790440f43660ddc54c745825b74

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e896b6da722163c21cfdb8b1ad0e567519ed3d20ef8193c292682050e2f8300b
MD5 d4c30d06f486b15e3073f80d6efcfb89
BLAKE2b-256 291984aa022e1697075b66057d631acf5aeaf30cdd04c1230a45d53c9d735d4a

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16483f7308d246534793deffd3815ea7b574197406b8ac4c7f354caa5353476a
MD5 ae7aa3e507ce1e83d5d8394d982ea757
BLAKE2b-256 cf52836e8029bae8aec2d433f34603934aa45f840df49597ec0f450a274131a1

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60942a6412c7cb77dec967c579ae84ca5b52b08182dbd90e476c096433befa28
MD5 7c701e56932e59210ddada656b35db4f
BLAKE2b-256 e644c57de35e627a95bdb3e0ea2be50d5d4e4f2686d397f68cf4aedf4e0a4e00

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eef980ad4abc21c6d3151d2f234a6d891362d68552ecfcb5556e2b7e0f8105b6
MD5 7d21248b6e0df7e25de7583855f65777
BLAKE2b-256 1ca9f0bf0b834407de65bfdfc98c8ba8591fa9ec0105ab9375eba6bb765e06c3

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29124e4d16782284616e2555a1a24abf618488d4ca767e86b61ac7df04dd66c7
MD5 90eb60ca10a95e756846cd46921c8af1
BLAKE2b-256 b1582492955e5cb4bcd927a7611aebef4a1ef6a74cb506c53877bcb22228cd55

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a08cd49a0ae6909415e733976cfb7613b735934d920ac819f24e8fdcac05cf6
MD5 67b73145098ac892614e18f1106499a0
BLAKE2b-256 0e32af48bb11c0ee5972cb8aa3b0c92646e5af94f278cc4d4792d2832ba48e44

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcb089a155d4eac0f7c167e84f0666a0bcf2487c2c6f5f3b66818422fd346f1d
MD5 3e8ddf2e57bc5283834bed8e3a7aacde
BLAKE2b-256 0da5188eba43a0a2fe473574eceafe759c081db022d9f2b53bc1218ee7d3c5a3

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e6905989bf66b9a312bc9d3ac6ea0f313db13d046233389f7f61ef9aef8866d8
MD5 56529c02fb103a859e4351765203da0f
BLAKE2b-256 fcd39bcf6df9661ab49defe54456c5422420a2c4ae0883dbcd8a9d5d28f94e0c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ea52405082ab7abfd74aba40831e53c5112415b51c9484ac84582f58cac855a
MD5 31068e1362d9ab3402f05bfed9ba3c8c
BLAKE2b-256 8f77a828cf95042592cc2079e9bf104e3ff22a83c6bef5ae329bc57aab3beba6

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f9a25b209aa98de64f2372d5abf934cb224349ced139548d93352a0c35d627c2
MD5 b020de68a0ccbe369531014dfe7a5003
BLAKE2b-256 f1535f22ac24643f12fa7de27813dad4d22a50186d1a483a6607ae7ae77591c3

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc3ba10d0a684fdb19f5b9c821ce7a42c644b414489f5df8d629c014a4cb6f57
MD5 6f46a5dc5e3974bef9734911a2b7b5c7
BLAKE2b-256 bac2b9176de501670abb43260553761b52d066ae2fab09759c5f31e2d8196f97

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63bdb71057e1ad44afb4d4deecb5e1ff799f49f4fe1705f79df71729dcd257a5
MD5 7b031b13e17629ad34311c1f19ce4ecb
BLAKE2b-256 0673a5907bafa11aa810734bcc4ab20c9edc44a6973ef4a169b9a9f8a62f9fcf

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d8054cbd2e12af23155813a7ad9f9f5f5fbb2ec40e70669653e2245b23be24d
MD5 1ac4d522557613e5798c7eb0c7cca019
BLAKE2b-256 ed045e7c980df5247caa554f54d978b18ffd32049746641f53b59de0bad3e49a

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6be572f82532fab7a5524a19d47a3b1ff106b63e08a0c6bdb13b74d3e862f290
MD5 c3c4b9d40dc27db1f1e2947fda853b1d
BLAKE2b-256 252f8a46e653e840a51ea1108979f4804641de1f863f86b28134b2ca8a46e586

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1c20de6e6d100ed1e6fddc093b0e7742e58a75931258924ba52356683e098c4
MD5 6ace516199cfd95daf99d52c5e48c02f
BLAKE2b-256 c51d6132a8fe2df68e8a1c7469294b686ba1f7a7d96ef20e2e3b04ceb27d8b7a

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3dee389be3dc03289a78ffd45f21670ed551a8f41fbc4f081a5dd544ec38715e
MD5 43344db8eea4e7d8516fccac29e7a72b
BLAKE2b-256 5e886abd03e076c85625234b8bd84bf90570d9408f3307c9d6c0508657e84a63

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce5f840b772073f218c2380e46907c93fc1e6c41954595308de6337648777f4c
MD5 c2daef24062cc4bbeeb6d933ce91a6dc
BLAKE2b-256 feac42105226a46e9f3e81b4dece4d96fde55ba8247159d4c050b081ef6e70fd

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 02a22388768fd2da38c0bad63bd05efe6a6e258a5635c82910ff23e050cf27c3
MD5 834485a9eda17f7cb0c14311f24989b6
BLAKE2b-256 827017a8d10ffaea416074a2e3968a91a58e5ebe1c2089f843d7bd9113b5d2ef

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bf5276c3bb646b4d1e65b8205d80506cba708ba0b23fd6f259aca70ccfdf8d48
MD5 e366ac052935113325a1341484a4dd7e
BLAKE2b-256 5eb6dc9f401587eb24a0902354eb25fe9a276c8f4ba65d66376061d379a70556

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62cf4515ba5a18e1ec428a166579da054a7b6a9ecfe3417164243879288bbf3d
MD5 494933754f931c707a4b3074bb1a431e
BLAKE2b-256 5ac85edb1077299cfae85a92a3a1af199cfd25e88d8748927cdd9b6b0ba86703

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdcd3a9667e9b66db3a412d0c3933429e10cdcd8dd6a731e76aa0b3a069e14e8
MD5 ed8f928ff77d7d0a292ad208b1746dcf
BLAKE2b-256 948fc05dd490379376bce0042e26c42e65abc0ada8a4a7141a54465f82dfc36a

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d206d1fdf3ee93d6f688e1b15c26cf45d63666cabf934f00e2bff42bfb5e55ea
MD5 348fe7cf94c1e8ec137a7ec6b84b60e5
BLAKE2b-256 c9379158eb5027a0ef8c9009d3f486f0bde1587671b00f2a4b5684b9ab617a2f

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cb9a05bd2064d3282959003c689077a20faa8a9e659b26a94243ca33d2246311
MD5 159ccb9dba3a67834892ae74c6480fbd
BLAKE2b-256 d94e3b88b84fb9c89a9526573dac7f1db5997ca921cec39b791ec27baa21a096

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7ef059207bc063b7851f5bc64a171136b19e320b96cf333d587d3fbde6df9736
MD5 b4bd90f55c2bb226e3468191998eefa0
BLAKE2b-256 585ccfd7a1159e8ec329da0b13caa077a5a62a332ddb146999b78cb1a0565535

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 227d400479135a80ef98a35b96d5f58344e3a4738cfe083d431c5f7f68599343
MD5 52cc77d5e49a178b50d6f74f54d69504
BLAKE2b-256 f14fbb90ece4addeb3e976c1804c1c3d704400af9aa6f1d030e2f46dd43eb4cf

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3768954ea434820eb798f6945927f221751670159ed57fe20d0c5c2f274e215d
MD5 4d34f341bcab2b8649dfb10041b4c651
BLAKE2b-256 9bc175cf1025a331b9e67c3e5b7de637987b518b3aae6a32cf5b0f03f20ed2d2

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7c9f3dcbddb57fdaccd576f168f464719da6fe97178af7ab7eae0ccceeb80b13
MD5 3930002c452c853ceecedd4689cdb782
BLAKE2b-256 8d52d1d34d1b6dd4b9c37f6ce24c24f9c33f249cbab3e9dc719303ad666bf523

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efe5839df78704ff7ab0e42a1968d11451f6061e5b39f3cec36f3cdcedf1547c
MD5 8435904ac037ff2c59bc735aa8dd725e
BLAKE2b-256 d0a435da007e15e6d50a29a1586278ffd55e7988d30bce18f45fb128036f7896

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 144057fd85bcb0d699d7277b7235062a79b4b52c9d429b34dac6c6aea9af096c
MD5 1d4f9075ce35ef930dc7ba3632e973ec
BLAKE2b-256 7772b9fac54ee54f74f3f661c225e5e6878d7ab8945681d2da4ca807f3e44085

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9053b37a2081ea57f66285a930707b18fca63f38ab285de0045558916f6704e2
MD5 65b2d74ead97635f91b7639bd2e5092f
BLAKE2b-256 f416cbde846cd4f3039095274aea37df336982fb0983282b70cb41b64f8a4213

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 994694b4cf3486adc58f455519cc9a87898b14b75e8fb08087f3147dc9d0bb24
MD5 674b0874d9d630066aa58389917a9a5a
BLAKE2b-256 4154fc60d367ff687df3cdc2aeb6d297361cc50131ba8b79bd50ff489935696c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 562a78bddac03d0f10f5b76c7139fc071525b777aad2147853f7016b52d807ae
MD5 f460c752bf231d6ebd14c79fdb5e8d5d
BLAKE2b-256 8747b0af650e907593ef30e91dc7ae5dc603e8dc6d51c1f26a74c8eb2cf0a930

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4543769d001f4c30e5d0b55899c97d885970c90138e0863293a911f556886db6
MD5 971f5a74842771c193426eee059dc15b
BLAKE2b-256 55a88a379415896cf8686649b2f232aca31cb7bda825eab69f20061436a232a4

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7022642ac88584d6af812c23ca323fb7899aa5551566344cd391015c2f5316a4
MD5 1ef4d9ea6d6dcc7078dfef2ff41784bc
BLAKE2b-256 60c933adfe089f15d4cb6b57832512dd5d62c1b82ca388656a830feeb3c75051

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 55ad551e1d8de6f7e1e625634686c0cf84ae556c9c33e787eabc35e5b3a3e204
MD5 f9464b5ca15f69dcbffee1247836e103
BLAKE2b-256 5e8f1543d7a4c11d6afddeb26b3e33f36e2f799f1389fc452cb1aab705c7b09d

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f42b635dd3109627adc6c50d4faf12bb6fc26510aa8ae299a58e29e75c5516b9
MD5 cb415b9c0c44217db68f6002fe64f3b4
BLAKE2b-256 8d8f1db29754fb7d0493f7a04a39c67ad63fabf07583138c48d6928cc32423d2

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ac1d8eda8554faf022c3cfbb0dee67a4b42c78ddfc445e357cdc27c06a2b029
MD5 ebbdaebb028c8ec9c4279b33a52bbedc
BLAKE2b-256 a18669dced3c71fc6103e879a7c200b8fd4f0ef2b2cee4188dae1867722da551

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cffa2d6a34f510dee8946ee5b0544b5448bb744d814fc5cd27251ea3fe25df36
MD5 82da0c0c449ce1431e8b992ff294208b
BLAKE2b-256 02bfe9f6d628ba891bbc10e89e85e322a44ca699c22974e3196035c45df2eb8f

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c5bbe478e4b5fc91a23e47fe43c0d1ce8f341c5d0173e28082841b3fa7110425
MD5 bdf8c939cccc474f53614801fca8318f
BLAKE2b-256 41b9111953bffa882d5b723a60b07068c2d86b919a2e7d5805c99a607c50a155

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ee4a5b208ddb5c0e5ce0b487759182d76cf7f7a89e7251d8451a4ec2da81068
MD5 3fbf7a67c71cbd2454ee8d03d3f27d69
BLAKE2b-256 ed72b5ff6efe7c223d39a36bc763153ae61ed56f9b661cb2c3081efef8ca3a3b

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de1a5cd2535152f053bd22e09a608fa51087f7f237df57037c6d43a38827d3ae
MD5 58e449727cf41912c571eecb4197f819
BLAKE2b-256 db626ed4ed59994428dea680f193270a0dfa10d6215b0323969ece45c715523d

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e0d879b09dc5e066974682a4137430449291b7019054c05d1fb5d2977c0d4ed1
MD5 264dafd4d41e780b0dc7b082f72d65e4
BLAKE2b-256 4b387619efb92f1431ef53b57d7d489d33af102b02ccc2f8841fb32b1e7d12d7

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8199f7f54dc4ec3174c6a6b50d64a31c341683a32ea43c5dad85520b4d407840
MD5 15b4eb304cd05bfe78be3008d6815450
BLAKE2b-256 f711c91a56f3bb93cf644c1413beb1ef875783e32e2825a9bf4963dda4461ec8

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 772a11dcc2ee54f50d5ce8a586c50a7f18d1c25378c51188c49cbab29e41a458
MD5 20c9eb1e1dd72d0f553ea880d46b400d
BLAKE2b-256 c08d1d1d52bd45a54c36d6c320d9ad1fd27cd90e84e8cc91c725b081aea9b2a2

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9976ace90ae2737975b51e36da2e871c4d2628e1098ce40ae0f850dfcdc92493
MD5 40a850197f17e365a6dd70834ca0210f
BLAKE2b-256 2ad9b1a4c0baadf4b8ed48ebc517c2638026f305566ffdd9914b30c556f23250

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59e0a0b5700c3d31bb2215596fe90ac059e42b8bbeaac4d6e64843a6e7c22210
MD5 60e5b4a49165c9b0d35e0f2231fcf621
BLAKE2b-256 1edf58c40bdd93a61060af3a08ee058f27ca4ad637dbfc662772d10533e184db

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 882a4a29858b9effec45014bb90a7a357f28a5320b57e195e5fdd81b391a63f9
MD5 706272561540381483ea298b37366001
BLAKE2b-256 794ee7846abcddfdce897d8ea9efb05299f908ffa140152408840cfe77d54649

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 289df4db17b8ed7c6cb7b61d35780d51d63e9c38638b9620ae0daf3dfe6128e9
MD5 5ae031a691d73e7cff743e47083fc285
BLAKE2b-256 b3086512b624f70b3277600d43e3170f1a42cc7770c1bd63aa8fe775f4b64025

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8f31bc246405c27bc0a5364b9e1166ee3913f80fd967030ba7c16a72a23618a7
MD5 698caa9104d66f9e36eb341326f7c71c
BLAKE2b-256 df15d8193f6232466850057911a4b5d46f8cde753d25f5a8ae472befa8629b2f

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c7e84331052fa96269ef7a927e3cabb7227f0ffa37907ac51ba551d598b9090c
MD5 998483e756d07a9c02afeb053c80b888
BLAKE2b-256 bedd483b6c6c65351f6c7144bcb98add4010d947b43780c597c8c23eecc9ebe6

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9584fa078762ab90995805690030ec7da680e3566a9b70ed699df43d39d0ff8f
MD5 53ccf00ffbfca9a6903a34720d6d10fe
BLAKE2b-256 da515b3975a6d436d2e82198d87760d790420f6d56f0966c49a9a4cfc02dcaf0

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e39e5bae6fd59bc6407ffd51f34cd172c728b658e647f1c0185a476a33558e63
MD5 21d67ef36d419e2eb8973c36314ac37c
BLAKE2b-256 9c00783702404629946122ac0bec52881c59730bd875fc492cf3c1a22acac5d9

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd58f9e3ee8c0550f1929492ce694c959beddf6e81ff6ba1a0c127b43ed73082
MD5 7e4f8cb7ce4b42dbb2d4f70c46949dec
BLAKE2b-256 5cfd14ba2f40b02c78ac4feff6c029f6a845af44a3cd7006f822c583a4d97c1c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8f5810494926753fb8bd93b05442c9ed7d2664eb16bdfdc792d729d5d8d07181
MD5 c719d7798ce8736b660a6fd3c9d2de53
BLAKE2b-256 7020b1a726a5ffa9e0011736b783fd3a822dd027054e1fa2bed37f27451d5c97

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 379d6b7ae5533c37762ae07e6802feb1d80d7d1592444766e365bf5ef4f0c762
MD5 dc5c0e78de41e90294f4ce45a87161cf
BLAKE2b-256 9fbd95196a3eecc94f444c19e09f88683707d249f9dad23f89e54d154d69bd8f

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84f9faa8a467ded95b32641d8db4415c0a3bdabfd867f44d0c524530dc450f38
MD5 275520ee6946e8c856a276458497a2c4
BLAKE2b-256 8fc875f7df0d301236acb22f4983b7e098706736149744c430e6e60028fba9f0

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e95c1da7501a1056366be7f38661b8d171be57f45b895a11d7ac7b525816d415
MD5 4b26fbdb71b3c458c241a16ff49b73bf
BLAKE2b-256 774131740e47ca7ec85af8e4ed8d4f8bf4429f1833b44f72efce24ea441442ca

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e3dc517ad79ed3e5a1dde608886c00291f09f0724feed82f147398b1631eed3
MD5 7dade0b767786b94156ca6fce0fd80ca
BLAKE2b-256 42231bef08d37595d5d9ce79deeb4920379efed25131bfa6fffd9c0ac261c950

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page