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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-pp38-pypy38_pp73-win_amd64.whl (170.3 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-pp37-pypy37_pp73-win_amd64.whl (170.1 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-cp311-cp311-win_amd64.whl (170.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-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.dev7-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.dev7-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.dev7-cp310-cp310-win_amd64.whl (170.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-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.dev7-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.dev7-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.dev7-cp39-cp39-win_amd64.whl (169.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-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.dev7-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.dev7-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.dev7-cp38-cp38-win_amd64.whl (170.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-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.dev7-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.dev7-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.dev7-cp37-cp37m-win_amd64.whl (170.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

mapel_elections-2.0.3.dev7-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.dev7-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.dev7-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.dev7-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.dev7-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.dev7.tar.gz.

File metadata

  • Download URL: mapel-elections-2.0.3.dev7.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.dev7.tar.gz
Algorithm Hash digest
SHA256 2fbd7f78448a60ef3a4f6900b38c6e158ef47f43b4a15cb3d6fa98bc51d4409a
MD5 1fff96c83f0488ac5b50f3a63e99fd70
BLAKE2b-256 9b8d092491f62f8a4786e92d103c03c69c0783f3e0aa1457eeadc93e412a8430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b6be94fe8967f1225d3f9b570c335b47bf5323f713bf52faad7109f624425bb5
MD5 46db4c9597cabe2bba6cfba3d8da56a5
BLAKE2b-256 9bf1bcc544357773ff486cdb826339bf0b5721e7a3d0debc47bc200369ea7787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f86b033e5d85473d51ad5fdf9af77fa4072c941238ca222e177d358ed8d4ed71
MD5 fa2ac118386cfc8c09fb81099487583a
BLAKE2b-256 03fbb9c5920ac5dcc6711989cbbe86a182cda4a81307e2b5f7316f2b25fe479a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 282d91c2ea35683ceb766f4f3b617bc1c6d2f09133d5ade2a1063a6799cbb014
MD5 57ed27dba5b3dbaf3f57bc0d678e2304
BLAKE2b-256 a52f340af7eb907af5af81ea6fda8098125fa1da49dfbfd47eee5faf56a9ad35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b07000a4ff7fc08ffae3d318d97ae9362b1d11d471db31457ac7038ef1659666
MD5 c1f1fcfa0c5ffa97b398df86c38851e4
BLAKE2b-256 0ba0fbb804b3ffca16e0b4972e9bcc3bcaaa4e2698ec1cd4134d3a0ab5a9540c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ff35bdff776cf85125c51fc42bc7327a63eb3b6374f4472182ba3ebee4af3b50
MD5 f92378a0cd38658d019689b42c8c50e4
BLAKE2b-256 21dea63c10f3e0cd4f704bfffd7eb33d4dbe6e85bc555e45f73857774778e20e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a47d3f1cbd78c398183389166dc0ec2305a9592cf291c2a00eb579df9022863
MD5 0dd9ceb452e31fd83412fbf915731131
BLAKE2b-256 603d878750105d4eece98d8709e35e0f614a9d14f947412a15fea899a7e286d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ec88a5708424b08a4f289864c8ede8a23316939b2a3ade83eee67b5401acee6
MD5 1dc8b9dfd4acff19db31bb6b64601a36
BLAKE2b-256 7e1e26b6d821a90db7df8119dc04992283dcb59dd86826fb559f532f72d8a285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94237e93d9430b16dd531c84c0f3b111213dcb71ce74a5e093d2912b4220de1b
MD5 123f306601fd405ef5e18e72cc57b09f
BLAKE2b-256 630a9fbc000bfb3f08411e2a2be6e0d3da9109dc49adcdbd0e970381fe29acef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b5244051174fdf8958a9474cf309f065b02fc9d1e27bf3d3bc368a7f8693b721
MD5 91583796297a44b090f060627549dae5
BLAKE2b-256 7b491666e83269ed774e863cbfc2334f79d024317685e1ad212c9c3e365c1f6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 164ec55f5f89d96933812c821f501dbbec7375059ff42db897eee71caa94f5c2
MD5 b11ee99ca38f03f5007829e1c68b2e53
BLAKE2b-256 10da098abcfe010c71503d171ffb1435b0d462cda890d9d817d963270b960950

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71f71c18450e85c4b5875c7c6e644c31c2768b74cc8d6d1876f7b84f16207b94
MD5 e84ebedbbdf9d2c0cb5e2b9652e2dc59
BLAKE2b-256 bdb11050595effe72b8cebb8bdfc60480493a1da1057247679bc5d1f4204c123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04bffc91756b4dcfb3b460b5a1ef388eacb2f783535cba76912e949c5658075e
MD5 73ecae1bd49bf5103140e9b1aa171a46
BLAKE2b-256 8af8ac64390bde337e4833f1d7f1a5a7ae3cbb0650b13553f97e9ebbc0ec9e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a7cf7f78000aac105eea796e26ecdc6328fbdf6264f1c1c4ba11711a0fa7976
MD5 b95f86d184a4b16959f48fbd687758b9
BLAKE2b-256 ea0ebd8ba7a6464100f329981d4af58d2a4f0a8048ed7b0fe1222abb0f49a67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c33b25567070d52b19955cc51b1130cd90272e4c01f5490868fbb5fa2cf6bf23
MD5 b3df0c60f2213330dfede8ee692806ef
BLAKE2b-256 876a4e69e8893ba88bef1bb3f71bc0de8fc79de339e76d8827c019f15931cbbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 090ae226c096c2d5c8eaa22b0e79b7e1a264ad2fa8c2394c98d78a25f58f94a4
MD5 0ee0c497844f27745e42addd4830ddfd
BLAKE2b-256 fcefae83796b72fc548dac6083dd9441b0c99c2f7912804a69d2df0742e9a9ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 42cb0e10eea817ed8eedb57ab13541fb2ca1af21e0877149fadc193bba1d1a5f
MD5 787f4f5b1f1a783c0da0ec8ce53be17f
BLAKE2b-256 4788e683cfb2d37380f27ceb7c80568c5fb05a92fd68f563335a912a65ff0d90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5326afc502e4e7fc62d520e56790af6f2828922059c93883b4b60713a089a9ad
MD5 7133fbcaf2ebd470a0b900740b68fa87
BLAKE2b-256 16603fe1619b9f4d9788dc389ea9837e042d4fbeade5b1d4e1c2f766a8358c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c166bf3622709503b9c239a3a22547efe43a7b911bb99076288300df9339868b
MD5 670a17cfa754d60f1fe9f3304dca0ae9
BLAKE2b-256 7bec594abf039c162513e22e87129160d00ccca73cd63478da38ffa894604f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f37f7ed2c05849554a1f8786fd75bcd6e6d0fc67b489cfadb86564be8b218b6b
MD5 e647a54c6c712a81417c19026a5ac15d
BLAKE2b-256 e85eaa171c6d66ca1fd917fc22414d7c741bfc01632c4cacafc2feadff67928d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b8c27f5001cd4cfed84f9e99a61f0edc0f701f584e4d0050c1fe553bf3b588fd
MD5 4969cd746c21bca7406438bff420413c
BLAKE2b-256 ac5733f420c519a7e8226fa283b69f82819c0dd8f4a7b1a10a03955ba9adf92f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ee0d28691cfeff07a6b098dbc56eb6a36dc5f241997fb64d4dc8ccf87061d01d
MD5 c7213d4704c99a0b8f03089e6d8a8aa1
BLAKE2b-256 30ea635f0617faa2730ea5ae2e38d796247c1c45b379546bf83ba098d9008959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c96246c39fb285b88541fd6de19727df8ab0a221b0b4471bacf636a8d0b58154
MD5 bc582c7cff03c426f8cdcd611e777d33
BLAKE2b-256 24dc8ac43b4108cab0815c5ce3471bc79fc1dce42209415f1c77ee17fd8546a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4b9ba1ea4f8a92341a22873864e9d46e7982251d5f581059c40d4ee567d597a9
MD5 88b0852d5c9c5a963b2b8987719dd0db
BLAKE2b-256 56f0572b6c15510fada0e3efb10fef7b16fc0a8743478ce38a2f97454f1ff8b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b83b5a77b3d6f883e7c87b79d61ba38dee21781efe46ec77ded579fc69aab8b5
MD5 b7999dddef8c6aa7888820ee7130f763
BLAKE2b-256 3f9a485ee1e73f6bf1f58f436c2f8f8bd719df13b651dcc126190c4746f7b258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e230f673b9f9e67e19915df7835e744a36355035ef0a50dda3bc4218d7f2cff2
MD5 d542972d8f5ffba074a73bb940c6a09d
BLAKE2b-256 a1ff753231f8b585a2463dbcf1683ae635effa67bc5224ba5bc265e043b3df14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9661cc96107d876371502a68b797a49bcaa03cb064c8d76ef758ce70200ceafc
MD5 321d1ffa47515d419600e4c307a869a8
BLAKE2b-256 b2970ead590b6e785aa1a395d8ae681f33204c573edd8752f4f8d63c8c6a428a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2d2d0038185fd639a33093182ea50ebfd1cb664300bf0c866235efae90a8aa94
MD5 65d361229507730f8ba22f960a3490db
BLAKE2b-256 2d25a0dd2cfc17e7ae5a8ef508d73dfcf0b2a5a023697f95fcbc08783b2a6cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7eb4c1e5ab63340f39271f680751091608bbbb277d41da21e1eb4004e46577dd
MD5 2cf65e0d96a6a4e013fa4d4912362fd3
BLAKE2b-256 5b485915524e5f8c073b6163c5e8a9d6a321ce7e861291256897af2d6b8941a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6850b7399f597b733c7ffbd4172308e14fc7342afabfb49be5e7bc80efc8334
MD5 fe408b25c5355c36028675a277198850
BLAKE2b-256 ec1ebd5cf9bacd773e82f9c7f2aced3205d94fc47053cb8c07b0e30793ff8ada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3f00374f8e2e9684b0f7c5e316c424734da65dfb23962d66f1012fe490326f27
MD5 aa6cb2da68a67988bea7672420f4b098
BLAKE2b-256 26f545b67cf05d87b35e32c4961b8e7d66506fc71b3f1fe7680996ee00c0aeec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62fbc4f8aa080765dd5b2bce6ccaf80dd665c73cbc1629b76c6bf4932668b5f9
MD5 17d662fa3c27d0abee07771ee020377e
BLAKE2b-256 d7c8eb2f6961ed9f5cd570ac6e5104da1382c64fa6f0e3d1ca4396b28e2601f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cea26a6a81f4b7a7725e1b7f589da4845b2c52b3982a1c4d085f2d520170311e
MD5 f6cd7e8d9228cff499a8be4d74e7cf90
BLAKE2b-256 f47d2a95d2d1f094281a64b78ac2636cd69f3b82d614766eb7c57a2fbee2230b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 745ce0eda827be8391e21d500aa03ceb3516529b87f725fa3fc6accbe27566df
MD5 f15aafd3b59642e66add2453085a3baa
BLAKE2b-256 c4668f3c48358a3a727a76e8c463e4b063fd10687c2e4ff670ad9b34d3f76dc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d39d4be271feb3efd10ce34e5ab45249055e2bd995f033ae39bf81a3b9373b8d
MD5 714253ab84c994ab0ccf1a00a8098f65
BLAKE2b-256 f7127f49fdbf3166c471c4cfba0d568cea92a8b1efc326b8d5fc89649ca8b563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 df8b06ab8628c3b6bd83d051351113b8c4475e1c430e3cfb0579548c2f3ad1e6
MD5 d9926a94d116210a7a7b06ea769c0fb4
BLAKE2b-256 e0831b7285281081d7ef0d4f18d70971dd86f733dda6cac7be706e159a0d0310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6dd92ac6c65d637803550570db185f35151749721dfe092d960dcc818984848b
MD5 a052d4db0d5ec1020898f2ce8ca079c5
BLAKE2b-256 bc9d88608a12a50b7882842dfd959688c304ee6b6dbc2dba7f2e63f6426e3b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7ec302e4769d6e5c89caefdc870bebf3aa3c0f5b38d39d6d7a230fb096084d96
MD5 2a267d6855e8ecfe5866e2c77fe74150
BLAKE2b-256 7be6751922085c500d9bb732ed07e5c232abc777a4ac57193093857342cbb5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7cd0fb091c1e4fda81495f161ec16d382cf9a62dd68e244c62ed4ebb9f1b324
MD5 1231d6c9115f16358560a1fbec6efde6
BLAKE2b-256 cf30719421b578fab29b98f123984e11a19df88e3ce236966c59cdd7436cbc92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f0e43ae36a982f4131ca73fd37ea263ba2147999cd0981e75e4e422b90505ab
MD5 f4e81811480d575ddeb898d108820c82
BLAKE2b-256 d413ae065b614a0ed1807cec457f20300f8a574019c548d89685f25f967713a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53c8498862b67ee8c6fa02583e7d6ce0d365476484fccddce96b4cb7080de532
MD5 0e178e503dc6e84f05b5e687de76e50b
BLAKE2b-256 355b013d18dff5ca9904039ed8a2dc6dbb53fb110b91920c9ba503bb50dce076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 aa2fe4b1c2ce5acf04b048e6bd3e83fbfa7cd8d2528d78ce89078765e36c7602
MD5 efeeb6cbdfb35bd4bb041ddb05279165
BLAKE2b-256 bad6a41373dc1150617b054dbb1a7ad56d194320150ad73861295f49fd4d3766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4e926fc65f0d14ba25386ef4e75c74c54275ae93f66c91b910cba2b3a693ee00
MD5 e8aeb6aa7697673e614a052655b2ed54
BLAKE2b-256 8dfc48bca587e28dc1ed4e1cca9a0e0cd11e89c1c03251140bf2af0b12aa7919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b1d6be354111ebe0a6ef4e14074dbea2761c9bd81affa18f650ede857a9760c5
MD5 bae5aad778a3228444308ca7ce85c299
BLAKE2b-256 ca886c654a3275097dd16a324908c734460ebbfaa0526b08b75a8e020366aa4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9a54de17b56801f36d677e7165c1e95529f22d177e115a27aac89a1d5c079fe8
MD5 89f28a6bbaba605f2468eaad4ba47870
BLAKE2b-256 78b0ee37d107f4550ce00f08c24dd55f93e6c2546532609bb8e7efabe20aac44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e38f87cd1c96306b32a30246790181d6b4cc1ec38b7b0a65ff94eb30aabc137
MD5 8e4a1da1a05fef3aa85d87623a96527b
BLAKE2b-256 3d59670fcec33a99c66b81d5aac766c6b71d552889d03c9fdf43b92d93a3bc3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d907ea0ffe45755fa747c7a3498ba24acf7454da467b3e3ae5a7f8f67c51b752
MD5 09fb7234318bccd7a16eab6ee51bbe39
BLAKE2b-256 fa4998f3f0b94c9e626b94f20bcc8e9dc4a9168abfb5bc2a8b55cfd72c7e07aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.3.dev7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d7283dd5b5dba0d3480d0b51c969f50b4b10aaeef514482f614d933be2ad525
MD5 769168a79e2a808cb6ad8df3373247b9
BLAKE2b-256 7022552f12de744737fd150653a6251cbebdba3ef7ae9d5ccaf9edf215d95155

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