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.5.tar.gz (30.1 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.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

siri_question_answer-0.1.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

siri_question_answer-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

siri_question_answer-0.1.5-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.5-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.5-cp313-cp313t-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

siri_question_answer-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

siri_question_answer-0.1.5-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.5-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

siri_question_answer-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

siri_question_answer-0.1.5-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.5-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

siri_question_answer-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

siri_question_answer-0.1.5-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.5-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

siri_question_answer-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-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.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for siri_question_answer-0.1.5.tar.gz
Algorithm Hash digest
SHA256 de5090f17812c1caf2a7e3d865df3f64b4187cff5f83fbf855b12c446fec4c76
MD5 9c03f0b5d48e92b608404b0aafcb5bfa
BLAKE2b-256 f5ce5572682883e0f4386ba114daa85d600230a5e00cddc22bcba11e0dda23d5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5bdc0fb509c1dc3099b8d81552bb1a36cdfbe90f6d659a9b1735569e673aaca
MD5 0717bb1c449387c4e4d1e5e758ec32d0
BLAKE2b-256 6e230fd3af62a8b2fa44783493ed01f1bf48ab96b503a8f069c73bdeb1e47869

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3346ed9f3cbea70428c52404d4baae33dd782415ae281c565b527a94a3cd067f
MD5 cf051a78a0af9fda3f9f6443aef7e1d2
BLAKE2b-256 dcad144b2e6cf181494c32f40ea5f3f74506ac1428993095237914c454685594

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f476d7a7e2f7133ecd716e92cba627b4f6d62a1a159e79c9d599243b1becbdd9
MD5 24a8fa0da92e6b6a6950d43e656135af
BLAKE2b-256 5ba0ad4544b40bfa02192a70a0f0b55655fd6965712e501441b7178f73fdee7c

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d2c206ed6e17f548490eb7882e3aa9326276f4ddff11d16120656e2d117df8e
MD5 32b126f5cbc625f47f0e0b2e65eeedf2
BLAKE2b-256 d54ae0cbebb3dd49ee81ba297da81c56a4a6bcb2d714259eecef33aaefab6f78

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e5cd72ee0f9245a989fd6d74e932798794a36b979cc4b3edb866a8a1443016f
MD5 7b78a3db9653e79ed40066790eb661c9
BLAKE2b-256 33868c53b50994378a34eb95901aafe7e663768b9c2cd46265dab737addd9cdc

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f2de8f331ca42692c1b95e6a04ffd75d2e6caf629d65f72daeed82dd8c318ba4
MD5 dba8c3556c24633455c1db2b0a8d6158
BLAKE2b-256 0e751ec62786be1697d9d1b6801e21dee4262a450152696a5ccc372fda2e55f5

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c81a93f47ea0daeae80dae72ac6bff339b1bbcdc96ff3cca4fa56d6cfe5caeb
MD5 e0635033b5a9926bac79afe7edf653e9
BLAKE2b-256 ab3b70722aaf3f9eae47b6bcd2ed69fda28e9168d71a1e5172779e95ededffed

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3899d1e0f2ab4b79da0c278e5679ce87c5d9c6fd1dfd79d543dcfea9d0dc1b0b
MD5 b0a0a3c2dd2acbd316c0680917aad98c
BLAKE2b-256 145510bbeaadc66363aca3db2046ac4453563ea2e6a4f6f568953458e88a555d

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 256ce2d03d69047b7a57e5bcba510af9b896d85375d20733fa72390b5ac03243
MD5 76c4afe49660c029a63a2a7ae08af49b
BLAKE2b-256 cc96f26cbb43347a142a7ec475d95a47f9ea10326664a4d4261e651953230820

See more details on using hashes here.

File details

Details for the file siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 456e0fd3626182def2fbec4332acf0946be97a17481cd8655ecb7c98d53e83df
MD5 3c3d4e97a43b01cf254b4837036a7898
BLAKE2b-256 14da75aa6e76db6945f0505dbc36ba7183a620d8bf891d87cb041f9ae1f61c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c944c43c2f535846eb7320e417a70022c278a5a6ca27c18a12d8fa6e3bc88a3
MD5 8a1c931807be5a0d134b9617ace06bc2
BLAKE2b-256 ddd05beb92483353313dd772a540c3d7c95f3ea125f0054e53d15bdd05a604b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4981f4f32bf299b62f1ad08d60654ffe9612ee8c6f66b518e658182e5cb89e5
MD5 0106c33249da634b04f774dd1708826c
BLAKE2b-256 dc8c08194d480cf39b6a17624041bf5e89c80426869a1a8373aa95e199c60d01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 edb416625ed8206654915e7dbb32ddac2b5bc69889a02f7186c10bd66b394b2f
MD5 fd373611ac52e4a206c218f7180d52be
BLAKE2b-256 2d6ff02ba2cfe42202f0b1094ab638d168f6fb34413f3cadf8085714d21b52bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f411d86b7ebc4e0e53ceb66ed951e3b16d5c643f4af48cca87d9f5fef01ab88b
MD5 69e5dad9f6957e78e0d0c331b809e866
BLAKE2b-256 4c1c4231c48be31c46f8a7be0b8c533605551a41f0b2cc7f7746fd5a30847683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13754a0b7759e3961db4bb4c876536ba25d1c5dc236d8b2e4992c84a2f2cad78
MD5 32757984b48745cec6c7fed6c9e16d7d
BLAKE2b-256 116e355b7e4a5954da7a205a337089ee3facdda3d3218c22e347f44886ced524

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 42b89f2faa29fcdf7c2727371195b3a1499455fff29a6ae35b94a4bf899a7dbb
MD5 27b15b39d4f80c19ecbebed08691831c
BLAKE2b-256 ace2084269427e4f38f5d27e1ff31957f0fbe565a302f0bc9a9b24aecce0d645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a677c5427df570056e617c8fb01fdbbd0350bef422ea281f70c2b0ea62b64cf2
MD5 4158fe2f75955374b39a5c5cb58d290d
BLAKE2b-256 66cf043352a1c99d9e3afe60d78b5b9960ea271f26581faa635e2c4589db688b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a91d86abf0f5d97b1b957ad6b6808d93350eb779b8bf7195e9a0255211626db
MD5 416d62c295e530411de08d4498b649d5
BLAKE2b-256 3f8dc1ead1fed81cc20f5b2d61247ac9a771cee76136b71e262b1ad9a4a16eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 456319c40709a8262dbf089e308df2b6c176892a9d5547d5dc0b87710d9feb8e
MD5 7d9464580ac3208f841f9be70a43c98c
BLAKE2b-256 967af56af4978d28764ef49fb47ed923303a7d841e73c05b6d38850f5340ab4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b504e0d6c25335969e4e82f38e3eacc3343ac33e3b3cedf37d50dad2eef03b2
MD5 5a0afaf4a46a0723be028de065b507a0
BLAKE2b-256 397adde2f7a5fbd74017d25429b837fe9b18bd2a55b4b90202c369e011400a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e83bdf25884ba2edd1f068eebac9e3a923f523f0dd73e85de5a9129b9fa24d5
MD5 aefa86751c47021dfb7c816536dc12b1
BLAKE2b-256 d106d29e871ee321b804ed7ce0b698a95af2266eaf7a1ac86a9845fffcbfc7b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1fb3e9b00102a00722f86c646f052832c537293777c9495352a0819f8e6dfb6
MD5 4676ce9e6d04cae8d927e81b96a6a7e1
BLAKE2b-256 d1a48409c1389a48c2c165b1ec847e4f20ab6096ca08459d43cc7e3b8af66a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a719a7c0f33df279ce47c76932f3b12a661d7309f27bf1dd793afd92edb47149
MD5 97f0c73b8789f26d5d370953ebccec4a
BLAKE2b-256 b936343389f4e4e47ad1597aff50321d63d650f9d73f6d2430803910ce7cea9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c06cde4ae29a34d88714e2dbff4b7f21d463e168b7e5446c8533caea60df2d9
MD5 b20b53ef34cefb4e6711453e64ebdc16
BLAKE2b-256 56ef62a385f11543f0d82af5cb707f197b7801bf251463f83429bb95d9ad659e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab7232447c6b68b443409066fe320aec95f108679317e7c843379ec19ab2e673
MD5 f70900f7545dbd9f24ac0d910a064350
BLAKE2b-256 b9d797c8479fbf84db884a30750903419e4b4b493bcbde3f0a98d11a563d7bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b4212c8653597231aac920f9cb8c5a0080a87cc5ecc3d857862f614fb45b87b
MD5 c986ea530f5ff21176c9a6ffea764284
BLAKE2b-256 ec2374cac37b73dfec0a4a64ac406e8b6410e6e47e01698709b96abec473e4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 feafb051c21275375704d08d43a6def1d66a3a5f046e3a98097aae2947b042f1
MD5 0e438290b1b1e78a5182e214520d36f8
BLAKE2b-256 31b71b7cdd447a3aca078c6bff64e6b7cd47dc75f07a2db3c5c67d22a75ece54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d86e0d93f420be8e6548aeb83e74cb04b468ade6b030e1e9fdb993e1feac623
MD5 524982cb23455e837f384206cb6dafec
BLAKE2b-256 425b8a79d27fd29185cd5b3846e5da593cd24c596b558ca7dc0b547f9adfdd40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b236953f21d9e797c997b3da68a1705729c1aa74c5d9b885785a00cf701f485
MD5 5c12af3e7a31e4814cfaee79aea0b5ad
BLAKE2b-256 216d0614ae5869b10dc578918397dff032556f0d3a1f931473b2cb1b2979cb3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65518c7fa5ade97da01a4cc80dd6e044cc8133e9ba3c64f594630a506273478f
MD5 07bfc5a6ff2350b43624f54089851e4f
BLAKE2b-256 d8f67db9a8c06dda41e7d8613f79196966d5702bacdc62c04e6afb0a8b6c6336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 106ca1271a0e6f84f825ba04b61689f26369f99f4f663795983fd1e9c4a567f0
MD5 78ad22a88b3de8ac4413dcba172690c7
BLAKE2b-256 eac6b8befd975ce4a532c9de17e2ffd30b1ad4d6e28e8050d2d47dca9f9fa495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 370cea0ededbe458c8d287862e9725f6f420e1ab27373c722232491323b8d118
MD5 53bd62dada286240af705234e32c8ca5
BLAKE2b-256 59e8ca3aa4d086b2c4c78a958d08ba09eab355c36cdca654cd9c84cb0a45be3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b0f2398ee05e81a65a59ba27d3e60305e432ad0a1c5eeac329a5f0e23d8392f4
MD5 d0d86bdda47f151a83ce561d269ecb5b
BLAKE2b-256 1b2f5ff20d4f6cd4b118f4ecb8bcac35707122cd6f100063bfcf7ac1c05cbfa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 89a8e77298ddfea3c86fa451d03378b54c9841d7d6e0a4460e69119113e21516
MD5 0070d72143f55e82b1e940222789470b
BLAKE2b-256 16b6cc2cf94f81a0bb6c7640fcc592751afd5b8072f33404ff3fb12af66d1110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ed5f32ae9dc0bdb20c8f5f559315c2893ff3a70cc1ddc5ab4f220b2ae425875
MD5 37c2f673a30480c6de55c5897e2646d7
BLAKE2b-256 a3f57d964b9aeec4c41997c6c39267912270f5971918558c3a2381f4dc8d12f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e579b33d3e60303ea1ff434a207240b0892468e825a555483a36b3d9d4517258
MD5 7e96055f893b0d42d0e22343c086ef7b
BLAKE2b-256 b39a3175ddc3931216e87e0485be7d4c8d7dd91a9066de09e2a718cfb139a53f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 de0280674b8a9caf87488293bc8fe441d0e6595b7d21d9df6ebde5017dfcb8ea
MD5 2d6aa3e6ffe516a21f48923b36f30cd3
BLAKE2b-256 8efbc8a752b32fcb51c7ed0bcdccd3c14cc622dba65219b0e99272bca83d42e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7d93105e4604205fd17a69c24d3c58a0586380879b1f1c5ae3246c8ba96d16c3
MD5 56fed0052f5dd6d110775454d8297af7
BLAKE2b-256 78a67acde678bfb63df6925a52df3d77c8ef4e10e44a522d4ba329cd8c221642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b05720548bb773a6d1c4820768633f37a5617a69ad58b1c886f2d7631677f5e2
MD5 255ce0fc774fa764f2fcc09a3e1d304d
BLAKE2b-256 b1ca6154cdaf9a54a7993437df669d0ea754d34926d5534f1cc45f6f6c202a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ce53fb52de2734a23b4460511fd605bf371501f2c94bb82bc38eb1ccdf20fcd
MD5 2ce2e3b205aa5515249ea38ee951248c
BLAKE2b-256 9c434317c86e51d6f8ed4d68b3c4f7ea7080afe8659a8662d588d981a564758d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fe8e8ce3e30dac354360abd1443f2a7dd0af238f146a4a073627cb61e4585f87
MD5 af525fe861193f2e364630e0a22d6679
BLAKE2b-256 aea7e587af42a9375ab8b0191151dd7c1155903997e35315193db7e7a08deb25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba0022ad96e9b5b4b4475afead2ef63b510368f0df67a9b904465e415f5f5c31
MD5 5e7ecda96216ed21bddba0057e2fa98a
BLAKE2b-256 633f3930a6fc2147ca6a05e53d78afd52e591413a4522a1984fc001cccfd6e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a995af623f0f0ea6d25715780c9c1c9e33b08449e5fb171ceac8746e30b5c45
MD5 da0f862b0a46209ca983a34e28b07169
BLAKE2b-256 cb378d26cbc4bd13fdc8cec1b4b848f64f73313c097f60f07a4f3b7c472972af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 092b956be72bd7ac8c488e193b479d188dda5d4c1da020a5b7f2078f88f1ec0f
MD5 36b3c029a3cde180d52a1f9db8f3d102
BLAKE2b-256 6d13630e6f4d0115d7ba1599de99e3209e310e9367552ee9bd0f1e1755efb458

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dee13b17dd2e7ff91d2af4ac6464daee702c9f02fe14c848e3bfd16fb83d9808
MD5 3e180d28146859732b54385a3a339e2c
BLAKE2b-256 dce8bace8b00152e7baf131575cea4d9e09debbee532af3022754881a8257c2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3f0b3fcf50951158212d6e77a0221bf779d68b1c3095e2fb4eb9633639c67eb
MD5 09f5c0868f3caa780719a70bc3f94924
BLAKE2b-256 f930cca142db259993bb99cd5694f389ef4c592ba597b42703828a99530f1825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5172849b61e973e811f29f57df2c40bac71c90353f640431d97d3d09dab93b0c
MD5 b634368670b3260bae3ce8ac0301b677
BLAKE2b-256 9feaf519690968d178ab95968e82142cb045f185afb222f50b3b8c584cba9394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 877c308e2a7e52391a6587cb1d8bf611cb4c9c1ee61bd4cb7f7ed3a494d2bf87
MD5 0664549c45443892e15475e5b9e71534
BLAKE2b-256 df82a0c430d42f029d930d1060a2135080ee3dd1146335857e3dab62285633c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10e1f8230734e3173d3aa576e5001c6f19e10d1a6868813533662c0fd7056d13
MD5 d501ca36f865725cb42a5e4327d78bf6
BLAKE2b-256 5388cc479ffc591004143d5e2cc2550214a5cba451514341158a9e52954af1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9a7902e4c3597954409a916a98ff507079a7853b031d3d61fe4dd3c99fac4a26
MD5 665abd806cb236b1814a56c785720ad2
BLAKE2b-256 5ab49045d6aa0f51ae9cf94a1ea7408a4c590037555f8724a2f78bb0a65ca78a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ef6474f6b4e5786122afeaecc050a7dd3cf1a969a762e33821defbffe2f2e726
MD5 cb5245ca2700fbdf84c6d43ece1c590b
BLAKE2b-256 1007110389887c6eab19de55a9607803d2102a75210b70848cb7d19fd26c1085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e1bb365edec6ca32e39def8f6b1201151b2a1d659375b175cd434d01c235c15a
MD5 53d89e691fc260a249d249f1fea92299
BLAKE2b-256 731c37b0c78d201cb03b76505b3d923b29dd47cf015b1f36e8bff2ab9550aa47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2d09ff6f3e4a87fba057291e86a3c55f1e7d683a945b9b1da96d5b27312808d
MD5 458b4342800ec256d0b67a713fb65698
BLAKE2b-256 95aac39bd20a5623045ee72ae1fc672f5c6f37ff598ce9cf00bec18e1915f077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4cfbbad71dd30ada4f2f351990aea6ad169456ac446af39d6405c67e4f58309d
MD5 556a877efd0e89e416a9ffd227ee9c36
BLAKE2b-256 bd2e8052fce1e23d3bad869d70fe185d7c0027f6d78177ceaf28a3e0336f9258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c05092d666d40039e4c322db3425efe978158d13dd1f53765a8907d51c6077c3
MD5 67f50a821409d456f948fa65039f317b
BLAKE2b-256 f05f91f5621f40dbbff94c838dabbd418a864a3ac12f2b1b4939a36013f8cc62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d0c8133a007168a4387d2bc48e77483fb3cd39070b12ce74397906caff3123e
MD5 4492cf2339184552bd02df2990cfcf91
BLAKE2b-256 337704f159643af5b341f5570741e5ebca1423a3c736606eab11b3d2292018a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2d43897dfa142b9f63f88cbe292c40d287b1f19ac4e5efd3b1c08b56bd0ed6e
MD5 860ed134576a84e3e98d7050ad1553f3
BLAKE2b-256 84300ee06965e33a3341258a561a332ebd9a2d5522af68027e20679583624662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 618c2c1ac6864c43844620d8041b8beda5ee5783ff4cbefd868735cd3aa5603a
MD5 c5cb2fd28186e7fab8828f7c0663c2a3
BLAKE2b-256 44cd80ba0ff9af729bf607cbf59680a4b560cccef6c8d6c7b3d1225b6c3aaff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 83eb24d3b00c74226a79cb067e161cb216d7813c67bd1d8f79cc7c7311d16f42
MD5 bc45ec9fcf54b12259a6a233e25973cd
BLAKE2b-256 7ac51d443b50803adf212a974dcef353296c9d1644ee80201fa5848fb772b3cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a20bea1347301dda4586ac0162e02aea3a5bf6386634f7fb5895bc3bc683545f
MD5 609509f822b4ed419c12e77937e80bd7
BLAKE2b-256 aeaf88b9c41afd2b3f7f5d922dcf088790c7d1592733c054137a76793eec0409

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4c026ce3fe72e427d99f055ad9ff4ad2edfd79b08aab5f9f2b1d5914a397791
MD5 dff74e7e81f818a5ae1fdd80ee238145
BLAKE2b-256 f4f5ee8accac1e7398a0d355045ac5a1e27b41726d2c50475191fcf8ca256dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8affab9a64a89a2cac5e9df04e27ad6aecaf593f018b4a06fd0f034ba6a765a6
MD5 bcd16638953ac2e5892fb6043e37dd8f
BLAKE2b-256 47176365e5065c8a3c1fecb4053f6963027f0c73c64daf1d018257f21866edc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4488faa532268119fa53384a655a53416a5104b2779c20897970e99de4ac3f55
MD5 94e6f27f53f539b0b79bc1ca279fec90
BLAKE2b-256 66b254c2c0b70a4488be83c1202a7bbf732370390cdfd0b3c80d27b8debbd17e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86a297de354ed0456e949c869547124ee0b5dd0e058250d0ed87cc2fb072f5e2
MD5 7eae7fae5c31611c74341ec95f70eeea
BLAKE2b-256 e015e4b8df6bb1fcfee41b08e840f4dcf06df2a5d0b8c7183942a266399509d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 70b5b03c31311aaf3b60d95b56be8f321adc0962070619d54071787ce1e79dcc
MD5 0997f47ecdbe128434bc6f63119ad97e
BLAKE2b-256 5e040d0a0b16e735f4746b79f76f1fc7fc1b781deaef4a21d1d4b6a590aed630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9cb1533b12088000d6adec90887de1f74b2f41e88c183b72a4b306b43b335f40
MD5 539c021a9e75f5687a2e6cff9334003c
BLAKE2b-256 6e32b09208ee93def6129b9c8ffabd7dcf89a52584b23c7b5acf33b3a6541aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 418ce198eb00a2d879a9f306020b4e5e53df813d9e397b156a545d189f417826
MD5 904d28da845b11fba3a76c8db7ad4b74
BLAKE2b-256 95e6158aab2e7d45fb70427aadad00bdf7aea040e54f2c26315554da36906fb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4c25088b974d90dace9119b782084b6e9180bba735f71f7e051013113a07b53
MD5 80845fa43ee31a833fe1239c19db9e50
BLAKE2b-256 5086d20337d32accb8bfb1f77a466d988221562a99d77abd9b456ed3448637b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed148a72cfcf33cdacd3ea8c4ca130a69c96d35c41e1e079e73b1adb237b5f97
MD5 2b2a492bc6f2f04bf7b9db8eedba23d0
BLAKE2b-256 9333d5c7a50f0a807910fc3924d22a27028132883c0fc1ed9f53c464aec4aba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4ac446d83b9de81e711b2a328217652adb61d440b56f749d5e5f9211a8c8270
MD5 d6d7c1737fb8d7c21426aa78132e0c50
BLAKE2b-256 95c45d9f796b762c6600dc1c863080f0b1e652094fca07565831576ce260d55d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b17306ace66366664363efd67a16196860046ccffc2ed1567ae9793c78d5afb
MD5 f736eb654cc9fc9a0ab9bc2c3b9b9426
BLAKE2b-256 0475d5d783bdba3b4859b7e9084308d56adca489cb22e57f908ffa02c93e5986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c378cf94b75edd40730762e99a108ed2ccdf4e28216bf02193819a86e7aefe4d
MD5 c1dc3f7bdd7815cd14af668b38c3a43f
BLAKE2b-256 b130676d7d9176a69a5e9e9fbcf2077b31afbd1a28217e51dcb6f26ca4de161e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6599ba64d59a15abc6827f021d25d93345c1d1d21692d023d53f29b463e74d6d
MD5 77b0ecfe9f63ec44823898648c0df0f4
BLAKE2b-256 5c92e9a252562856e9baae210d1175715814840f222e21a7b35ac63aad7168cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5d39591594822678ef56508715c5736f9238c2b12f313afffc6fc3b1e0c7a9d
MD5 065a7cefee15fa3a04eabebaf485984a
BLAKE2b-256 07220d21cb4170c81cf1eef11530dd949ed0c52bc8f257ebe6b9965e9b07099a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 327b4f6c08907b8eb38146875d96b8f64c2210d0384b4b45334e43db106d6649
MD5 ca0396c1ae1a7ffb2429caeed3adbc9f
BLAKE2b-256 32196b0d4a726dce9fe56487010af999586b203a084fbf6b364e382f2d9d660e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a80e7a62d132befa250b4b446d43293a3e1a5cd1c830b5a51bc784a6b3bf06d3
MD5 e45741cbb22f50fe0f537fd022fc984c
BLAKE2b-256 482b1851d0b95a95affabf372476d6b3126fb1e083dde5215b78f292d66b9033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00574d82d0eb73c43cfde2a17b5417b11789bc96f7887ed1d6cb9999becf1990
MD5 b2cc7ef7301e84d8d9a63b7d2233eb40
BLAKE2b-256 3c376b76e1a58deed6e8650a712d8f1a54337a4d4c515083d19d4a250fbfe54f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e751fc1589725aed892711e2d137e737237234cd2b7c13b547fe0602ae7d8c3
MD5 f594a36e3fc07a6c527e1b5d8590e5c4
BLAKE2b-256 9a4665a2892b032b1a7e4db9340777827f3eb7a4a31b25d2ae9e6775f96260ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 368e01306c9568ac4ce1f193c25bc4780b490c3b44ed787a5ae9e13054a48a00
MD5 b91f2537ef05e7b60d87094beef42b8b
BLAKE2b-256 c0824e16be349a4e480fc9d8ad6698489228169134e48df890cb24dc1b0b0428

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3fa515f43d5d8550545b999d1b175c8bda7397e8da8128ac4964f11be7e40e14
MD5 cf3e7843e857ba57407c147ad1398227
BLAKE2b-256 09def987b57974883ee4f8ab0d458418d1657abbc67ab203f05f7d5ec5e9411f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7345875966f76c32fed77c93da640bf95ebba558fc5aec344958863d8033666
MD5 e025f3fc78657cc01889642ab7b64d5d
BLAKE2b-256 54dd0c44ac708aa314133bf889bb10243311c9d5d15b987924ffbea485a57f27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc33fbc008e8f279add9d9832415547c21dc4c54fc2572f7d22125453ef3d9d5
MD5 cd0b3c32fd7e6b74061e8a15b6d6d0d8
BLAKE2b-256 d2548dd696ded2db87a0e0d84e676d662845ec5c099f2e53881654073dcdd4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6e05423050a91571378fcec8bcc7df237703d3d1794d8b58d8fa62b038ee8e67
MD5 d6e274326c92af688446edbe5f70db6d
BLAKE2b-256 12f2f8447e6a72d1b261282bbbf0abf02d757fe8602295ab5dca138ce4524403

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b9eb0f6ca4f3c18f8ab54d3e8df2fcdff1c01fc4eaee7f289e482724184b2036
MD5 c8ba8e93791a8ea151b961548e2d9380
BLAKE2b-256 552fec8d4784ff63ed107897f9b887cb6f60fe01ae893a7acd956a91da422ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 248c0b03c81b3187eaf2b34f69fcde187155c9a5d730023a50a78d9f71c1ec65
MD5 a09822bef23ce0aab52cd531c3ab9b09
BLAKE2b-256 12bfa4ea92a6bc2012835e36e82d219b4e65e4587b30c52d0c63310a20b73ae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9bbdb9ae6341cc1c82d49c3d05150fd47170d16b5d252355e50a2fcb4aa123fb
MD5 2330c58ee995fa02b962bba2bd25fad9
BLAKE2b-256 168031890b0e275d8ab681c9b2bb7f2f0e00e2a889f4397fde86de120f46ef4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f43c189a32737456e19672c4a929db8251441a32c4f5ca5c41803c46f19e0e9e
MD5 6db666476b5c30a953d65389e11e90d5
BLAKE2b-256 b677a6fd9417ff7fbc2aa15757adb43b4f676bcfa348105756e41bcb887acb03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32658f67947c828070af8bfcd012d4bc64109c405a0ebe0504bb41520c16a342
MD5 7af1c6610a684aab72c60ae4db661d62
BLAKE2b-256 cd515f5bece1c23e4b7fc19f0fcde0df5419047625957fa6e062b38cb9d61e1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1b3021e40599e0c9d7961cf00d9f88c9f3338474be2799dee6b92184f3b5625d
MD5 60037a98aaffd7dacc5cf8af8ea29d69
BLAKE2b-256 f804c5cbda2ba0f04d1c68889f921f182779a719843be654b7f81cbce728b56e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfbbf4a13fd560a8f0dccc61f47093c59af597a4e1b676d4563731c7e639c101
MD5 230aa7b0cbe6054aa6813991029091c7
BLAKE2b-256 7f113d4d8be232041d4b0d213eadfc2ddb20807eebaa31d8af0dae1816ca4a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 944e07b5c317a26c173782d75d0553c9cc604845369124584bda688be137e230
MD5 ec4c53aee6ab70ec382b92bb23d9ed92
BLAKE2b-256 a25e44f41c87c8561c00a817aec33ec8cc2aa525d2270414e25b7208ca67cb04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b1c8c271ce399bc1266ff01bd16af4b9c3f0c468ae84d15accef66a8ba97e07b
MD5 611336d31f0063d43e9b373a800a090d
BLAKE2b-256 6822de921ae0fdb5be2510c1f10c590d3e350ffb844a17eeba5a8b7e167a0069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ed8343cb4ffe75169d89382e30f69e6d86c22d45fc0ab027d958f0f63eb8a0e
MD5 11e8a164c8ad798fe9f1c9e2e4b71b3b
BLAKE2b-256 ab669338e85049978f36c0ab06a75fec3842d99f00863fe8be7831a38969f22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a8be7654e507247a7ef71ba7be57f0cc28013fcd7308d14db290f2a6ab608e1
MD5 0b77d6dad783a0e70bb2e7ff175322d2
BLAKE2b-256 bb23d18705df6a9e188e5607617ff24dc275c3757d6e95eaa999c59d9fe53242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ce82856e00b54e18012fbd70d0a535b80edbead52127bd6519badc3840779c3e
MD5 27ab74bce4c78a004d62e28334988554
BLAKE2b-256 552bc408df8dc27d20ac32f6aadd08d5dfa22fcdc9c3a25ac727dc6d5f9b5c6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e26eb893bb96edc0400cd524e309c39b640db8ccb49bc80beb724e8cbedb1aa8
MD5 697c975fefb59f4880a11b8909ccba8e
BLAKE2b-256 332cb7d8dec63f9145176100740922fbdba5e3762deb55f85062338beef19800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 148ef8c50e1a8391fd6e91bfeb2e53e83d70ad49b7d5d59b46bc77466ab3ba1a
MD5 c9925e761a5512a3e542259b97235fff
BLAKE2b-256 edde1a4634a03ead238c418e1854f7430b579fcc348a623c52a78e6bd613c600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b73eb7ea019c19514f37f8f1b0a93285bc587f68b01419c6b9a28c0bf9c138bc
MD5 077aa35ecc3e7c0044f03d4560645b41
BLAKE2b-256 506160bbf9aa50dc91abed278781ed347dcefd542a558769d721b4e25ae63d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1dff291d40b17c5eb895df712349dfaca6e6cd4c98351255a18add8f9a40d264
MD5 261eceb7a77da83dea94773e42f1c8ce
BLAKE2b-256 81ac439ad09f892a5820b8fdbee3746bd8878383ad403c5b278c45ac01607620

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d20d43146f44b321f8aef5784c3fb587905914ea81a69d6fe42e16dab0cfe5a
MD5 3c151a1b21bbaf62bf5aa4c1426d289a
BLAKE2b-256 bba621a8ce2075e071acbf00b0dc074266c5667b4a906ef24a6bf5adfbdaad84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5b66a903e7994345bf281657374c71172b695f43cb204987a495fa4428e2454
MD5 4152eed8ca9e149278e855677b29ed32
BLAKE2b-256 b55cb9089253eeb54e2fc45d830c533ff960cdf0081499dc7a4c3b5886b23ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a10ec6ded088df281d5a21d1bb91fe4ad0fd51a067d27355b088f11bcacd9e29
MD5 68fb6c566b80ca1573e4814650d5acfc
BLAKE2b-256 ee6f06c86ab6176e6e258fba97ad2115b67fd0834b6eaaba1c84401a870844e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8565f36cab097824866c628a48ee701eee24e59f42193ae768ff1f7fe84b3483
MD5 cf037ac6648599e8a0e2ce9f79a864c8
BLAKE2b-256 d40735a33c07e6981e92ca03ac5283420dceb9714f18438dc814ab551515af5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 65464c788e75f4d1c920e2d7ac0d004949107346f5238e65163bf10bd01d6615
MD5 450925d28ebf6769f7034236be9bbe19
BLAKE2b-256 99db6d88f1af1843bdd796cf1a8a9e90fdb576d1821cef21e63c8e435af9add4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73980aee659f8948627e256885bdc55fe07519873412d05a81b6602982f5207b
MD5 bf3b483c53ac1cafa5de605a9d124f96
BLAKE2b-256 198a2b8668e2ecf8947668fb95eec9448d053649c453e3e9e63c7d5c7aa4e955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c6ca10b6e8e429904dad3df9b192be89a62cdf62a25e758f789bf4c08a61ff9
MD5 b001a5034ea585796822734d8d73b16f
BLAKE2b-256 fef1c6626a88af4a8a59d9b2834ef1069173e05c3542a669f04360dfc07011bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bb44508e7293406dcc23329ce79d44f866b7eed8ecffcf41cd131e958c871e00
MD5 8c6f82f312eec691c1b56a8f91cd0b05
BLAKE2b-256 9ae82d2f12e90a0058c8ceb5e14a98902f4b97b94fdee0f46e5ce0e7142d2b3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45312d566bd197146ef4e8aa0552146147128f271b527b72b2a53afe622bbabe
MD5 74bb08afe49c2e79659a62a4e9d1815c
BLAKE2b-256 77e896f790721d44cc3fd8486ff466a4540f96bc35b493b235ab877cbced8619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41356afa1a7264158c3c389e8d7343ab51d3e922f852527ab737b546a0bfe7be
MD5 0a170e16ecdb62dc0ebcb652981d4dd3
BLAKE2b-256 18f3c92c432240ae20d24b914c448290d7a9de93a06143ad640108e201711d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e1d8964406c9b0250c67525e3dd593d84931b1c9d175eca4d81a23a8590ed9c
MD5 750d8aeb58c24dcccc5df880b6e9be31
BLAKE2b-256 006b809caeef171dfed04c9b284a1bf0aa21f25f7ba15d6f9096d016416247eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 03c1035ab520093f6e1eb773242cccf4f927982b5b1977350140d349e9e424e6
MD5 3e4dad07f95f81542f07963bacab49b0
BLAKE2b-256 84f12e22fc6dc64dbebf4d91a83912417938df79cf59a1a0c84e27189d46d4a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96fa92a2656940c07cf36484c7ef985f46a2837803039606ef69105da774573c
MD5 717425244a8e8d946ff7d1101b96b795
BLAKE2b-256 ee87370b45f4f10c9f1eb1d73e9b5fe95d397f6b64243660b580cd5693cfe675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2779141bc792d16e8fc38577296ac7e4ffac5798b80aab830ec49dcb9f173125
MD5 09ebb39b270d7174b1bcbe0f60de30c0
BLAKE2b-256 18c0df1d0fb15e5271d5017554df053f23ed812ec5f2cf5a907d0bae3bb5b406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siri_question_answer-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a87875f028bc500e733a56f17e78435e4051522e67e670ff73ccf27f2759d03d
MD5 311b37e30a267ceb267b32cee8dbbb89
BLAKE2b-256 6e6f284a2dcca980ab3fbcfe63ac8a505808788f5f2cd477bed509d37e785906

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