Skip to main content

A quatint class, for using quaternions backed by integers and half-integers (Hurwitz integers).

Project description

This package provides a hurwitzint class for dealing with Hurwitz integers.

Float operations are avoided by this package for infinite precision. To input half-integers with infinite precision, use the half argument as so:

from quatint import hurwitzint

a = hurwitzint(3, 5, 7, 11)

print(a)  # Outputs "3+5i+7j+11k"

Examples

from quatint import hurwitzint

a = hurwitzint(1, 2, 3, 4)
b = hurwitzint(2, 3, 4, 5)

c = a * b
print(c)  # Outputs "-36+6i+12j+12k"

Disclaimer

This is intended for use with discrete mathematics, and ideally will be limited to the operations: add, sub, mul, and pow.

Trying to divide using this class, or using floats with this class, will (probably) result in integer conversion cutoff.

As an example of this problem, note the equivalences below:

from quatint import hurwitzint

a = hurwitzint(1, 2, 3, 4)

print(a / 3)  # Outputs "i+j+k"
print(a / 3.5)  # Outputs "i+j+k"

print(a + 1)  # Outputs "2+2i+3j+4k"
print(a + 1.5)  # Outputs "2+2i+3j+4k"

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

quatint-0.0.2-cp313-cp313-win_arm64.whl (56.0 kB view details)

Uploaded CPython 3.13Windows ARM64

quatint-0.0.2-cp313-cp313-win_amd64.whl (64.3 kB view details)

Uploaded CPython 3.13Windows x86-64

quatint-0.0.2-cp313-cp313-win32.whl (55.8 kB view details)

Uploaded CPython 3.13Windows x86

quatint-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (194.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (185.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.2-cp313-cp313-macosx_11_0_arm64.whl (99.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

quatint-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl (103.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

quatint-0.0.2-cp312-cp312-win_arm64.whl (56.1 kB view details)

Uploaded CPython 3.12Windows ARM64

quatint-0.0.2-cp312-cp312-win_amd64.whl (64.4 kB view details)

Uploaded CPython 3.12Windows x86-64

quatint-0.0.2-cp312-cp312-win32.whl (56.1 kB view details)

Uploaded CPython 3.12Windows x86

quatint-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (196.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (186.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (99.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

quatint-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl (103.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

quatint-0.0.2-cp311-cp311-win_arm64.whl (55.2 kB view details)

Uploaded CPython 3.11Windows ARM64

quatint-0.0.2-cp311-cp311-win_amd64.whl (63.8 kB view details)

Uploaded CPython 3.11Windows x86-64

quatint-0.0.2-cp311-cp311-win32.whl (55.6 kB view details)

Uploaded CPython 3.11Windows x86

quatint-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (191.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (183.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (98.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

quatint-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl (102.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

quatint-0.0.2-cp310-cp310-win_arm64.whl (55.4 kB view details)

Uploaded CPython 3.10Windows ARM64

quatint-0.0.2-cp310-cp310-win_amd64.whl (64.2 kB view details)

Uploaded CPython 3.10Windows x86-64

quatint-0.0.2-cp310-cp310-win32.whl (55.9 kB view details)

Uploaded CPython 3.10Windows x86

quatint-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (188.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (180.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.2-cp310-cp310-macosx_11_0_arm64.whl (99.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

quatint-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl (102.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

quatint-0.0.2-cp39-cp39-win_arm64.whl (55.4 kB view details)

Uploaded CPython 3.9Windows ARM64

quatint-0.0.2-cp39-cp39-win_amd64.whl (64.1 kB view details)

Uploaded CPython 3.9Windows x86-64

quatint-0.0.2-cp39-cp39-win32.whl (55.9 kB view details)

Uploaded CPython 3.9Windows x86

quatint-0.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (188.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (180.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.2-cp39-cp39-macosx_11_0_arm64.whl (99.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

quatint-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl (102.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

quatint-0.0.2-cp38-cp38-win_amd64.whl (61.5 kB view details)

Uploaded CPython 3.8Windows x86-64

quatint-0.0.2-cp38-cp38-win32.whl (53.8 kB view details)

Uploaded CPython 3.8Windows x86

quatint-0.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (175.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

quatint-0.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (168.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

quatint-0.0.2-cp38-cp38-macosx_11_0_arm64.whl (93.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

quatint-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl (95.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file quatint-0.0.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 56.0 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fb8a03c4e7cf334a18d02cd13a08b871f3c8019293ca43421fc508792b383c12
MD5 5766e953bf43291ff36029625130a836
BLAKE2b-256 c9fa8eee8ace79cae9911d61b7762efcc69a98958751267ac3d9d6d9442644b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 64.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6478752efd47d417e031d31598943b623ae430baacd657d853f2e0bf9a771097
MD5 98c5b6526e0ea23c2ec4f9bb155692d2
BLAKE2b-256 abd016c1d36c8ff49b36b582c23d0e8daf87ef3423f788cd794d8123a2551d8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: quatint-0.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3459294ff04d7b8beea69e68e9d50afc0ba139c60db482e87dc7b39c790f4f80
MD5 b76ed292d90da25fdfd8bbe16eee55e9
BLAKE2b-256 4f2e3cbdacc9aa444b93f9df033acb1ba983e646bdf5cc1417fcd02a5bc8a16f

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a68ca32ba8f3e75cca09112c68622937298602b7a67196d7c69828b3c0d1929
MD5 137fa21d0e3fc893fefbc073f3007fed
BLAKE2b-256 511e2e16d2db030aa1a91973f21351313cc237dd6d71e7ab2536917f3fdeca53

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6897a9fd40b90cfe119a5a3f7bdc2f5270c010ef0cc659a62b774e05e5d0990c
MD5 b610c2f7567f4803db5727a00e71d8f1
BLAKE2b-256 a2455c87683125b4bd625d0824c61289678c99e457ec07bd9028d6f1a6d50953

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acb060e90205b65d5406e4473bf0b544cbdc67ad594f33dec4bfc97aae727694
MD5 597c099fee867498e5c03dd930bbc6b1
BLAKE2b-256 cf49a183493950a4afc41fac9dcd9a9d04f3f8bf7ce382e9f257c2bc5cdf0fae

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 29572d8a108f08611e842bc161f36e041a6922250389d362643a86c7a31396c6
MD5 e7c231e865148e419daa71f7f55021cb
BLAKE2b-256 31dd317e18d12ff11895aeea7dc7cd69b7eada862b43de18513e1d36a23049d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 56.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 dae0a43fe7b740d28ab48337df76cf65922be0132e8fa64c8bc8ffb1cbfc193f
MD5 9d2697fa6a3532449ddcb55510b9b3de
BLAKE2b-256 a477e40e1f0a4aa3e55142e8fa7d8cab5baecae4d651f581ebb181084f055f1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 64.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11e0c5ce469f7d62a779c867f6a5fea384298c7f4dc9478bbab75325b92443b0
MD5 12aa83d72a51b3431e2a9819ee447c5a
BLAKE2b-256 ac641c8b731b3db1feda999bc2a77becc34f3a6f3db0f245848f9b97471d60ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: quatint-0.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 56.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a200b916ac800db0db5088eca2d2367387eadcfb6457d75fd4ab6ca32b7396c3
MD5 8b04ad4833d4cda3f238bb67c6e4c2e3
BLAKE2b-256 9decc3368fe999e79a7b48f803101a8f8177ab3e4965307459cb7f08b093ba62

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbf39b9254a0cc5856616f0ba1d7b873b85aa76e4885c035cbe96ab72c1923e3
MD5 7853262ad492efaf48833b6917a4048c
BLAKE2b-256 9da62186f78812c037d5d9118bf5b316c8048d88e63368d6a998e1f53cadeaa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a0875d6f6cf8c2504592b350adad0d4539bce1074b5f2774fc66221b4fa5312
MD5 73a29184aa0f1c9c54acd046a45fc52e
BLAKE2b-256 c8932fd24ac664ec50621b94b0f421e3d82a45f7667181f02d2b56c625be97dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da1836a66d00d211363e5116ea1c30a5fb3bf853e469c7cc0bb565a75a603971
MD5 b5b8146625b144dfcd475af1be38f0a3
BLAKE2b-256 25c0a6f80906a44af0f356f880b1b6cb3ba6be03f7d194cf6d9f6e5ce5807d88

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 49ac5d1970e7a62fc55e596712e620c5bd73cf7dc2a71e734afc49a80591ab90
MD5 9a861333b00d3b2263be72052aca8d46
BLAKE2b-256 9db39ffe11a23807ea361aa5af50cbaf09078bcfcba1ff9c0a15c4d827574f4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 55.2 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a04198f2f70ffc03b9b588a706e5856d87dac4fa52c11af3702fa28aa3397228
MD5 2873d636bc40f961ba33cced7c498826
BLAKE2b-256 e54d53f5f5fef735dcb806a5fc8a0c3c94238c0c70655e2c7f2434084788ec50

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b71cd32a6661eb9b1283ea78745f2f3644fa1345aa7fc152437f5923898cb066
MD5 265f761b96168db5e43d5d622c1cc9b5
BLAKE2b-256 a9085ba3d6dbcba179d05074849955d211abcd6358656230f280c5652ed6a48e

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: quatint-0.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 55.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d2b676389752b748d1a620e8cb62dc70f51474095823a81aea479ee99f70ecd1
MD5 e050df1e1aa6f78d6313a43fb2bcdff9
BLAKE2b-256 63ea7710d8c038a83eeab8255bcdf0578c949018b77ecafb7a883c86f760ce37

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77211a0b865abb87ada44a4b113dd93197c1a8f76ca90565627f0bad016f3730
MD5 a233a5f78d14da7a8e92a473f35b34c8
BLAKE2b-256 024b925e26a7757dfa1edfe442a7b1bd94dfae2c760b6fa09005082abdeb012d

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23c8cb346431279124b88529f95c941a8b2bd2beb9679c8af22f89048eb78769
MD5 97d0f986f1c7a7e08e5d2adddecb653a
BLAKE2b-256 2fb4cde0d6fff533baf8a39fb3d8f148e5351377dd2399b621da630962d77960

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c7137e31f747cc95ae0f0f1b288d41e828594f3cbd722d9a4eb105dd3f5e493
MD5 b5d4dd76a39d58a4a219a1b6a67c6f9b
BLAKE2b-256 257dd9ec3fd5f1b9f708b06bcfda2e8467a91ad77100d773ce55f6a5cb36e706

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 418ddf46c9d2da138d0e587bbec85d8c65769b6c23c583ab76f81573790e11d6
MD5 f920fa16e77b87b84800a910fd7ca7d6
BLAKE2b-256 ff62c95e059458b480f4e46bfd200beafee952ca84adb4019580f858643b715b

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 55.4 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f50cdf61e885145c5735d8cfb6b345252449a68cdfdc916d0850ffb5b205c76a
MD5 f308813455f14b7a6a7d4e9bc111d5f3
BLAKE2b-256 632a5eea6c641a3e9e93550d07ebf6301b41dd16e6b64a9e64adca992d4d1560

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 64.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 94e0fc0294969351914fbe8c5e08accd97382dfcb42ad49256a34d720e769711
MD5 6cb9d0726f3b327d3ebea644da15cf1e
BLAKE2b-256 2a8499761445d042d853ff5b954610104e088ad1c73b8856cac3cfcbd7036184

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: quatint-0.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 55.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e12d9354b223350b7208540829df1fffa41c67ae90355f3c43fe1065d9c8c053
MD5 2e935753ddc9a23854cf6a9abe38c09c
BLAKE2b-256 64bd220b57989d5d61950c0de9861d8344aa72cec05a6d2b2b52e7c793069064

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1378d8d2b1fe95a09c5a06d92ea7102c818a1e243b8443ba8b0b2db936435697
MD5 f508b8b59e697ef6d157b3d1e45b2872
BLAKE2b-256 e492d569a8a02e7879c3f61188be96652f8f0f4d2344642e78386ebd4a8a7510

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c38a0261a9597cb5e870acbd98857712639ac0e88545461e499de0342a656f56
MD5 fc425f6afe4a231a91aeaf36deba858a
BLAKE2b-256 07a03a48fc25cc1e8532ef3d28d629359d9dda9725aa6db26747a254e6da3993

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c7a52765874e35a52727713562a145067577b973f8ad611dd1ca2a3055d0d3b
MD5 a8d8b572e78c1250ff0b0e417e8790e4
BLAKE2b-256 3b89620306f328d5a7e9315601913d6c73015e5297723a3eb242906bcf034789

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b66c278fb7891e3c8bbd7beebf39dca2f430f2e4a27c8cca199523e4d573bd18
MD5 5f5ff690d8ef8edea85cefa762f43b92
BLAKE2b-256 ce578370c8d49ac906b37b736c61115233f6ca7b878da9447ea101eb3dd8f2d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 55.4 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6097e05be18fe6b73021ea6a585a061a5d66b4099552eb7b35d19390943e222b
MD5 2cfdcc888f458044516dc5c89b8256ef
BLAKE2b-256 9ec08334322d9264e2fd0ba9f725f999f35fb6eb99903b47c53b68ccf08a004c

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-win_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 64.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 38bc0630e82b0f42d225c146db4e7b8124468c0c10c4d2c581646974c0a7d725
MD5 fe39de6c3cf0f9aedbef2501b684d25f
BLAKE2b-256 3ea57c66fff3786bd2d868e300a73c111ac3835323a01b26bb1f55e154884379

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: quatint-0.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 55.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fcd1b60469401c450e0274cb5ee6a636ed14d87a48c32f51f3fa8f6ef49641cf
MD5 84332dfea42d24afe99bb4abdd55a107
BLAKE2b-256 eda6097837e89b6f017602862017bc971dc57eba3f4e8b5a07e05fd1d015c2b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9f3fa604be8ee58e12b036cc1cfc2d05402053b40506558c563a9a464c48cff
MD5 02b0c40a3329cd1966fb2e8f735326bf
BLAKE2b-256 35a04506129f2a9b3bcca5d007c1eb5ed7ee83f8648bd5c4b838887c8265f571

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 728e018ce811f5fa742688111abdcd91b084456a76ca0d3305cbe9d5f641a6b6
MD5 8a1a573b6534dec693e4406a756a3b34
BLAKE2b-256 1702d431c7f6f66e55631e482a42936b1317bb5c595be8ac1b5f9cf803306bdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b43eb97494ef60ef76fe7693be71de39216fba423e586d5cad26c72f63cf8ba
MD5 25692b75d5f43609633fe378db4e5a9b
BLAKE2b-256 28706838a05be164d980b26e37d2cafd6f0614fbb2730e43216a65f46858e97a

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad799429cbc9a320ea27e3c1377f3fc072bebf577fbfd02179e0d60b29ca3d23
MD5 2c0b87f4cb75f7d541b28699b15d9c61
BLAKE2b-256 d98fbd9f5d1f7066dccbc0a74307eb64036f1e7d77674be2bb62bd16f0300107

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: quatint-0.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f15d13d463955ea9e201ff35efb4f32d2c426cdd17b104a59a296fcddbcfddbb
MD5 e020cff9b9108b406637999e20f24c0d
BLAKE2b-256 2b1f85ea08f52ec80fa6249f7fad92822146fab78a2a4e082873df2cffdddb4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp38-cp38-win_amd64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: quatint-0.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for quatint-0.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a9a0a0c19c7c92f59a66b9840fd66df5e4cc886c78415ad9a4c7cf5d783107db
MD5 ba8fda6258fa27a0366cb6ef7f73d005
BLAKE2b-256 e4f7399507bb4b7a0516c6dbf414986c1b5975b40a224eb191968bd148e6ed53

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp38-cp38-win32.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0c154ca122e8d679a305d10403c017944851f6516297683cedae6b018648b0a
MD5 cd1784e1e5c68970fd2d70cee0366657
BLAKE2b-256 a09258eea98328eb6c79f40e41e387ddfa6095e230cfb9854f2718133bdac226

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3ff50eb41c9c53d882097ce56bb936c29d247a72751557cb4877e84d4741489
MD5 95f301cfe2d5d2f40562f1b99012d4d2
BLAKE2b-256 17b622d81583bdbf6d85e810a27013c0ce743e01e7363eadc0edd1463bc2e129

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1776a1d03dede89ccd78d5c633da8fd0475a10da55ca3e1a1f3aeb344463d18d
MD5 54861926d541c1f87761a93abae4d6e0
BLAKE2b-256 77cfe8015476fd937411ce2f471269ea5dd1390c796d9925bc7a6d5acfdf5634

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file quatint-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for quatint-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b081ec40175cf3ff3169e89de334b514ea7dad2f0e23506374179840fb665aa
MD5 50af357da8abde9ae785d4dbe11ea3d4
BLAKE2b-256 831913eb1fe1cbff4d3a36ef2966bef5b98402df7f56638493f77f41092b27fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for quatint-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: ci.yml on rheard/quatint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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