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.dev1.tar.gz (96.4 kB view details)

Uploaded Source

Built Distributions

mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-win_amd64.whl (174.2 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (176.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-win_amd64.whl (174.2 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (176.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-win_amd64.whl (174.0 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (176.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-cp311-cp311-win_amd64.whl (174.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

mapel_elections-2.0.3.dev1-cp311-cp311-win32.whl (166.3 kB view details)

Uploaded CPython 3.11 Windows x86

mapel_elections-2.0.3.dev1-cp311-cp311-musllinux_1_1_x86_64.whl (728.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev1-cp311-cp311-musllinux_1_1_i686.whl (784.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (217.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-cp311-cp311-macosx_10_9_x86_64.whl (176.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-cp310-cp310-win_amd64.whl (174.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

mapel_elections-2.0.3.dev1-cp310-cp310-win32.whl (166.2 kB view details)

Uploaded CPython 3.10 Windows x86

mapel_elections-2.0.3.dev1-cp310-cp310-musllinux_1_1_x86_64.whl (728.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev1-cp310-cp310-musllinux_1_1_i686.whl (783.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (217.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-cp310-cp310-macosx_10_9_x86_64.whl (176.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-cp39-cp39-win_amd64.whl (173.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

mapel_elections-2.0.3.dev1-cp39-cp39-win32.whl (166.4 kB view details)

Uploaded CPython 3.9 Windows x86

mapel_elections-2.0.3.dev1-cp39-cp39-musllinux_1_1_x86_64.whl (728.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev1-cp39-cp39-musllinux_1_1_i686.whl (784.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (217.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-cp39-cp39-macosx_10_9_x86_64.whl (176.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-cp38-cp38-win_amd64.whl (173.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

mapel_elections-2.0.3.dev1-cp38-cp38-win32.whl (166.3 kB view details)

Uploaded CPython 3.8 Windows x86

mapel_elections-2.0.3.dev1-cp38-cp38-musllinux_1_1_x86_64.whl (728.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.3.dev1-cp38-cp38-musllinux_1_1_i686.whl (783.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.3.dev1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (216.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-cp38-cp38-macosx_10_9_x86_64.whl (176.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

mapel_elections-2.0.3.dev1-cp37-cp37m-win_amd64.whl (174.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

mapel_elections-2.0.3.dev1-cp37-cp37m-win32.whl (167.0 kB view details)

Uploaded CPython 3.7m Windows x86

mapel_elections-2.0.3.dev1-cp37-cp37m-musllinux_1_1_x86_64.whl (730.2 kB view details)

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

mapel_elections-2.0.3.dev1-cp37-cp37m-musllinux_1_1_i686.whl (785.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

mapel_elections-2.0.3.dev1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212.4 kB view details)

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

mapel_elections-2.0.3.dev1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (218.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

mapel_elections-2.0.3.dev1-cp37-cp37m-macosx_10_9_x86_64.whl (176.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for mapel-elections-2.0.3.dev1.tar.gz
Algorithm Hash digest
SHA256 0626e832adac8f02bf86742c0dfd2b1f89dcfc9517b7003cff1278fd4340b48f
MD5 678fba951975ff0db1a1e47ada0560cc
BLAKE2b-256 9a26d5fb83edaff3a27a3a0ba195f42209d39c2ff51cb0ca1fd5bfe6fc1b333b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b11f3f7053ae18730b8b73fac3dd108c3cc10bb005459f1f3b22abcf81a82f73
MD5 acc05afd97126cfcc9cb48a69946978c
BLAKE2b-256 a63d94565450f9d53ef7b5930e89fc6dcbc41ce756691d9a67536724f924b9bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a9c73868f7e5e8401a43644f0f5cb929ce22213c63b75a4153a913d0b7593f8
MD5 ba7df994a317acf62613311ce68c0b18
BLAKE2b-256 4398144066f7fc42d651f367a7b09022b1d97c2d4eafa9e54fc7f32aada3ef97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b35f2340c89436606e3c2b910a207fb6facb5035e66fddef5e6aa1f9e96c983f
MD5 5c96a5ff20b6f069df2d36e3a291fbdc
BLAKE2b-256 31f94ee66b0838a853e1242f01b2048101ba7791104e060794d476a5e25528cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6baf9bf7c7c3ce3f8f471084e04d2f15522d6f4e8a51faa407f14176c950decc
MD5 14326d8b91e7062859bd77a8cb46b57a
BLAKE2b-256 a0812b96da621f7c1ea128b797de428555e6b8963ec0703552f625edf0eceeb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d0d4851f590ddac6af7a9840f8d92e9f3734769d9e6b588c72481d16446d6397
MD5 3e78c2e40b802e7363f92e4266fa925d
BLAKE2b-256 77c339d37a68ab5cb2b036b15c19037a56beffa36fee202ab943562a17ea4243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3861f982d515afe909b8fe8600bae4abe05403e5ca76a9ea43d7cfd51be0242
MD5 ca31e4ce836652ce79d1259246293046
BLAKE2b-256 29f128e01899768e3247fe10392c161ab94b34055f04cf01cfee6b8095630c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f5d34c78cbba24acfd9861c89877b29fcd5149ac84baa649f270479521b47c8a
MD5 2e14e6dcf60c4d3afbfbfe80debfe438
BLAKE2b-256 990656e5a288ff8481c3e0690ab75368fa9bee8e17c77ea466210bd3ef7243c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da6495457a38bff178bd5c969a02cbed2d170a0ce39ccb3df42ba5791534426b
MD5 085e4af28b6e40376630bb3a0cf4891d
BLAKE2b-256 4d2197b64d4ba411647c38becc963ab366c66d8a6ea8f61f87411707c7b007c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eed54866c681764d713b9b6dfb8da55c973a3fa61e3ef7028f4aa119ba6742f0
MD5 b4cda8b50740c8eb873ad56c99808c88
BLAKE2b-256 ffe589f479b43229c5cda672af9398b2a37afba7c62e1abbdbaeabcd1614840c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 147097a74ff318c7172419fcecaee91ae4cf6bd3082705c9797682997f62bdcf
MD5 e2475d919d0ccb70566982d546f92a98
BLAKE2b-256 f5def32e4d954dd1e12198407814779825847c58d576317ba0757600c20c7d41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77f9e4784fc006ba4cd8d1c7eb130618395ef7375b4c3a0199694d96cb0bc050
MD5 750bd52d0a986737a792462420a63436
BLAKE2b-256 14da1254734ac702bd8ac493e3ca3832cff70bbb9327e13e4f2d4088bdf00f08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc5b06b8d0fa82f38e8af55fcbd05aef37d9d3cce37b36d76f036bd4e0308175
MD5 21cec1501a1928077282f5f6943a1be1
BLAKE2b-256 84f9d1b722afdf0f50f73ca15fd42181ccdf6f90888826db328fd2442dc4b5f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bf1e3561e840131a131a1ff468864624e6bf01bc2f4a0066f13246ac7748f182
MD5 b9dcff305140f90772a3332b2e08c6d0
BLAKE2b-256 133e77346878c29d39e7b09b715701623d18e1ca550e05b21c8a823791f8fb2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e59530d6c4d79f942915c7cf3a9cc9478848152dd97c504101a26a192c61d0f0
MD5 5c3e0a51b15219fc96fc6d016f06c357
BLAKE2b-256 13a460176e4dd04a423cf8debb9608f9c6f81378996098b68452938c1d6df372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 871eed49cfd1cbbc03bb80c0e49eb95ab71d3d39287206a271a0bc2e6a5437c4
MD5 8b2b8b16212c651db880627db639e78e
BLAKE2b-256 7f7dfff63384deb1e4e897ca982358222d6c2f405d045586400469db093c3bb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 542e18cc7f0e8477396db11ccfe5a3b61691f27337e9091b670c8b6cb315dba8
MD5 00789fe1ce8602fa1d67fba125876327
BLAKE2b-256 7dd60950c7ef30e8c3f411b79897614d670859eb21debb9bcf889e02fd75653c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 571f6ce200cbd71287b28ffe1c43df3ed8c120f9edfdd5dca2beb4a986fc0567
MD5 692ae90f1021af209e3c79709ae4bb5f
BLAKE2b-256 466318ed4c765fcc1f7fc38ab2197b53f9659bfe3895cd3638f3de3a4245d6d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d9d6ba75792244fa9a09a973501b11ccd763432a5a8aa9f73345043ba5e9577
MD5 7a78d4330c43a25436554a5f9983b6da
BLAKE2b-256 bc83019c961c6ebfb339930b468fdf8de32207d0d9e49f2701bbf4760cf6cc8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 990d4e0121a9b7b8b7843046ac0b3db2afd459c008c8832e2ae9be96e6198ee1
MD5 412d4978c8e1d3e79e068cf758384d1c
BLAKE2b-256 d70e2edf8f3da5c9ff16b7ed14f43ff3e474896770386d588fbe32b3e706ae81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a9e54f104793dd9b2585d80127217211838df615acdba3529a93b71f1e4fd90
MD5 e39e956ae118c14a4b735a0321e05776
BLAKE2b-256 667837d62d75e55a0df743ef86e5fcf52edb291e8b4e2d08f781e7760d92a655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b5a49916e0b9b50ffaf6c3afcf6ccdcba1bcdc91c6cf86b0b7dec323958108f1
MD5 20fac6d9aa24fc635ff1f614ac723faf
BLAKE2b-256 2b2ad375561c1ab98ee773e8ce1b226f09593aab491bc49d93e27b0b20b60ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1d1d6f63c19edfbc0641ea0d2cf76958c009648f1484be93a3f222f3036cb57e
MD5 023ad048618b42364d916a94685a892e
BLAKE2b-256 898af7750995e2a23d14ced91fdc49dfb002675bd0694b11e346831e978201a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 78dd548f147eec77a4908c69c9f487a0cc5f244cf54de242246a4ad022f05951
MD5 e23098b0cc1f11d833226f3ae9391c53
BLAKE2b-256 5311b0aff5a59de7d00efac1e9ce294791369a13a539293ed5350e8f47e0d60d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf7e6beb1a0e06496f43fb0fbe6ee7adc4bd9b29bf12da3d9e2ada2f1b9e1ecf
MD5 19f3029188a8cf79daeaf9119e3169c6
BLAKE2b-256 cd5b35b030ccd725856d5728e10986980c0b44d89b8a2e17775f5f56864065df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac5e1bfbb10bebee8ba0e295ee85d26db8ef9e8f3fbaa90b82f0249ddf46af3d
MD5 68a4a4dcf5b054cd80281e64e03c614c
BLAKE2b-256 f4e33d8a496b4c0888a340a559b94bb16c6a4dab67135691c9c2b92268d21944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b15aedb15c21ba595f1e6482f0f0f59f96b30ddd2c33487a644d2f2906494dcd
MD5 d5d3f5536d8d388323f2a0631a65dad7
BLAKE2b-256 77104c6d12791895b3e117ce440a898657a712d128a960d8c14044f0706c8375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b4b7b849f7de3f48de475477e5e5a206d9c4bb77476c4a4178d76501c023ffd
MD5 1aa6d7ad4f6cd9bbb8928ee6af9c8795
BLAKE2b-256 238944727578a67a1a68ca22ff42672296ae1090403487bf4eca03c3aefe3aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bf69655fba4980a5ec81fc6bca15b7ae074be200f90254c42592c786588c377f
MD5 3e9e5b58aa8b189b1e97be4b86f78723
BLAKE2b-256 ce5e0f43c4645c6ac46aec943a7c3f547526747963f4aa08bc81e7702a8fbd24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4ce477a523df015a24e30498f638aa2d2cb3305ed69b438afd45bf0235b436d
MD5 ab984c6abf8875b89c4b8478bdb20ce3
BLAKE2b-256 6950efecfa2ea53a73fb7e139a79dabf00941b3e845dffbead8443bbd26e0627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 feb303b74e5b352bed3a2cffaaefdda635a0e6f336f346c09cc12070790e0bb5
MD5 3ca549a76fb88912f04f4694ff181e8e
BLAKE2b-256 45678f9c2c9455d4c6b3f9941535b06e4deea3e2c6773b742026f375c644c58f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0c0bcecba28a13e83706eb37b1065ea7463efff933d2c75672c6b27c9eab5f7
MD5 15a235c8adab60241dba30e70de8c66a
BLAKE2b-256 ba13d6da29fbbe9552e1d0466f83899aa10a7e45d961037ae7266e6ca969f531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c24875fc1e6eb282d9915cb14da7cd034de5a870dc6fadca70bb79cf8939b89c
MD5 61c45146f03abed1b96924400c59df2c
BLAKE2b-256 41a814edf188523c4ba012e92ef3429ac49c4d2ac90a8fbe7a42a623bd6ab09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02ac9c4e781b9923d22e480dc2f0e616e0a25b307dcf2db05c9fcf13ffb9cef3
MD5 6df8a1dd5159fb1f8d537ff5ff555c31
BLAKE2b-256 d17dcc8f86f474afb226a71c2814e6b88da2c2cede61f6ed11957edcea0c118c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6ae1b2af1b0caddbf9b505988deace7971d08de5c74c52642f0ff0d6160633f2
MD5 0ab71443848bd15845d63759548dd9f5
BLAKE2b-256 8af50f97f890fc08bbe52456ee70ef982c51773599179345fb03526bfc19d09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 84b95b7edb88bc6265b7cfcea8deaec7e70e56ddd7bef1362ac02a6c3ac5f6ae
MD5 8b5498d74d13fc3f2e1489aa0d822b5a
BLAKE2b-256 627b03d77ddb20ef0750c6dba72f4cbac38bc62e96831930fe4103e39e267075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dcd90422b78314788fd25a41e980db67147bf58adfd5eb75da30ee00a7692c7a
MD5 2fb7ae730a7e44d29aa6c8a3fd11d799
BLAKE2b-256 7ab7c3810c529234831a5eb77d9229add3125ff17677a2b00cb455585cc9dd23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fbcfa38288c7d21a5e7439f85e70afdd7a15cac51376b7476b262c5cf0c61807
MD5 2e42a055168dbc194b61649f9244d7c3
BLAKE2b-256 8015157d41e8735f1b2b151757cf74fa5a83ebdf08f00a1765878f558b1a9bd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c386fa2b1371bb32c9ebdd391a326128f7a5d7f269b883a4590df77f8133b524
MD5 da3df863511e8573e7d2241c2fb2a3f4
BLAKE2b-256 a7776a4994a6d9e1045f8ddb956f206663c31850963e53e31d8ef75e67f8a6a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8237e730dc84edf61e2f53496a4c8e7561dedb5573ac8a2d4363e031059b2b1c
MD5 efa3099c85de2a216494df067da79904
BLAKE2b-256 46384a7ddc8f336fec09aee73614987a564beb6083852e272449a8d1f4a6f928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec5c73153fa6409a18cfebac5dfd576a1b163a5ef007baf06e3a4a1fd7387595
MD5 d235d9e9a0d88373fed5790e1b2cfcf4
BLAKE2b-256 e3786e4dc41aa67a7585f789b130481d8fec880e05c0907838cbb7b64b1c07c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 45fadf9078787f621d2cd7d7f8e5086a85bd33b03058236a68c85d57f1984b0c
MD5 ff4cf6874c8353fced97fcb0db906f26
BLAKE2b-256 6eaedfaa3b3e395bb50147a33936dbf2c2f303af0288181b02f11f0cc383ba12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a84a2850ea202f89f37f6aad20764381c4ea21bd7f02e86b3124197dafc885ed
MD5 95c3d47ec46aa6daa9253f2450940c8e
BLAKE2b-256 d025f9c50ebb24b3eab6d7858b437ed5464843c5c60ca43a79b93732540bf696

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da300d24f91d85128f0544521f5587b9f509f088874bfdcc1d6d395a0320e7bb
MD5 06fea613c83278de8fba0fb0ca54d40f
BLAKE2b-256 82df74fdf4525b9d73b5a974e0726ecf0d85482912d903f3e4dfa94c8d791750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f6c9144e4ded78e98b13bac265ea810ad0acccb02dcca089b5be31fcdd8ca29d
MD5 11e08fe051d273f935373b02003e9262
BLAKE2b-256 3e77580f717190cb06b7ad8dac4e1d64958c59ec4f1ddbdd8c798170c04a3b42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83570e97d507aad020c159b8f9a0c8ce48b3e9548f982b5a9addec1298d2460d
MD5 33a9a9f2653704403d5672b7a98e8371
BLAKE2b-256 081b8907f04a77ad20dd5022a110fc2dac73e018a0f69fc4dbb03557f94f1aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff17793094c3302805f08db5142298f71f5bbbb555e3a41707a2579adc7465eb
MD5 0205d1751cc78c9091091717b13fdb1d
BLAKE2b-256 1d3e81008e3ec9eb1ca6a62598d8600afc63d47704e345a5ad19e837bae24a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb16487c796ca71281486257bccef62ae64bedd855ce603166e16cc3f5d4ed69
MD5 a7f4dbe658da6c7f346612452cb91b2b
BLAKE2b-256 1427ea28a93510b98d974e464675c9805679696bb129ab866185a1039b811cd9

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