mapel-elections


Namemapel-elections JSON
Version 2.1.10 PyPI version JSON
download
home_pageNone
SummaryMap of Elections
upload_time2024-04-15 10:50:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseCopyright (c) 2018-2022 Stanislaw Szufa and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mapel-elections
This pacakge is a plugin for [mapel](https://pypi.org/project/mapel/) extending
it with capabilities of drawing maps of various elections intances.

For the most recent version of mapel, visit its [git
repo](https://pypi.org/project/mapel/).

# 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](https://github.com/szufix/mapel).

## Extra dependencies

For the full functionality of the package, it is recommended to also install
extra dependencies. Doing this is covered in [this
readme](https://pypi.org/project/mapel/). 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](https://home.agh.edu.pl/~pragma/)
which has received funding from the [European Research Council
(ERC)](https://home.agh.edu.pl/~pragma/) under the European Union’s Horizon 2020
research and innovation programme ([grant agreement No
101002854](https://erc.easme-web.eu/?p=101002854)).




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mapel-elections",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Stanislaw Szufa <s.szufa@gmail.com>, Niclas Boehmer <niclas.boehmer@tu-berlin.de>, Piotr Faliszewski <faliszew@agh.edu.pl>, Lukasz Janeczko <lukij1997@gmail.com>, Andrzej Kaczmarczyk <andrzej.kaczmarczyk@agh.edu.pl>, Tomasz Was <tomasz.t.was@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/07/b9/182ab8866a1d077daf4f960b01d57da16d9c6f0e18626fd24849cb73786e/mapel_elections-2.1.10.tar.gz",
    "platform": null,
    "description": "# Mapel-elections\nThis pacakge is a plugin for [mapel](https://pypi.org/project/mapel/) extending\nit with capabilities of drawing maps of various elections intances.\n\nFor the most recent version of mapel, visit its [git\nrepo](https://pypi.org/project/mapel/).\n\n# Installation\nFor a simple installation, type:\n`pip install mapel-elections`\nin the console.\n\nFor more complicated variants of installation, refer to the readme of mapel\n[here](https://github.com/szufix/mapel).\n\n## Extra dependencies\n\nFor the full functionality of the package, it is recommended to also install\nextra dependencies. Doing this is covered in [this\nreadme](https://pypi.org/project/mapel/). The extra dependencies contain:  \n```\ncplex>=20.1.0.1\npulp~=2.5.1\nabcvoting~=2.0.0b0\npermanent\n```  \nwhich unlock approval based committee rules (which require solving I(L)P\nprograms) and sampling a matrix using a permanent-based approach.\n\nOne can do it by invoking  \n`pip install mapel-elections[extras]`\n\n> :exclamation: Note that this library contains C++ extensions. So installing\n  this library from sources  might be a bit cumbersome. We will, one day, put\n  here an instruction how to do it.\n\n## Testing Installation\n\nIf the instalation was successfull, you should be able to mimic the following:  \n\n```\n(<virtual_envirnonment_name>) $ python\n...\n>>> import mapel.elections.metrics.cppdistances as d\n...\n>>> d.swapd([[0,1,2],[0,1,2]], [[0,1,2],[2,1,0]])\n3\n>>> exit()\n```\n\n# Acknowledgments\n\nThis project is part of the [PRAGMA project](https://home.agh.edu.pl/~pragma/)\nwhich has received funding from the [European Research Council\n(ERC)](https://home.agh.edu.pl/~pragma/) under the European Union\u2019s Horizon 2020\nresearch and innovation programme ([grant agreement No\n101002854](https://erc.easme-web.eu/?p=101002854)).\n\n\n\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2018-2022 Stanislaw Szufa and contributors  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Map of Elections",
    "version": "2.1.10",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24bcd6431cfacc1afbff0cbec9f7e86928205be050e53f035ae44db1ffab8a28",
                "md5": "12b0fcda2bd777d506d25bd0c0682983",
                "sha256": "16d75c05a1a79ee9df94947f58bb2b371a3190f94310d5154c0c86386cee3329"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "12b0fcda2bd777d506d25bd0c0682983",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 184026,
            "upload_time": "2024-04-15T10:48:54",
            "upload_time_iso_8601": "2024-04-15T10:48:54.798800Z",
            "url": "https://files.pythonhosted.org/packages/24/bc/d6431cfacc1afbff0cbec9f7e86928205be050e53f035ae44db1ffab8a28/mapel_elections-2.1.10-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d212eea25d8c3c14c3ba5d2487450ea03bab0ef13f8ba5d1ec8b395d797430a4",
                "md5": "f45004e1574aab1fbca5b6f0a93f794e",
                "sha256": "aa0e434151ea9cbbbcb2ec9d11638475be284d129d334178d42cc337721c23d2"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f45004e1574aab1fbca5b6f0a93f794e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 226835,
            "upload_time": "2024-04-15T10:48:56",
            "upload_time_iso_8601": "2024-04-15T10:48:56.557245Z",
            "url": "https://files.pythonhosted.org/packages/d2/12/eea25d8c3c14c3ba5d2487450ea03bab0ef13f8ba5d1ec8b395d797430a4/mapel_elections-2.1.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b869d9d516d73f7548dba8625446cccb03aa35e45b67a338b5afc95c36d6d752",
                "md5": "5c3aa641b77e017752237d0166df2ffc",
                "sha256": "8db774bd71ea3b2a5df9f23dd349f7354c4de3416e82c7b833e08ce3de8a8910"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c3aa641b77e017752237d0166df2ffc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 219074,
            "upload_time": "2024-04-15T10:48:58",
            "upload_time_iso_8601": "2024-04-15T10:48:58.364806Z",
            "url": "https://files.pythonhosted.org/packages/b8/69/d9d516d73f7548dba8625446cccb03aa35e45b67a338b5afc95c36d6d752/mapel_elections-2.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1a8fe330a53ba27207837d050791b2396323018b718bc3002d6e0ce40157ccc",
                "md5": "3f723a1a3251dc36b757414d7ee8ece8",
                "sha256": "093f5845e5c2c87f6b520125d48385a2ddc583f9e6adf39fa8e16b2a8041027e"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "3f723a1a3251dc36b757414d7ee8ece8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 791279,
            "upload_time": "2024-04-15T10:49:00",
            "upload_time_iso_8601": "2024-04-15T10:49:00.303473Z",
            "url": "https://files.pythonhosted.org/packages/f1/a8/fe330a53ba27207837d050791b2396323018b718bc3002d6e0ce40157ccc/mapel_elections-2.1.10-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4d737fbea3d0c8a6bec36eb4a213f86d00965cbd7046518b4f61630a2d889e9",
                "md5": "6cbf97826aca805de8777f2925d0558e",
                "sha256": "2b58474ac4c2b2b4cd5703dfc017395c7e688bf9919d5fd20ebd89d732333885"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6cbf97826aca805de8777f2925d0558e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 737201,
            "upload_time": "2024-04-15T10:49:02",
            "upload_time_iso_8601": "2024-04-15T10:49:02.064156Z",
            "url": "https://files.pythonhosted.org/packages/c4/d7/37fbea3d0c8a6bec36eb4a213f86d00965cbd7046518b4f61630a2d889e9/mapel_elections-2.1.10-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0666089cb2eda110dee486f11b032f8e08395023ff9c99a297813f29d1066f27",
                "md5": "83066c949349c93e0367515a35a6f9a7",
                "sha256": "cd91d8a99b0da617e475d2e9bd4eb4b33f48a6f9b2f6406063b0df5ad75fbbb4"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "83066c949349c93e0367515a35a6f9a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 169269,
            "upload_time": "2024-04-15T10:49:04",
            "upload_time_iso_8601": "2024-04-15T10:49:04.287474Z",
            "url": "https://files.pythonhosted.org/packages/06/66/089cb2eda110dee486f11b032f8e08395023ff9c99a297813f29d1066f27/mapel_elections-2.1.10-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6938c87eb936cff32b179e45143853f78cbe73b58999f8fca72b8927cf14d1e",
                "md5": "a0b62607f59b79a3e9a0bd49def06ba8",
                "sha256": "d82dd91eaf4ee42b938a9835ae77d64725f6f12393cd654c1df6b803af47c96b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a0b62607f59b79a3e9a0bd49def06ba8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 176912,
            "upload_time": "2024-04-15T10:49:05",
            "upload_time_iso_8601": "2024-04-15T10:49:05.563659Z",
            "url": "https://files.pythonhosted.org/packages/f6/93/8c87eb936cff32b179e45143853f78cbe73b58999f8fca72b8927cf14d1e/mapel_elections-2.1.10-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab26d9ed05bcb2609bc7206ace72ccb5d654158f6115be8222205294bfa944b6",
                "md5": "a9428d75f4ff0173e45376502123405f",
                "sha256": "3a5c8b3e7f101883ae4e0d05d9bdc7156348e765b31d8f83cb7fc9ce9376e91e"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9428d75f4ff0173e45376502123405f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 185468,
            "upload_time": "2024-04-15T10:49:07",
            "upload_time_iso_8601": "2024-04-15T10:49:07.297777Z",
            "url": "https://files.pythonhosted.org/packages/ab/26/d9ed05bcb2609bc7206ace72ccb5d654158f6115be8222205294bfa944b6/mapel_elections-2.1.10-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1aee207de009cc8b9f70e1fa5e64fa2081547889e2ac3b25111d7d216e31ff32",
                "md5": "9264179b37b9e263cf883708e718857f",
                "sha256": "70eea7960633f39a5d51fc3fd6dd0d8fbf0a022cf93bd3506ace5a5d459b310d"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9264179b37b9e263cf883708e718857f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 228135,
            "upload_time": "2024-04-15T10:49:08",
            "upload_time_iso_8601": "2024-04-15T10:49:08.612429Z",
            "url": "https://files.pythonhosted.org/packages/1a/ee/207de009cc8b9f70e1fa5e64fa2081547889e2ac3b25111d7d216e31ff32/mapel_elections-2.1.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8549907d71b4622e582bf9813d9aed3883a84315bf048ba84e7b967e9121720",
                "md5": "ee544bb14379d13f84058ea8c4014f16",
                "sha256": "af7dfba907edb984144f88ef802394b1faeb5c3f2fcff585279c20aaa3ba6256"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ee544bb14379d13f84058ea8c4014f16",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 220379,
            "upload_time": "2024-04-15T10:49:10",
            "upload_time_iso_8601": "2024-04-15T10:49:10.058280Z",
            "url": "https://files.pythonhosted.org/packages/d8/54/9907d71b4622e582bf9813d9aed3883a84315bf048ba84e7b967e9121720/mapel_elections-2.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9991061a23af745d1b986f6590ed6fb305989682a1f789a5f3edf1cc7ea92c36",
                "md5": "bcc4fabf4eb5e59ece4ffbcfbe81b224",
                "sha256": "0ba7058369843577394dbcc61a9f87df87e262096847172d57b9b043bfcd4ee2"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "bcc4fabf4eb5e59ece4ffbcfbe81b224",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 792401,
            "upload_time": "2024-04-15T10:49:11",
            "upload_time_iso_8601": "2024-04-15T10:49:11.597149Z",
            "url": "https://files.pythonhosted.org/packages/99/91/061a23af745d1b986f6590ed6fb305989682a1f789a5f3edf1cc7ea92c36/mapel_elections-2.1.10-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c667340ffe5f8b3e6767ccd17897d463ee8eee528d8097c4da094663f74554fd",
                "md5": "026e3fea11469479e2b96c4990a80230",
                "sha256": "59d9e78ec91232491cb3ac498aaafe4d5be3d154ca27fdb8fef0f5f0351eaefb"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "026e3fea11469479e2b96c4990a80230",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 738247,
            "upload_time": "2024-04-15T10:49:13",
            "upload_time_iso_8601": "2024-04-15T10:49:13.003560Z",
            "url": "https://files.pythonhosted.org/packages/c6/67/340ffe5f8b3e6767ccd17897d463ee8eee528d8097c4da094663f74554fd/mapel_elections-2.1.10-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9e44cda3a4abbd29dc1f8c730393cf237ea505f089e969786da8a2fd1dabc40",
                "md5": "7ca1b761b3f3c85e6a94629fda7cc47d",
                "sha256": "e13d20eb49aa4636d4dd012048e26637b6d105eb5520e53e842e15bcf1cccdd0"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "7ca1b761b3f3c85e6a94629fda7cc47d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 170520,
            "upload_time": "2024-04-15T10:49:14",
            "upload_time_iso_8601": "2024-04-15T10:49:14.989439Z",
            "url": "https://files.pythonhosted.org/packages/b9/e4/4cda3a4abbd29dc1f8c730393cf237ea505f089e969786da8a2fd1dabc40/mapel_elections-2.1.10-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7a93885199d916f624574280d5da2650fdd9f8bc5e1ed8d5b335ade2cb4dbf3",
                "md5": "b75f4aa8ee25331ca818a2bfd73ced8a",
                "sha256": "116602eac20c3fef37fee1fb2877c884ea70504a7ea0c5ce28e766dbb22a8ac3"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b75f4aa8ee25331ca818a2bfd73ced8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 178161,
            "upload_time": "2024-04-15T10:49:16",
            "upload_time_iso_8601": "2024-04-15T10:49:16.406731Z",
            "url": "https://files.pythonhosted.org/packages/b7/a9/3885199d916f624574280d5da2650fdd9f8bc5e1ed8d5b335ade2cb4dbf3/mapel_elections-2.1.10-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ea5c206ae2fd175a5dc76ccabd5ab9c1aadc5644cac063335161fd6f1d5e155",
                "md5": "2e94201da16accc449e29922205d7c25",
                "sha256": "2299d002a5feb99223387868365da453371e9e1fcdb4ca86befde021c3a39808"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e94201da16accc449e29922205d7c25",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 182891,
            "upload_time": "2024-04-15T10:49:17",
            "upload_time_iso_8601": "2024-04-15T10:49:17.699386Z",
            "url": "https://files.pythonhosted.org/packages/7e/a5/c206ae2fd175a5dc76ccabd5ab9c1aadc5644cac063335161fd6f1d5e155/mapel_elections-2.1.10-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b08ad38772ce57b26365a8171f443fbe6e4b707ccdf869df39c7c4719ca3644b",
                "md5": "37f6e01bc608654081358604ecb9dedf",
                "sha256": "77cc336c93a44e0ca5b261b6bd25ff0e5178ea189b9a88e0bba2d5230031edb7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "37f6e01bc608654081358604ecb9dedf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 228486,
            "upload_time": "2024-04-15T10:49:19",
            "upload_time_iso_8601": "2024-04-15T10:49:19.698790Z",
            "url": "https://files.pythonhosted.org/packages/b0/8a/d38772ce57b26365a8171f443fbe6e4b707ccdf869df39c7c4719ca3644b/mapel_elections-2.1.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34fb96b29fb5f9723d7c0541b48428b456be1ca516c9b7c34281fd6d55aa0083",
                "md5": "fc8f67a4c2e06ec29bb0cc61fc51df48",
                "sha256": "f680fbee470765d725b83e5fe18e2152ef33974cd90baa3806d1005c7de4d1f1"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc8f67a4c2e06ec29bb0cc61fc51df48",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 220158,
            "upload_time": "2024-04-15T10:49:21",
            "upload_time_iso_8601": "2024-04-15T10:49:21.706816Z",
            "url": "https://files.pythonhosted.org/packages/34/fb/96b29fb5f9723d7c0541b48428b456be1ca516c9b7c34281fd6d55aa0083/mapel_elections-2.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f94a2b1fd33939909d1da118da61225a121c1cb0e6b7a47bfc7844ecc253ad4",
                "md5": "e466ab5c95e2cbd38af04a3d591f02ba",
                "sha256": "a3609dfffd996769c8fbb9ba7a8deb1ea6e79e45faa1b0a2f6418e8e681f01f2"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "e466ab5c95e2cbd38af04a3d591f02ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 792076,
            "upload_time": "2024-04-15T10:49:22",
            "upload_time_iso_8601": "2024-04-15T10:49:22.949512Z",
            "url": "https://files.pythonhosted.org/packages/2f/94/a2b1fd33939909d1da118da61225a121c1cb0e6b7a47bfc7844ecc253ad4/mapel_elections-2.1.10-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5c4587b536a7cdc6139102df5b6ea6b20547bd0a2bbab130227a09bf1aafdf2",
                "md5": "cd0e58ba5485dac8672850cedc1b946f",
                "sha256": "c044eb2fb40c90c9f76ffa5fbc60aac69b51aeb1fd181723aa19308888f873e8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd0e58ba5485dac8672850cedc1b946f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 737882,
            "upload_time": "2024-04-15T10:49:24",
            "upload_time_iso_8601": "2024-04-15T10:49:24.918777Z",
            "url": "https://files.pythonhosted.org/packages/b5/c4/587b536a7cdc6139102df5b6ea6b20547bd0a2bbab130227a09bf1aafdf2/mapel_elections-2.1.10-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "448b0bd21239ab88dbb9b214a7737079b968f13a46ba5b4407ffbb894ea2ea23",
                "md5": "0192cfad23eb0a73be1d625a91c04567",
                "sha256": "bde7efcfd7537aad6ed6ebb0d956af4a0d85b24b227a9d5eabd6b162e4765ce8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "0192cfad23eb0a73be1d625a91c04567",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 170718,
            "upload_time": "2024-04-15T10:49:26",
            "upload_time_iso_8601": "2024-04-15T10:49:26.416941Z",
            "url": "https://files.pythonhosted.org/packages/44/8b/0bd21239ab88dbb9b214a7737079b968f13a46ba5b4407ffbb894ea2ea23/mapel_elections-2.1.10-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3790843efcc3fa5f3580741bb3a8ad0a72e6324e9aeec39e301cbee549e5021b",
                "md5": "99acb876f1e8f1601a804f7366b35339",
                "sha256": "e9791e7953a20b7fab357a0a63a98ed4fb911fa8226381c3ddb057481ed7ab1b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "99acb876f1e8f1601a804f7366b35339",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 178194,
            "upload_time": "2024-04-15T10:49:27",
            "upload_time_iso_8601": "2024-04-15T10:49:27.727210Z",
            "url": "https://files.pythonhosted.org/packages/37/90/843efcc3fa5f3580741bb3a8ad0a72e6324e9aeec39e301cbee549e5021b/mapel_elections-2.1.10-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a163d89a9a8037d00c548ec5f4add49890335cafa897b193e70448f5844c4a0",
                "md5": "abb673d88c9ffa09dcb1846f4c493e84",
                "sha256": "5bab7ed7fdf096c8f78fd46c1f66b0d2cf4ed665920cd2357dbf9b2167c59c5f"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "abb673d88c9ffa09dcb1846f4c493e84",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 184056,
            "upload_time": "2024-04-15T10:49:28",
            "upload_time_iso_8601": "2024-04-15T10:49:28.980063Z",
            "url": "https://files.pythonhosted.org/packages/0a/16/3d89a9a8037d00c548ec5f4add49890335cafa897b193e70448f5844c4a0/mapel_elections-2.1.10-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52bf6a62e81e2faf2509a7fe0d571b41fc16a3cc6a08ab78020074e33a504215",
                "md5": "3d61fdc15d12897630e981a950190710",
                "sha256": "aaf64f7f098a15e822655b8ce90bdc74d6184c4e686c41d431eef632156bc450"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3d61fdc15d12897630e981a950190710",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 228407,
            "upload_time": "2024-04-15T10:49:30",
            "upload_time_iso_8601": "2024-04-15T10:49:30.266170Z",
            "url": "https://files.pythonhosted.org/packages/52/bf/6a62e81e2faf2509a7fe0d571b41fc16a3cc6a08ab78020074e33a504215/mapel_elections-2.1.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "789c490f05b788972c7960ae312652a8dab2c8f74ba31185fad3e2c86bb0554f",
                "md5": "45744330e98fb6c3b1121278f3653cdf",
                "sha256": "f14fe21f19f4593549ae3f6adf0f9767f7e7ff9ed90cf7ec562a94c84f76f4da"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "45744330e98fb6c3b1121278f3653cdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 220175,
            "upload_time": "2024-04-15T10:49:31",
            "upload_time_iso_8601": "2024-04-15T10:49:31.565902Z",
            "url": "https://files.pythonhosted.org/packages/78/9c/490f05b788972c7960ae312652a8dab2c8f74ba31185fad3e2c86bb0554f/mapel_elections-2.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2febaac79cf4d4fe1b979190fa9b3f6cffaa25eb70f39aef0c75d03ad959de1c",
                "md5": "6650090cdc80e85e9895948960a5d3c1",
                "sha256": "b1fce928add20a0b74b4e328f93de847e4471e77cb0b0e5c1940997d1e766bd8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6650090cdc80e85e9895948960a5d3c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 792605,
            "upload_time": "2024-04-15T10:49:32",
            "upload_time_iso_8601": "2024-04-15T10:49:32.891003Z",
            "url": "https://files.pythonhosted.org/packages/2f/eb/aac79cf4d4fe1b979190fa9b3f6cffaa25eb70f39aef0c75d03ad959de1c/mapel_elections-2.1.10-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fefcc42bb6967aab035ee917c67584a86ed1fd09452bc423eda65406051ef851",
                "md5": "3541cc59814100b71bbad23ca2b8cf4f",
                "sha256": "32fea3937ae541e48b9f4a9f0b4f1ef07caa7f190cbacd1d3a19436f67942aaf"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3541cc59814100b71bbad23ca2b8cf4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 738815,
            "upload_time": "2024-04-15T10:49:34",
            "upload_time_iso_8601": "2024-04-15T10:49:34.412339Z",
            "url": "https://files.pythonhosted.org/packages/fe/fc/c42bb6967aab035ee917c67584a86ed1fd09452bc423eda65406051ef851/mapel_elections-2.1.10-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59ecb0d775c2cc525504f8cb0e939361146dd92493af791758273e5587926de4",
                "md5": "c40b97903cc4e4aead9b5cb4f20ac330",
                "sha256": "84229f377baf36c0a7a2a2a326bafe0f5e91dc9ab6c08da8f9eb2daa1309d778"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "c40b97903cc4e4aead9b5cb4f20ac330",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 170280,
            "upload_time": "2024-04-15T10:49:35",
            "upload_time_iso_8601": "2024-04-15T10:49:35.810324Z",
            "url": "https://files.pythonhosted.org/packages/59/ec/b0d775c2cc525504f8cb0e939361146dd92493af791758273e5587926de4/mapel_elections-2.1.10-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b6fa2c25f052f569db33030ba35cf81d27f911bd5977d127753b2796a59a683",
                "md5": "d3867bacc1e493513bc12d78ff3c1de4",
                "sha256": "38b59ff156c657af91f919b53b0b4431bd30c60c6ac8844a2d8841a4b29ad7b0"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d3867bacc1e493513bc12d78ff3c1de4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 177562,
            "upload_time": "2024-04-15T10:49:36",
            "upload_time_iso_8601": "2024-04-15T10:49:36.947928Z",
            "url": "https://files.pythonhosted.org/packages/8b/6f/a2c25f052f569db33030ba35cf81d27f911bd5977d127753b2796a59a683/mapel_elections-2.1.10-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c88f3463c7cfcde5df7cbe1299ace66ef662a102074449ba3aed1d0d1635440",
                "md5": "20465c590576c8719e2c8627344eb006",
                "sha256": "6e4b8a819120bae5521fee69866a08f745a30caccf6a0f97e63235e95582b2eb"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20465c590576c8719e2c8627344eb006",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 183952,
            "upload_time": "2024-04-15T10:49:38",
            "upload_time_iso_8601": "2024-04-15T10:49:38.051584Z",
            "url": "https://files.pythonhosted.org/packages/5c/88/f3463c7cfcde5df7cbe1299ace66ef662a102074449ba3aed1d0d1635440/mapel_elections-2.1.10-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6d4aa9350b23edbbccdb7332b4b8e3cafab5566e66dc7b550007b5a74eb25c6",
                "md5": "cf371bfd09f3f142992790cccb212cab",
                "sha256": "a0d62373c0d9fe25d0a6b397f41a4e9b8a4e77de7528af70026acd1195f92fe7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cf371bfd09f3f142992790cccb212cab",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 226722,
            "upload_time": "2024-04-15T10:49:39",
            "upload_time_iso_8601": "2024-04-15T10:49:39.552951Z",
            "url": "https://files.pythonhosted.org/packages/e6/d4/aa9350b23edbbccdb7332b4b8e3cafab5566e66dc7b550007b5a74eb25c6/mapel_elections-2.1.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "862b75f585fa6d4e301f10934cafd6fdad6df512d34cc51e244a4221d5cf7ac9",
                "md5": "f791d311a0320e84c65bef9dbf8e3c60",
                "sha256": "236db7be6c78a6e89525decbefb73212716311b3bc10bca1aec41a2555d751e6"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f791d311a0320e84c65bef9dbf8e3c60",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 218821,
            "upload_time": "2024-04-15T10:49:40",
            "upload_time_iso_8601": "2024-04-15T10:49:40.963123Z",
            "url": "https://files.pythonhosted.org/packages/86/2b/75f585fa6d4e301f10934cafd6fdad6df512d34cc51e244a4221d5cf7ac9/mapel_elections-2.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "028f69861e61190594ec4344711018bc79d9bf26aa0ea17941a9bb3c602c658e",
                "md5": "9e8ee803b5bdcad1a25d7ef655b3f901",
                "sha256": "81b04a335b9a8159b38d66188b1b361334de66f0a9ce16c768d9e0cbc86f1321"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "9e8ee803b5bdcad1a25d7ef655b3f901",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 791024,
            "upload_time": "2024-04-15T10:49:42",
            "upload_time_iso_8601": "2024-04-15T10:49:42.776686Z",
            "url": "https://files.pythonhosted.org/packages/02/8f/69861e61190594ec4344711018bc79d9bf26aa0ea17941a9bb3c602c658e/mapel_elections-2.1.10-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4964f0ffb56c86feba98bb38cc662db680afd3286291570ea7a6a4d3e345b869",
                "md5": "9b8a355396a75004051accf2ca427084",
                "sha256": "c12400e2684555a264d646503f195d09eec9dadd23da8d9335fcc1c54a5a0162"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b8a355396a75004051accf2ca427084",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 737026,
            "upload_time": "2024-04-15T10:49:44",
            "upload_time_iso_8601": "2024-04-15T10:49:44.743979Z",
            "url": "https://files.pythonhosted.org/packages/49/64/f0ffb56c86feba98bb38cc662db680afd3286291570ea7a6a4d3e345b869/mapel_elections-2.1.10-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a95c3b1e2fb4b0e539734f71321d9918288846696dacc403de90d9eab51900b0",
                "md5": "733b994a61ce836e1af6fc3247d045de",
                "sha256": "64c8fb5629606424df790d1ad5f3b71396ffd701a84d970a214c595bb362ddea"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "733b994a61ce836e1af6fc3247d045de",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 169475,
            "upload_time": "2024-04-15T10:49:46",
            "upload_time_iso_8601": "2024-04-15T10:49:46.144225Z",
            "url": "https://files.pythonhosted.org/packages/a9/5c/3b1e2fb4b0e539734f71321d9918288846696dacc403de90d9eab51900b0/mapel_elections-2.1.10-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59ea311f63e21080e3c8c9ac2917309c43ea8d6c12d5cda99aa1d2a1deb14d9f",
                "md5": "1fc05d37bd034bea8e5626733230a691",
                "sha256": "0b0b8e0d6eb49c5708b02d7ff346fe2ef8f75ac8e17767f9b853e917d393823d"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1fc05d37bd034bea8e5626733230a691",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 177084,
            "upload_time": "2024-04-15T10:49:47",
            "upload_time_iso_8601": "2024-04-15T10:49:47.460052Z",
            "url": "https://files.pythonhosted.org/packages/59/ea/311f63e21080e3c8c9ac2917309c43ea8d6c12d5cda99aa1d2a1deb14d9f/mapel_elections-2.1.10-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db274fd609f33e358360bfaf5c4105a16de409ecb617f066d49a635a31f92930",
                "md5": "3836f7a078622fdd67e06b6d5633be3b",
                "sha256": "324410a30737be0b85ef30d5d60c2c482a83a43a35bd69a80a0553a2263eaf58"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3836f7a078622fdd67e06b6d5633be3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 184173,
            "upload_time": "2024-04-15T10:49:48",
            "upload_time_iso_8601": "2024-04-15T10:49:48.694927Z",
            "url": "https://files.pythonhosted.org/packages/db/27/4fd609f33e358360bfaf5c4105a16de409ecb617f066d49a635a31f92930/mapel_elections-2.1.10-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2226aafbf7fb24148ed543c36f6972bf4f3925d7383b834a3afb05a041aa7b0a",
                "md5": "d24df6a57b84e05ea3b19332f54bf489",
                "sha256": "f633ef2baf491480d79798106312355ca714ac302de8fa9c01d3658440cdf06c"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d24df6a57b84e05ea3b19332f54bf489",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 227200,
            "upload_time": "2024-04-15T10:49:49",
            "upload_time_iso_8601": "2024-04-15T10:49:49.921330Z",
            "url": "https://files.pythonhosted.org/packages/22/26/aafbf7fb24148ed543c36f6972bf4f3925d7383b834a3afb05a041aa7b0a/mapel_elections-2.1.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07d13d19c13914de4b23a2ba7c7d78d1c4013e3ee1b9a701e714593f1df30cf1",
                "md5": "8c780faf565595fb0dbe18d25d30f79f",
                "sha256": "dab9c8b9e684c748d16f0ac4c647fe062edc231b2f59db4f4389b26227210c3b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c780faf565595fb0dbe18d25d30f79f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 219209,
            "upload_time": "2024-04-15T10:49:51",
            "upload_time_iso_8601": "2024-04-15T10:49:51.524433Z",
            "url": "https://files.pythonhosted.org/packages/07/d1/3d19c13914de4b23a2ba7c7d78d1c4013e3ee1b9a701e714593f1df30cf1/mapel_elections-2.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "097b3dc50f6f441db90f85568d351b927155497a6ad4e0013936a93ccb06d3ee",
                "md5": "8322f3d67d05524dc088905984b6eba7",
                "sha256": "84d8a66960e1c96a83d6374faacfeee9e2d83e96feffae58a4a4c9883d4a0ac8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "8322f3d67d05524dc088905984b6eba7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 791325,
            "upload_time": "2024-04-15T10:49:53",
            "upload_time_iso_8601": "2024-04-15T10:49:53.442549Z",
            "url": "https://files.pythonhosted.org/packages/09/7b/3dc50f6f441db90f85568d351b927155497a6ad4e0013936a93ccb06d3ee/mapel_elections-2.1.10-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09f06e50a0e941fc51f1e65e581cd4a182bb1ebfd410ec6ded6a11e189493429",
                "md5": "44f1ec287fd91b26fff244f08ca8b293",
                "sha256": "2e05b50a5cefb41d8be63f9a1b688be71a80edb4bc02e5b1b5d1b4a511303f2d"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44f1ec287fd91b26fff244f08ca8b293",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 737315,
            "upload_time": "2024-04-15T10:49:55",
            "upload_time_iso_8601": "2024-04-15T10:49:55.073993Z",
            "url": "https://files.pythonhosted.org/packages/09/f0/6e50a0e941fc51f1e65e581cd4a182bb1ebfd410ec6ded6a11e189493429/mapel_elections-2.1.10-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35e30f9e75d3e71a84836f6d607b620e8096e9c4a8eb0761d785d820d9714ff7",
                "md5": "4817e14dbcffd4ffad4b14ee4164c160",
                "sha256": "ea5a015afc4e85768ae6cc5eff69f8681a899f610c32b2ab4303f4b0b2910b71"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "4817e14dbcffd4ffad4b14ee4164c160",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 169460,
            "upload_time": "2024-04-15T10:49:56",
            "upload_time_iso_8601": "2024-04-15T10:49:56.991460Z",
            "url": "https://files.pythonhosted.org/packages/35/e3/0f9e75d3e71a84836f6d607b620e8096e9c4a8eb0761d785d820d9714ff7/mapel_elections-2.1.10-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fdbcb2aed0c4dd9b97294ea854bb5cc636e7b53885653fd4956959a392dca90",
                "md5": "cac050efe2e9a6dcebed4c6154582160",
                "sha256": "9469f66c32f7996cefa9ccb86b47324819e6a9e30c0afb8696928e8b1529bbbc"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cac050efe2e9a6dcebed4c6154582160",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 176912,
            "upload_time": "2024-04-15T10:49:58",
            "upload_time_iso_8601": "2024-04-15T10:49:58.305571Z",
            "url": "https://files.pythonhosted.org/packages/8f/db/cb2aed0c4dd9b97294ea854bb5cc636e7b53885653fd4956959a392dca90/mapel_elections-2.1.10-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a9972d4db2ead5d0a655933424af6a938f14bdf0b7a521a36d286b1cc30ed5c",
                "md5": "4fcf091b927a6f9fd1ec5e9ac10d9e61",
                "sha256": "afe227819a8617d0c59f4d1051bb3fc5275f358f53868428f8576ee39043debc"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4fcf091b927a6f9fd1ec5e9ac10d9e61",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 184676,
            "upload_time": "2024-04-15T10:50:01",
            "upload_time_iso_8601": "2024-04-15T10:50:01.367027Z",
            "url": "https://files.pythonhosted.org/packages/9a/99/72d4db2ead5d0a655933424af6a938f14bdf0b7a521a36d286b1cc30ed5c/mapel_elections-2.1.10-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc1451092fc53c14ff808e3e9b8241271fd616d5ba163926500f6b574906c617",
                "md5": "b948e737c8791c5f922a315cbcbb030c",
                "sha256": "5f698a93464c8673add342bcb172f335453e9ba0f2f5c52ee2f30e091a65b8e1"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b948e737c8791c5f922a315cbcbb030c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 224897,
            "upload_time": "2024-04-15T10:50:04",
            "upload_time_iso_8601": "2024-04-15T10:50:04.123685Z",
            "url": "https://files.pythonhosted.org/packages/cc/14/51092fc53c14ff808e3e9b8241271fd616d5ba163926500f6b574906c617/mapel_elections-2.1.10-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a65d25af294758893c0dd90eac9463a6101faec595f6d3af11ff33b53e1f4f55",
                "md5": "0b8a9d16742b1889ddd22fac7c6c2333",
                "sha256": "c956f7d2f47386f08139f61b0e2df27147c77ecb0937072cbf66d084a8c48b48"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b8a9d16742b1889ddd22fac7c6c2333",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 218423,
            "upload_time": "2024-04-15T10:50:06",
            "upload_time_iso_8601": "2024-04-15T10:50:06.171894Z",
            "url": "https://files.pythonhosted.org/packages/a6/5d/25af294758893c0dd90eac9463a6101faec595f6d3af11ff33b53e1f4f55/mapel_elections-2.1.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "507a5d59d604cf967a81543bb311c78819fa7f0552a1e70c0134936eda445cb8",
                "md5": "81bb62df80e442d857d267f9a0469fc2",
                "sha256": "7dbc4e354a989af12b8eb68a1f9e55b636830a8b0a05739049cbd3070600bf2f"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "81bb62df80e442d857d267f9a0469fc2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 177094,
            "upload_time": "2024-04-15T10:50:07",
            "upload_time_iso_8601": "2024-04-15T10:50:07.983617Z",
            "url": "https://files.pythonhosted.org/packages/50/7a/5d59d604cf967a81543bb311c78819fa7f0552a1e70c0134936eda445cb8/mapel_elections-2.1.10-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "884293598d2eb5804c8a04b2963507ac3f4c118aaf96b3fc6b889a4d9c10c5f6",
                "md5": "a4d589f549137c969bcecbd09f8a63ec",
                "sha256": "d1e487d2e0b9bd8b8b17b6cc45bbf97bdfcca4625a3ff6b2057fabe9b2a6baa8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4d589f549137c969bcecbd09f8a63ec",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 184300,
            "upload_time": "2024-04-15T10:50:10",
            "upload_time_iso_8601": "2024-04-15T10:50:10.096298Z",
            "url": "https://files.pythonhosted.org/packages/88/42/93598d2eb5804c8a04b2963507ac3f4c118aaf96b3fc6b889a4d9c10c5f6/mapel_elections-2.1.10-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4681d7f990dfd0ee70ae27947a188e9373298d59492f2f0d4b917665240ecff2",
                "md5": "735b96edcfbd6cff41be820fb94c589b",
                "sha256": "488679befc297571ab59783bb8ade197feae9b202908f24d1964376eef2e8190"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "735b96edcfbd6cff41be820fb94c589b",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 225347,
            "upload_time": "2024-04-15T10:50:11",
            "upload_time_iso_8601": "2024-04-15T10:50:11.806636Z",
            "url": "https://files.pythonhosted.org/packages/46/81/d7f990dfd0ee70ae27947a188e9373298d59492f2f0d4b917665240ecff2/mapel_elections-2.1.10-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fca3ff7c060c607508d542d1865eaeda5e52c3c6223f4713394083070a32476",
                "md5": "f3410f1c7918968165f95a80b018c9fc",
                "sha256": "7af51d0cb7b40e716e412c883fda69d802fe96f8eb230c0b55933ccaf33d7791"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3410f1c7918968165f95a80b018c9fc",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 218849,
            "upload_time": "2024-04-15T10:50:13",
            "upload_time_iso_8601": "2024-04-15T10:50:13.264297Z",
            "url": "https://files.pythonhosted.org/packages/2f/ca/3ff7c060c607508d542d1865eaeda5e52c3c6223f4713394083070a32476/mapel_elections-2.1.10-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0daf70eb5b8523c5a0857d564c5ffcaeaba497006a3fb9e2a338b55e71905b46",
                "md5": "d3cc52dedefffc348fb75d1f72191612",
                "sha256": "542c01758bc76519f1d051855e111db16d112e84a22d445234952cc12f49b885"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d3cc52dedefffc348fb75d1f72191612",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 176912,
            "upload_time": "2024-04-15T10:50:14",
            "upload_time_iso_8601": "2024-04-15T10:50:14.820647Z",
            "url": "https://files.pythonhosted.org/packages/0d/af/70eb5b8523c5a0857d564c5ffcaeaba497006a3fb9e2a338b55e71905b46/mapel_elections-2.1.10-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c0b86d51d27ed87b914f86bfbb3d8d579695c39748aa84333c909a324de2939",
                "md5": "e77c184b9b56e3cef240fd4c67a03b71",
                "sha256": "15faaf3d3938cc9d66e2541be02a63620f1712fbdd67a9801503d9d6337e35a6"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e77c184b9b56e3cef240fd4c67a03b71",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 184697,
            "upload_time": "2024-04-15T10:50:16",
            "upload_time_iso_8601": "2024-04-15T10:50:16.980514Z",
            "url": "https://files.pythonhosted.org/packages/0c/0b/86d51d27ed87b914f86bfbb3d8d579695c39748aa84333c909a324de2939/mapel_elections-2.1.10-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f05cf0e55a51a8eaeaaab6073da9f62c47aa864053f63782d91b5cf48b0fb38",
                "md5": "d4914740c028e898bbdb5594863cdec6",
                "sha256": "76cf819a54ee0e96a7f51e1b3079ca966e159e39587958ca7adc3a2d1bde6878"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d4914740c028e898bbdb5594863cdec6",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 224813,
            "upload_time": "2024-04-15T10:50:18",
            "upload_time_iso_8601": "2024-04-15T10:50:18.474743Z",
            "url": "https://files.pythonhosted.org/packages/8f/05/cf0e55a51a8eaeaaab6073da9f62c47aa864053f63782d91b5cf48b0fb38/mapel_elections-2.1.10-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60095d48e7d083f4101a45f03deb633e2eb4ca582f234024cd0ab0d0fc2238aa",
                "md5": "ae9050aa316fa514629b71a052b43064",
                "sha256": "b15cfcd67ad0ed584e752a8953e590fe3c2881bfe3b2d4759d9aed30308787c8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae9050aa316fa514629b71a052b43064",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 218391,
            "upload_time": "2024-04-15T10:50:19",
            "upload_time_iso_8601": "2024-04-15T10:50:19.894553Z",
            "url": "https://files.pythonhosted.org/packages/60/09/5d48e7d083f4101a45f03deb633e2eb4ca582f234024cd0ab0d0fc2238aa/mapel_elections-2.1.10-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3293909b26f9b22e8b341ec3abedd19b2a8b40ecb96e349dc9f1fdfa15fc633",
                "md5": "81a560c0580a27048877009fa7ab4943",
                "sha256": "c5e3ba0bbf167dae1b36df5046811d4d72c71e6f0755fd2c0358aa40e1bbc187"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "81a560c0580a27048877009fa7ab4943",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 177109,
            "upload_time": "2024-04-15T10:50:21",
            "upload_time_iso_8601": "2024-04-15T10:50:21.257764Z",
            "url": "https://files.pythonhosted.org/packages/e3/29/3909b26f9b22e8b341ec3abedd19b2a8b40ecb96e349dc9f1fdfa15fc633/mapel_elections-2.1.10-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37ae9b10bdff7fb6e8ab56afdbaa2d1961e3f000857762bb410f92f48ca722cb",
                "md5": "2e13b9256870a0499a73549a97c9ad49",
                "sha256": "24cf8938976a75c67152f945f2b8b06bbf2741a0477147326a71d1dcc2bf47ad"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e13b9256870a0499a73549a97c9ad49",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 184647,
            "upload_time": "2024-04-15T10:50:23",
            "upload_time_iso_8601": "2024-04-15T10:50:23.239441Z",
            "url": "https://files.pythonhosted.org/packages/37/ae/9b10bdff7fb6e8ab56afdbaa2d1961e3f000857762bb410f92f48ca722cb/mapel_elections-2.1.10-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a837789e418e8f11af400fd56b9a64a489b8f61269f81fb810e6bbcdc456e9b1",
                "md5": "e5533fc28bdfb86c513cdc691c96131b",
                "sha256": "37851dfda6585e007f10c87b21be8936f1eac62b76a0cd4d50bb7bb29118c1a3"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e5533fc28bdfb86c513cdc691c96131b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 224693,
            "upload_time": "2024-04-15T10:50:24",
            "upload_time_iso_8601": "2024-04-15T10:50:24.868617Z",
            "url": "https://files.pythonhosted.org/packages/a8/37/789e418e8f11af400fd56b9a64a489b8f61269f81fb810e6bbcdc456e9b1/mapel_elections-2.1.10-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e3ebb3da43a5fd20246620130ade1d5fb2bd7ae068375fb583f7cae71424486",
                "md5": "6ba63cfb390c8d7756e1321b17a2d758",
                "sha256": "78f2019b33637b40dbd3624f6eba521b197de3c1bf7ed515ac4478ac0d923d03"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ba63cfb390c8d7756e1321b17a2d758",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 218386,
            "upload_time": "2024-04-15T10:50:26",
            "upload_time_iso_8601": "2024-04-15T10:50:26.291823Z",
            "url": "https://files.pythonhosted.org/packages/0e/3e/bb3da43a5fd20246620130ade1d5fb2bd7ae068375fb583f7cae71424486/mapel_elections-2.1.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "838203f274020da72866766498fe319e0de8dd7928b4313f90f9318ff2daffe3",
                "md5": "8786f527bdd39147eaa4ba838f5e023e",
                "sha256": "b5bd920719cd243477d0633f87d8c228869fd91a114e213f4809c64658e4f840"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8786f527bdd39147eaa4ba838f5e023e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 177153,
            "upload_time": "2024-04-15T10:50:27",
            "upload_time_iso_8601": "2024-04-15T10:50:27.724009Z",
            "url": "https://files.pythonhosted.org/packages/83/82/03f274020da72866766498fe319e0de8dd7928b4313f90f9318ff2daffe3/mapel_elections-2.1.10-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07b9182ab8866a1d077daf4f960b01d57da16d9c6f0e18626fd24849cb73786e",
                "md5": "b46761cd693a0adf5174eb0fba98da58",
                "sha256": "17fb5abc8bcb76f2f35c02cd5b48b6cd7a423993be3697d2afc3733badf94295"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "b46761cd693a0adf5174eb0fba98da58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 94945,
            "upload_time": "2024-04-15T10:50:34",
            "upload_time_iso_8601": "2024-04-15T10:50:34.725507Z",
            "url": "https://files.pythonhosted.org/packages/07/b9/182ab8866a1d077daf4f960b01d57da16d9c6f0e18626fd24849cb73786e/mapel_elections-2.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 10:50:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mapel-elections"
}
        
Elapsed time: 0.23715s