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

Uploaded Source

Built Distributions

mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-win_amd64.whl (174.1 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (215.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (176.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mapel_elections-2.0.2.dev1-pp38-pypy38_pp73-win_amd64.whl (174.1 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.2.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.2.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.2.dev1-pp37-pypy37_pp73-win_amd64.whl (174.0 kB view details)

Uploaded PyPy Windows x86-64

mapel_elections-2.0.2.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.2.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.2.dev1-cp311-cp311-win_amd64.whl (174.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

mapel_elections-2.0.2.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.2.dev1-cp311-cp311-musllinux_1_1_i686.whl (783.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

mapel_elections-2.0.2.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.2.dev1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (216.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

mapel_elections-2.0.2.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.2.dev1-cp310-cp310-win_amd64.whl (174.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

mapel_elections-2.0.2.dev1-cp310-cp310-musllinux_1_1_x86_64.whl (728.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.2.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.2.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.2.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.2.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.2.dev1-cp39-cp39-win_amd64.whl (173.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

mapel_elections-2.0.2.dev1-cp39-cp39-win32.whl (166.3 kB view details)

Uploaded CPython 3.9 Windows x86

mapel_elections-2.0.2.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.2.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.2.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.2.dev1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (217.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

mapel_elections-2.0.2.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.2.dev1-cp38-cp38-win_amd64.whl (173.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

mapel_elections-2.0.2.dev1-cp38-cp38-win32.whl (166.2 kB view details)

Uploaded CPython 3.8 Windows x86

mapel_elections-2.0.2.dev1-cp38-cp38-musllinux_1_1_x86_64.whl (728.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mapel_elections-2.0.2.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.2.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mapel_elections-2.0.2.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.2.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.2.dev1-cp37-cp37m-win_amd64.whl (174.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

mapel_elections-2.0.2.dev1-cp37-cp37m-win32.whl (166.9 kB view details)

Uploaded CPython 3.7m Windows x86

mapel_elections-2.0.2.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.2.dev1-cp37-cp37m-musllinux_1_1_i686.whl (785.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

mapel_elections-2.0.2.dev1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212.3 kB view details)

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

mapel_elections-2.0.2.dev1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (218.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

mapel_elections-2.0.2.dev1-cp37-cp37m-macosx_10_9_x86_64.whl (176.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: mapel-elections-2.0.2.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.1

File hashes

Hashes for mapel-elections-2.0.2.dev1.tar.gz
Algorithm Hash digest
SHA256 57f2c4d6059e53bc5833fff363b9c1baf8bb05141668adf6c5730369fe871f38
MD5 130cd5b45cb28258c30b3acae0213187
BLAKE2b-256 cd00de1ccaa93a151e4e7f5fe27adac8f41a8e016b7bcc37cada44c9bac3f42f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 29791a00b6b273aa9e4b7affa3d33467f6f6474e962c5ef78dd6f70711296034
MD5 9a70801973de342599e2187a7ddd12db
BLAKE2b-256 b20d8a024df354dac931718fa3cae05e7477ad26c8226c90c5e7e37980f9b6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c94d4cb9224354adc37d6701885ae722beade77357d89ac63afa8d9ff50017f
MD5 a5c6830f5c1f9b5b64b13a8c4e8d2fb3
BLAKE2b-256 38c2aa334bb68604e6769b57667b3b0ca73ab66ad3a132789d440a17f20cc9fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af47f43907ba569d7e108ace3852eefcfbc6343818aae4039741a450d53d3259
MD5 62b8df534a48cfe379155b652ab78ba5
BLAKE2b-256 b2d6c6e7280122a4b969b5057690c2c7aa7ecf3ccd8e992e9bc739529e4105d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dbd827bb783732d4c24ff912337eca691fc39b44f072546444c7000d035b6405
MD5 d9e2843a8e78f94fcd01e4d6fd3397a4
BLAKE2b-256 c87886b8c1da3e9b9b14bfd67ff96f91063a1e3f8923148984ede2d013cfc613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 12f568f300c2107b23feadbc2841daebb5c7ec1b3791fe768aa442ea1c9f70a2
MD5 21bfdf03db26bb5df2e0b90045b919f6
BLAKE2b-256 dfdaeda190d7f6a407e2893e0119fde642e369419688a1ad437a008432bc40b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a65be289e7b490a6b605711f617fbc3379feb557e0f0fea8108ae775bda7f7c0
MD5 036b7e1a216584365370b7649a3299ff
BLAKE2b-256 b71c1e4c4fed68e63f8452e41173bf00f7bb85b958e089c39f03a118db64d642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96e2a3bc2a1a57256940dda5b8ddd51c6bc66f66b449f90157328cd30147c2a5
MD5 fe43d9fedfdf8f90b86030e960b08f31
BLAKE2b-256 37705c0cd1f7525ea6d0900ef9ca98fe6f0734152d9f20ed310a86a100c99aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 874e14a66cb74714969ae0aa69eaf78f478c803b3107d4893479abc88226e75d
MD5 1878954e355562837feda12d1a1b1a16
BLAKE2b-256 f13f9e8bda1639a0d6c507d4052cbced1fda18d458ca1fb9d53cb65d902de167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 57c9efee2df3b08ea912209311eb9dc8e041b10ade42bac5d12d4e1aeecfe5b6
MD5 e6a7827decb4dc19fae51e1d7adf78af
BLAKE2b-256 7b9dc9f6048c63aab5a66aebbbd11f935785e14fa48f7f67ea851fb034e177fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a892648594365f447d53b7c08eefd2a0c6421b20d58de8d47a14bef3fb6c3136
MD5 aa2fbae904bd1bef5179ed24ea0944e3
BLAKE2b-256 8531c367079c981f9db88b4c0714dc23da4dc574a3edb2301909c10918ba92cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f8df95ae7d36f67c0700289fcfc3283591f187fc100c7061edc060428243221
MD5 bdf5510aa653d10fef0323b34ddc87d4
BLAKE2b-256 61410bf3d4c13a0f74e04d4b5bc567f443ad9940332e0f52287f41ce1782402c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5682e7fd918c46b2f0a2f1ab243b42b16e14cfd250aaa12b9fb90fed5fbb379
MD5 d24a61f23d8ff2357ba04e0ee2b28aa9
BLAKE2b-256 7cb3feffe20bc6e5e47d2ee00d1061fb1066d7c73c364ba81c51046f0b8674fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea363b5263eddb97c9b4e07594fd55b0e99dd6ea97e9ff63944a4b9d6f329c35
MD5 69c3edf189c1b52aaaa6a14ad62cc587
BLAKE2b-256 e0b7a3f0e3e45d720f9a301ebaa49d8af07bea3259239c9d828b0c53794b6864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8c70b5eb29685d5f572a5ac1a005fdcd286a5852d0e9638e61fdf6c0442cef33
MD5 0b3a507ec4579ffb06da5ffc77e0f346
BLAKE2b-256 1a502c8212bca6d84a3be31d2320c5895c73f75a31f801f7d3e756e4677d757c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 45d3de6f5caace454b58d49f59a9a895627b6f6c1f557ccde0085b6f837de944
MD5 6944cd7c61ea3f914dda7f11cbfd8263
BLAKE2b-256 0ab325a583cf4e0fe194b5cbc575885e03767b71c8b9c29738d9c857bb29a3e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fe24c4c803e44fed28b9f67522f9d0e7e63b468483e6ca8a344be1dceb25759b
MD5 b1f0dab7dc144102a294afda1577506b
BLAKE2b-256 13d242ba7e15817fb760054bb104438d9108f944099c97980955468cea041aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef1c3572f56716de090be0ef8ad3bca10c4cc99a167f6a5de80fb6cd5e27558a
MD5 0de3e0108a57c922158d3fb3cc3f9e5f
BLAKE2b-256 76e6e963cff1c3537000723993605c59c039fe3b724669cac357b4115d45bed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce70aed8be41e0c3cea62b25c8e413c0be68c13c307c5873a1d2537f0aa41b83
MD5 222c7c529fd8b0d141ce0582a723b147
BLAKE2b-256 caea5acb4ee28936cbbf778e80a05bb5742c4146e4239f8bec14739a4d6df469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3af107389d21d283025c836bede532b43f5d3b221437f715a51315dda840ccdf
MD5 f596ad5dec808783fbf8d00900ce474c
BLAKE2b-256 76e3f0ef430fda9cb3e460510804113b2f55826b6f6f61e6bbbfae685ad8b0dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 64cc80d5d82c3943af0035bff0be27b8dfad4850dba5b567708b5b9f63283e57
MD5 9c4422534a9e98bb93bc80dd99c7eaa5
BLAKE2b-256 94363867cc1700b7c2ca3c71bbe9397c8d75b343e6fbd37db2fcf116aa0892cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 94e1007bc7b83ccf4befca79d2a1b622686dfd4407ff7872c2764fef4e94fea8
MD5 c4c452507a4ab17ae63da6e4374b6702
BLAKE2b-256 3304955b2f9e0bd5972abbf3d45392b5b2bbb53c5adf4e1dba7b727fd80b4958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 86f9728d2f8cc2da257f525a10b562794b6979430f75e5d9bff2077738699c89
MD5 fa43437d088128c402a6ca476c844fc3
BLAKE2b-256 845e50205e2370d0e9ab6213a4427b5ae99b9ee393c644660800460cec454420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 eb4a56a3996ec08697e3bddf37a9ad5e831d06c220afc9951dd99ededef290c7
MD5 68eb4a5e3077aaa5498794b7cdcaa21e
BLAKE2b-256 8c08fcf3f41138436c0a619d0d61c1527cb73c9d4d178851cdb3efa39a655246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4a897736897a65440cb0e0fb787484b2028b82e7825784f8545aeb023e60aa7
MD5 3dc105763198c254926a91a77e2f7708
BLAKE2b-256 15ea53fd90145e478c202fc2387501d139f8f9c4e8223c30111a35c9dd6d3c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8147429270a24c090eb7c00e7e06de403e1986c4878e151090b6cba49eb80af3
MD5 fbd09c42ac385663a58a897dfb66934d
BLAKE2b-256 6572d2fbd19ee2369bef54dea56e45d75884726d48168d5b92b26944c4b971c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 99e41ef96ca22051bd8bfffb0c478c6a678000c5bb7d0c3812f8f21fb589b2b5
MD5 d4e681d976da100e30438933f1827ae7
BLAKE2b-256 515df0278da2d0fe572bd65679203eda14e8a7833100eebbef751fafb3da41f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9bc43e4a8aba5d6d2b4b6c1fdeea3be6f149732181081b81904fe43f0e499f29
MD5 5da55afed3086beec610d65dfcfe2926
BLAKE2b-256 016d80d7499d52e526b07da95315a6d679b71f3e68e7a1641b376adc2ff7e597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 350e2a96aaab57266f1a3fcb272e1a71bd799d9d4a79895c3cade9e4603a3025
MD5 4b464567b2669f10c08ef45292e50ef7
BLAKE2b-256 fb3409a4671ca4536b2b02b17db30f136671c31ce35d5f64cbd7c4fdf0eb0db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 88ec8f7a6a23d78d51f0f1eaf27c91b3206c14f3d96e960033f2bb0faf807205
MD5 f8de768cdf47cb3ba31d7f819635bfff
BLAKE2b-256 6d2cf1b925b55b89bd8dc3530702b812c9e06182517699a143d60d360f8e4801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e8af01d8c4056fcc3af0c22fbc31ef5741a9eb6c2c31a2fdc47229c7d291b12f
MD5 e5c0194fc70ac10d2f132fa54aaac3c0
BLAKE2b-256 910b5b078459fd1a1653d3ff06967fb672c95d133f59b9ff1cf2329fb7dc2ba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07b17f0c7e5c496f07d890fe7204751d0df4b079f9636efb00de967feb731f78
MD5 209d0f4421eca388e0140c42cebbdec3
BLAKE2b-256 0c1534c0c3712bed404cd51b590413f247cd55cdeec8220a8988bae806c7abe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b71645efcdd39842ad2a9be185c590e7a3d3218f9a4b7f95ae6dd3d59118aa48
MD5 e0ce3d9ced81ae79e3f2747b9cb21ea6
BLAKE2b-256 8cc63cc650dd6fe0587e3fbc47674b8fff3918b979844f4193c886fc9ee16c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f228780d8e3d05751cda344abbac8284d4f67bdc327854cabcab09f6c47e62b5
MD5 1b3b24139c32c59d1d7f2bea31236f6d
BLAKE2b-256 eccba6f38df5b1c955ae94af096d667faefc3927fcc8539eb6df07e8f9050c60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0fbf49718ba8da201b7e791bb78fbd06eae78838533a5c80d43c3be0a11dc75e
MD5 f9af33aeae3aab3919ab4e567d9c642d
BLAKE2b-256 73134ba1ca89c6f78a7d2ff922e7f80df25a13c9c52a88110fb79beb86f23e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1ee4fb89ed1ef3d780c1c51fb5ac8aff22f8dfa4c0033a23ce7090200e58d1ab
MD5 ebde6feaf77ca7dbb9206db685695b4a
BLAKE2b-256 2cf396c0e51376e7797f275c382539bf07e538928ebaa173abf308b0ee8c8d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 12bf2fe96095dff5311a225535ca6f5cd8540ce50f56f16624c6e1381ddb7556
MD5 0be9137cab80daa9fdefb3aa59742270
BLAKE2b-256 ab811c9d9d206948e56e45e90e8f0a09a7d11aaca3a13d770f0e5f04bc3f65e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2bb81fc5a3a50f75a4825e4fd40c86cbf9fdc3cdfba89872139e3077f1564015
MD5 a5fb19239d67eb220b42fd5b54cf4eb9
BLAKE2b-256 6f43fce6e656ca1e121283b240171d38ef2644c041784a4b76a50acb82940541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07511930882755c8b2d0cc5d35e1876d334abc9c468e38bd2b4d4015d00c060a
MD5 bd202289e6e319ccf5d601ef0ffe5c9c
BLAKE2b-256 c1fdb7de7f5eca29aca838d21e3ccdd9318e87239588f411c5d0c240b9194274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79e66e193ccff88dc96d4492d6ea256afd65358ecefdd637df7b7260e07fe890
MD5 908f0ddf81678e4fb4f4105452d85385
BLAKE2b-256 a6363f96945a1faf752c249612cd61f3523f33de2c5e1fc58cb13e5f8cf73b2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e677e7a392a1228808ba114975ed6328abc0f260c405423265d110bd513781fc
MD5 5cff02c792782f48ed2c342191b7ebd9
BLAKE2b-256 7fe450fb3a29cb4bfc2a3307322927d8a9912306639176672a8bf4625c2c99aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e432e0f90bc2fd3164adf2d772f3044fbd5243bfd5b178a5ae7896b621e0b53b
MD5 818e7c964b663e852fcc349f39f4338b
BLAKE2b-256 a70d832512a0946f9ee4f32a96c9fa79a1ef1b57d009956ccd21ac6a2486155e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 99035f66e78b8312f49d452aa4656e5da0d0bce8c216f881dc53ee83b854f923
MD5 290106e7f50e8da649f1d176b67514fe
BLAKE2b-256 67453d9f56d8ce3225e9659c2309eca2853b06de88fd52f10acc6780beae53dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0bf240faaa0bc51e667adc36c376dc7c1d26ff69b4a0274a95479a414252699
MD5 c8af74f52338f107214dd17cabdcde3a
BLAKE2b-256 851816acb8bd0200fd3beeeaa438646b6bb110877fa2758ee615bf7fdaaf722f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 65be01500cf42466ac8debdd7ca26c6f0d6e8430469a71f60fcc08490ce1f8c8
MD5 c6fef3aac4a235bc29c84355ad4bb4f3
BLAKE2b-256 ae7371b96bfdd6fdf22caf40ebd3f6b0094cfe94f936ca0d38846d581f9df17c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffba6e5a82e587332d357b55c6da6e3f29921eeb77a143e0c9f1bf7aaa106537
MD5 0e322d385f25af5fd5ef14d4f78ef690
BLAKE2b-256 8e733bf2b6464f81157ef6c63a5237a0632fbb75beb73b8920591cf9e645e917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04a881ead3817d8336a14047db2093d5ac043a0649e521e339f2c84fd2f22a7a
MD5 ebf84985b38b737f8e554b883c8ed510
BLAKE2b-256 11b59273fcd101920ab02bb2c97e5ed9c9a226bf033831f1ed0dba8feec61631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mapel_elections-2.0.2.dev1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c44480a481bd1bfc461bb1ef10a1e8382426f58075fe481d1d8be50ae6bc0606
MD5 e8964dff854e1b93785de5b6d4cf7d2b
BLAKE2b-256 dd9bc7b4b000288bace77beee541a276799b4ee8481534d22927151e227e16c6

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