Skip to main content

Angreal is a tool for templating projects and associated processes to provide a consistent developer experience across multiple projects.

Project description

Angreal

image PyPI - Downloads image Angreal Tests Angreal Docs Deploy

Docs are available here.

Angreal is meant to:

  • allow the consistent creation of projects
  • provide consistent methods for interacting with projects

Quick Start

  1. Install via pip
  2. Initialize a project from a template
  3. Use the template
$: pip install 'angreal' #pip install angreal will also work
$: angreal init https://github.com/angreal/python

What is it?

Angreal is an attempt to solve two problems that I was running into in both my personal and professional life as a data scientist and software developer. I do things often enough that they needed automation, I don't do things so often that I remember all of the steps/commands I might need to get them done. Angreal solves this problem by allowing me to remember by forgetting : I only have to remember the command to do something not the actual steps to complete the task.

How does it solve these challenges ?

Angreal provides a way to template the structure of projects and a way of executing methods for interacting with that project in a consistent manner. These methods (called tasks) travel with the project so while templated initially, they're customizable to the project - allowing some level of flexibility in how a task functions between projects.

Why 2.0 ?

The original angreal was built on top of a number of python modules that were under active development and used by a number of other projects. The nature of the application itself meant that core application found itself in dependency hell regularly - and became rather annoying to use. The 2.0.0 release is a complete rewrite that uses Rust to provide a compiled binary with the goal that it will require no external python dependencies.

Project details


Download files

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

Source Distribution

angreal-2.4.2.tar.gz (4.7 MB view details)

Uploaded Source

Built Distributions

angreal-2.4.2-cp313-cp313-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.13Windows x86-64

angreal-2.4.2-cp313-cp313-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

angreal-2.4.2-cp313-cp313-musllinux_1_2_i686.whl (7.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

angreal-2.4.2-cp313-cp313-musllinux_1_2_armv7l.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

angreal-2.4.2-cp313-cp313-musllinux_1_2_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

angreal-2.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

angreal-2.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

angreal-2.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

angreal-2.4.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

angreal-2.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

angreal-2.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

angreal-2.4.2-cp313-cp313-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

angreal-2.4.2-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (13.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

angreal-2.4.2-cp312-cp312-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.12Windows x86-64

angreal-2.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

angreal-2.4.2-cp312-cp312-musllinux_1_2_i686.whl (7.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

angreal-2.4.2-cp312-cp312-musllinux_1_2_armv7l.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

angreal-2.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

angreal-2.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

angreal-2.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

angreal-2.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

angreal-2.4.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

angreal-2.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

angreal-2.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

angreal-2.4.2-cp312-cp312-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

angreal-2.4.2-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (13.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

angreal-2.4.2-cp311-cp311-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.11Windows x86-64

angreal-2.4.2-cp311-cp311-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

angreal-2.4.2-cp311-cp311-musllinux_1_2_i686.whl (7.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

angreal-2.4.2-cp311-cp311-musllinux_1_2_armv7l.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

angreal-2.4.2-cp311-cp311-musllinux_1_2_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

angreal-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

angreal-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

angreal-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

angreal-2.4.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

angreal-2.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

angreal-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

angreal-2.4.2-cp311-cp311-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

angreal-2.4.2-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (13.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

angreal-2.4.2-cp310-cp310-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.10Windows x86-64

angreal-2.4.2-cp310-cp310-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

angreal-2.4.2-cp310-cp310-musllinux_1_2_i686.whl (7.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

angreal-2.4.2-cp310-cp310-musllinux_1_2_armv7l.whl (7.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

angreal-2.4.2-cp310-cp310-musllinux_1_2_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

angreal-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

angreal-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

angreal-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

angreal-2.4.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (8.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

angreal-2.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

angreal-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

angreal-2.4.2-cp310-cp310-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

angreal-2.4.2-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (13.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

angreal-2.4.2-cp39-cp39-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.9Windows x86-64

angreal-2.4.2-cp39-cp39-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

angreal-2.4.2-cp39-cp39-musllinux_1_2_i686.whl (7.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

angreal-2.4.2-cp39-cp39-musllinux_1_2_armv7l.whl (7.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

angreal-2.4.2-cp39-cp39-musllinux_1_2_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

angreal-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

angreal-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (7.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

angreal-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (8.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

angreal-2.4.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (8.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

angreal-2.4.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

angreal-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

angreal-2.4.2-cp39-cp39-macosx_10_12_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

angreal-2.4.2-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (13.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file angreal-2.4.2.tar.gz.

File metadata

  • Download URL: angreal-2.4.2.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for angreal-2.4.2.tar.gz
Algorithm Hash digest
SHA256 653479a25fcbc57b55018b3e6b66aed8d51f73751a74ad449524ff9ea409058b
MD5 1118a6cdb68edf67d9df0d2121a8f4ef
BLAKE2b-256 682bd52fbb05ef237956d78ae460fc1643598db665ec460c783e073f3b796e16

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: angreal-2.4.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for angreal-2.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 638a3e8775f709fd544964ae0da388c26e3b0407a05ebad84a0b2e7fea5e6ae0
MD5 30b01b1f1c1cecf86bb0c33cda00e7ec
BLAKE2b-256 03f14fb8e0ecb6de4334b24d1661aa16c28c6e4cec484c34588efa8308eeda47

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5a0ad97c63107a87744bb0fdb027ea623863ba39adda3d8d858d4c607dd8318
MD5 3671f0095d6b230514fe4a2bb3737dc6
BLAKE2b-256 dfda5334acb374caca1bc374b5d51d8f57b5d959074e7eb8bd71ae47a8814b24

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 155825040ff59cf6151af8ea5bde06e7adb881e4f2ed2797b14b6a46271f287c
MD5 32d25e73d0b67177e24a790c2f12ddac
BLAKE2b-256 ee7c2a226178af0cbc4fb183754114c5ec30a7b65b3bfd612b1cba89a3bf2655

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c7a4bd2a4f22a8e645272cba22b5cfbbe31f4d90a3a2a16a6e099a1df9af942b
MD5 1e1c71e7669ce60913a97c07476c6aa7
BLAKE2b-256 e1c8161545dcc2c335aeab28980c944cd11f773e2bf9c693f3ad9b3e8c102568

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2757c7813bcbc1fb808e598168584ac4817f16d9e750c8fe3c82b27da79ed665
MD5 dcdba3626363bdec57c561d2582a5911
BLAKE2b-256 79f20507edc222ea4d5d323408d2cd69696c8274cfc7853af1e940d110ea6141

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 817add0566e1cb0ebd5d8dcba9560dd6f62e6bbb72ccfa0036df42baaa06e6f8
MD5 5a4b5c4ff2c51098166e9046ab833612
BLAKE2b-256 132a367f21bccba00b554d5542e24631ce93a11ad7df3eec219573a1f6feabc2

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 958e5729c09ddeb992ada596a1d619582b1838fcdfcbda9a835e11d07f24dbed
MD5 1d3b4bdda81b1a97633bff3ee017d92d
BLAKE2b-256 39603f2a7433bb288784efe6206277fe54db66ad7ec7402449c36a7dab4d837d

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a7de9ab18212a86a8cab373cc8ca1b24d35f3fe69289afcef15744e15c31f80
MD5 5cebc487f5a97dd48f1cf66fb24f3312
BLAKE2b-256 274be7e71f8d579600eef7247869318e6da72f06cc0907bd18456f5330160dc1

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8364fb5b4ad766de85cd3018b217b8b2e450d0e92649ea6f6c3bf6f3c7478b75
MD5 ed24149f94c32a0a5fdbe08a66a6497e
BLAKE2b-256 1e4d6a7b0ca04342206c9753a46df7d464c88580810162d44768b23afdec2928

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c6092fbcf1a7d99c5d49fee3d331eb8a20050387ee90f74c9df3b1a0063c4e6a
MD5 437456e004a6f448cb963480309fae94
BLAKE2b-256 b452bcee73b7d26f1502169c0de552de77c8cc8a7297cc51a211a85b6165fa51

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 222720fd23d23b0a708bc5a640e2ee401ad33433bb73f213d6a3bb669964c0e8
MD5 e262d1643250c9aa3437a9c3e4ceb244
BLAKE2b-256 53f8902b6b623b8da881d429ca6b44c35a6549bc6766671c1965aff6ece2699c

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3107fdb95f46695134d4f2a47ab6d81043b5a6d6e245fb17c686553bc4f54868
MD5 373b09d73483aa1966878065be439b7f
BLAKE2b-256 abafcf6acf4ef2bdfaedda83e7a9b1f39bec0e26675abd57b203d01ca1838c27

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 6b637c9f725f3980d66c7206e5d1b6eb107fe143ff229ad8eac284e1b72f8942
MD5 54d95ff030fcb3deeacd38131ef5f39f
BLAKE2b-256 a1fd252a0e856e79913745c53b49ebc591cde5ce65db67d5b97bc0cc3c27f727

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: angreal-2.4.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for angreal-2.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ba400c8132fc2782f7ca61257f20ddfec6b8786addb909a5dc555c01c4415c7a
MD5 2b3e70e9a78eeaab9208f6822b91c315
BLAKE2b-256 4e1f7107b265583ad0b728fc00f42f478a1df2c536faf263a95c18f6da5d26dd

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92859fd7f5571c30cdb1c27c8d3ead64b0ce3dd52b717be139e06c87cd11a2d6
MD5 321c65e6f0d7c6cff2be3ebd3b5ae779
BLAKE2b-256 7c900425380992a98dadfdf3edbd2dd1696a79efadf64503cb724a0277018122

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fd496515b6a787159aca1120a41b1b1d1300026040db887951c82b0671408dcc
MD5 e251bab98a90196ed1dd523c93d6ac52
BLAKE2b-256 0e45857951dcaaa2212cd05441b759f1ee06a9d9841e685283c80f28dc7615ae

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd2a1a2ad1bad6818b09bd073d226ed8fceb28efedf0e043317dab94e435e6c9
MD5 a4d9bf6a1f6ac9f8b5eb34e2e93fd5bc
BLAKE2b-256 be282c8c1966a57228f39b3c5f5419b809707010512e684d60347999903bbf70

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 020a898a51717cd4e6e13ff94aa4a4e6ea1ac24114659ab74dcb4c3946f6667e
MD5 ed30768ef9e5a38ab72f073a2cb2c915
BLAKE2b-256 4c9a2c2409c532d41b947ac94f392994d87c47abecbd449691c0a58f5f00fe9b

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6e98329bf3ca273c7c500ece4d1ee2b3936e310b03ba0efc2e81258a094828d
MD5 6d6783ba264d3687fdfec401b89a3783
BLAKE2b-256 7cfe7a58f00810b241d0761584d627b4bbe3d4aa2c57bf7eb49eb9b7aa5509fa

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8effe0e2827293eef57eec2633f8f7d573a09f3445756f40146a48f525801e5d
MD5 83febbe916a1355f7f8bc6522a99a6cd
BLAKE2b-256 1cba186e359ee6ffd2843ff69cdec7e1f617acc4a30fb359a3b7312105879283

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3303004739578c82227242ac26b3d7a0be30ea48e225278f97e6ce2baaecf125
MD5 90bbdaafa79e34e74c20edde1634ecd4
BLAKE2b-256 553e9be3111555717d5f5da5cbeb8fc0f20c31b26ee0ee4ba2778d2b21869f9e

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00e4b9aab1bcf38e6fd8095b7d1e8b5f2e1fc8ed44140c15aebdc8b44bf9a364
MD5 fb93721912a581f05f9cdef681f30734
BLAKE2b-256 f4bedbcba619506de9981839ec40650f9e54d5325fb4ff136701f90ec19a4c80

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a893b7a004b7d6d70893b2790d5aceb371a0e033d5faabec01357cc7109c2183
MD5 312210d20e44b8f6fdce0bd378d56cb9
BLAKE2b-256 9e50fc78028ce7d6e8a095ac31b73cbe992e6ab8dc7274b818a0b3085fe489b8

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06d61bcb6a70763c23fad2b8bb6294789ed6962bb8b526f0dbdb63a45d6a6208
MD5 6c5dbeca8f367e257b74f952017d8175
BLAKE2b-256 33ae6a9c46ac5b203308f94e8387a703e64e54f1257b4e6af0a43a11f5ec18f4

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 95735d8dee96506ff5a5c84aaf562096d809c9792a7a0b199d5ca20b74298d42
MD5 146f9c00e8338d7035b7562b6305f75b
BLAKE2b-256 2f8894408e5e5d3074b5d0f2dc361d0a387d01e8c40189de872a941a2f2c25eb

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 4ae9ebe16f6ef2458c86f0cc87d6eaab64ad08a2ba09235af1a515dcc1c5b992
MD5 9972e4f612a1a3e008b2a32db80cfbf9
BLAKE2b-256 b5d632398f4dc4151bc934e6da35d4a10fe778f2c7900fe132bf674c32968f8b

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: angreal-2.4.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for angreal-2.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b5d867afb345d7e7e1cc8fdb2cb9013375d67216f2ae43e8cd0b672a038b331
MD5 9334bdf05644b796ce1498bb83bff27e
BLAKE2b-256 cc20b7235748b67aed52ace624b8d2b1974c4a5a23c9cc20f4a4760a012f345f

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a7717b0042ae4d3df2d58473edf4c8aed8dad62eb135a4b9f1919a39a969ee4
MD5 9fc234bcddd82f6c52841b828ea2948c
BLAKE2b-256 38844c3ac51bc846b68c5e893a804e07f173270259eba9679302f5b1328634c0

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5631ed10bf6e3b8e1d1758ba65345e0fbec9530bd68d1a017c2ae2611f3c830c
MD5 fa40d98f861bc4c0d8971c9a736d2126
BLAKE2b-256 56eaf0657d8fd80d8f554437650b6f5d049719e96d27b9eb615fa02fa79b90d7

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6831700a6a315c5111dc70664ab973bc87d753eebd0db3a83f1c972ddbf1d9cd
MD5 0f24943c5191ad4148906d22acaa13ba
BLAKE2b-256 d8e8cf9d33bd774450675777f74e789d55492c350016d8defaf385b9d6525ba7

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7282d523f6d8a27140cf06ab944db2486abb083b287115a1283747bba2361c29
MD5 6aed97b8b227fb3f82069ba319ece16a
BLAKE2b-256 211bdbb0df01b09bad0ef9e09028f9b6ef8a908f477d829a34d8de5ee6ce9ad8

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ada2799764ee09540c5698ac8efa2034aa953640b4decc0ca78e99bddf57ca15
MD5 80b7b538ecbe26023791fd5c7c108ca5
BLAKE2b-256 6e9d38864ef311903db1ee9664433db45e6bd1324dbd6087a07fef716c0784dc

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ad7f4a9602505f8caf948273d19597553df31d39b8d3e09e3170824e02cadbff
MD5 7b91a04811666b6bf7f32110374cfecb
BLAKE2b-256 5b4e2ea2cf28da3bb6f59e098ce9bd7c121583d645a0ad0f7526076fdf067578

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f6daa1d563e7d38d792bca67986040e7b2ea7958fad851e2a4bba38d5c75695
MD5 f1b081da3d4f3351807e6baffde73637
BLAKE2b-256 c6e7081c472643224ee5c71ad9ee768f7b40f6d38c929ab70f2466c78fc03e2d

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf35aabcddf9755e23cdfcbf8d9724db5136dd259deac8a93fd84b7444606cef
MD5 741dbd9d6423d8c9e2b6611c05f911f2
BLAKE2b-256 7d3152cc4e1c90e6496aad0e57403b2ef39e39650f629dcf166fda0ca40b06fa

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ade979dadb7484fa374af3cc4c922c1d05720c1a9a561e2bfe04e79ca30137aa
MD5 932259be674d813ca440479d382c20a9
BLAKE2b-256 cf138700ea35c759ada9cebb03865bc10a4e48b93cf3e280d885190c67f6de20

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e075b6d04f58e714ae02fb53b8128720ac36ed3a0fad30e2a244834f3f90a9a8
MD5 36012c14d89a067607f856a2287a304e
BLAKE2b-256 dad479c2db94ce922adf97f9c8ed6605a1d7411560fcc3fc4e0e47d59fe37e4e

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 417c75d2933ef6c37c624f61896c383592a33bbfb59b9979301e8515dde66a31
MD5 914781d1ce3f01db17f50aaacf456342
BLAKE2b-256 f3fd3628996c8240cb8bf2c9672835d10e303b64289f8f00773d7d9381097d56

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 ece6a4e0e6e2efdb2e6154b6febcb26d189b3c53b01f7f984ffa442f76d3d2cc
MD5 709b503077546e5e3a2e1dec2ca78bc4
BLAKE2b-256 9dc239256e5336296aed6c83b4777b1ed4a590291125a07e67c60b8aedfbf216

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: angreal-2.4.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for angreal-2.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30df2a1b0a37826b0a7a699aed9fbe32c3f7b4a2e491e049c7461c8adee34d7a
MD5 38f8bcf62852005485c200bc0c1566a8
BLAKE2b-256 a96b896eeaaf5608bac2b7abf2ca5801219989a0aad2fa5eb31a5f8a4f015ebe

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee9dd81ed96f0f39301ef7901cbc05f52ea88188bdbb2ff9063391ff132f40bf
MD5 34c0bfce9e16a17c183f66e7812b48ce
BLAKE2b-256 ad5f7f4a7faaa0e36f47cc68d2c28b4f922941e0e260b0fcba7f6f16f1a5b09b

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94414468df7407b22bc5829b2ebe4d5ead5f6225414608814251b29df2c07d75
MD5 3eac3e0e9af8ebea49966b1d6d9a4e48
BLAKE2b-256 e48dc20fa3d00f3c48a18af67d1941edc5d9dae9940eef8671c247c06c77c59b

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 90c705fbe2a2e44234de02a53c6e1e5daf0db1b240417fe2e105b09e73f8b3bc
MD5 652d5a072cfbecc6df61298e9c2bc54b
BLAKE2b-256 50b5c6079da7cd7a632f039cd659e12fc4f6f010b196ae1763b3015b1e426e55

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3bfaa6aa074b7056ca3623287a947956e128bace0bdfa3f1e34c4829464ebd87
MD5 55e4f8477b7ad2dabcaa3034caf4d312
BLAKE2b-256 db56b4edb82bcd9d83de6f80cdbf44f33388c8fd1ee6f79768f326982551fc08

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34c1814cda947a1e57063494bee1ea1caa9e65bb51545d012e70a70e0cb6429a
MD5 f3e6119fe69985d6e156d6d1ae4c7c43
BLAKE2b-256 132e04d81972f30c33f23972312e8c024f11b86101404612af3de01c15ffc188

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 222dfbccd6e055ad8464d547bb546164ff0bb8ce2cdc8ba5144cdc62a9d2ef8a
MD5 483e0cb0dff82c42d8810a84122d0fee
BLAKE2b-256 bd20483ff0532d14f8fc2136cb97727154ea7485c11dc2304a5ce6341042e176

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de9b7d754778cb7429f50f13ad304ea2938a4f5c64bb285dc42198e0c52b781e
MD5 ef0b34c3924021d7d86fa2bc9d8166f8
BLAKE2b-256 69ccf15fe280f8b4797bad1a6cc2c8eab377531077950ccc999b05e85620c5f9

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 125c62608b59411996ece656d664c2934db0148e1290f04718162b7cdee223eb
MD5 7a3dcc8d9a5ef4ede1eb0110b41b904d
BLAKE2b-256 dce825e74984efa6b7ad193a6e2a97119d3a203d0bd86bca65103bcca7c21f5e

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee4c80c6653d5b860ef27122632e80d62ea2d029ad74ea9c1c7a742e52ef0c99
MD5 e26be0b640e69a31fe6c5f2ebbbf1d8d
BLAKE2b-256 3cb377131962696e4fced90075f405b23b1e52ae10ec0fca6491db1a2c3c431b

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef1cc2ac452967a79414e83f7eaefd21f8963e14b6a5bb642a36b28d919ff644
MD5 e041b7339108d7a08ccc3a75fd992b11
BLAKE2b-256 890a4610610653999ea2b1589cbe0cea3da13dfa6cffa9024d01ba9d5c921844

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 01ffd1ae631b821f3da9e3579ed5bc6149abc0b2692575e1aa276dca2c8eb198
MD5 5a82ca1f8a2c50fd3275161184ff1fa8
BLAKE2b-256 265980ac3ca2dfd901c7e3fe9ae87e4382378cc9ee58e94c35b7546e3e9285e0

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 1a8595241f92fc4d064897c964241d3934705d9ae2097a6bdaef9a5e8d244abc
MD5 ef3afb63bb55cc112c770af36da1e241
BLAKE2b-256 3540dfe5a195c6aafb035b105c8ffe892df0ebf37d25993e01af839e4ac03c9a

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: angreal-2.4.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for angreal-2.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 978b01edeeeb49549c896ddf380d096843e779c10d9d3c852edd54b07cfaf6eb
MD5 689879e1e530a682f151c1924af6927a
BLAKE2b-256 77a93f0c3f50e5e1e3b53fff188bbe29b5912bcfb59ec87d0fa831702c909533

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82f9891e1ce0123e4e77ad496b655c858b8d386a23deef79e87fb6d38ec07851
MD5 91ba775be5b489e91dbffcee262525d5
BLAKE2b-256 44ffeff8b2e2af5f31cfa05e7ec5fc7f0dffb4337404a24dda768f44094f60ed

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e735328a1cfa7c5a950761fe51f64213c11fc9852fca9f7af54b0bf995e2110
MD5 01ecc039cd8db089d5c11c5f50bfab85
BLAKE2b-256 c2e439ecf78f23631db26121c6e7e6b8d8f9f55ee07d0ac02218757e052254d9

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8dbd236c12d7f053055f4b95969482d5c1291a91c5415d9e61576676336cf46f
MD5 3776d87270fee3536e2a16164803f827
BLAKE2b-256 37f461c9d569093d5d09f8c62cfb6a7a4df4706218367d6f6d64b30e9e9248f1

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 509f4562b116ce079422cd950a34926c44be125871a19d960ed20fcfc24571e3
MD5 9a72ee5abb7d6a90a46ba3183f94010a
BLAKE2b-256 f0378ffef20225b4058f79b133805f26cf1e79ec2946149be3d6bad0163e6f3f

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18cbc308d2e5a28d65e110b879ec501decb63dfd259a00f9d9746a0f8ed1a036
MD5 3471b2df912784351f7f307c1c41b424
BLAKE2b-256 aa9c1f8ee21a06b49429690d082d6831106735dd1764f55c837639102dd6d314

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a83ab2f2e6969ab33e2f4d4aee640e212ec55768ec0f583121de0e0ca553b8a
MD5 0c375862e9ed28784c237066d0a2c4fa
BLAKE2b-256 1a1d02cdd133110d02ea748592598f533a26ea7409ba85e9b5988c8f7f7ee745

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb2ebe2e8abe0632717f8237050abe2df3cc0e7c60f4e937ccdc200ccdaf1e50
MD5 d12ccf02b15dd65f0c881c9f8d761c64
BLAKE2b-256 eb017c7c5c2d9da6a26b28b2a0ee8d0e2cbe23d7d32e459c65f357e4c7b0a57c

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 195b1a5af2b0da2e43990843b33be10fabb4771f19130eeacf8d9940e0609fa3
MD5 9f8d8065c83dc7aeb0806126d14b85b6
BLAKE2b-256 d9f8761054457b4f4f0014e5df8a383a3bb4bf878cc8c0df8495fc4e1655e315

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b35d20cc2763d3015b4e1ecc9f9a438352c742ca199cd6d71c58e318d2f9602
MD5 11f1a110756b62e90972df0c3c214e8b
BLAKE2b-256 579ef830472dbe86124286daff536a297abf81cc0383f3e5fc05827a9c56a72d

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7c31710837fe0c8a321d7c50b9d6255a640b005dafcd58d6f1fff1586a3d5ee
MD5 a3d8c413edad2a245ccf0e7f5e73e23a
BLAKE2b-256 18773c036ece48e06eac281395a80b8b0354e597a300fe5730b00a0a28236473

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f13e078a9b2d5dff0187b8c1503e4a76b2113bcc85b914d845b19eb26f281c9b
MD5 d9e4afb70cf0acf049a7c2be2ff7df00
BLAKE2b-256 c168f62fae30d0ef6d6d1bbdc53d83a6ba345074cfe2b13e341a9f79aedb71cd

See more details on using hashes here.

File details

Details for the file angreal-2.4.2-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for angreal-2.4.2-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b833e8283828614e4f52c107435cbc02d455aa942bab9f86443ecbb00bca436b
MD5 fcb873220d6c5e2310261fd1eea60de0
BLAKE2b-256 e1ad95839b45b1748abd8f3ab93983eebb18f797025a212582808ba845e93052

See more details on using hashes here.

Supported by

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