Skip to main content

Banquo Python Bindings

This repository contains the python bindings for the Banquo temporal logic monitor, which is written in Rust.

Installation

We try to provide pre-built wheels for all supported python verions across a variety of common platforms. These wheels can be installed from PyPI, the central python package registry, using the command:

$ pip install pybanquo

This project can also be installed directly from GitHub using the command

$ pip install "pybanquo @ git+https://github.com/cpslab-asu/banquo-python"

Usage

Creating formulas is accomplished by combining logical expressions like Predicate with operators like And and Eventually. The result of combining these terms is a temporal logic formula, which can be used to evaluate a Trace, which is a set of system states along with the associated time for each state. This is an example of this process:

import banquo as bq
import banquo.operators as ops

# x <= 5.0
p1 = bq.Predicate({"x": 1.0}, 5.0)

# -y <= -3.0 => y > 3.0
p2 = bq.Predicate({"y": -1.0}, -3.0)

# always (p1 or p2)
f = ops.Always(ops.Or(p1, p2))

t = bq.Trace({
    0.0: {"x": 4.8, "y": 6.3},
    1.0: {"x": 4.7, "y": 9.3},
    2.0: {"x": 4.9, "y": 5.4},
    3.0: {"x": 4.6, "y": 4.1},
    4.0: {"x": 4.2, "y": 3.1},
})

rho = bq.evaluate(f, t)

More advanced usage of the operators, including the bounded Always and Eventually operators can be seen in the tests/test_conformance.py module.

Download files

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

Source Distribution

pybanquo-0.1.1.tar.gz (30.6 kB view details)

Uploaded Source

Built Distributions

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

pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (731.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (772.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (798.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (685.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (508.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (541.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (647.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (524.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (509.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (562.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.4 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl (554.9 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (501.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (552.2 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (725.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_i686.whl (761.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_armv7l.whl (791.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl (676.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (531.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (640.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (516.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (500.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (554.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp314-cp314-win_amd64.whl (325.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pybanquo-0.1.1-cp314-cp314-win32.whl (306.2 kB view details)

Uploaded CPython 3.14Windows x86

pybanquo-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (723.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp314-cp314-musllinux_1_2_i686.whl (761.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pybanquo-0.1.1-cp314-cp314-musllinux_1_2_armv7l.whl (792.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl (677.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (501.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (530.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (641.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (517.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (502.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (551.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (451.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pybanquo-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (468.5 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pybanquo-0.1.1-cp313-cp313-win_amd64.whl (324.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pybanquo-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (721.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (760.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pybanquo-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl (791.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (676.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (499.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (529.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (640.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (516.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (500.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (550.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (450.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pybanquo-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (468.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pybanquo-0.1.1-cp312-cp312-win_amd64.whl (324.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pybanquo-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (720.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (760.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pybanquo-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (790.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (676.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (499.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (529.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (638.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (514.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (500.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (550.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (450.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pybanquo-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (467.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pybanquo-0.1.1-cp311-cp311-win_amd64.whl (328.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pybanquo-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (727.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (768.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pybanquo-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (796.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (681.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (505.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (534.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (644.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (521.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (505.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (559.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (455.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pybanquo-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (463.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pybanquo-0.1.1-cp310-cp310-win_amd64.whl (329.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pybanquo-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (728.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (769.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pybanquo-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (796.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (682.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (538.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (645.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (521.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (506.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (559.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

pybanquo-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (730.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pybanquo-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (771.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pybanquo-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (799.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pybanquo-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (685.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pybanquo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (508.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pybanquo-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (540.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pybanquo-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (648.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pybanquo-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (523.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pybanquo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (509.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pybanquo-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (561.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file pybanquo-0.1.1.tar.gz.

File metadata

  • Download URL: pybanquo-0.1.1.tar.gz
  • Upload date:
  • Size: 30.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e80cc1177e3e523b662a986001a0a10713031cdd2fb00507cf4c4e8fa7d2f144
MD5 eeb8e5f0384586392d2fe069bddae7da
BLAKE2b-256 f10e86f3473f649b8326cd5ba2698fefd08eb8cef014f087e4b1744b3450c8ec

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 569d5734bc6f468bb43d1a09c761bbe8dcc7b917647af20dad017d4aeee5950d
MD5 050145d1c2ed3a88db61c76667dfcb58
BLAKE2b-256 85a7fad0ac60eb8d005dc7d0f6c5e12ee2e8749a68976f8db6c781edfc9a923e

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c91812d03579276daca222f8d70182ca1e80863c986880b041aa40094bece5b9
MD5 11bded5a5d9784b5b9fce427722b7059
BLAKE2b-256 3e51a68e98834c6934fa11f1013e1a50a51f6e219ee387bcbb72e011f76acb5f

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 952825e7cd4106f779c13ece14c8de0b4fb29b849ffa402b9916f6f5e799a5be
MD5 e5225695ccb4d0fbf5d2312b9522dc3a
BLAKE2b-256 34d1c667ce9ebdc71ec8f60774bf0d7028b8292cbc6e3c17aaff281dd840dac7

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88adce933895399211125c2585dd7aa1ca2b074851f34075995842ea0a1efc5c
MD5 985b3f80b14bdbf2160454a36645563d
BLAKE2b-256 61cdff2b704367b5803076b45959df70a853e9eebd371fa59233ded05b505c3c

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20794402cd4dc9423a2d427506c949a8d375972147ef8af56f4772e321f8cf73
MD5 7177ef7af56310daeab21582da13141a
BLAKE2b-256 889a193fdc0687ff1e5a1bb002e622e9e71bd2214fbafb85dca328e76a08a3a0

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 528213388b953146b0dedf5a40fc7a507f7706cad6545a60696aa0f4b75a90bc
MD5 f5f0b3db87e244cea4ba7199a4a98bf1
BLAKE2b-256 974520533f694f836451152ca39cc809d71ecf95cdd48490b8f470cdb4174d46

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d4fb311a612d9ee0b1dfe35b4dd4b4fad0fd28b620332376f85a193d0e763584
MD5 587f8a02ce0554604d5220e9bb52a4f8
BLAKE2b-256 bfaea34966a6b5ed41ce76e6a04fb46e0ea5d86a55aea16c0ccbb669ae3eabd8

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 891dba6f8361ef272d74001635ef5ba0bddcabc4fe6601d96984e1723fd1003a
MD5 05b8f770363eacb685e02490347fcfc0
BLAKE2b-256 f0a81cbefa47f6ab6bf18bdf968a90b2974f643a3c1ecf0457ba2a101ab7ac8e

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0110e50065cc30e30de751cbbfcbc88084d914683457a434dd7dc6ff7df5825d
MD5 b1e256d206fbe4d669c8427e6894899d
BLAKE2b-256 1c317b710c488d5495aad303dd494d59eea957c23e6af98ee8912aabca7ab0a3

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 353536c33caa5a3329651779baed33b7d6c66b7394c722f2e880598c449b5736
MD5 ad8efd9411029956b3b17aca085c5019
BLAKE2b-256 42a7f34f107d0b936acfc08acf5070639f8c195514486bc961218cfb160b5384

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afa9481bb438a1fcdf98d65d202f8b7af7e0203bb46ba5b829c6736fa6e73d04
MD5 7c402bf6db0210a2a18d887be28c70f2
BLAKE2b-256 d9c0ef10b0549ae768ff93d0e9335401072e6fb2559dba0493d643a5890cb6c3

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6f92adbfae9f3cb187d25418c4f3c3ae11d79449515e046b95f1f77bfcf20dd8
MD5 71292eb8599ba82b5b797fce938d8cef
BLAKE2b-256 f907cea8ab15384d87ce7d31a7e60690d0038f84cf6adc512cfede8b195eab58

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2b0fb2c5c545bcdb747a7a268b848f180fc03a0a4dbf070f3ebe559298f34a7
MD5 2eb0eef683e3e4e2ee0e7a194bc81b97
BLAKE2b-256 5988681a45101045b6f0f51b6fca37fd1c0da0fcf45d21f31eb95b9cd4c1408c

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4bec3b423d3363ff5dc56362110e437bdbfaac2d75a96603053d4e2f041d04ef
MD5 fa9a024324e39ed7ab439c8528b3e57f
BLAKE2b-256 6c9aa15e7e41ecf206b31943d92c80e9d49a74a1218cd09cba2194a55ced50f6

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ee9c6280e5271ab0b6030c887f726374c6bb15d2e34ba795dc57a6559f83b79
MD5 97b706ddc0790cdcc03e66ef0c7c4e30
BLAKE2b-256 8fe214d509d36c08e4cb83f8386d09523ace0af7ad021165123138d7ea69dc09

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f77f0595a8704b4b7680d75ff8757f4dcde3d16810a25397736034cdfed4204
MD5 220df1d07472a7245c200b0e47c847e3
BLAKE2b-256 67cb241b3b09c3245204b05ed242719c08e8d6c78ab9251b898c9140157a161c

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a18cdf11efea914d1e4754f138b076361525d8e39724cfc30af4907730a19a44
MD5 944d7980e308429bd955b826f2bf9e4b
BLAKE2b-256 0f8083385fde016663addd0134178c9c890c8af311afb736a3c7f4fd46aaeac1

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3dc8618361d36f07b6b49fde9927ce4fb8e48e2bb4a07736ed650d3fd260abb
MD5 c994b6af9d975b230bcc818b346426cb
BLAKE2b-256 d675f1e4a74a26eb738d1a7e0fca2069bf6d06ad4754a78118d06049a49307a1

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 810f740e6c8060e565a6712293de589234000fc391f1d2e63b57c4282a89324f
MD5 aa8ac2e9016e61fe314ebcdfe6ea304a
BLAKE2b-256 1a757e72ee62e4e403e7f46959a704cda6f87614757c717d2e71ae1649462675

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40fc0b111331b641bbeef2a2de6dc267afae61ed575546bec42297420a793fc2
MD5 4146ed6887aae94b75a515665d024f86
BLAKE2b-256 f2f6933fc48ca5216f8f7d0a1152a4cd816ab118d6fb9be5f2a796c99902a5c6

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8ee153a975e916311fd12eba02790d2b3bc4c7e4e943397e30feb7f9163a6ce
MD5 43ea06614a42c96c7c7425d1c801b185
BLAKE2b-256 0d2181209d8e879726a2e0cb78f169f6c0f9cf69214e0c474e0855fb3c852d2d

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0152ef5373e2659ff4380380896594a10307f66548e629bb3dcaf371a9e37eb5
MD5 d92478b1414c8750bf59a4cbac83cf47
BLAKE2b-256 3c7d6bbc2373c0210ef897de4393d06695e8cbc7018b97249acbfdd503dfff76

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b41bc59af0d8ec5ffc02ae724ca227bccb15ec21867a69218214c7ff04db909
MD5 284b0e6d8104089d160b07e37bd8e4b3
BLAKE2b-256 1e8df6bc3eb68d23f3f26020b1ee960bb0c55ee2a9f5ab01afd9cba931329028

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 28cb8b69758f902f69bf43e1343cc63b212973cda060169b956d91f46d067ac0
MD5 3824c6b7f9ec93b7877f8984184ed2e9
BLAKE2b-256 d217a5efdd6f3b662c60d9845dec2585268959bfe36dfd2f40989ec721d9b679

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pybanquo-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 325.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a44fcdef60ce084db0b1e4ad5cf601d7567c7a1d27111a03b576b1bb2942a636
MD5 a3164b1c370ddf4d21620482f3f1d1f8
BLAKE2b-256 8a1f902d9123aa316a37d71a584e3cdf98ade6f95cea7a2324cfda3ba9300ba4

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: pybanquo-0.1.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 306.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b8a113a9bb5cc11fe91e8de7bcc511b536c75908cc90cbd30acf6f51dbca847c
MD5 fee913178785235fe749d50beb60ec99
BLAKE2b-256 e39affe7c6ef374f588c259846f04afe37783799fb4d9893378128bd752d8242

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ba095a4e5601997e7b46107f851a4e8d457f82ce4880a335162f7a3b63a9bf7
MD5 ca85471c4e5ae62d4e1b10629c2a0caa
BLAKE2b-256 77f8f05628e78b6bf2ba2f980a33dfea96deae0aeae793fa7a603dfed5e4bf82

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 22b3756a6ab9bee3a6a9d631f900dc8fec4ede9ccc9503657214a302f0d19c4d
MD5 997e1682e62b97e859e8076c6bfc37f5
BLAKE2b-256 f69ad3fcb95db76287a6045fa2be783998dd3fe7cbac86b929a2f325693b61c2

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f5f18fdcd16e38f7d2ff19435470a3b129d263f514460adb4eed7472eeea77d
MD5 6645771b874ce9ee9fadd9fba1cd4191
BLAKE2b-256 09b2f8dc20948b9fb08c42b97930af6ccd3040c9511ca545eac5a7be6352f0bd

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cee0ec52778ed1bb5ca40b33f3a2b147c39a9e64216a477c4ffef3ec0d9da949
MD5 68821252bccab3febe3ffb1050457ab3
BLAKE2b-256 2c3636cd3d20f582ed5139d9fb9fa2915c0ec7b346c0af7867c599364d323fe0

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2069e34be436448ddaf9b1dcd8748ba18cf7981bb9ac5df22906a3bbc5b1a92a
MD5 52b72d6821382766fb94e1dce60562ce
BLAKE2b-256 50461839dcfb828d8fb6d37f5c21193e49bf96c1a48976e5f37355aefe7fe19f

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc465a1f1772bf03b20ab2655721f74fe60341a25ac07edc666dda1e3526c91a
MD5 bed8d4afcf670a954003372758510a1c
BLAKE2b-256 9c662ca66f9ce468f34acd824165c1acfecdf94643d947dbb2b62e9258fa4657

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6bf96b39edecc9351d802e7fd1dea424535807d177092e253ff0f95419550dcf
MD5 791d9fa3acbaeb84eee711a341b24818
BLAKE2b-256 fc04cadb33eff83e529fb5780e7da6c20f2c9d8f8a01af8b2d4e45692d59d458

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 23f7e11ce7ed1f52e557da98cdc8bc0da5cdcf68b08cba74a2efd50472556f8f
MD5 f07348ebb14484b85dcf38e3e0c717b6
BLAKE2b-256 fee434d9c4ede77715369c2960eaad36c387858c2b8355be979c18fefa4184a0

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd5556728f63936eb47b7128e9b8eb319c28d2b65a4e6b36505681baa00080ac
MD5 af9186e8920b17bcce93f49310af4edc
BLAKE2b-256 1cd89904ce6c228a29c0650da0d868c987ea6a2c185d0626378f693ab84a9353

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d653b206670fee9e3ca826a7ec73193ab177e98973cab01843dc3a5c8318ea20
MD5 9c65056dac2651db198bdadeae2d673d
BLAKE2b-256 5d10ba13ef804b7342f272027973799e8a880ebe36b5733776712f8fc887e826

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9920bc596ed2098a4da2c574be0e23e0eeaee1b1fb4f2ca73913be385a586f2
MD5 35cdde4955faa69a46ad5fa3b4e6085a
BLAKE2b-256 9fd46067af28e04f9edad781da4d23bf9a8826dbca83a8cee4d3733598acf4d6

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6188050fa55723ac835322396f27e2320bccaa59f36a246b411817130ff56ea
MD5 d1b67cf526bc3a8c7de8f4bf8d97a860
BLAKE2b-256 08d1bb0c13cbea65b62b95baae73671710ad432516ef069d80ef667e4ac23492

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pybanquo-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 324.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3849b1cb111749f1740880291b3cd7cd5a7ca27a9f3d29ecc8827a09fed3b587
MD5 c0184f8852441df8f07efff42fd99d76
BLAKE2b-256 155268e7a8484b3ccc65f0a5d37f09e0264ca93b95b2013647aeea2041e0f238

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93001734a368d2778ffa95a94e28b9d7e9823127cb1ed49a52c628139067b4c0
MD5 99dbd792a7cd1fd3397723a43683cb25
BLAKE2b-256 612a874e0f95be6f19b7efbd6d219c49c5fce5ebee2b56ee145e7227c71c1af5

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91b1806c8bf5ac35ab94f269036ec995aef94d69d4734ee9dfad1e3317b6265d
MD5 c6f8a1a4525394a9ed6e84289e33ba2a
BLAKE2b-256 47df9fe9098cf7fd583a9b907ba36f95d8d6754692867e7fe2619ab6777249ef

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a172a55e8c242490e99b2d1ea252088155da0001dec50559fc98a39d20f5ea38
MD5 f63d6b31ff63b0e5e5788c33ca602216
BLAKE2b-256 d373adba7db8074580336652b6be02c533a8ef0a024fde7e3adc6a94d00844a7

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00a45a6e7e8d48c1bd09b43dc42be125330d460d133a2a0c736d34a0ae17eda5
MD5 b5b13aa3fb57fc1197844bb12effe245
BLAKE2b-256 facf25e02a998fc04bee5b81afcc2871031c709121ac5ffa032a077e6cb975ec

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f496e38944479a4a7601abdb2b1cf66736af58aeeae5a22d2ec16248fa42186
MD5 fec3cd9ea51327bf299a7b3c018e80d1
BLAKE2b-256 f2f749b81aa84e16db08180202bd1123932b09d280536874e0f55809e6c7e5e6

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3bfce7388fff2b16bd724bf886de74ee1bee003f6586a4f8279627546f6ac9ee
MD5 e636933c19a098d3d85275cf138cca48
BLAKE2b-256 b69698b9b32ea42cb107896eb52b8d67241705cefd1b20e70ffaf6f40ffb579e

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c446403b83176d57ba88d72636d352ead57568d899fbdfc1be3c1655fd117909
MD5 24658366b2bb2743ca65e18b4c7e6977
BLAKE2b-256 0a4ee8404727519faf572d3d7c92fa6df495d0016ea8135c9b3ac00433482e6f

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54ec8f1c7b390fba341bda6c672a453e3a98c109754ac8add3b63ebdc2ec15fe
MD5 c1eeaed2d0c3506cd01f507d34f25581
BLAKE2b-256 564ccf0f54d65723dbc968794747e57472e1162052a3b987b823dc75fa452efe

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 010cbfb3ba4592bacbf7cb3bfa95c958a6441ca41549efcb207c2955660f3c52
MD5 5e8502502454e945bfe1df95dd4409ff
BLAKE2b-256 48fc4f328dc4553cf1fa7cb3d89bf9fb4077009ceba9ac69ad955dca009141a8

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a75ffeae769dc1f6b944e78b49c07810f39f0d041b6aeeb0f6c7898e81f3ba93
MD5 1a0cf6265595845c6dc3ac2c447e459c
BLAKE2b-256 7b694f51492e60720e136a3e2226bff20a1ce31b79751a9d3df799556d0469b5

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1d18f4eee8d45e6b6ef01d6bec8240aaba26acac83ebb077385f54cac0d2145
MD5 153282fedea29bc9571ee6dd8e6653a5
BLAKE2b-256 b9957b38f3a213fbf00a1de0d96a006fce225ca07d7ac35c18aa2223bc02a8df

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87dbda1edd1a2ec50ca00918223395a017c04bb13ea59bb62b7b923b411cebf3
MD5 ce20a677608b482b698d4b27773939c0
BLAKE2b-256 049cb0719900d5856ee4b012683a659b58441d42e3244a9ac2849297676da0ea

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pybanquo-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 324.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b284306c0118c587eff4ed465a9ccef01cb352f5874e9cacbe82ca2561dd7ed2
MD5 786ebb1b746918e6094374d962b29ffa
BLAKE2b-256 31e7c719e16412918a84d460dd64d1db4cbcc97b464e2a84817a847d178d6499

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f1ff8182c3be79bc1cd21986d75d75ba8b8f2b14aa06940c7cadb4c73694f21
MD5 9efd22bdcdd08a53d014f394eee56407
BLAKE2b-256 3e35f4d632cb2d494d91ff0f0eb2da7fe3f5c5609ab3bdf9fc44b3a8a0e01eba

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d253d102c37da972de349c615420eca7681cdfc7cbba79d3570b96ffd608831c
MD5 4d10281957c2cc3674ab6dfe4e71b366
BLAKE2b-256 e687e407fb2404a176d03d987fd0a38a626083013c65a4f38648cd34800dbec0

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2df116b6d76bab65d2174c489dad180f4e9fb6a473cdb35272a8043951632858
MD5 70a8f9e771942a77ee6c693c283f3d68
BLAKE2b-256 ba2f1018dd5b29073146490058545917c889a21720e52d7f45e6e9f3bdfb875a

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d933a619c7e055146d9cb61aac43f2cf4c90e487fc6f24ff609b6b8314819f22
MD5 76512cab2ff81b6e7df60a61ccb7427d
BLAKE2b-256 5e6dfe3abf40b8f550a966a3ec954729ffce9ae9650e3e8e030e9b0ec5fcd36d

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a20dd1bf2dfe693bef5780c5dda518cabbf18ac5b979510c0ed7a773b3c97e0
MD5 68b583167a823752cc86e0c57e2393a0
BLAKE2b-256 5771c8b83cd2533c3fd040b80a8fe318f45296f996b853113e39c2a95a3ad85a

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e57f789a46bd5acce3ff41e614158b1d7c5f323cb5596f150fa20fac1406b57b
MD5 a86cf32db4fd7ac2fa6729d154a8f3b9
BLAKE2b-256 c8a5a5b615ee73508d220d23f5a3ced6039d13a69503d233ea2978ee90ccc4be

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70a0a664fd7fb29d7ac790314cc2f2f125ab06e851ea3186555aafa0af2689a7
MD5 2633e1e8270f4bef0c26f2bbc31bfcfd
BLAKE2b-256 545c2749cefd91e790e52300732afb5fda4154983b908539d4228d6cb568f4e0

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 def896537325b544ad12d54b366b67b380169bb1cc8e99554726dd2a3ea79fd5
MD5 dbf1b7fb3b204609919608aa82e3ecaf
BLAKE2b-256 c283401c65f1cb9e1feeab4d66ed550285d863f47bbe179e9fe408101e7b6c38

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 900ef3db78904ace2082600c610af637796518198498239ed9d95a6732c1cde3
MD5 c33bf51bf91845bdf80229190d6b35d3
BLAKE2b-256 4a127881c9509d7a408881dbbb1348e31d3b68316c1a71e183b84590d26dd205

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 03a08895a11782261026bb8a0faed5b81e4e318d9cc0e7921e4425c60b45c4a4
MD5 a65465f31085b7b137495e8fd9d80d56
BLAKE2b-256 9bd7e3d71f0a0f3065ab0877ad38a7c95f30f8c07bd86f7c3b762fc7252efebe

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af86aebb84fa2a5beedc2fa517eed4053ce19f9552c6930216368608c6104af0
MD5 3308a285983c765054d9fe21d04d07e4
BLAKE2b-256 d6f7baf9b8ca3bb566ac1fc76b7f1ff2714c566e9b9dca16925b157037c293e9

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c149645ba0fb936bfc66c7938a6d1094a48d157f9c6cbefc58add334be40c2da
MD5 63f687ee826a8f7c19d45d80ffb45c94
BLAKE2b-256 75e434082a446aaee5fd817f6c267b4092f19ca899b96140c9f2c88353a5aed7

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pybanquo-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 328.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 29fef102f685e9018a6b6e06d42f269b75d320c283fb0d5c49d1914574fd3c73
MD5 54b9cd8933fd72be390fdf30edf16a4c
BLAKE2b-256 8715a24c3f0b3aab6bcba504e787e77b94fb85d5ef4c822e616cd9ad73685257

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9630d3299bb8414de854718021ca25dc0e12e93b871a49503a4471ed23ffb8d
MD5 3fca74470007d1ab5fbbda21cb763674
BLAKE2b-256 fec822622df0c7b5a2e6e58a904b036a0d88f4d59b3ee47320aedc46811735eb

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca5ad97c1e7459f5e5d7c11376423eb8deaf9cd75f7bb8ee8506e84588dae0f8
MD5 60f5b02d91e56eaa6d3c5db064f73655
BLAKE2b-256 d5306192029e7e19377c9bf1851b46f430a09dfec86ac857731b5f5fd03ac62a

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4eb1197f89e0950a430f25a281df51efa8b28876750419f6c95a11f7d576fb3a
MD5 331b7374464ec9637187ece5c48ae3b6
BLAKE2b-256 e9b5f956177df886d283a1ec505b2d94639509f8ce03e1c9f9786819a5324266

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f7d9bbaa86ee0394f4bc72c95e96fe447500ab73cc51595977fa9e9908cab62
MD5 03cc9bef02c77c9defe245959dd455ce
BLAKE2b-256 42dc058bca21dce9d8e76e4bdf3ebb253a9456e1ac95c4a9e43d61111f5c5904

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2c93e20c77487ec22a72fb72517949ef5e659f6e62655cd84a0e0066cf229ba
MD5 5e7fa6626448f6258a664f8b7c020cb2
BLAKE2b-256 738d0b1bc168c11822790d6bf561c619941958db710dab889dfe70f6e8e035e5

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64858a123c8bcdd3b3c46b7bec1c52a701efd5382ced378c1889bdeb7240f5ba
MD5 80e95e11b74cfd70d304caaface09ac5
BLAKE2b-256 d0cb14fddeafdb6f6231a7506e75d55bf9c032e4b0808258b49420d839f403a8

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9778865375341b6cbbeab46724afe6d3fec584df559d3f196307cbc3cb989eb
MD5 4379e32b6800d4193a56e539b78abb0f
BLAKE2b-256 a78b82383c3170d053f11e9d5880ff4a5a22a833d53236ab3be01806286f62ef

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9e8ee0889261cdb97754c8b9dcd122b9a06eb3548390591ab4526879f6eaee11
MD5 967cb7de204a3821c09bba0dc6f73380
BLAKE2b-256 8519410ecc297ad931794181ec53905ef5beea8858140d0f7394ab3fa1017cec

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a6bb8420b26186a54d594d6bcc406fd6d5ee8cd1a9bb73611d521d6a8205610
MD5 e1522a3509d6393ab0dd5751b95d3d9c
BLAKE2b-256 98cea036d7189841131c1b31e4d541d9eaf448d5741fc0accd5df0068df8c0e8

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d466894d34f33db1d56f35d73ca24f46eab5d1a6c2c1af2188d2906403a8f2a7
MD5 75b6d3c5e744b7901591738a94db1582
BLAKE2b-256 a80849098cfb4b4016d08e8d019385db26fc5f03338dcd037b5543746dd62cc5

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc515265ff9cdf96d6673885d3cac0ac2872efbc4cc9aaf8051a50c4627ec5da
MD5 4c27198662cd7c44dbf24c452204d739
BLAKE2b-256 a3e9418860d58b0eee80b5f3e3115ca95c415c1700e4854ce328676c7fcbd6a9

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a7248145157157e35a2dcfcb3d6c9945f35ab6ae5ae2ed26f3221aa405b7048
MD5 ebbfaac768ffdf0f4f8e1856eaa51322
BLAKE2b-256 f7492fe229674f3399e435dcb3c9ea9586d125bef054d43813ea9fa8f1b07db9

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pybanquo-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 329.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fbe1587055d910d19d390740c411fa944e27f7793d7ec81b123f96021e8cd9bb
MD5 758a1116ec5bd0b43ef4915ece021fc5
BLAKE2b-256 3cc7437be92d99d2acaa58974afe76c4f63a6c2a15c9620990a86d3d82c43912

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6375112e52ee790bab145d78c7261cc12617fbdb24c3f3fd02e42bbd4c7dd08
MD5 224a71457e1f35dfbaad6fa30b890c48
BLAKE2b-256 2a1a4698343d88bafe12b49f1ee99ab57ea5ff3174b111f4373874db756abcb4

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 abd6d0b0662db9f943673f2a1e07258ba0fc087bc003dffce37228a631a3d0c4
MD5 3d446e13e0ed1ff2fddcb2251563e151
BLAKE2b-256 8b2cff3aa53910411f218b32cac00f85175fb796bed6ce1b64dfd8a283b82f8d

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd2ac14968f9a1621db089bf2dc394b17ebf00e968c81c5299cea90d16df6bd2
MD5 ffad09c1089ad3f934a1de94133941ea
BLAKE2b-256 a790d75c06ef7f0c4cc6959360c817f34a4e8582ce8290c916c1663b64a1e84a

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f89ad2f7c711f72a06517b03e3360b4070df8b3a6584f7fb1319e2a770377e3
MD5 92569de423c96168af8e16c24411e97e
BLAKE2b-256 cf13584a4d6570f9daa5a7d0bc28f520cb01f8268be9fca5750122143b6480ac

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed4d0595ec9119fd2b8e5e0db02c2019c4f3ba5cb3d4b2aae41bfadfc734e37e
MD5 4f91690fe2f5d8872bb7fabb448f2289
BLAKE2b-256 a2a017c7717b48cb90214ee315e4117a51dcb4df2ca76b04bb5a1d7b8acdf27f

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 249ef2e8ba74fbfdd756e395c7c208b73e3593023b1d37815122fe3e6d67548d
MD5 958699b29f1bf3980ec570caaa956461
BLAKE2b-256 0066f8313437a6ce116e9734bae012c28be115a13061f732ccf0bcf697160e3f

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bfb9cd0f8a3ab4df0f5781f4f289dd899a3f04992d2dd007f9c45272173ab52
MD5 b60fb4133b978cf8833e018c9fc97730
BLAKE2b-256 9441f68e86adc9cd876f796aff7a435ce9fb06de68159e1e61274859c65778e9

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 48820c475e30d0ede4610a3cf23f8f500bd8dd2785efe6a05a21e610235309f8
MD5 95b5a21443454c03e5bf98b4da193db0
BLAKE2b-256 d983b4714d5d70a5184831bcbc9a75dbf0d10ca19c929aab3cbf843bea786286

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7977e38572d9b122218536173277365c210e36dc34f0d9fdea38e5b405e68c97
MD5 588c1aa18d28e7d2a755287acc7b7509
BLAKE2b-256 6527a40d9233c2ef3c04ddf7bb0e10d697fd461103326dc0ee38d7b57e214182

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 636f5f276ce66cccc6866f52762d83b351e1c2f15fa1fba7ca854af223bfbede
MD5 99dfac3380c0d9ed08b234e6ee0e5e11
BLAKE2b-256 14b72ca1fe35c458120a80277bcddcedfe5a3abb0ff405b9523dbcbe0ba933a2

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb2beec55e8c7233a72175084af9e1d2d0494640252d530580e12a5e34234f9b
MD5 799c09809e4b9e078bef11c0f370b64e
BLAKE2b-256 e8979a1eac4d7e3daf70c464d4359d6b7e6e2a61104957318079988deeb6f696

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41f3dde4520aa8ec5211f99af59baeea574883653622a0d2406c80fc3d16de18
MD5 13e23be569f645a7cd19595fe200f5d4
BLAKE2b-256 52f389875929ee1d28ef0a090caa3e4e2a484e12caf3dba68d526f59e9b498ef

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 36090ee0e2cb4718dc4492d9ab2078597da3a2162b7115e9513bde6d820a67c2
MD5 b6e2b042eb6065386e87e47624947f2e
BLAKE2b-256 354a5b09f2146492c035b490c6554b361a6eb1c6af740485cebde78f48c2f8bd

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e07f758215dfac9bb34629ce25f6cac280d38d69c60b013a8c884864c9396a4d
MD5 3fe1288a74fb18cac76a38681c1fe37b
BLAKE2b-256 6db35be3bb1ff9d1007bd4cf2c483f19726eb02d8ea2b5186ada2359cc2ebe06

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2675bb4d94e86a7943087a971cd5112a0b679130fdbfcf4d0d39bdff30f9962e
MD5 ca6e507eb71701c153cfcf77ae42a5aa
BLAKE2b-256 9f90936a27efb661d798a453119ee51f70bb3a515b5d39ef69ad7ceb6a9c8eaa

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ef0aa88268348165dbe06201f20e0fe276fe189b51fc87e9206d51eca428d2c
MD5 7d1e3659ecaac007fe9a678da0813696
BLAKE2b-256 0b7e226d054b8873b26a3e204a721c4e6fb973142545fcfc6e27eec516cce4d5

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 683e675e877461301f049f7df8ce3eb9b5a49ca24f963b97dd6257b67269140a
MD5 af8be958a29d630570690e9e78ae6dde
BLAKE2b-256 e8e9b3c0b8d7fb602a6e8eb2567a5f3e330d1c05697d4b477e87c97be68dff5f

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98daccde00dfef9a583d5572444e0c66d76357d9ef1810fa376fa90a4211b805
MD5 3032fef16283c9fb7fce4b4d5996974c
BLAKE2b-256 67cefab3d6fd7b6b5718aa22a36c34e25beb68603151912124336426322b5967

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1e40f002d7f85665fc84fec47efeaafcf9bd9ea9bc034e569c5e2a7d2ccba54
MD5 213702f5604e646940520226d7acf984
BLAKE2b-256 e783824bb47258abc50846150d74a77062560f0b51b8e9de7e7e88c63fdcbacd

See more details on using hashes here.

File details

Details for the file pybanquo-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pybanquo-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43e7371432ba033ad6433dd5974d795ed76dbf4bc3fae3a08fed042dbd2839b9
MD5 995657bfebf77cb70a4894ad6b20e12c
BLAKE2b-256 db9c1168ddb51454bc3c7b8ae5403e3fac4e352b32e2cd49cd0bea8162713e58

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

99 files

0.1.0

99 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page