Utility functions to manipulate and compute metrics on boxes
Project description
PowerBoxes
Powerboxes is a package containing utility functions for transforming bounding boxes and computing metrics. It is implemented in both Python and Rust. It shows a significant speedup over the equivalent numpy implementations in Python, or other libraries such as shapely.
Installation
Python
pip install powerboxes
Rust
cargo add powerboxesrs
Python Usage
import powerboxes as pb
import numpy as np
# Create a bounding box
box = np.array([[0, 0, 1, 1]])
# Compute the area of the box
area = pb.box_areas(box)
# Compute the intersection of the box with itself
intersection = pb.iou_distance(box, box)
Functions available
Box Transformations and utilities
box_areas
: Compute the area of list of boxesbox_convert
: Convert a box from one format to another. Supported formats arexyxy
,xywh
,cxcywh
.remove_small_boxes
: Remove boxes with area smaller than a threshold
Box Metrics
iou_distance
: Compute the intersection over union matrix of two sets of boxesparallel_iou_distance
: Compute the intersection over union matrix of two sets of boxes in parallelgiou_distance
: Compute the generalized intersection over union matrix of two sets of boxesparallel_giou_distance
: Compute the generalized intersection over union matrix of two sets of boxes in parallel
Use it in Rust
See the documentation for more details. Here is a simple example:
use ndarray::array;
use powerboxesrs::boxes::box_areas;
let boxes = array![[1., 2., 3., 4.], [0., 0., 10., 10.]];
let areas = box_areas(&boxes);
assert_eq!(areas, array![9., 121.]);
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
Built Distributions
File details
Details for the file powerboxes-0.1.3.tar.gz
.
File metadata
- Download URL: powerboxes-0.1.3.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 483dd68627a77e5008185a31b4867c8da3f7652b31274f363f4ee9c93708df37 |
|
MD5 | fb6410d054e2a631646a17d7a48d360d |
|
BLAKE2b-256 | d819e630afe0d92bdc0abcc36f369fb806fd738a8ed55cd09b23f268132821ee |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f822e39b8f7c96a225e42926f66a7dd987bac33feb2049ff9f509665b3f6a55 |
|
MD5 | e5abc2828b7a2b68178fa14722d04e54 |
|
BLAKE2b-256 | e689232b5574c19645f50980f993cf08104ae534c9f08e71de3ef30caf782b01 |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58eb4fe604f0117a2165811cfaf7f5b45ffa31d01ca4a009069991940a27c994 |
|
MD5 | 439566583a631b3e12f025cc600a001f |
|
BLAKE2b-256 | 4a53c263d123ea6d03b077690d2731602cd008f225d3d69bcd8f7259d7f7c498 |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc117d50f7549aa76ad264377a2bfd9ae6691febfebe20304fce446f8f01891c |
|
MD5 | 73458cc3c2385a2985ed3997972548c4 |
|
BLAKE2b-256 | bab1e18ee14a92a54e0ba6b010a46ab6d1bc530b7ca90981dd3d5e59ad8ae63b |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24b9290ccb633a9ec394e113bfc48a2ca3ddd7c020ebcd784638afd622d75475 |
|
MD5 | d0c68c31fc68c18cd327e6061314e484 |
|
BLAKE2b-256 | e0f3c631b15c43464d62aa48d95f5e3029e0dd433c62917d37a99ed178bb78ac |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 763bec1adb00e91d3b20306915eada4eaf6c6ed48e3eef514233f3f2d21792ad |
|
MD5 | aa105cec828b69482459451dd3b8981b |
|
BLAKE2b-256 | 898479badfc21880b727ed0a1f06588500d9b176aabdfec4b7bb92f5c21b671d |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 409.5 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c3595fe8fd49dad4521468602589179c26c3eac9fa90e2581724700ab4571dd |
|
MD5 | 7da3b3cfe5870696448a2708a382d6f5 |
|
BLAKE2b-256 | 26cab0e89bee93a443abeee2bc2285f3083d83759f6bb87b03fdcd373790790c |
File details
Details for the file powerboxes-0.1.3-pp310-pypy310_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp310-pypy310_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.2 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65887bee44abfbf201cc9b446a23b69694ea550e6f891a6990583dc5e521b8d0 |
|
MD5 | 48e9130ce4406c3ec651eee3dfa6dbe8 |
|
BLAKE2b-256 | f3da717768a0ce10c4a17b8173fb7f4257e4dfc470b05ec4db3ee4264d07f365 |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d379bf9f9d4f335a3098eed971baa2114b9e0f39d97e166039963cb5989500db |
|
MD5 | 77837601da6084270335f422b468dd5e |
|
BLAKE2b-256 | bf0b118b511801a2bd2954ed0681367f07c458e89a938bfae3c0e41a3ad6846a |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bca96aca3c3310e6fa68d1f463665b72a2e66e7b18235d9af64f8b7059017b40 |
|
MD5 | 2fd37d59117232f6ee20ce4872f31699 |
|
BLAKE2b-256 | 81ee687a32c5e56b55a030883d153a7eaa4bb398b429ea6df364222ac70d5df4 |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad03e59904946b6a007d8f1e9b429cf53868c188a51b32e11977bf56dacc31f5 |
|
MD5 | fbe2165c37cb6267c0ff24dc65ec4d7e |
|
BLAKE2b-256 | e9626c7c31ef3b1f587c98c6d44911290b80113f3c4294dfe6b9860003d0a708 |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94e4e01b95310237eb55147638df9abc40d45c1a3bb001a4aeab6e50e4d4fd64 |
|
MD5 | a846d815a88449d65ae3166dfba3504e |
|
BLAKE2b-256 | a4cdb18f5e44d9dec14982b58d7d14cf031751ba2297bf3d4e6de28161ddbd52 |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f33f8d052d29a62b9d18ca1292a63d47bfa5037b778522fddfeb5c85ffd6253 |
|
MD5 | ccb248eabfa1b9c673bb9ee1990ed3af |
|
BLAKE2b-256 | 7d3ebee4b56ecddd94be5f46693167d3f303a6d9a7042a18889d69303e05ec35 |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 409.6 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16a24e2689b4380d7e4b2bcb978fd8ab5b4902a0289026b966fa3bf44d3c2a5f |
|
MD5 | 5b5eef9ac34ee1c4625462661967c3e1 |
|
BLAKE2b-256 | 8fc8667d4d440b4b2aae885ee9aaff68eb0cac900bbfe0482c997ebec4368a76 |
File details
Details for the file powerboxes-0.1.3-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.3 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73be135ba30d8f683ef7d31f867532c53f4617c19bba0a6c24c494a81301bfd0 |
|
MD5 | 6b3629c42df500cb2d25355e627186b9 |
|
BLAKE2b-256 | 67bccd9a2e8e48114e117a07751c995b7ed5151a09376a41521c8b66e6efdd7f |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b21d961926dd1c51555893f4cc90aedf66df04a58a5ded7e2cb0ea1312deca0 |
|
MD5 | 489de4aee1a926d71f5fd4fc6d19b9de |
|
BLAKE2b-256 | b4641531e4d3992a550b6d0fa1849607a139076b3b422f628503341c1fec0dbd |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f10cb54e384aad8060e59fcbfd74aa30e3415b3aa2b46f4e32ba89cf8e9acb13 |
|
MD5 | dbef9108ae1cbc78b7034f5c5090bc7a |
|
BLAKE2b-256 | 75e1b1f9b0038876dbe66f23306d896dd8682aa35d2e084ac31d42a5d7c5e048 |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3fb1e774ac32953a686ea2745d57d40bc69190860485137c4e33b1d26ef3266 |
|
MD5 | 45fa31a77e1478c9351ee63d3fd53db7 |
|
BLAKE2b-256 | 968f91be29f8f4a168c04be6d23e0cf1ad6533c52a99005f8f882265b68d8c97 |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4902f05d46dda58b07793082d6f7b3f31113d248f0080b3ae6b21dcd83b2c86 |
|
MD5 | a45b33591c5c981ec8977f5f90920af3 |
|
BLAKE2b-256 | e7b95a2d533aeff272400087f3941906883b47d032a4b01ae107f4923af8f5ed |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22bafa2c36f17d13d8b76a062b8659069ae39f99bc0b619bfdc37a7de858f5ea |
|
MD5 | 67f2ec813c6447e550aa457707ebafbb |
|
BLAKE2b-256 | 0735703412b33525e61eaade6e041686192bbf80f78052a1a909b995f4d75cea |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 409.8 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 429a11e3e256c82a64201a6e386b31f48086e8706287ec8d56d844638051ea92 |
|
MD5 | c0fa62fe0032388b4bde2c5526749cfe |
|
BLAKE2b-256 | 93260d8a9f0e3b0a56b4bce67c7ee7489a9f7ac3059a326987ff3cbbaaf5e454 |
File details
Details for the file powerboxes-0.1.3-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.3 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3aa4c9c9491b5f156e50bd7e1897f1757fd49a484c4e3d1e8d665ca4f33cbad |
|
MD5 | f1cb8f7beab29e0732907d415f2abc5a |
|
BLAKE2b-256 | 6ac042d80046fb1f299ac95e409f44c6d6865a3b3560aac19b7ccb8dad3a3300 |
File details
Details for the file powerboxes-0.1.3-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d015b0aab0936211a4edf2cb510bfea6400d5539313e5119db83dbc53f19a89 |
|
MD5 | be814c4e52a41ce3bd163521db523e19 |
|
BLAKE2b-256 | 7fd980b5176f19923ce8c59ad3c0d2fb3b03f04dba90cd4d84cafb3919d24a0a |
File details
Details for the file powerboxes-0.1.3-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72821a9b8b5af1e483b9d755180191689829f71b75c2048dabba35bc4fb1dd58 |
|
MD5 | 06f07e1f824ccaa2e5dc82b18382e6fc |
|
BLAKE2b-256 | 87012bd0a7cab41173859f17213d2a32cc93080cd007bb67a8eadb90bfe34f68 |
File details
Details for the file powerboxes-0.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21cfef36b3350b7e1b8bedb1f420d0a91c058694cb25a98302c77e3d543bba8a |
|
MD5 | c4fb15f2997a2b18dd3af7de4d710443 |
|
BLAKE2b-256 | 141551cd1fe37541c9ad3876aaf905b77edcf8d12263434518ce0295be4a02f6 |
File details
Details for the file powerboxes-0.1.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa9409a68d7af1329eb8276c5185ee955c6d138d9434f43d937e780aee072394 |
|
MD5 | 4df9faac7524538402630be2b07e489b |
|
BLAKE2b-256 | 3b4a5cf97a59253f66f1b7b67695da5854a7b078f35feb5230ebe75a1ef311c8 |
File details
Details for the file powerboxes-0.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 575862bf8fa1a2adea680685861b3e7b6cead3c14b9ca7109f8b2b3dfc244b2b |
|
MD5 | 00e3fe0b90aa59a61be8926d1b1db5be |
|
BLAKE2b-256 | 5c23fb33276a4bc23e795ffefc8fe478f190e7422ff6367153fb2e160659ad1e |
File details
Details for the file powerboxes-0.1.3-pp37-pypy37_pp73-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-pp37-pypy37_pp73-macosx_10_7_x86_64.whl
- Upload date:
- Size: 413.1 kB
- Tags: PyPy, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 428ca5aed164f00b34d30a59e02861dbd13775396306978f6c658d781496f95a |
|
MD5 | f28f58f6423a61e903ec4ae010b8c57c |
|
BLAKE2b-256 | 37a8435eaf742767ed5128242355a790a90df9be10125568a28d1c22520f5ef2 |
File details
Details for the file powerboxes-0.1.3-cp312-none-win_amd64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-none-win_amd64.whl
- Upload date:
- Size: 260.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fdcb5f7ec1eaafed0a1f26a2e13e1002015c39b9aa7422e82ff86e67c37a058 |
|
MD5 | 3ab260f5e9c971ea396834f7cd34bc1a |
|
BLAKE2b-256 | 780bc8f42e19cb85ab84fd86e99a39e96b0f38e6cfe85670052205329d0101cd |
File details
Details for the file powerboxes-0.1.3-cp312-none-win32.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-none-win32.whl
- Upload date:
- Size: 243.9 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b702b97dcf5aa0828da47d0638d978233b7ec48d1ea1250630939090f2013f5 |
|
MD5 | 653549ce2183600f64cf0fdf4da590a2 |
|
BLAKE2b-256 | 2bb6fc591ee4fe74261be108f2f768a20b0194c230897648b926316f7c842700 |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5b8715763da7d1fe01f24fd7c6a9166a19b6a618e5c39b305cef6e89c71f6a9 |
|
MD5 | 36be97bfb5fff1072e99f5dbea005258 |
|
BLAKE2b-256 | ce4921fe0de7edf3855dd199942280fcb40299f7940274762025c66c623038a3 |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aef298da2986111c04c9b09729fca04667e2f2e2ca003c2f44fc7c3264d036c3 |
|
MD5 | a6bc7b8b1f7aedf91da2d5f302cd4f84 |
|
BLAKE2b-256 | de79e2a888c1ec15848050baefd32b8f71d0ae9d454c8237500beb9d1d22804c |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c11a0680c76ceb4a135e2a4f032a5561e8f0608f8bfa9902b9c93f27db5c5e5 |
|
MD5 | 990545c43b653c1f6d5230548e60f388 |
|
BLAKE2b-256 | 8764229281d28eee20adb062f8c17759b357b076a0e97c0b05eaa68181b4539c |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 449e7b3ea4b044cc764a3150738b7e06f53f6b5ef5d5fc4dfaf618c7d1557e5c |
|
MD5 | ac76e0d1ff0ca50f67f7eda794c4d006 |
|
BLAKE2b-256 | 6f4123b8b72d82c46930934ffe73b3ef6d89418c327618cfa9109150741da5a3 |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09a4a8e5fa0d101a13c8a42d7e01ee058832be6a98e213ba6c6232b257fcd31f |
|
MD5 | 5ec09d73bac9c88db2ee81d5d8ef5848 |
|
BLAKE2b-256 | 339c4e244b3f70615967e4d1b59283ba002463caaad4317c591eded7f60f831c |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba2c7afb868967196add3b50d644649eeab56591ec3e5c0f74640be87063df62 |
|
MD5 | 1016d9641c44966c816cedd342996d47 |
|
BLAKE2b-256 | ba7363d16a96726e6309ab22b9afd107dc48749cf13aadf92b8bc15e6e7d0aeb |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7e08546ff8a32d8aa2e07b37f44fef210a12a2649346cdf5da17569820612f3 |
|
MD5 | dbc56cfa78ea338b9fee2b1a70ef90f4 |
|
BLAKE2b-256 | fb62d61c4a5d220c77d31562dc04557fbc94c86b7511985b19d20ca906501ca4 |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26e2158036d7e6d6fca2aba7dc62f90beab24095e3a270d327326629dbd6f91c |
|
MD5 | 0a17a00314ede5799603be0788481f1b |
|
BLAKE2b-256 | 2a816fdfbc99bdb0d8a0c1ede812bcd0e76990c3f9acab01a28887e20c72c987 |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 424.3 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 361aff624c8395392f2ee2f683a756e7baafa20a6b325e83798214d794eeedcf |
|
MD5 | 3474aa36e7fe46367dfc5e079a41960e |
|
BLAKE2b-256 | 8b3125cd9fada3bc7f87f1ca686c96b76ced0d3a0023a28adcb39b85abf91195 |
File details
Details for the file powerboxes-0.1.3-cp312-cp312-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp312-cp312-macosx_10_7_x86_64.whl
- Upload date:
- Size: 408.5 kB
- Tags: CPython 3.12, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba62a5f6b0166b91a6f5f1d5fdf91cb37a919a22046eda53ff21ff6658af7ea0 |
|
MD5 | ac4da4f082fd361d434de70dffecc82f |
|
BLAKE2b-256 | acdd02b565d4e466927bf4de829bdd8c0fdc88dd3bfd399fe95a295d0d657d8e |
File details
Details for the file powerboxes-0.1.3-cp311-none-win_amd64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-none-win_amd64.whl
- Upload date:
- Size: 261.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0cf3c49a2df920635a8f2b552b6622259f0c75e553719fb0da764ebe344aa69 |
|
MD5 | ecae66669b94431d2009cffba00b83fc |
|
BLAKE2b-256 | 588d8760aed7df97bbdef78690d73b704c6a42b04ff6914e75f0f5dc22b817f2 |
File details
Details for the file powerboxes-0.1.3-cp311-none-win32.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-none-win32.whl
- Upload date:
- Size: 244.3 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 268999f8cb024c24aa514cd8c3a53daacedea1bdedb35710bb24a050ee062f8b |
|
MD5 | 140403d69a3d33e9f13f8ae4e5100ebf |
|
BLAKE2b-256 | 32aa194af1954a1e852f1ed4a4272346619691e85a22b4ff114f80297d62eb9e |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4adad88eff9f065027c315fb147196097b3db46e61edcebcaf2267fadff0f7f |
|
MD5 | f48538b953b00fe7b2d0c69e343c3a1a |
|
BLAKE2b-256 | 18f866a139475b90cccb786ec10711619a7b099e6a8bee9de5d902ed36e1f6a0 |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02b1213b505ae8461f7740c03f5af86f792511e30ee6a697c53ad20f299fd3a7 |
|
MD5 | e64c2a1e78d460b0a4a28e99d0d2ca28 |
|
BLAKE2b-256 | 0830198f24df4aa66401450e4785e0c3b0c60d89f62b4d223db83d37ca6c1904 |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbd907990fd8098e9bfc6f93c1c84bb95fb1e5b2a2c2d3dccb85865ea28ba6e9 |
|
MD5 | 7385c26f8533e8e5dc16a79ea5ec34b4 |
|
BLAKE2b-256 | 00eb09d9a1834d72fbe325223e400e49bcfac023ada2982881061a12f25749ea |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 106e3e6d50d2a0fd1c78ba9a5ca145702fbeb0cf78a98c92b1e8bad54128c58c |
|
MD5 | 648d74eca1d53345943a2a792c0de9f1 |
|
BLAKE2b-256 | 05e86da269c6b7439687c13e1b317e48a200d355e35bcca9f13c11e76082149f |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d63eda1a99584cb6d18a3e2eaf8778e76d3ef0e36822599afca4a602f09363a5 |
|
MD5 | 450999a072e0ffdb2de0f4c2c5879c43 |
|
BLAKE2b-256 | 1a89cb5d3149f114eb10c525879921c5623ff1d7f7733149712353fe89c29abf |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3500d1349e37ba04b2c6d28d515e2b0262c2bcd6bbdba27f7ba161d55114a5a9 |
|
MD5 | 1a0cc97dff8cf652241f4454c9d1f6ae |
|
BLAKE2b-256 | 62be2c42fb05fa9e0beb624b0287ed4b96bf5d564307775c47a7deabf3581973 |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db83d70c593d31b997b30fd1cfb01edf341347ee1946af6281570bf7cec025e3 |
|
MD5 | 964046c2128ae41555cf311eb3aa47b9 |
|
BLAKE2b-256 | c203ddd7decf50e8515b0ed8fc5522623c9140dc4719cd30dad62b397beccafd |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e13509968bf5ebd379884d6adc102d3da08519f7bdd872c5784d023dd3552e98 |
|
MD5 | 38b85439687ffa4f104329ecf2b450be |
|
BLAKE2b-256 | 6db3a60763859d47de598525897745e2fe19f1b43be8cd0ad23577e587395919 |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 426.8 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04d6fc9e66b2f551644c7e5fc9e018c4928b9275f18201616a22f30d4cf2e9a8 |
|
MD5 | e0b7ca7d8bce9ff43fa772721459a1a8 |
|
BLAKE2b-256 | 9a3364e9ffd7002a1c8f7606474d9250a040bc0e9e2a27ebefb69012c65f9639 |
File details
Details for the file powerboxes-0.1.3-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 410.5 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce1bb3e81715024fdfa7a6a1bba1cd39e04ddb4b7b867a2f26e4a86b43e7bb5f |
|
MD5 | ab60e0ff0afd49f4d08e6f53b6bc955a |
|
BLAKE2b-256 | 224e7b2b28a98416eb81c4bbd8ce3788eb8cd86844e337452fcb1a85883bc787 |
File details
Details for the file powerboxes-0.1.3-cp310-none-win_amd64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-none-win_amd64.whl
- Upload date:
- Size: 261.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005670b4585f9c4fe41cf7d6f2bf32f86529e18796fff7371acf66da8ce53c04 |
|
MD5 | d38fcda669ce87887c638849cc224faf |
|
BLAKE2b-256 | fe764313206688f5a571373323a80fb60499e26fc84838c6f19f4914149425fa |
File details
Details for the file powerboxes-0.1.3-cp310-none-win32.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-none-win32.whl
- Upload date:
- Size: 243.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3321cc7fbfd85edc685988ce518e40137ca10c914f1f4a7b0a93fa01bee62503 |
|
MD5 | 84c58863d9d6bfbd30d3c7de56f087d7 |
|
BLAKE2b-256 | 2b9eceac90da146bca1dc5f0975ecb3c88c7d9df2e752f09b506665911536626 |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b406588abc3024e8c98c1b9862078151ffe84c1c81119e78f8cd72223a7a9958 |
|
MD5 | 44be94dd6c0fb5c895ea4a6cc4995f0d |
|
BLAKE2b-256 | ec9fe5c3e13b57be68150ad45f99dcf793a66d8f7fe08c3de60add2bf90ff1f7 |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e812dfffb01a28888e2f6c265dbe0766d51d579182f589582a93512d6dba6c45 |
|
MD5 | def27ed9dba7bab434670a21345d6225 |
|
BLAKE2b-256 | 3b00a3f1e7f7fd6a969e149806ad16793d504a8b69190e22920aa37559167908 |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a38c6b913db6401276b65968115405a846bd291bc643e34e5260bda31d8e5e13 |
|
MD5 | 94d50afdd46b7582dbcbf67798f108ad |
|
BLAKE2b-256 | 2212a0eb27299bf0ab7fb5674b8ba879d0bae56d47dec7b8970370ccf131e9de |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c28f7f7e4abe9e2d475b6b2612fbbc13221681a9a5439a2de51cf13f7627beb |
|
MD5 | c78ac8a52111cbfccefbcce1ae4921fe |
|
BLAKE2b-256 | 5772b7217ea3f6c850b8b9823e4bd1a7023bd12e4c0e26fc350b01a6557b883a |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be78fc3456c81f68d8d5d515c931282664c24e62a92d91f4619ed551479d9ce8 |
|
MD5 | 56643508970eb94ed44f850c365c8b3c |
|
BLAKE2b-256 | d4a78249a571904950fe6dd8c21ab14707add0d205c680c1fd5bbbf0c3b7e939 |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c97d08513cd5a7e863d2eb6193ec98c9045f17327909d3807f86aa0357e9fcc |
|
MD5 | 5089f2c58b08e17630bbb11b9a943aea |
|
BLAKE2b-256 | 9527b10fa612f3357be9caf6e5b97e57f51cd052bd34785a01768beebf07660a |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7219075d618ea4760b58ce35b69a2678e07d55cff75dcf58a2543fe28fc8544a |
|
MD5 | 603e4266bdcf311925f7b4b203f7e57c |
|
BLAKE2b-256 | fbfc9cd841fe86127b4064758901c259c3b527193fad0706e091e8d230a6d728 |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 731dbce2fbead9715f54ff9f88f267ad2438e2f8140083446403c3340f5328e8 |
|
MD5 | df9446ec4fb31db995b6e179e2467842 |
|
BLAKE2b-256 | 546ff23e22e33665693ab99bece7cc49e40b40a322a14999c0128b9572bd3c5c |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 426.6 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7eefc6c89bf2cc0517727352b747f890477b78e7dd2a53a669cbf0e1e0da0120 |
|
MD5 | 7867d0fe5d037fcd4d2086d04f583e31 |
|
BLAKE2b-256 | 58a98c2de956785d551f39a9b5c4d4b9b0b3ef5cad35f715e935b45edb5bd369 |
File details
Details for the file powerboxes-0.1.3-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 410.6 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee6dc361d1f5e1dae09677f4c4b2cb63ba3541aabc16b4e7a2ffa695b4101ee |
|
MD5 | e18780ee88ff1801c71fb3cf3df215a7 |
|
BLAKE2b-256 | 93c6226239a781c1ad8808e2e1b9fd42ad06da5797376a5333224b071d976470 |
File details
Details for the file powerboxes-0.1.3-cp39-none-win_amd64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-none-win_amd64.whl
- Upload date:
- Size: 261.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d30ef20021217cdca90c6e68e550986205221767f78f56a2db2d5687bb749c0b |
|
MD5 | 37f5512d990288b37cd9b72c46a3d98e |
|
BLAKE2b-256 | e545098cc03128f2ecf3ddaeed8223017f0ebb7d5d6ee83781a035b05506be21 |
File details
Details for the file powerboxes-0.1.3-cp39-none-win32.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-none-win32.whl
- Upload date:
- Size: 244.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cf2f692296a80915b48fc0eee44496265fc8366c8e485e0d827cfbf47c1751f |
|
MD5 | 8dfb7b86fda385dd5b685c2482139dad |
|
BLAKE2b-256 | 5c43ce55854ea33f70450e7dd91bfdf3274f7dcd80630c997a33c21fe847f532 |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dcefe92cec1f2f12ab01c2da8b357014fa34df64766111fd4ccf6e2ff9eacc8 |
|
MD5 | db2b623ecec05b413ac100523b184f60 |
|
BLAKE2b-256 | 9334830899f9b3167dc6b2d80ccffc25e7c2dbc589a12c0419fba27e3e4f5844 |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 184eabf629077d1095e7db1f4ddd395e7b64b73f7483b9f3c2be2b40a1222f09 |
|
MD5 | 8ad0c9e6e0c649edf794b499886b36d4 |
|
BLAKE2b-256 | 87624576ce5ea01f3ca361c8f14c3c4383393d5507908fcbf4de0556475252ef |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5940a1338395a6f1915e7951422d4854d42bee8fafbfc4b52f2e87db9d4a414a |
|
MD5 | 746388d7e2195bfb18743a0100475110 |
|
BLAKE2b-256 | 99e09eb10f3485c38d6c3695c37c12531848670dbedb07d9d8f23f91924022d8 |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb65b1c4471e44a81ac4d5972097862c1d0d4b9951e4798b52c8cb825fa556dd |
|
MD5 | 04e23eeab1adc7646c2a14a6a3d9d04f |
|
BLAKE2b-256 | c4f92a76b8b45983927f1cbe28c12e26db93dbf8068fa1cec8159ac893145c8b |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 458d47c06655ac7958cbedbd53aff015bd4047e08a4da838f64f47d68ca117ad |
|
MD5 | 04ee928e7fb5d1210bc2ed65df48ea4b |
|
BLAKE2b-256 | 7cef3ad8843068aa53901d9876a393402b1cd8d700f2e693ea7e786727014ab2 |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3acc9272c139e03aa683fb18eb0065136528c6fb623239a5936bbf6bdaeda057 |
|
MD5 | 3b8606c87800d4e1227c7d1aa83c04a6 |
|
BLAKE2b-256 | 3706e4951c27f1f00994473f98ce63926569cf3aca24924f9c9c023d0b62ec0d |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c98887e3200ff2979c7b0118ea52d53b46668a74f9af357e08bad23e804a0bc5 |
|
MD5 | ec256142887ed82b1d6c06e141511ce8 |
|
BLAKE2b-256 | bc4613850651efe71edc0ede049a6653af4de77af7cc5f354a113dd352cf8375 |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b77c7bdda3545699e5b0c4b4bda1f7f0766ddbdb8f5069d35a61f44793e8703 |
|
MD5 | 19b122217b8462ae6e25cf1824f8254d |
|
BLAKE2b-256 | 25ff3d01cc3ef2398bc5b250d887dc83a1e11b4b2e54133cf4b154fc8fb0b669 |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 410.0 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 234b957aaa9b6ea2a0ac546f18cd90b5f117df801cf6a82a753de5596df29cb8 |
|
MD5 | bfbc43e4a284d1d684213b15571013ed |
|
BLAKE2b-256 | 2cf70c10e20606d44638b62f8896588928c8321d68945ac28b1720b0b02d998e |
File details
Details for the file powerboxes-0.1.3-cp39-cp39-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp39-cp39-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.5 kB
- Tags: CPython 3.9, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd9096f350352301411ac4a68b28cdf3957ec0540dd0727d3be8b609c1e5b6fb |
|
MD5 | 25ce1ace32061b41eb6ae1dbaa0632f9 |
|
BLAKE2b-256 | f50703ecd4f946cff2d5e993e7699009c7f6d39e829298461a6bbf7fccb277a1 |
File details
Details for the file powerboxes-0.1.3-cp38-none-win_amd64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-none-win_amd64.whl
- Upload date:
- Size: 261.6 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdc229ae76624fe9057b9021fe41593bd3606aeac6a93dbcd04f4a739c91cf8c |
|
MD5 | fbeef4e30ca3d7d72b5ad7f2ea47d68c |
|
BLAKE2b-256 | f50d6c55bc1abecce4e3a2f20df59a67aca6652e4ba337a9b1d05215a0945b81 |
File details
Details for the file powerboxes-0.1.3-cp38-none-win32.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-none-win32.whl
- Upload date:
- Size: 243.7 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bb0245f8b146cac33050c60699fbe8ea0c959b6efde820c20bca99536056cd4 |
|
MD5 | 2fbc2f69202da4a2ed6781f7ddffdeb9 |
|
BLAKE2b-256 | 25c4f7fde64d5603ff400c665d12f881e18601842d833481c1303a3ab8eabbf1 |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 955552d440b6153d192cde01c09101629f4b9a057d1ab95c9f2322455590ac79 |
|
MD5 | bc6600b0e8daed4a921e870986cd8584 |
|
BLAKE2b-256 | b1fced772760cfdcc409cb479e0ed96e256a808c90ed4bc52eebc6a7c3ef054d |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c773ebc6ca6d166b582f0abfcb5054722eb783a4f7039eaeeeeff8033d17323f |
|
MD5 | 4189cf40971d12060495c893761fea96 |
|
BLAKE2b-256 | 0532e398c515f705810e61987569c1cbbe115f1b0ff75d44b528cd2483b77929 |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 244cef73ae301c4bd7c51a9e3ac51dda66f46d7f73d522638cc7cf721309803d |
|
MD5 | 2544c179993ca194c64755e0bbbac9e2 |
|
BLAKE2b-256 | 662a6b35c2ebf7b0c179982b318c28abacd70275d2e82971e3aee3a3ae1fae75 |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f94ac32b3f0c97e809d877bab330919591652863c50f6b307d931ea716fcc340 |
|
MD5 | 7c1c1d90ed2d6338296c1d0ac32623ff |
|
BLAKE2b-256 | 3f577fd257fc367200f79c428ca381ba6b902c84351cd48da862a160f49ff4aa |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bf19b749f2dde8008bb3eed6a6ae6bf6f05e687671da9fc1249147ef97a26de |
|
MD5 | 9db1822cdbe17cf4d4d67e56a76df3e8 |
|
BLAKE2b-256 | dc3d5ff03dd7f96a7a0a5831f4681be0a5293b35017cce8d750a02f36d63be0e |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77c83c1fc6a7e17ab4e81a9fce6c00c5c03df43f99be9524f2d7f0abac91da12 |
|
MD5 | 704b315da29d36f8dec8397cadffb2da |
|
BLAKE2b-256 | e4b8b8a581d6b703e091a810c77306cec2aa2912a6cc35f95ec809c2b610d23b |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f6e5239123623826f016a88f283dcfff48bc69e72de67b3df783db4e89a4678 |
|
MD5 | f1ed152843cc3dd4599fe25ba9b35b69 |
|
BLAKE2b-256 | cedc6c25539b836730d53cca66331a09b269b6040022c063687b50cf9a167e96 |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbf56e195f9088471b9f403a8081b2b8177c3fc03908660d2c98c3f10f52b8c3 |
|
MD5 | 890402c34775e8bd18099443a4b8ed07 |
|
BLAKE2b-256 | e2818925a6b491beb4c7c3c2c005a94ce6d33488469de106ab3cf656e5fc1245 |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 409.6 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a864d8bbe0473723c8db3b0b7ea155da159677e407e8d42536effe8bc327d007 |
|
MD5 | 6f1523efdfb052f0fa8811f18cbaaf5a |
|
BLAKE2b-256 | cfd407af2171f6e23c4668add5849944864508d1891f55a3f6a10c1e10cdbfe5 |
File details
Details for the file powerboxes-0.1.3-cp38-cp38-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp38-cp38-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.3 kB
- Tags: CPython 3.8, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f50eda1b53a43c8e6e72fe07cce442818e2d3acedb4bf9fc1242037ea40dfb03 |
|
MD5 | 826856ebf33d36a19f20048d7df783e0 |
|
BLAKE2b-256 | 11dc620f0c3499924865a1267ccf26eb289b19a107457a392d0c5739aa4d715e |
File details
Details for the file powerboxes-0.1.3-cp37-none-win_amd64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-none-win_amd64.whl
- Upload date:
- Size: 261.7 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9b7f85c4954719cad8c09ca2cce1b5be18d1b95e17620a859e64ad82443e4f2 |
|
MD5 | 185ad3e1400262849517e6b15f2fbf95 |
|
BLAKE2b-256 | 4da9d2fed7a50c73c86787ca349d6deb31be434cef574346f21eecf552fd7ede |
File details
Details for the file powerboxes-0.1.3-cp37-none-win32.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-none-win32.whl
- Upload date:
- Size: 243.6 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d1bb905de423d76e9082ab79ca177c9fb9638a917113e099c1a0993ef9b48b0 |
|
MD5 | 80d2d712ed79be6458b1ee6c6d45da5c |
|
BLAKE2b-256 | 844efc6166f4bfb455abb096f460d61bec025c982f6f2fd35886cc5cf6626a11 |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4564ccddb477ab7dc8914231b2c1ff6a4f9d6803be0f82e03e4dba844ec31d87 |
|
MD5 | 5f3367d9fd9d90079eeecc8273058acf |
|
BLAKE2b-256 | 62523b3d4b788c717e1081203cac652b8e2d901f69074c50543b2237599bed93 |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54303491d19ba62a77af5c16a74126cc8bb9354a4bb45100d96ab32e2c0d16bb |
|
MD5 | ffae549127c43f395bbabab0c698d4bb |
|
BLAKE2b-256 | 7a10daa4514e5d402541781c28a910bae972d70ff107fb56eccfc76a989072fd |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999f0864fb725187ae02fb71c2cec2469b6e7df1b4a145832a33f50470179870 |
|
MD5 | 2b429c6886ebf9c93c8f5fb866442981 |
|
BLAKE2b-256 | 39d8a1f136df9a56e67ce7876820a001d6e57dc3cd805e138c73fba85c8904c9 |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cac324a9c85fc32865f547cbfae1d9140eb5c751d900f0f0b1252a39d306a690 |
|
MD5 | 0e2d137768699ce5e927b4a69a6a763d |
|
BLAKE2b-256 | bbc87b9e2fd3f64b8b62efafb2bd6ef73604e01cba1391b90d43a355e6016fe3 |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 580bf16ea0ff253f1dc5250499b3dfd27e3eebc446cba2461cdef7cb590fe24c |
|
MD5 | 3370a0ebc3e3ba9c7070d3cde49e0d65 |
|
BLAKE2b-256 | 5bd82f1332116014d942e9024d41b2d17bb533d8c8f8657840627603d302a93e |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b860bdd74cf9ca01e3a995fc0721dfb2dbda4016ac0e462cc6a00a060cd7ff15 |
|
MD5 | ca4b40cb7020099effa2745ef166c4f6 |
|
BLAKE2b-256 | 916efda26407b587365c51a9c73760192908f81ffb2e315202fb3d2a943f2d83 |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 971ff7c76f1cfbaa68bedaa22562776aec88db2a7893f90af3ac45a89b7dcc6d |
|
MD5 | eb97ccf165504eed081e4559a77144a7 |
|
BLAKE2b-256 | 5759c46ba8d83156fd2168914d43a344e8012ac0ec1f8617882183931f025cbd |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53e17214a7c2593cac94470da8a79a9e19680739ccd7c4db62d79a83286aeca0 |
|
MD5 | 1f9e1170b5ffd7511d33eeb2c1cd2829 |
|
BLAKE2b-256 | 41c611685614a937e2890298f759ba5ef39f036e6ace6c3066e8036c5d7173a9 |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-macosx_11_0_arm64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-macosx_11_0_arm64.whl
- Upload date:
- Size: 409.8 kB
- Tags: CPython 3.7m, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bbaf691348736eb97d5d1e937410cd53bbba07b5ea1591499db3cb29c5fa1a4 |
|
MD5 | 819a43019054bc780ff74eaecaa1935e |
|
BLAKE2b-256 | 90fede43c6a467b77bea3a5c615fa5df7a756bb9bae8b7000946b0395d0d1b5c |
File details
Details for the file powerboxes-0.1.3-cp37-cp37m-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: powerboxes-0.1.3-cp37-cp37m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.3 kB
- Tags: CPython 3.7m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a3319f67cd1e2024eb38be3f811514a5a9a55a105e73e3eda0052b55137c612 |
|
MD5 | 6fa8d283b043e5128956267c8781f848 |
|
BLAKE2b-256 | 3e5f4f8dd3d5f06c2875d7e145770dbfe5e1ce4ea3ed0ae51ded2f9bae6bf41d |