mapel-elections


Namemapel-elections JSON
Version 2.0.5 PyPI version JSON
download
home_page
SummaryMap of Elections
upload_time2023-05-26 20:20:13
maintainer
docs_urlNone
author
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": "",
    "name": "mapel-elections",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "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/cb/c9/f61be87fada2a5daf0ee59c3458c8456dcd8c64701cb31887bbc8338e157/mapel-elections-2.0.5.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.0.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba8a98ceb9275482d0b30c70f696c5355c6f48f92355823c5469c83e1e5bbda4",
                "md5": "485f3182c29603943dc83d090559f543",
                "sha256": "c9e64d52d679fdfaf75b98ff90507d42a266fe2cfb5f429d9c574c67991f4baa"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "485f3182c29603943dc83d090559f543",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 172134,
            "upload_time": "2023-05-26T20:18:25",
            "upload_time_iso_8601": "2023-05-26T20:18:25.588069Z",
            "url": "https://files.pythonhosted.org/packages/ba/8a/98ceb9275482d0b30c70f696c5355c6f48f92355823c5469c83e1e5bbda4/mapel_elections-2.0.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87275216216694e7e3f100ec21704ba89bf7ea9bf62de97950f07b750601c09a",
                "md5": "53499da93511257ed4cae10e2fc2433f",
                "sha256": "4b27834fd2ae52ceb6ca25e456daccd9c713fcf18030654f33cc71d79949da24"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "53499da93511257ed4cae10e2fc2433f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 212843,
            "upload_time": "2023-05-26T20:18:27",
            "upload_time_iso_8601": "2023-05-26T20:18:27.579584Z",
            "url": "https://files.pythonhosted.org/packages/87/27/5216216694e7e3f100ec21704ba89bf7ea9bf62de97950f07b750601c09a/mapel_elections-2.0.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "604917a2953e182ba4597b0b04ba56f805af7fa1bc1607cd4937ddecad1b7d64",
                "md5": "5721fdcbcf232418ff1e8b81f77647ca",
                "sha256": "e1e7e904eec8b815d6ea40a5711cea4968c59c48c9ca1d5d63e0769da904c0c1"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5721fdcbcf232418ff1e8b81f77647ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 206543,
            "upload_time": "2023-05-26T20:18:29",
            "upload_time_iso_8601": "2023-05-26T20:18:29.485013Z",
            "url": "https://files.pythonhosted.org/packages/60/49/17a2953e182ba4597b0b04ba56f805af7fa1bc1607cd4937ddecad1b7d64/mapel_elections-2.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65940624f6629e528cf62b1475a35178005d8b0d4e46c7c917024c6d4dc43663",
                "md5": "febef54e772359d5baae5060b03b3987",
                "sha256": "338e949e86caa960026b8b4b8f2113142a2f865d5fb4a1435874f7f74be1f533"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "febef54e772359d5baae5060b03b3987",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 779725,
            "upload_time": "2023-05-26T20:18:31",
            "upload_time_iso_8601": "2023-05-26T20:18:31.504671Z",
            "url": "https://files.pythonhosted.org/packages/65/94/0624f6629e528cf62b1475a35178005d8b0d4e46c7c917024c6d4dc43663/mapel_elections-2.0.5-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "449ac53041dae83622e26983983a3d82c52400dee1b04fd0c0e4cb73cd7de88e",
                "md5": "597084aebea9178be4d86f1e97e261b1",
                "sha256": "14a7b7b6a50883883126b890ace302ebc5a5cf3b127716da437d8e4425b79a5c"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "597084aebea9178be4d86f1e97e261b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 724433,
            "upload_time": "2023-05-26T20:18:34",
            "upload_time_iso_8601": "2023-05-26T20:18:34.077752Z",
            "url": "https://files.pythonhosted.org/packages/44/9a/c53041dae83622e26983983a3d82c52400dee1b04fd0c0e4cb73cd7de88e/mapel_elections-2.0.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b226ffbf17b375e2955cf9cc091b4284f66eac94bdbd4816945d6b4d2c267b87",
                "md5": "643d6a85a73c56315477bf5ac7ac46a3",
                "sha256": "db364e55671440ee0a688f70d0d642009b6792143c05e2dc525a171d674764d2"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "643d6a85a73c56315477bf5ac7ac46a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 161903,
            "upload_time": "2023-05-26T20:18:35",
            "upload_time_iso_8601": "2023-05-26T20:18:35.758400Z",
            "url": "https://files.pythonhosted.org/packages/b2/26/ffbf17b375e2955cf9cc091b4284f66eac94bdbd4816945d6b4d2c267b87/mapel_elections-2.0.5-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5ad4f7afcff6608f272f1d7f34ea4767f452c11e13831c0c67287ee3454b739",
                "md5": "7ca38b16aa67394f63423648499a0178",
                "sha256": "887ce8b4fdb581650b06e9518a651a6b40b665147d5c263674dad5dfe48e35dd"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ca38b16aa67394f63423648499a0178",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 169727,
            "upload_time": "2023-05-26T20:18:37",
            "upload_time_iso_8601": "2023-05-26T20:18:37.086300Z",
            "url": "https://files.pythonhosted.org/packages/e5/ad/4f7afcff6608f272f1d7f34ea4767f452c11e13831c0c67287ee3454b739/mapel_elections-2.0.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20ceeac97bee625547435c5c116795abf55e3479b52e6cf1916c59e0b84701c6",
                "md5": "ae00947c76d1c62df92db06e2618e800",
                "sha256": "cae1488473deace30652d63266a68151b1940f0ea9c3318bb7a17f0b9718d4e1"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae00947c76d1c62df92db06e2618e800",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 172147,
            "upload_time": "2023-05-26T20:18:38",
            "upload_time_iso_8601": "2023-05-26T20:18:38.443150Z",
            "url": "https://files.pythonhosted.org/packages/20/ce/eac97bee625547435c5c116795abf55e3479b52e6cf1916c59e0b84701c6/mapel_elections-2.0.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d117d19ea9eba937f3a0facc4d9e8717a33837dabd2c7d3c887e6def29d61f1",
                "md5": "2d069eaa747a453ba0dca3f4d4472778",
                "sha256": "25f791745a1112150985ee31124d2f51d4f70ed59cbc9da60afa04095b767f46"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2d069eaa747a453ba0dca3f4d4472778",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 212838,
            "upload_time": "2023-05-26T20:18:40",
            "upload_time_iso_8601": "2023-05-26T20:18:40.027749Z",
            "url": "https://files.pythonhosted.org/packages/4d/11/7d19ea9eba937f3a0facc4d9e8717a33837dabd2c7d3c887e6def29d61f1/mapel_elections-2.0.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a90a22de220e421e78d0d9178492958ca3bee900f5e7c4753a5506768216c56",
                "md5": "6095a74f85d66c78ef71c4b520ed86a5",
                "sha256": "6997b6ac6e2d4a56adf62ec4ace6131fc9a5dde994fabd40be18af235d4d35a9"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6095a74f85d66c78ef71c4b520ed86a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 206538,
            "upload_time": "2023-05-26T20:18:41",
            "upload_time_iso_8601": "2023-05-26T20:18:41.811369Z",
            "url": "https://files.pythonhosted.org/packages/9a/90/a22de220e421e78d0d9178492958ca3bee900f5e7c4753a5506768216c56/mapel_elections-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0de18121febdcf5a3fd52db459fc4769d996586a9fe0c8010f96cf10d78f19d7",
                "md5": "8ac309b66e4deff2aedf5a798cbb7632",
                "sha256": "4f22fc21770c43bfed17c6c1db3ad2f932c986fa3a8f6ed37de0e15717c4f8cb"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "8ac309b66e4deff2aedf5a798cbb7632",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 779769,
            "upload_time": "2023-05-26T20:18:43",
            "upload_time_iso_8601": "2023-05-26T20:18:43.349944Z",
            "url": "https://files.pythonhosted.org/packages/0d/e1/8121febdcf5a3fd52db459fc4769d996586a9fe0c8010f96cf10d78f19d7/mapel_elections-2.0.5-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7c15be3e10228dd1cf1ad05ebef4fd029a9e9ad19c50d58d6a6a6c8755f72b7",
                "md5": "ebaba5a3c654cc687f26e831a83caf72",
                "sha256": "30cf5554045ced50aad734243c1bc0c01f06c0d7046a7dc85561ed34ef5e0e10"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ebaba5a3c654cc687f26e831a83caf72",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 724388,
            "upload_time": "2023-05-26T20:18:45",
            "upload_time_iso_8601": "2023-05-26T20:18:45.429509Z",
            "url": "https://files.pythonhosted.org/packages/a7/c1/5be3e10228dd1cf1ad05ebef4fd029a9e9ad19c50d58d6a6a6c8755f72b7/mapel_elections-2.0.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0f3d789aa6c55461bf9e601226de7c2f0af48f55e802869b64c5125098f3424",
                "md5": "934c431e8b920966196614d9e521d965",
                "sha256": "94b4eb721352b9304b6ae39e0bb6faee61b64be14f0496815c98dc857d997921"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "934c431e8b920966196614d9e521d965",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 161950,
            "upload_time": "2023-05-26T20:18:46",
            "upload_time_iso_8601": "2023-05-26T20:18:46.919305Z",
            "url": "https://files.pythonhosted.org/packages/a0/f3/d789aa6c55461bf9e601226de7c2f0af48f55e802869b64c5125098f3424/mapel_elections-2.0.5-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b71f7276ef57ace15b64867f366addca791980baed436cca0e0c9165cd241e3a",
                "md5": "ae89efbd8ea8a0db1d25352f927cf54f",
                "sha256": "0a8c6d58b78f62e2dc1bb26e7b67ec372a1547811d89d6e592fed6f0c44e1ac9"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ae89efbd8ea8a0db1d25352f927cf54f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 169734,
            "upload_time": "2023-05-26T20:18:48",
            "upload_time_iso_8601": "2023-05-26T20:18:48.174948Z",
            "url": "https://files.pythonhosted.org/packages/b7/1f/7276ef57ace15b64867f366addca791980baed436cca0e0c9165cd241e3a/mapel_elections-2.0.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d1cb1f8dd9d1a12dd71cd58d72ba15c08550ae206b25d4ac6766eb35246a936",
                "md5": "8570e71d85e6322d88116e5eff66f686",
                "sha256": "d9147b37e1d067e05025141eae77127ed0387f3f68fb024d29419a6e04ac9533"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8570e71d85e6322d88116e5eff66f686",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 172156,
            "upload_time": "2023-05-26T20:18:50",
            "upload_time_iso_8601": "2023-05-26T20:18:50.270539Z",
            "url": "https://files.pythonhosted.org/packages/5d/1c/b1f8dd9d1a12dd71cd58d72ba15c08550ae206b25d4ac6766eb35246a936/mapel_elections-2.0.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dde7ec0b69522127fc39ad6b0a7096eab050e1942ab185042154af6336b3632",
                "md5": "ef4f61206d8c0c17508e59f2d273c91f",
                "sha256": "710e5f0e423e5e4412b0b9a6ca62c95f04ebf3afc91626a0ec94fea7aed5870b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ef4f61206d8c0c17508e59f2d273c91f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 214680,
            "upload_time": "2023-05-26T20:19:00",
            "upload_time_iso_8601": "2023-05-26T20:19:00.728302Z",
            "url": "https://files.pythonhosted.org/packages/2d/de/7ec0b69522127fc39ad6b0a7096eab050e1942ab185042154af6336b3632/mapel_elections-2.0.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84ca48afee2b05edd6d540ed0d9ba56984c65bf1b549a2b6229b1d1ebaea5e31",
                "md5": "8cff935da008804f7ebf3c1bc589de46",
                "sha256": "a558846ab6195ba63208750b1cefab4247ec1d39625de8e6be26b2bcaab2fb22"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8cff935da008804f7ebf3c1bc589de46",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 208162,
            "upload_time": "2023-05-26T20:19:02",
            "upload_time_iso_8601": "2023-05-26T20:19:02.488403Z",
            "url": "https://files.pythonhosted.org/packages/84/ca/48afee2b05edd6d540ed0d9ba56984c65bf1b549a2b6229b1d1ebaea5e31/mapel_elections-2.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "defd3928dc4c0c04aa5c3e5d025da1d85cfab5686a5fb91f62ae9ea930bcb2de",
                "md5": "a7f8778e4a64f911878e4bcf0c77c493",
                "sha256": "317e3d4a266f98f8776e6c1b030ec711690a26be08703d65ba4139bcc4066881"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "a7f8778e4a64f911878e4bcf0c77c493",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 781686,
            "upload_time": "2023-05-26T20:19:04",
            "upload_time_iso_8601": "2023-05-26T20:19:04.676753Z",
            "url": "https://files.pythonhosted.org/packages/de/fd/3928dc4c0c04aa5c3e5d025da1d85cfab5686a5fb91f62ae9ea930bcb2de/mapel_elections-2.0.5-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad22e9300669f37f46d279f3465fb17badb92c4b7f2ef4fbe36c04dfb1a7a8d2",
                "md5": "e56cdaa155f357fe1019b8e9f8a56f0a",
                "sha256": "cbb01123d624e78a8d9de293d1c4422dcbccd40424b3b1b5238f92bc2e5b95d7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e56cdaa155f357fe1019b8e9f8a56f0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 726012,
            "upload_time": "2023-05-26T20:19:06",
            "upload_time_iso_8601": "2023-05-26T20:19:06.760137Z",
            "url": "https://files.pythonhosted.org/packages/ad/22/e9300669f37f46d279f3465fb17badb92c4b7f2ef4fbe36c04dfb1a7a8d2/mapel_elections-2.0.5-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ebf5c1c35a8efb5f844f978fb66f13324c69d371e8bc900c874b5eaa8584cea",
                "md5": "fc5731b02ffa9450be90588a2f529e08",
                "sha256": "e56adefe8c6dc26a54df398d3b0ac51fa2ce0c0f4d4e719bcd19eacf3d065fd8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "fc5731b02ffa9450be90588a2f529e08",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 162617,
            "upload_time": "2023-05-26T20:19:08",
            "upload_time_iso_8601": "2023-05-26T20:19:08.711686Z",
            "url": "https://files.pythonhosted.org/packages/6e/bf/5c1c35a8efb5f844f978fb66f13324c69d371e8bc900c874b5eaa8584cea/mapel_elections-2.0.5-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "731bfe0c4e1511b1ac08196aff3fe51b45cd5049a6cf1fdb36035c17cc6c8996",
                "md5": "148552437543666c816c32726c713f7e",
                "sha256": "8d89274fbc500156fef1bbeba1f297b99ecd6251b53be9995a205f2a6d0b7738"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "148552437543666c816c32726c713f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 169849,
            "upload_time": "2023-05-26T20:19:10",
            "upload_time_iso_8601": "2023-05-26T20:19:10.124932Z",
            "url": "https://files.pythonhosted.org/packages/73/1b/fe0c4e1511b1ac08196aff3fe51b45cd5049a6cf1fdb36035c17cc6c8996/mapel_elections-2.0.5-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a42f371db3587ab5560733599aca3a9ef60df10134ec20ee6d16314854ae992a",
                "md5": "469ac86ea4211e5794892d1df2e3b815",
                "sha256": "d6288a32e6c8feb2385208df7de32ba311dc7569f3ece321e7f845b8d10d738b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "469ac86ea4211e5794892d1df2e3b815",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 172053,
            "upload_time": "2023-05-26T20:19:11",
            "upload_time_iso_8601": "2023-05-26T20:19:11.570438Z",
            "url": "https://files.pythonhosted.org/packages/a4/2f/371db3587ab5560733599aca3a9ef60df10134ec20ee6d16314854ae992a/mapel_elections-2.0.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff3702c101cc4749fce7f4951212c6f4370411211295500221eabc66436ca995",
                "md5": "eaa7137354d748134db89b4d549dfe36",
                "sha256": "008df8fe2afaaaa04eff67e4ef796c0de636f6b315b8565f04b5eac0880df4cb"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "eaa7137354d748134db89b4d549dfe36",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 212627,
            "upload_time": "2023-05-26T20:19:13",
            "upload_time_iso_8601": "2023-05-26T20:19:13.006008Z",
            "url": "https://files.pythonhosted.org/packages/ff/37/02c101cc4749fce7f4951212c6f4370411211295500221eabc66436ca995/mapel_elections-2.0.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfc50bb5f5e1bd9cea93bce6a5d7c49d39f4d2416fac74c339da9b3c4df9dd49",
                "md5": "8486efcd8c11deb3bd42f566c0454d98",
                "sha256": "799f57738c094bd73505fec9078e52919d37aeb7d09bfd83a07706ea7c63ae1e"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8486efcd8c11deb3bd42f566c0454d98",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 206461,
            "upload_time": "2023-05-26T20:19:15",
            "upload_time_iso_8601": "2023-05-26T20:19:15.054297Z",
            "url": "https://files.pythonhosted.org/packages/cf/c5/0bb5f5e1bd9cea93bce6a5d7c49d39f4d2416fac74c339da9b3c4df9dd49/mapel_elections-2.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7c68c1914c2a49aa2bf1b6415b072ca7b80555f8231e299b4154121419b4c49",
                "md5": "9c276120ede7687c18202045286c1468",
                "sha256": "2cd110085bb39314c0354584591df4663641554e8cfaa95e730089376c39459d"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "9c276120ede7687c18202045286c1468",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 779521,
            "upload_time": "2023-05-26T20:19:16",
            "upload_time_iso_8601": "2023-05-26T20:19:16.731163Z",
            "url": "https://files.pythonhosted.org/packages/f7/c6/8c1914c2a49aa2bf1b6415b072ca7b80555f8231e299b4154121419b4c49/mapel_elections-2.0.5-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aea83bd23a875877a3eafedb97a31335ef987a1f343f4db00069b6cb67cf89bd",
                "md5": "154b4c6035537df72f99c2bdbdaed09c",
                "sha256": "5f987221627a3b04fb41222df99eca1a295eee23201a4d39c968ee0fa6d1a8f7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "154b4c6035537df72f99c2bdbdaed09c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 724033,
            "upload_time": "2023-05-26T20:19:19",
            "upload_time_iso_8601": "2023-05-26T20:19:19.302739Z",
            "url": "https://files.pythonhosted.org/packages/ae/a8/3bd23a875877a3eafedb97a31335ef987a1f343f4db00069b6cb67cf89bd/mapel_elections-2.0.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4ea8bdc75c0cc841e68ed394b0c91282d1c4cc1ae512c2309421b0f6c2f2846",
                "md5": "054b21e80531333fdc40b8399aee7057",
                "sha256": "5523ebbb917075805430b6c4c84cbaa9d2ddfb31cf826449a6cb6cdd64cc8688"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "054b21e80531333fdc40b8399aee7057",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 161889,
            "upload_time": "2023-05-26T20:19:21",
            "upload_time_iso_8601": "2023-05-26T20:19:21.201855Z",
            "url": "https://files.pythonhosted.org/packages/e4/ea/8bdc75c0cc841e68ed394b0c91282d1c4cc1ae512c2309421b0f6c2f2846/mapel_elections-2.0.5-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82281cc6e82c9900f2fb9dba5a083ddc73711a88299361e44d7f2cb2639eff57",
                "md5": "e21e634d9dc81248832a09c1d7cdfe2b",
                "sha256": "bb0e1d191a790622aca771a8f0e8ebeba6de0554370d7e5e8861e8cdd0aa2de3"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e21e634d9dc81248832a09c1d7cdfe2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 169573,
            "upload_time": "2023-05-26T20:19:22",
            "upload_time_iso_8601": "2023-05-26T20:19:22.515147Z",
            "url": "https://files.pythonhosted.org/packages/82/28/1cc6e82c9900f2fb9dba5a083ddc73711a88299361e44d7f2cb2639eff57/mapel_elections-2.0.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ffad4635c89b6f0d130754f9fb1c31dce583e89512853971c29a73583b4191a",
                "md5": "82ed8425bee91b1f92bcf8cb40e88567",
                "sha256": "031a362b2e73933ae174aeab036a28b1a438ae6793eeb4a982dc39931784dbc3"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82ed8425bee91b1f92bcf8cb40e88567",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 172295,
            "upload_time": "2023-05-26T20:19:23",
            "upload_time_iso_8601": "2023-05-26T20:19:23.854999Z",
            "url": "https://files.pythonhosted.org/packages/4f/fa/d4635c89b6f0d130754f9fb1c31dce583e89512853971c29a73583b4191a/mapel_elections-2.0.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c44aafe74ff9518cbeaa638a730f7d018f8fd3dc5154dfce21bdbb34a41d176e",
                "md5": "d3e4f3fa3180047fe6579edcaffd9778",
                "sha256": "105617d6943830087a599288fe07467d075b63bbf897d26dc80e1620c69c277e"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d3e4f3fa3180047fe6579edcaffd9778",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 213060,
            "upload_time": "2023-05-26T20:19:25",
            "upload_time_iso_8601": "2023-05-26T20:19:25.877248Z",
            "url": "https://files.pythonhosted.org/packages/c4/4a/afe74ff9518cbeaa638a730f7d018f8fd3dc5154dfce21bdbb34a41d176e/mapel_elections-2.0.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be0588001f8ccd985f6aeb15d7ba47fabe821e1ed4891ccb92ba58a81dfa07ca",
                "md5": "58192ee208500f4c5395c10417e9cba6",
                "sha256": "c0ef735a251b0d52fecdd9d36f85c44e51eb09a4cb96df7c0d09c9a4e7e41045"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "58192ee208500f4c5395c10417e9cba6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 206833,
            "upload_time": "2023-05-26T20:19:27",
            "upload_time_iso_8601": "2023-05-26T20:19:27.319834Z",
            "url": "https://files.pythonhosted.org/packages/be/05/88001f8ccd985f6aeb15d7ba47fabe821e1ed4891ccb92ba58a81dfa07ca/mapel_elections-2.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12cc09b8d33450cd365c7567891db1998e3f17b3e563ec244b7ad236e5950cbc",
                "md5": "f173a831f001562f2aea2c9485de4e31",
                "sha256": "58ace95fd7fb0fc65dd7d0d8ceda586e294bd3001f70143e44809c924d57a759"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "f173a831f001562f2aea2c9485de4e31",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 779849,
            "upload_time": "2023-05-26T20:19:29",
            "upload_time_iso_8601": "2023-05-26T20:19:29.448609Z",
            "url": "https://files.pythonhosted.org/packages/12/cc/09b8d33450cd365c7567891db1998e3f17b3e563ec244b7ad236e5950cbc/mapel_elections-2.0.5-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9328fdc8021c6e64437d8f7fa23d6fbd00e518e7068c5610959a6224312f041",
                "md5": "c8d5a8b908c4011830156baf73ebfde7",
                "sha256": "0033940797ad69d2ee82fa5370f32b0dbada3ad6adf53897e0e7d595821ca631"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c8d5a8b908c4011830156baf73ebfde7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 724562,
            "upload_time": "2023-05-26T20:19:31",
            "upload_time_iso_8601": "2023-05-26T20:19:31.713986Z",
            "url": "https://files.pythonhosted.org/packages/f9/32/8fdc8021c6e64437d8f7fa23d6fbd00e518e7068c5610959a6224312f041/mapel_elections-2.0.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beedb8160ac22f1c7f1344094970301f5bc9f6bf177d524f9368a67a7487d972",
                "md5": "7cba39540e64f2ac3f3a014cd465fea2",
                "sha256": "917e4ed46ee350e1634dfceb9281422263e19abad20e8f95a30bea9cbaea957e"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "7cba39540e64f2ac3f3a014cd465fea2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 162036,
            "upload_time": "2023-05-26T20:19:33",
            "upload_time_iso_8601": "2023-05-26T20:19:33.691381Z",
            "url": "https://files.pythonhosted.org/packages/be/ed/b8160ac22f1c7f1344094970301f5bc9f6bf177d524f9368a67a7487d972/mapel_elections-2.0.5-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9da433e5c5294646a13c4ddd38934425f564092e6fe80b063383d4d119ae4122",
                "md5": "8d1a116db5de613a2557db81619810a4",
                "sha256": "a8b4cc01187d282af41c30772e211062a66396ca2d90e3ed75e1c246906d270f"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8d1a116db5de613a2557db81619810a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 169417,
            "upload_time": "2023-05-26T20:19:35",
            "upload_time_iso_8601": "2023-05-26T20:19:35.049816Z",
            "url": "https://files.pythonhosted.org/packages/9d/a4/33e5c5294646a13c4ddd38934425f564092e6fe80b063383d4d119ae4122/mapel_elections-2.0.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "520281ca92f0cf841e518f7bab52aa964746ccaebccf16f989b835704123aee6",
                "md5": "cf5ceb67c8f3b2696d1a83451c28fe51",
                "sha256": "12437676378e3fd47017e566d43fd9e14de51db9cad2929e0f8f382a35528176"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf5ceb67c8f3b2696d1a83451c28fe51",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 172007,
            "upload_time": "2023-05-26T20:19:36",
            "upload_time_iso_8601": "2023-05-26T20:19:36.450112Z",
            "url": "https://files.pythonhosted.org/packages/52/02/81ca92f0cf841e518f7bab52aa964746ccaebccf16f989b835704123aee6/mapel_elections-2.0.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63264bab3585f0a4f6705f5b4c439e222008e922eb6d375fb70e71c876764f36",
                "md5": "942bb9956fcbe276c4a720699c37feca",
                "sha256": "eecd3d5161859a2fe95eb0d32dbd1993208687027e766f10e097525f3a07bc27"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "942bb9956fcbe276c4a720699c37feca",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 211673,
            "upload_time": "2023-05-26T20:19:37",
            "upload_time_iso_8601": "2023-05-26T20:19:37.848327Z",
            "url": "https://files.pythonhosted.org/packages/63/26/4bab3585f0a4f6705f5b4c439e222008e922eb6d375fb70e71c876764f36/mapel_elections-2.0.5-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8751385819185ac67f2895bc823a519ac8b33f56b63fdecab0211179e2af653",
                "md5": "88316badaa637d77ba2d7d46eec2b242",
                "sha256": "9ffaed6f96581f449737caae1268b9b38fd2df8ed1269ba79535b007b4cd77a7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "88316badaa637d77ba2d7d46eec2b242",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 206710,
            "upload_time": "2023-05-26T20:19:39",
            "upload_time_iso_8601": "2023-05-26T20:19:39.838569Z",
            "url": "https://files.pythonhosted.org/packages/e8/75/1385819185ac67f2895bc823a519ac8b33f56b63fdecab0211179e2af653/mapel_elections-2.0.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95d035741c94ab2606af45af57a14db6945f347915faadf7e5797b36c1af6b24",
                "md5": "47be9d06d0fa0391f5fc4801231161f0",
                "sha256": "165e44c6c51507cce920c1ec0ddc5fdcd33c005730a6bf3a71c03aecb15f7f31"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "47be9d06d0fa0391f5fc4801231161f0",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 169628,
            "upload_time": "2023-05-26T20:19:41",
            "upload_time_iso_8601": "2023-05-26T20:19:41.308676Z",
            "url": "https://files.pythonhosted.org/packages/95/d0/35741c94ab2606af45af57a14db6945f347915faadf7e5797b36c1af6b24/mapel_elections-2.0.5-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12e25217e902db2f38b43d005bf90d95ad0dc6b5916f5f57805d136e643ec9a4",
                "md5": "ad47589b417743c54fe4264556f22eda",
                "sha256": "86f37c2b1d8070dd20f6a514d4679ab007507c3b45f1b85cbda6307d3729fc90"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad47589b417743c54fe4264556f22eda",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 172019,
            "upload_time": "2023-05-26T20:19:43",
            "upload_time_iso_8601": "2023-05-26T20:19:43.036742Z",
            "url": "https://files.pythonhosted.org/packages/12/e2/5217e902db2f38b43d005bf90d95ad0dc6b5916f5f57805d136e643ec9a4/mapel_elections-2.0.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ffad091e4f5e62b294db667683352ccd83d7730f8458bd98c1f5ad7099c0b91",
                "md5": "9a43c7a41baa0fb3977ff1bd934ece1c",
                "sha256": "224c98ec537874b5b5a71f652b7009e3fc340ff99d19352d7b43f9b5cf9c87cb"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9a43c7a41baa0fb3977ff1bd934ece1c",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 211417,
            "upload_time": "2023-05-26T20:19:44",
            "upload_time_iso_8601": "2023-05-26T20:19:44.787868Z",
            "url": "https://files.pythonhosted.org/packages/4f/fa/d091e4f5e62b294db667683352ccd83d7730f8458bd98c1f5ad7099c0b91/mapel_elections-2.0.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f887e892c116740e9ba40468e8b7130d66273f207ddabf0c89d1ea6692b39b5c",
                "md5": "cf11cad3486dd92eace3e3b71a727c59",
                "sha256": "7df7278abf7b9c5482034c319fcfae85aec84258ba913f6d5d9597ee9e45e067"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf11cad3486dd92eace3e3b71a727c59",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 205881,
            "upload_time": "2023-05-26T20:19:47",
            "upload_time_iso_8601": "2023-05-26T20:19:47.046771Z",
            "url": "https://files.pythonhosted.org/packages/f8/87/e892c116740e9ba40468e8b7130d66273f207ddabf0c89d1ea6692b39b5c/mapel_elections-2.0.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d36b47206a51d45a858b8a3cb01359cda34c24f3427acd4a51f9109342e49817",
                "md5": "46ff4f6a496875b8e50f92cab75d10d2",
                "sha256": "8b49a2573577332e51bdf1a83b700df5013b1e048dc741258f145032a6cdd024"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46ff4f6a496875b8e50f92cab75d10d2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 169825,
            "upload_time": "2023-05-26T20:19:51",
            "upload_time_iso_8601": "2023-05-26T20:19:51.000401Z",
            "url": "https://files.pythonhosted.org/packages/d3/6b/47206a51d45a858b8a3cb01359cda34c24f3427acd4a51f9109342e49817/mapel_elections-2.0.5-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "174e81eb19ff161171472aef0b7d8c4e342e1800d46ae5e3393fa8de784ae4ae",
                "md5": "9f005d6bb3c8f2092bdb2e805bded360",
                "sha256": "09af1ea38cac4c321749a9d604f591c70631774c920f5f5ffd3a864120453ed8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9f005d6bb3c8f2092bdb2e805bded360",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 171968,
            "upload_time": "2023-05-26T20:19:52",
            "upload_time_iso_8601": "2023-05-26T20:19:52.397016Z",
            "url": "https://files.pythonhosted.org/packages/17/4e/81eb19ff161171472aef0b7d8c4e342e1800d46ae5e3393fa8de784ae4ae/mapel_elections-2.0.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbdea305bb802f6c9e2aac16858331658029140b4d9c00c72b46dca7e2b82dc8",
                "md5": "42724813e8179a06eedb767315096770",
                "sha256": "7347caf59e98110585ff9714ec7b32efae79fa1bcd41aa94e368c526910fbf7d"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "42724813e8179a06eedb767315096770",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 211371,
            "upload_time": "2023-05-26T20:19:54",
            "upload_time_iso_8601": "2023-05-26T20:19:54.353139Z",
            "url": "https://files.pythonhosted.org/packages/fb/de/a305bb802f6c9e2aac16858331658029140b4d9c00c72b46dca7e2b82dc8/mapel_elections-2.0.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efd4ff68d8146269bbf63cea65e864b4d1efee22ad1178cd6663ca26bed5ef17",
                "md5": "09f427778beefbc9565340b29a2230ea",
                "sha256": "1d74f58796fcecd35453fdef5d74ee6abe3df05993ec9683246dd38335df1cfe"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "09f427778beefbc9565340b29a2230ea",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 206253,
            "upload_time": "2023-05-26T20:19:55",
            "upload_time_iso_8601": "2023-05-26T20:19:55.968832Z",
            "url": "https://files.pythonhosted.org/packages/ef/d4/ff68d8146269bbf63cea65e864b4d1efee22ad1178cd6663ca26bed5ef17/mapel_elections-2.0.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "766fea88833ff92d2798ad5867a6f6a64a9294c034b5093c004f4ca3a0e535a5",
                "md5": "ffd1c087ba645b1515b33176afb10939",
                "sha256": "34c31d474ae0f12803babe613c714f10dbd9294843939b7af24f77883800eeaa"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.0.5-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ffd1c087ba645b1515b33176afb10939",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 169783,
            "upload_time": "2023-05-26T20:19:57",
            "upload_time_iso_8601": "2023-05-26T20:19:57.517263Z",
            "url": "https://files.pythonhosted.org/packages/76/6f/ea88833ff92d2798ad5867a6f6a64a9294c034b5093c004f4ca3a0e535a5/mapel_elections-2.0.5-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbc9f61be87fada2a5daf0ee59c3458c8456dcd8c64701cb31887bbc8338e157",
                "md5": "1e5cabf329aea15d9485c6a098a0eb32",
                "sha256": "0bb8bcd3a0e3eb0709ed7543838ae976bdc587a08e7f1df470c0d42421b7e501"
            },
            "downloads": -1,
            "filename": "mapel-elections-2.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1e5cabf329aea15d9485c6a098a0eb32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 89164,
            "upload_time": "2023-05-26T20:20:13",
            "upload_time_iso_8601": "2023-05-26T20:20:13.417218Z",
            "url": "https://files.pythonhosted.org/packages/cb/c9/f61be87fada2a5daf0ee59c3458c8456dcd8c64701cb31887bbc8338e157/mapel-elections-2.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 20:20:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mapel-elections"
}
        
Elapsed time: 0.11794s