Skip to main content

Map of Elections

Project description

Mapel-elections

This pacakge is a plugin for mapel extending it with capabilities of drawing maps of various elections intances.

For the most recent version of mapel, visit its git repo.

Installation

For a simple installation, type: pip install mapel-elections in the console.

For more complicated variants of installation, refer to the readme of mapel here.

Extra dependencies

For the full functionality of the package, it is recommended to also install extra dependencies. Doing this is covered in this readme. The extra dependencies contain:

cplex>=20.1.0.1
pulp~=2.5.1
abcvoting~=2.0.0b0
permanent

which unlock approval based committee rules (which require solving I(L)P programs) and sampling a matrix using a permanent-based approach.

One can do it by invoking
pip install mapel-elections[extras]

:exclamation: Note that this library contains C++ extensions. So installing this library from sources might be a bit cumbersome. We will, one day, put here an instruction how to do it.

Testing Installation

If the instalation was successfull, you should be able to mimic the following:

(<virtual_envirnonment_name>) $ python
...
>>> import mapel.elections.metrics.cppdistances as d
...
>>> d.swapd([[0,1,2],[0,1,2]], [[0,1,2],[2,1,0]])
3
>>> exit()

Acknowledgments

This project is part of the PRAGMA project which has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 101002854).

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

mapel-elections-2.0.3.dev6.tar.gz (89.6 kB view details)

Uploaded Source

Built Distributions

mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-win_amd64.whl (170.2 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (211.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (172.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-win_amd64.whl (170.3 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (211.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (172.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-win_amd64.whl (170.1 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (212.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (172.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-cp311-cp311-win_amd64.whl (170.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

mapel_elections-2.0.3.dev6-cp311-cp311-win32.whl (162.4 kB view details)

Uploaded CPython 3.11 Windows x86

mapel_elections-2.0.3.dev6-cp311-cp311-musllinux_1_1_x86_64.whl (724.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev6-cp311-cp311-musllinux_1_1_i686.whl (780.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (213.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-cp311-cp311-macosx_10_9_x86_64.whl (172.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-cp310-cp310-win_amd64.whl (170.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

mapel_elections-2.0.3.dev6-cp310-cp310-win32.whl (162.4 kB view details)

Uploaded CPython 3.10 Windows x86

mapel_elections-2.0.3.dev6-cp310-cp310-musllinux_1_1_x86_64.whl (724.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev6-cp310-cp310-musllinux_1_1_i686.whl (780.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (213.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl (172.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-cp39-cp39-win_amd64.whl (169.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

mapel_elections-2.0.3.dev6-cp39-cp39-win32.whl (162.5 kB view details)

Uploaded CPython 3.9 Windows x86

mapel_elections-2.0.3.dev6-cp39-cp39-musllinux_1_1_x86_64.whl (725.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev6-cp39-cp39-musllinux_1_1_i686.whl (780.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (207.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (213.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl (172.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-cp38-cp38-win_amd64.whl (170.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

mapel_elections-2.0.3.dev6-cp38-cp38-win32.whl (162.4 kB view details)

Uploaded CPython 3.8 Windows x86

mapel_elections-2.0.3.dev6-cp38-cp38-musllinux_1_1_x86_64.whl (724.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev6-cp38-cp38-musllinux_1_1_i686.whl (780.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (213.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl (172.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev6-cp37-cp37m-win_amd64.whl (170.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

mapel_elections-2.0.3.dev6-cp37-cp37m-win32.whl (163.1 kB view details)

Uploaded CPython 3.7m Windows x86

mapel_elections-2.0.3.dev6-cp37-cp37m-musllinux_1_1_x86_64.whl (726.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev6-cp37-cp37m-musllinux_1_1_i686.whl (782.1 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (215.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl (172.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file mapel-elections-2.0.3.dev6.tar.gz.

File metadata

  • Download URL: mapel-elections-2.0.3.dev6.tar.gz
  • Upload date:
  • Size: 89.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for mapel-elections-2.0.3.dev6.tar.gz
Algorithm Hash digest
SHA256 f0fd747c1fa43a11f4ee659383ef4d9d3737f414e8b1e9242bcefdd6e03ddbac
MD5 fc896c961f04e5055369d0bcfcf7d4dc
BLAKE2b-256 e4e0ebee03c94caeb81cbfa31aa72081e868ee0c970079d589cb27897a9d9b19

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dfcb387ab084870c37831a885812dc8deb9d773ee1a71b0344de7378f97dc920
MD5 bae0e696eae9ed8038802663b0cbc35e
BLAKE2b-256 dfe917e09e3f96274e151cc4c6a6a4adaa4c62296b6846eb10f59f098db6df11

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6412ddd547b90aa7d9f00285b7253dfa857e1097845df53b8ab1bca5e24a75e3
MD5 a88881e70d4adb1c99ac32a8b1f4a1aa
BLAKE2b-256 52500593284b153b4b76a067d65492846663eee4c49c7f2bf97c554e3a638188

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 793e724482694ca42abb52d3eca45c06ac585ec9e6320fd02e32f555214e2ee8
MD5 13f79b224aca175d65885cc0eb282cb4
BLAKE2b-256 9f4bb912c5b4df03e5009409839a4f84e60b6352d9e8c801da2ca37adc4099f0

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21cb65500cd07d79fb8d107c41ac1d7f2bed483254d4f9f21231d34d4512eba0
MD5 e50353d093f8ffb8ffcc807e920f6faf
BLAKE2b-256 60ef13d4df71b24029d17e34d765bf723aec07ed23f8b7c5823656a994bf6473

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cb04c2937cb30695612635390eacc74779be03252bf0ad513a1f4ae94205d0e2
MD5 a635cc5d4d8a814589b6f613b9502afc
BLAKE2b-256 788cde4865e6f151fcc32b8d671500a65a8e7bc18b59f12e5df7bb95e8d114e2

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74151f8762741ad35c35b46faa0d65ca8a79a68b168125229aeda8041703d459
MD5 57509bc037fcbe6dbb3363daceef69f9
BLAKE2b-256 e1ca209886f391dc96558fed74c1440d42173727a88119e80becbce86868ab27

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a374292b7b6bf5d980ad03ba444f194afac84366ec8cf703f8ff2cbe681a5308
MD5 6ff6fadffdf489880d51de3b928a9b88
BLAKE2b-256 32ba5c36b26364a74cb7b73cc9e960c19d2ab0282634ec481f26e581c0462930

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27d7626e076af5cbd24e154d0601506792067aaf1aa211e54e1fbe3fa41f8c6e
MD5 d5ffae2dd518d14a39ab983e7d7b8627
BLAKE2b-256 c980e02f1f309f79fba3b8e6b590906386da3b9f50c36cfcdbba15f0098feb98

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4bbfc94bdc05d931f8753c47880e9121e3a6eed5c05aa402873c8dda24df445
MD5 748a7123071bb751147319cc72359bb3
BLAKE2b-256 e9ccfeb50cc0fbda62479b5412f6e25494dc3df552bebf5a7143bd7835172d2d

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96826621528614aa8f7719369d1ae5c37ebca5b2cb1f83d722f77f263c33760a
MD5 b110746176af74365c9aebb40db0d6d2
BLAKE2b-256 d86aa3eecd17532327a367378641fc961343050b2627032eaa77840febc9e43c

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be1c8898d5631b5ce1a510d56604511c05fe8e5b3e3f0c6c1d6ae1e62d8834bd
MD5 f4165495b1a672e4d8aa309fc2a53b2f
BLAKE2b-256 2ac2c1b4fea55c2dc39f2f7eaa84c52230b042ed9952899e2b4a0e94c5851f0c

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73f6120adca6642ffc6a375103ef7dff2763d3438ebf9473ac39ebb2742aaa48
MD5 54d1d7c169975020de81228a0b208901
BLAKE2b-256 12168c3c721c00fb2cb13220ce5a17a590625c92be9b27aac22c11445020bdb0

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb81802a6a3a5c934d24cf7db82632ea1d1435df77caf57c8338ba0df9090998
MD5 1d182d5fc7856d200bc1ba653dbe1076
BLAKE2b-256 9eac0d052763f9081c0cbd7bbff718b3c0040078c9b9bdde264558b1f57984c6

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cce831c8cd91cd6f36e57419abb7a07df23fc4ba9de815a04dce55704a0a2845
MD5 bd14035891ed3563a07283392617b769
BLAKE2b-256 d271afa927c6218a56fb9cc54026f444a9b0e606395cfb8bd31ba9ed194af8b0

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d4d8f59f5dfd36821ac4f008cceae9f7aa7b229f698e31d9f5145224f2f40567
MD5 e7ce85fbf749d903e1b3e816229cb9d0
BLAKE2b-256 3d0120e8754ad2c3bb747f42676993030baf1a9e4e68f7b550c9f992c56511a5

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2362ececfa44012dcd9d424f457e5499d9ab82746b454b9489b778f2f390d44
MD5 e3ac12f74c8f59b0c4de73b732f655c9
BLAKE2b-256 770d4e86ffaa1c8d860755cf8e32631cfebe7df54eb76a5301d62aaa76179f08

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3e73044a0206e3849abd70fe7381c528e0ad22349635261e649f7ffdaf16a33
MD5 d40b59e3f6bf682323c569fd90f93c56
BLAKE2b-256 ffdc3dd833b053729e52e64f15319fcc0bdf4d056d22ffec5e566326820cdd0c

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da01be439d0c8d925e69f4cb6678373c8533f86c7e26aa4ba7a213ce4f824869
MD5 1208e80c582566d6595dd1207d6f5a04
BLAKE2b-256 fa6c14914ca745ffc029d1b2a91a6b06be8be16f0058983439fbafe4470f493a

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2c6a4c205149130b77fdf7d1970fa67c8f7495151b858c92d54504a66c6cb646
MD5 d8ba77160e8bb5872fbdfa9b1ce7c573
BLAKE2b-256 8a99f550b5f138bc1038fc5109d8a4a78156376b96813ffcf3b7ace6684e23c6

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 222dd060be4876058d90e9b938cf75748bfa98cb06019cd84dd2c0b261891640
MD5 eee8d9aff0b18c05892b05ff3009a91c
BLAKE2b-256 81ce4d8ad794bffc7e469d667d857f3ef4877ca781b02fda574ee353c4e21ae2

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d72457a2e59867af5e1383ee3552c1424b63c85b5817144dba8e9db650c53d5b
MD5 0db0ec7feddfbb00a7d7479f11083f05
BLAKE2b-256 001bbe24a8da89d41a9a8683592c1c79e5abdde751d60b582175cbe9e7277ca1

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a32b435ccc7dfe05f432a6e59f2c1e73a3e53795e20376c847d284c363cba868
MD5 6c254da364451d24a33f8f340f05f367
BLAKE2b-256 92f5bdc9c888c7ccd67fbb30ca20a3fdf0d5d67bca83f3948dd784a12190042d

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 922402024ed66f0cd3ecd22c3609fd9d311f6cc8c87f91b6017b51cd62f26da9
MD5 7f131671b656f68ca578e94deafc6c27
BLAKE2b-256 9773f0cbb9e74dc59d2ff6d3b6dd424d9946083f86051b683b282d8b733f9440

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b371de47b915247e3da6f4410b86cf6f5829d37bd822f99cee9a555d50509ec
MD5 33eca9553b2ebe977430f147bc2558ca
BLAKE2b-256 5c4e7cff687b1111f827f432cb12147bc0b5374effd6e3fc6c083aec2ff83253

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30d5f6022a0f86c04d3e5c2609b9150917f4cb2e2639e624092ac5b0a94cd776
MD5 5ae67fd1ba1fdb94e0d979f87e78331f
BLAKE2b-256 94d1cdb91990010017a5ca8debe61775ac689c02f49a70ab2d451fbd50d7f27e

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cca87449cd89fb97b44a8b8d736876d359f9cc450cd1b0af8d1e7c497430fbc
MD5 8c75ed7a6f4c1934bf24c70baa1575a9
BLAKE2b-256 2eba5855fdbf0fc3e74633e6bce8e58e5f69afd8b676d4d44e26490998ddf61a

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9301e8d4722f7d03877d09e4faaa4f823e71cd2aaf9233544d05923cd878bfac
MD5 182fa9c0c693455326921b99699e1d57
BLAKE2b-256 b13d57ff026dfe1dd6a50b47e549836c8940c301a47b68327be55e0014a3d504

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d15e226711f14cc4b43e5048ea4225b957c25b28c9af6f3bc22560b41255e916
MD5 c892f00f5e010a223e0a11d87b11abda
BLAKE2b-256 2d57be957b26eb9040689e1c01c48ba5c1f7413724ea9f430080157cb9c29bea

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f929f235f5dfa1f29c0d69ae6a22c6635be552b5cdc3d86c0d0cca7ef0554bc
MD5 728cabf550995dafc6a9ab9d884dd204
BLAKE2b-256 172c6a5a12475a2f7c73fc315c670ae9284c819af129d34110880c1ea1aefc37

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3a56d311f5c93c9cca6a28fd4dbd1711bc0e9c67b4e863c5f1675937356085c4
MD5 a44bd7ca434395e52a2a2cb738afcf5f
BLAKE2b-256 239e97db0c393eb005198eb298847b76575a7a29e2679b8ec16a0c2b90f66d63

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70bcc019430b055981d05cefb01b98f8215307a7bc8e52e5b8649fe50b5b2aaf
MD5 0f1e5065a9da87581c03be84ce59036c
BLAKE2b-256 af07af53c8d8663475a53fe865e0d7d5568ee7ff2b99ff1871f44b8704d0d7dd

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c88cad5e655b56e991aae52bc51d18ff2672cfabb312534c68a679b156d78ef7
MD5 6556acc3d05bc77491b2c9b6edf4633f
BLAKE2b-256 8ec830bde16bc6aaee4d7cbdf5f99c6375b8e717f710cedc76ba636671bd4552

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90b949b8fbaf500495924e21c26b99c13bbabd004e815e98c45bfa6e5721f3ac
MD5 a109dcf93d22b6fe4a4e919939b7ff0c
BLAKE2b-256 70abaae5e9211e5dffc0a0b6bcdd2d727d7e27f0315570e589ee6a7aa86a98ef

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3331b8652a27415cc834207f6e729b07956cc707356794b01cc59aa189869cfd
MD5 9877afe4cab59f329ae66c6a1e80b190
BLAKE2b-256 03d3af45b4ae02cde4ce2986c3f362884b36ac95dc2c634c0135b69a91055986

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2a978ddb04c6bdb87bb1426019dcc60ada51a0c6c8e03221e62f41fe81afffa7
MD5 d81cb708c20cd08f963169687659558a
BLAKE2b-256 e603d1d2cc0a41d5716a9a61360d5cd562f5604cdcadb7634eaf89ae5ae66941

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9810f505c6e70b8e43e11193aeef037f278adad66185aea0a1b45468662317b4
MD5 0ae42bd8d6cd130903f493d3dddf2dd5
BLAKE2b-256 74096ae9f361531d657f52de0186a11c3bf8e434a6b4d496bdc236eb1881bce2

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0be7f5dce32009efdf8537fbe1ddcf749d6fdbb3be6ec3057db071a02d5c70fe
MD5 0d898f34e35bbd742e5ac8686feaec9f
BLAKE2b-256 f4ba1f0dcb8885bfca60e6dc961391d9f2d7bad74977fed622f4828591a793ba

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 319cd5a6e575b0925876d42442911fd3a09ea833480aa3a34f8da155b476b266
MD5 abaaa876dc931d4aa01fe13b3f896f78
BLAKE2b-256 fbb5cb8fe5ff85ec2264a6d1e7750c3b183c905c74e37eaad00b1925b4de0cef

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2422a749cbba4f1cb1ba7a823a276b0328f64fb9aff0256b5ad3bbd6a0b77b7
MD5 db1183ab5e3e740a064bdfe15c52930f
BLAKE2b-256 b74ecfe18c90e18d82eed1e409486780ff5f6b0e3429630f093c5b9e736c598a

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46e6b45fd9d52b4666e2cf10747af7fb57087acff4ee23a991cb9de51dc0146e
MD5 b21f44dbfedaa46e5d9fa50b57f799cf
BLAKE2b-256 7d46687f101c75bdd423630ee2bdc34282f067ad60d82fe215a3630a1da78d9a

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 10b2c24af176d194deb4dafa1bc4dacd574bbb3f36f15326794ba2ad33381744
MD5 06b5a35edd0d2e5c3cfe999efa50742d
BLAKE2b-256 9044d29c001e1c81f18c1f54360b091c36f47a0b4e70508a0e6da6825356b348

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a4ef3dec5ee3afabfb4baa9448ca418c66b1bccbfa72cb8cdccf4fd20fa79239
MD5 d390e1dcda2f11bff4c911d329b3ae6e
BLAKE2b-256 fd9e536ea6216a56bc24536045c838a91ba04294faa0c5ece59d1c85936eb5c7

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ecd3e9ed9f77f028f869ee33373be85692a2ae249812368339d96e6de577bc4a
MD5 fe73988f78a3ab020f0b708117be865d
BLAKE2b-256 d9306085c7eaed428f880c10a16656cfe6542bcb9c950afa797461052df97e23

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b4ef9f4aea2c6c6cd731028a61c01f84f2e5df7a74660fa2f79edf74b0e4187
MD5 8257295bdfc23ebe0e0f2c10798b0c7b
BLAKE2b-256 7675af0ea41bae21757e5d526b1bcf8a6012b25c95b51192319c4051673e7077

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3992e61722eee1d24742e3b5cc5c9f555b7ce5e714e0ca38975c48655e11705
MD5 cfc48697b0c9394d4bea4adc2c2f7b69
BLAKE2b-256 015b12430323a0064fd15b102efa37e2033bdafa3e5b2ea0654a55bca0f60e4c

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 930f74b705db7687e58e58f6161440fa5acdb3c9f761aed13ebff075187d6325
MD5 367698775ec6a43d2838a930790cb4fb
BLAKE2b-256 29cb6d09913c69260291f701ab2d9d10b72e063557eed0ecdce01ac8b6aff3e5

See more details on using hashes here.

File details

Details for the file mapel_elections-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e517586d3a0bc9e76c6dcc1d03107ab14678e2d1d29c5b307026c8faf5a88836
MD5 782eb0c939bc83f5f8c407e3d6290f48
BLAKE2b-256 80b1ccb1714d3561fc6a1cd3302b68d45622fbfd8cc9fc46b49ec6a33cac34f7

See more details on using hashes here.

Supported by

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