voronoi
In what follows python is an alias for python3.7 or pypy3.7
or any later version (python3.8, pypy3.8 and so on).
Installation
Install the latest pip & setuptools packages versions
python -m pip install --upgrade pip setuptools
User
Download and install the latest stable version from PyPI repository
python -m pip install --upgrade voronoi
Developer
Download the latest version from GitHub repository
git clone https://github.com/lycantropos/voronoi.git
cd voronoi
Install
python setup.py install
Usage
>>> from voronoi.diagram import Diagram
>>> diagram = Diagram()
>>> diagram.construct([], [])
>>> diagram.cells == diagram.edges == diagram.vertices == []
True
>>> from voronoi.point import Point
>>> diagram = Diagram()
>>> diagram.construct([Point(0, 0), Point(4, 0), Point(4, 4), Point(0, 4)], [])
>>> from voronoi.faces import Vertex
>>> diagram.vertices == [Vertex(2, 2)]
True
>>> from voronoi.segment import Segment
>>> diagram.construct([], [Segment(Point(0, 0), Point(4, 0)),
... Segment(Point(4, 4), Point(0, 4))])
>>> diagram.vertices == [Vertex(2, 2), Vertex(0, 2), Vertex(4, 2)]
True
for CPython original C++ implementation can be invoked by importing from _voronoi module instead.
Development
Bumping version
Preparation
Install bump2version.
Pre-release
Choose which version number category to bump following semver specification.
Test bumping version
bump2version --dry-run --verbose $CATEGORY
where $CATEGORY is the target version number category name, possible
values are patch/minor/major.
Bump version
bump2version --verbose $CATEGORY
This will set version to major.minor.patch-alpha.
Release
Test bumping version
bump2version --dry-run --verbose release
Bump version
bump2version --verbose release
This will set version to major.minor.patch.
Running tests
Install dependencies
python -m pip install --force-reinstall -r requirements-tests.txt
Plain
pytest
Inside Docker container:
- with
CPythondocker-compose --file docker-compose.cpython.yml up
- with
PyPydocker-compose --file docker-compose.pypy.yml up
Bash script (e.g. can be used in Git hooks):
-
with
CPython./run-tests.sh
or
./run-tests.sh cpython -
with
PyPy./run-tests.sh pypy
PowerShell script (e.g. can be used in Git hooks):
- with
CPython.\run-tests.ps1
or.\run-tests.ps1 cpython
- with
PyPy.\run-tests.ps1 pypy
Release files for voronoi 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| voronoi-0.4.0.tar.gz | 78.2 kB | Details |
Built distributions (wheels)
Total release size: 142.8 MB
Release files / voronoi-0.4.0.tar.gz
| Download URL | voronoi-0.4.0.tar.gz |
|---|---|
| Size | 78.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
703b150e19c9001c54d044a572b4fc24f82689e4f6a8ffd7b6f700cdaf250239
|
|
BLAKE2b-256 checksum How to use checksums |
7f5e163b0e85506c4aedc724f84a9c9e8db003dda4b00ad424816d382ed355f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-win_amd64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 223.3 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
4e00174d032525f612dfa5dc0b61b6cb76eff9d3ed8d4e1c667aedb761c307f3
|
|
BLAKE2b-256 checksum How to use checksums |
225f48dd4ca0df62189586377b3671b244344199d139ae1e7a37263a8eb704f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-win32.whl
| Download URL | voronoi-0.4.0-cp311-cp311-win32.whl |
|---|---|
| Size | 181.9 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
5fdc414b2bc7366fd56d7c1707069fe233b9d77580238c5313d436cb4324e2fa
|
|
BLAKE2b-256 checksum How to use checksums |
cc5a553bc6bbe71c35d5369781c96fb70fff031ccf596a57dced30e419aa117d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 4.2 MB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
5ca0150000d248ec4331d51fd081090ecec543a256f70c75ec644ef67e4ed46c
|
|
BLAKE2b-256 checksum How to use checksums |
07d53e43703dffc01cc7a4f545294286c56efc81fbbbc35d4d020416d2f8f437
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-musllinux_1_1_aarch64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 4.1 MB |
| Tags | CPython 3.11 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
da9691d5770086116ab9c130cc1b0111b05c6ce538b7bc64bc752f933daf8f84
|
|
BLAKE2b-256 checksum How to use checksums |
00c5725a19b8159f95ef3efae7a5b3132f4f561224f937da9cf1eadae13e0086
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
1feeccaa3091560e94ebeba15ca5bb4514a2579700ad71861954d856ead77591
|
|
BLAKE2b-256 checksum How to use checksums |
06d78900db249a1777b8e28171b1623ba4eff21835025a05514406dbd97c211b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | voronoi-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
11d1c7d77bbfffce8118a5ae6485f7aee7e1a3fe3e1f4567b073e4961cec04fe
|
|
BLAKE2b-256 checksum How to use checksums |
e50b10c41a11f8250c957968381e059ac328c0ed85063280af2319792cfa2137
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | voronoi-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
e07150c56df4f1df6a15e6b9158178294b64e75a4cf6e89701443eb579b834c2
|
|
BLAKE2b-256 checksum How to use checksums |
57ea592f7a2c03996ff7935deebfbaad288cf9f957217ebf0c1fb28b4c9b9b13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | voronoi-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
6cbf8197c9a47bb5751a1bd8a2bece4e1a39691510b47c7759858f4bc24241b4
|
|
BLAKE2b-256 checksum How to use checksums |
ed9dde7754cf626af4a89975407b099ea44eb26641728158bd5f15be40630a2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
081d417d8f4ac8e0c4f2e5c75d47df41fbe0dd47fdb0e9645ec8e90e6aeb135e
|
|
BLAKE2b-256 checksum How to use checksums |
31f532a307a60a8cdd8ad59887daa6b7eb5db86fd49c242fe0e1763209e50be4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-macosx_12_0_x86_64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-macosx_12_0_x86_64.whl |
|---|---|
| Size | 354.1 kB |
| Tags | CPython 3.11 macOS 12.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
26d724778bf2403a9b1c8b0f6c86843c13232eb1d8795ff46aebdaa7ecb0bca1
|
|
BLAKE2b-256 checksum How to use checksums |
e1e73ed1f13e0cfc579928000b13c5ee84e28b0b4cc7e9d1c620f76a04a28c1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-macosx_12_0_universal2.whl
| Download URL | voronoi-0.4.0-cp311-cp311-macosx_12_0_universal2.whl |
|---|---|
| Size | 673.8 kB |
| Tags | CPython 3.11 macOS 12.0+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
1452c588f9fd9cfd139cea14267f618845da61603053439748ed4a3ad63f73a5
|
|
BLAKE2b-256 checksum How to use checksums |
932552e5d6791274066cb85d5779dfebae7cff859062a413e574aff6495d12a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp311-cp311-macosx_12_0_arm64.whl
| Download URL | voronoi-0.4.0-cp311-cp311-macosx_12_0_arm64.whl |
|---|---|
| Size | 344.9 kB |
| Tags | CPython 3.11 macOS 12.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
1b391df5f396fccdecf8197d8328b93e468164f631b6efcffcc69be2a9b5833c
|
|
BLAKE2b-256 checksum How to use checksums |
ed144da269eaee32440af47caa27dba5b96e7933e6a73c2c1f23abacb8739159
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-win_amd64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 223.1 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
310158d86378cc98b1c13e9b6dbc171e16ebec3ffd74494887fd3cd32c497101
|
|
BLAKE2b-256 checksum How to use checksums |
1c94455c904b2df8573c1a585009621008ae6df73870eaa7f5f753ea41931c90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-win32.whl
| Download URL | voronoi-0.4.0-cp310-cp310-win32.whl |
|---|---|
| Size | 181.8 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ab27d7a06980c4b8cb7b80063566cbf51bfce60e4a5bf63d3fd5205b8181015c
|
|
BLAKE2b-256 checksum How to use checksums |
f1d21ccef75fbaa1a0382eddc61a4f084537e969294a25d13f998a91be76765e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 4.2 MB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
725ba27137f242ac467e2fcfb62e3bef0927e5c3c50f275fe392278fd0e81679
|
|
BLAKE2b-256 checksum How to use checksums |
e8e2414f842ee7bd7febf705979d365651e1d1e01c444887bcf2d3a6518ef157
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 4.1 MB |
| Tags | CPython 3.10 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
3ca2b39fbddd0a0924264ceca05ef705d363b9d93636be8c9105f56da19c31f4
|
|
BLAKE2b-256 checksum How to use checksums |
58c05f3c44b95ae8db70c9258ccea35767036fb20c94088716979cacf183afc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
9d0524cab0d0f8f6e66bb8066861498090f5a7f524eb94cc57ab8141c3b667e2
|
|
BLAKE2b-256 checksum How to use checksums |
d7eabb221b38c4ce3e82cc67ae67af6c70605af415fd08bd96be79dbda925616
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | voronoi-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
cdd88d02f8ac6c7b1333461ef5940469173664afb71e03020cb408a380ef59f5
|
|
BLAKE2b-256 checksum How to use checksums |
5bf7959d9defec41175a33a22f306ce504c59c0793a2b5abb0dd7425e11bb8df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | voronoi-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
122297108b3c8c080b07c82e628d5569d287103511a3685c98e094d428c147e8
|
|
BLAKE2b-256 checksum How to use checksums |
cbc9f1c7dd6cf5687bb6a61ee2d2cfd439a1c5f2cee8a09b49660be229b3c79d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | voronoi-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
66446e4e2b9abda6222e80ed0dec42a33ab939d5d19471ff0c16ba804a6a7f2e
|
|
BLAKE2b-256 checksum How to use checksums |
1e42324adbceac03214c738b5203b112e291ec786f5f768cf57ce7c77de09502
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
9abb32413d4a96f34dd189628af06ba73c9a584ec16af3296ac90d1d30c0b8c0
|
|
BLAKE2b-256 checksum How to use checksums |
60b5ad533ba8d00eb3e8031c8790736a6d7af5d1a41aadbc17dca6d8223a2f17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-macosx_12_0_x86_64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-macosx_12_0_x86_64.whl |
|---|---|
| Size | 354.1 kB |
| Tags | CPython 3.10 macOS 12.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
52abdaadd9dea6d2df71eccc0ddae5f9ecccac5b6d75e919e781fc1762a8bae3
|
|
BLAKE2b-256 checksum How to use checksums |
4f441e87ff74d3ac4265e183d9a6c08a72c95ae9c27eda3741284770a6b4f3a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-macosx_12_0_universal2.whl
| Download URL | voronoi-0.4.0-cp310-cp310-macosx_12_0_universal2.whl |
|---|---|
| Size | 673.8 kB |
| Tags | CPython 3.10 macOS 12.0+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
5e792b19f9162b9cab99ff32dd3ac86cfe166581f7f563485ff7e5840eb3791e
|
|
BLAKE2b-256 checksum How to use checksums |
1d45b1738302526549f582e18c1e9e645474e8642bdeddd06921db066da6d01c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp310-cp310-macosx_12_0_arm64.whl
| Download URL | voronoi-0.4.0-cp310-cp310-macosx_12_0_arm64.whl |
|---|---|
| Size | 344.9 kB |
| Tags | CPython 3.10 macOS 12.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8caf9b1129e2ad935eaf704f862ab2f7badaeabc58a380eea51af18d5e3d35b8
|
|
BLAKE2b-256 checksum How to use checksums |
9b8eec1e791f130d13beef3e7b73aeae7636a8bcb0ffb5e4d31793c6f859419c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-win_amd64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 213.3 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
e023bfa67fe4e386104999d93d553578f4d6b103da99167fb1e62e3ae7b8a0fa
|
|
BLAKE2b-256 checksum How to use checksums |
8ab5da7c95a351c347dbe01a51bd6717d77effcb63650c568c81311de3f5e054
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-win32.whl
| Download URL | voronoi-0.4.0-cp39-cp39-win32.whl |
|---|---|
| Size | 182.1 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ab8fea5d0fd4aec1bc3997d2b222224f81906b48771dc1e2ac60940d4ccfb0c2
|
|
BLAKE2b-256 checksum How to use checksums |
5e90160930dda5bdf1607fb01edd1ea75ca293c184058e003f64bbc514111794
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 4.2 MB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
d0db1b754cc7c7204d48bbbc8643261ef65fc7297a388739fcf1680678ec8c1b
|
|
BLAKE2b-256 checksum How to use checksums |
cff27b25c9e9991060ef042bc9ee7b1afc055e4dc7ce69402fc398a3a9316cbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 4.1 MB |
| Tags | CPython 3.9 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
612035d64e5b1c4de4ea7756f18016ec3e1df5fc273227c3e870c7b8df36664a
|
|
BLAKE2b-256 checksum How to use checksums |
bbe8d1a30a8b7d171ddad67228f56a4a07ad98aed0b37ad4a6b32eb3849e5755
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
7503144bee7990e5954b2d15c0c01504a6945532b1e8d521a85d72e1bc88b979
|
|
BLAKE2b-256 checksum How to use checksums |
053692e96f1c531a7362f114aeb1c246582a841eb39fb9f7a44dc12c5f14a32a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | voronoi-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
bf5cce164553945018426d0cfbc1478a5af12de4b42ae2ec172b4cac73fb5802
|
|
BLAKE2b-256 checksum How to use checksums |
1c7b0afc8b435b71aab9c31c129301755181ef6457dcdf28244d0caa99988110
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | voronoi-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
463367bdc05d6d3727227a6aa7de98edbff9058a42f8bc12aead02e55d112953
|
|
BLAKE2b-256 checksum How to use checksums |
e107b6aa509c5722cd132b2a0fc6d473a9fd7091183f44b96faee210504e91e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | voronoi-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
06715924b8909859057082f2e820149350261a88df798b72b56112e0a0d70c7d
|
|
BLAKE2b-256 checksum How to use checksums |
ee1c9d6e2102025fab45a9d3c4dcbd0fddb03b798709a6f603adbd9df0b88380
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
18c6a8770c1ba9a21ed20dcb0d2116dd573495e06cbdd7e44e09f817145813ea
|
|
BLAKE2b-256 checksum How to use checksums |
340fb98c3c26d7ee330fb0f7135b10f9a2c8e1411d08a30f6fcce11081efbeb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-macosx_12_0_x86_64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-macosx_12_0_x86_64.whl |
|---|---|
| Size | 354.3 kB |
| Tags | CPython 3.9 macOS 12.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
1e9558c70d844959f066febb100228b75d08a38d5969478585120ee70d929f3f
|
|
BLAKE2b-256 checksum How to use checksums |
95530a029c3ad5ddc026a04a87d5fd82859a91c3c1ef2225a594895bf05d74db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-macosx_12_0_universal2.whl
| Download URL | voronoi-0.4.0-cp39-cp39-macosx_12_0_universal2.whl |
|---|---|
| Size | 674.1 kB |
| Tags | CPython 3.9 macOS 12.0+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
a962e74f1ba0946d518ba07466a7663d667934ceeb5651a9709a84aed6af117e
|
|
BLAKE2b-256 checksum How to use checksums |
cbb559fd9eee2eb5630e9a01d3aabd70483da21b3fc27359e36c85a62f209f28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp39-cp39-macosx_12_0_arm64.whl
| Download URL | voronoi-0.4.0-cp39-cp39-macosx_12_0_arm64.whl |
|---|---|
| Size | 345.1 kB |
| Tags | CPython 3.9 macOS 12.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
be2893cfe5fb3b8817e61d2e947694700e95b06eee01e539c4313082af7e98dc
|
|
BLAKE2b-256 checksum How to use checksums |
11c124cdf415be3f0505825f70e418c1d480188c5bd72027999cfc110f425a6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-win_amd64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 222.9 kB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
3543969ea4a38306086d419c47d03bb30d4e8f8c54509b2b6d66a8a0cf742441
|
|
BLAKE2b-256 checksum How to use checksums |
046e9822de3e0bb790e7fce990b404886a92f6287a894c3b2164aa4a09c42fd8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-win32.whl
| Download URL | voronoi-0.4.0-cp38-cp38-win32.whl |
|---|---|
| Size | 182.1 kB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
6b26158c9f7aec9ce681f849ab285e12ca2cca71203cbc3cf393ac9d73ad4c93
|
|
BLAKE2b-256 checksum How to use checksums |
50bc61095a419ee7e7391a6452060277fda4df3569475336c1026acc7d74d32d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 4.2 MB |
| Tags | CPython 3.8 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
19ed0a69fd7fbeb5c0dee584ec27b1c2125fce21c99805349344f2fc4c5220bd
|
|
BLAKE2b-256 checksum How to use checksums |
d23e75066106b8799e96d69201fee6dd95ceb54656d2c6fc69a0cf7169bc2fae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-musllinux_1_1_aarch64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 4.1 MB |
| Tags | CPython 3.8 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
2326a2f6285d9ff655db4dce94170a7766e746bc3391f7e3a2373fd3f9f62493
|
|
BLAKE2b-256 checksum How to use checksums |
c9bdad411dfab39407815b4c8ce3e9a64490ee82e9eae7bb7a84804a571ba211
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
b37b7393c96f9584d0bdcbb91ee3abaf869f8a84c1f28d1000483220741ffe34
|
|
BLAKE2b-256 checksum How to use checksums |
dfdf85751cf9f45373392c879894ac3104b2c3d7b1e5c133b7631913132b5c66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | voronoi-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
5ba51ddb8d1ec8c1ec015be22fd48deb904c5ba488ddfaafb8ebac556f9671aa
|
|
BLAKE2b-256 checksum How to use checksums |
d33f4e9319c0500027cab380060078d80fb9b3a735385bf6c2f6b31f141b0ac7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | voronoi-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
75f6e0f1224475cb757de0b8a8172f41db8ae58f59e2e6ea59053f9d6fd300da
|
|
BLAKE2b-256 checksum How to use checksums |
c287b302ec303d02acf1fbc35d1e06e99868de78089961539f177c20054de973
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | voronoi-0.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
db7ea975536a3c258358400290349b4c4711398c025e1cc575e0352b35fc9ccd
|
|
BLAKE2b-256 checksum How to use checksums |
d7b9f0bdca3591e76e882f02e017a9e4677dd3d7f4cea540b3e7648924a7d5de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
372f7c164adfc59280c7b809555eb71754c309b8edc6025f68478552a21e0b2a
|
|
BLAKE2b-256 checksum How to use checksums |
95d589aabf06b7c930da85dfd860380c6f4213f55bce74572df8db822c1a573f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-macosx_12_0_x86_64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-macosx_12_0_x86_64.whl |
|---|---|
| Size | 354.0 kB |
| Tags | CPython 3.8 macOS 12.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
2a227fbd39054b364d54cc93dd7adf4d99a36658c50f48802f0227d205d70f17
|
|
BLAKE2b-256 checksum How to use checksums |
e2ba06a8dfcf9a41c0adb21a33f4bc8917c27c7634284cd1def25e4380b595d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-macosx_12_0_universal2.whl
| Download URL | voronoi-0.4.0-cp38-cp38-macosx_12_0_universal2.whl |
|---|---|
| Size | 673.6 kB |
| Tags | CPython 3.8 macOS 12.0+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
6928951d2254ab8198a58ace982a57b9ef4b46cfd6f3660c2ec547a7c3a86764
|
|
BLAKE2b-256 checksum How to use checksums |
9d7cffe946153a56d334f84eae92dae718a19c3111fa2f00c8a9418512d074e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp38-cp38-macosx_12_0_arm64.whl
| Download URL | voronoi-0.4.0-cp38-cp38-macosx_12_0_arm64.whl |
|---|---|
| Size | 344.8 kB |
| Tags | CPython 3.8 macOS 12.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
92956788ad5ad0357f5ceedb96e35704ba0d1b13b5fb3e92073991dc940cece8
|
|
BLAKE2b-256 checksum How to use checksums |
8e4fa1a955ef0f2ea04dd3aa6c59cc31222b94467c81497711c7b1fb4e3b089d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-win_amd64.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-win_amd64.whl |
|---|---|
| Size | 221.0 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7651eea58f5dcf2165a03bc46305fe1011438571b887b0aadfd0ccc9fffee0f9
|
|
BLAKE2b-256 checksum How to use checksums |
2bfd1f7c7d4f5036c70c7b5f2e168c85154b7d6c68367872c85f2a916598f15e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-win32.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-win32.whl |
|---|---|
| Size | 183.7 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
3c2c35934cbcd9532f610eb88be0bce655305b05a2f8adf2d5b68d6960a8afcb
|
|
BLAKE2b-256 checksum How to use checksums |
6360e47791ebea0d20a944bf932b99977ed8f58014ad7839c21232ea33e9126f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 4.4 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
618b9ae40e2b4253e882254133d4045cdc735675025667b8860e7feaf6761532
|
|
BLAKE2b-256 checksum How to use checksums |
5e130233bd2054f575a38a47394f5b8465222aaa4663e4902fbd189f9c134d3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 4.3 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
8453c0232d16361d9467edeb71d1f68e2c30cd621ebe2bae51959aa7ec074b83
|
|
BLAKE2b-256 checksum How to use checksums |
25692654cc29881f8acbaeeffb4e4a0942ef0bf84bddc4da664e756d4e696855
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
a8437ed9fda81d18b82bba836f81da7e6716ee93e1f7a118458fa6d9887e174a
|
|
BLAKE2b-256 checksum How to use checksums |
77ad1f444ac5c1252360766e79c68a66c4cd4f4f88107176ea84d406db3cebf1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
54dd9319257cb133debd07692fdc9fb93e0add1249f4f0f1467b991d5167b43d
|
|
BLAKE2b-256 checksum How to use checksums |
5e843d0c35a430cd70464be58d49c60b60aae490f0a9d149cda257cdf2741d1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
3998faf5ae1e0384f994f14f109255c6bf53e9cbd9b7bb82bc95865206fdcfa8
|
|
BLAKE2b-256 checksum How to use checksums |
c4bd5039d7889093f9e44eec9447338cd963a34d3e0853748e8adf3112345dd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
d321b190b11ab0a73ebbdce514f30698530118e784f05204f5a0227dcae61083
|
|
BLAKE2b-256 checksum How to use checksums |
35431f891aa248ac69484c114511f0dd02b4cde1a5f55e5e57ccc80e41968419
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
539ff7c562423dd36c5121380743f9488db95b9854e7b6800d665ee9ff31c443
|
|
BLAKE2b-256 checksum How to use checksums |
8273adbeeea9e850585677f5944434d49c9158453fc2d5a67964e09f94b9dcbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|
Release files / voronoi-0.4.0-cp37-cp37m-macosx_12_0_x86_64.whl
| Download URL | voronoi-0.4.0-cp37-cp37m-macosx_12_0_x86_64.whl |
|---|---|
| Size | 348.1 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc macOS 12.0+ x86-64 |
|
SHA-256 checksum How to use checksums |
d45cd727c9d01317e70419aa0e90be5dcae1b3966b49ef0ac123ccce15b19c6e
|
|
BLAKE2b-256 checksum How to use checksums |
4fbd272fbafa0dbba7f002c63c809248cc404f011a28e9bc2e6a49c66725248f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.3
|