mapel-elections


Namemapel-elections JSON
Version 2.1.11 PyPI version JSON
download
home_pageNone
SummaryMap of Elections
upload_time2024-05-15 22:14:45
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/05/01/a82ced4ec4e5bfd70a9b39d359339f5a1a90f1a04cef9bfaf67c26faac8c/mapel_elections-2.1.11.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.11",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2352fb79c8c7f6491b3ba353008b720fa603c2206bbfe7ed53b2a280bbbf5a85",
                "md5": "830cdf3e58bbbc64e1dd493f356ac55a",
                "sha256": "5ff6cd65ed606372d9a623cb135cefd71e51c47efa87eae7230f0bc58f36d3e9"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "830cdf3e58bbbc64e1dd493f356ac55a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 179443,
            "upload_time": "2024-05-15T22:13:13",
            "upload_time_iso_8601": "2024-05-15T22:13:13.402630Z",
            "url": "https://files.pythonhosted.org/packages/23/52/fb79c8c7f6491b3ba353008b720fa603c2206bbfe7ed53b2a280bbbf5a85/mapel_elections-2.1.11-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1da8cdd80461f37fe8bef90a6973ded56e5cd2111866af29754ed42d4927138",
                "md5": "72c7200e8db7c3da4d9a98faa1d1a0b1",
                "sha256": "e3e502f8c8c3c483d2a800dc3c931a149f02d2c0456524a7da0b4ceadcef6886"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "72c7200e8db7c3da4d9a98faa1d1a0b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 226886,
            "upload_time": "2024-05-15T22:13:15",
            "upload_time_iso_8601": "2024-05-15T22:13:15.162306Z",
            "url": "https://files.pythonhosted.org/packages/e1/da/8cdd80461f37fe8bef90a6973ded56e5cd2111866af29754ed42d4927138/mapel_elections-2.1.11-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "999556d6d1abefc5004b20fa57740c81faf677f880dca30a6a89a4a57832b5ca",
                "md5": "3bf1f4d26d1780ab5398fc8a5a417eb3",
                "sha256": "3c70b854176926f4e78d290980b115378d800caeedb8658031dab6a145b4ed08"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3bf1f4d26d1780ab5398fc8a5a417eb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 219125,
            "upload_time": "2024-05-15T22:13:16",
            "upload_time_iso_8601": "2024-05-15T22:13:16.960259Z",
            "url": "https://files.pythonhosted.org/packages/99/95/56d6d1abefc5004b20fa57740c81faf677f880dca30a6a89a4a57832b5ca/mapel_elections-2.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4217af2150de6f27d20cac4650d6aa8e6aeff10c6f343880f5d70b9493eab960",
                "md5": "03e2dd82932139dbbf7fb093c42852f6",
                "sha256": "fa684502a5dc2d0e3084d89d7d81cb4eb6109d09c4fb1c0e4f1d0f4a07fd416a"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "03e2dd82932139dbbf7fb093c42852f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 791324,
            "upload_time": "2024-05-15T22:13:18",
            "upload_time_iso_8601": "2024-05-15T22:13:18.209467Z",
            "url": "https://files.pythonhosted.org/packages/42/17/af2150de6f27d20cac4650d6aa8e6aeff10c6f343880f5d70b9493eab960/mapel_elections-2.1.11-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "385d40aae1f1ecce784d592380038833b4e885b41149adbd26e6211dd6dee0b4",
                "md5": "773efd3583e2e81358f2deacf4cdbac6",
                "sha256": "1c534eadfca4603c44de301fd7386c2c7b1199cf82ae7e4aa4c3bde25116b463"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "773efd3583e2e81358f2deacf4cdbac6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 737250,
            "upload_time": "2024-05-15T22:13:20",
            "upload_time_iso_8601": "2024-05-15T22:13:20.235247Z",
            "url": "https://files.pythonhosted.org/packages/38/5d/40aae1f1ecce784d592380038833b4e885b41149adbd26e6211dd6dee0b4/mapel_elections-2.1.11-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "700d31ff758986d991f1774416c44acc5df8f4e7ab9a790db7c61ddbd48a7f4d",
                "md5": "bcb8365b420c5d34566310178cc059f4",
                "sha256": "ca61b3b781de706b7ccfbe83e234369a7822028ba4a59a1e835732793bbd75dc"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "bcb8365b420c5d34566310178cc059f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 169333,
            "upload_time": "2024-05-15T22:13:21",
            "upload_time_iso_8601": "2024-05-15T22:13:21.942899Z",
            "url": "https://files.pythonhosted.org/packages/70/0d/31ff758986d991f1774416c44acc5df8f4e7ab9a790db7c61ddbd48a7f4d/mapel_elections-2.1.11-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c4a565a9c44636a2a4b2caa3f400cea73f72cc796ddbf720e76a9efd47153a5",
                "md5": "816b0d4091ed11e35c85b3fb04a17be3",
                "sha256": "bc906f147c7ed1240463e7a26d541cb3b47b488af8361c1d32d43d8a045c9eb6"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "816b0d4091ed11e35c85b3fb04a17be3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 176978,
            "upload_time": "2024-05-15T22:13:23",
            "upload_time_iso_8601": "2024-05-15T22:13:23.356438Z",
            "url": "https://files.pythonhosted.org/packages/5c/4a/565a9c44636a2a4b2caa3f400cea73f72cc796ddbf720e76a9efd47153a5/mapel_elections-2.1.11-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b618503e0c4e1cc89531f252aa638423220a91c29749658dc10a51f3af490672",
                "md5": "9df42ca3b5de2088fcd4e5693e15565e",
                "sha256": "9dc2b6497df4f32709d590e41138aa3a8136713631f4f1c3f7dc1cada0b819f9"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9df42ca3b5de2088fcd4e5693e15565e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 180979,
            "upload_time": "2024-05-15T22:13:24",
            "upload_time_iso_8601": "2024-05-15T22:13:24.813061Z",
            "url": "https://files.pythonhosted.org/packages/b6/18/503e0c4e1cc89531f252aa638423220a91c29749658dc10a51f3af490672/mapel_elections-2.1.11-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d8cf0d302465425dfe9a86ae5d4587e5982a1e2837a62b60371baa4d45c91d9",
                "md5": "cf6eaf4ad499b0029021b3bcead436be",
                "sha256": "528a9f0ee00d829919848dbaea6adc653d74fc10607e522e7652d2ce36d5ad92"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cf6eaf4ad499b0029021b3bcead436be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 228189,
            "upload_time": "2024-05-15T22:13:26",
            "upload_time_iso_8601": "2024-05-15T22:13:26.034859Z",
            "url": "https://files.pythonhosted.org/packages/6d/8c/f0d302465425dfe9a86ae5d4587e5982a1e2837a62b60371baa4d45c91d9/mapel_elections-2.1.11-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ce59d4593e8700e3c319cba19d9453ac29051fd7d247af8c17dc572e7b361c1",
                "md5": "bcc97960b7db6d80d4a5b9646fcd9b65",
                "sha256": "137f9ccccba2bf26d1d972a432b405af3fdb87bd8ea9ab44ed49c934603ca02c"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bcc97960b7db6d80d4a5b9646fcd9b65",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 220437,
            "upload_time": "2024-05-15T22:13:27",
            "upload_time_iso_8601": "2024-05-15T22:13:27.375459Z",
            "url": "https://files.pythonhosted.org/packages/3c/e5/9d4593e8700e3c319cba19d9453ac29051fd7d247af8c17dc572e7b361c1/mapel_elections-2.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "586df1b821431d32e27b93f5b90453db8e32d6c8888232afc558672726a5e656",
                "md5": "b3d010668adc981afe592257a6d304e2",
                "sha256": "e9ebac687b3c3112aef941e2efe30ae35e37c74314ad2b556c974f78ac31efcb"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "b3d010668adc981afe592257a6d304e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 792451,
            "upload_time": "2024-05-15T22:13:29",
            "upload_time_iso_8601": "2024-05-15T22:13:29.035195Z",
            "url": "https://files.pythonhosted.org/packages/58/6d/f1b821431d32e27b93f5b90453db8e32d6c8888232afc558672726a5e656/mapel_elections-2.1.11-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfd09a340403d8b3b16415dbc807e874470a36b54d0fad8cd02fd17f8260845a",
                "md5": "906df30f184868b104e2ee63478c3616",
                "sha256": "5a75ef49677071f204b95dec93d654902144403bbbc897635e19c553c3e50f43"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "906df30f184868b104e2ee63478c3616",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 738301,
            "upload_time": "2024-05-15T22:13:30",
            "upload_time_iso_8601": "2024-05-15T22:13:30.348486Z",
            "url": "https://files.pythonhosted.org/packages/bf/d0/9a340403d8b3b16415dbc807e874470a36b54d0fad8cd02fd17f8260845a/mapel_elections-2.1.11-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b198c333ec07afb736a22122cdf7e6e128b94c38104446e950bd4cfac94a443",
                "md5": "8d10316240ef3e8303605c30423a1c44",
                "sha256": "d80dbc35a878072da21b702340c1441b865f83046713c4259a88e035af61a65a"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "8d10316240ef3e8303605c30423a1c44",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 170584,
            "upload_time": "2024-05-15T22:13:31",
            "upload_time_iso_8601": "2024-05-15T22:13:31.635007Z",
            "url": "https://files.pythonhosted.org/packages/0b/19/8c333ec07afb736a22122cdf7e6e128b94c38104446e950bd4cfac94a443/mapel_elections-2.1.11-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70a173d54aa46240702e7e04fb7c39c7bd0e094fb70b1937a5fa85d161213d11",
                "md5": "16eb78d84485b8dbccb9e6c04fa123dc",
                "sha256": "3656f194fd74fd1581200638faad330285a0c80714b0cd29c7cfc01695a1ca09"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "16eb78d84485b8dbccb9e6c04fa123dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 178227,
            "upload_time": "2024-05-15T22:13:33",
            "upload_time_iso_8601": "2024-05-15T22:13:33.512425Z",
            "url": "https://files.pythonhosted.org/packages/70/a1/73d54aa46240702e7e04fb7c39c7bd0e094fb70b1937a5fa85d161213d11/mapel_elections-2.1.11-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54ddecc7aafee1a7ea62c902bb8d90143aad217e97b96a9bb71ea3eb1f0e1e97",
                "md5": "ff0287255b4b30e2d1ba669299fe9616",
                "sha256": "55bd9a3610b91bb152830131fe742af4eb81b57540ec606d90c0e661190e47c2"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ff0287255b4b30e2d1ba669299fe9616",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 179575,
            "upload_time": "2024-05-15T22:13:34",
            "upload_time_iso_8601": "2024-05-15T22:13:34.973405Z",
            "url": "https://files.pythonhosted.org/packages/54/dd/ecc7aafee1a7ea62c902bb8d90143aad217e97b96a9bb71ea3eb1f0e1e97/mapel_elections-2.1.11-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9f23932567f74606ed63fc176988aa7fa2c3243d2ed87014cbe6091f77513df",
                "md5": "1821d48890d4bca982e97113bd51911f",
                "sha256": "4fe80529dd622170b9b790828457c7d2d3c6b43fe7a4e13144d9dc84929bed8c"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1821d48890d4bca982e97113bd51911f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 228540,
            "upload_time": "2024-05-15T22:13:36",
            "upload_time_iso_8601": "2024-05-15T22:13:36.214176Z",
            "url": "https://files.pythonhosted.org/packages/b9/f2/3932567f74606ed63fc176988aa7fa2c3243d2ed87014cbe6091f77513df/mapel_elections-2.1.11-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53ea97899249c6349a4f8745f34b9b0945a4b7c4b72fed13de6dcbd3bf9ca79f",
                "md5": "87b3928e73e5e07163a19c4217085262",
                "sha256": "bd445c9fb8c2ce4d3b94c891c27ab904737b02135ef83e051b328d04c3b71d53"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87b3928e73e5e07163a19c4217085262",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 220212,
            "upload_time": "2024-05-15T22:13:37",
            "upload_time_iso_8601": "2024-05-15T22:13:37.605331Z",
            "url": "https://files.pythonhosted.org/packages/53/ea/97899249c6349a4f8745f34b9b0945a4b7c4b72fed13de6dcbd3bf9ca79f/mapel_elections-2.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff08563300f7acfb89f8ede126339e07c7c843945fca9472ddcb740562da944e",
                "md5": "2e5bae63bcbed18e18a8ef9b0abfbf33",
                "sha256": "f100c98ab8a94af6eff74748a9f1a02f14157595d2525ad9799816f71f81cd80"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "2e5bae63bcbed18e18a8ef9b0abfbf33",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 792128,
            "upload_time": "2024-05-15T22:13:38",
            "upload_time_iso_8601": "2024-05-15T22:13:38.844269Z",
            "url": "https://files.pythonhosted.org/packages/ff/08/563300f7acfb89f8ede126339e07c7c843945fca9472ddcb740562da944e/mapel_elections-2.1.11-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8084b2bcdd694a5bd44af56418dba71fb5283e4582c5d8bbb8d093a647a2b5ae",
                "md5": "0bcbf0ca6adb07b23fb46f0a4d949c44",
                "sha256": "f454e0558038158afdbdd5470fefe87f66006aa52c2bfacbc58c26b5f99f0cbc"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bcbf0ca6adb07b23fb46f0a4d949c44",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 737934,
            "upload_time": "2024-05-15T22:13:40",
            "upload_time_iso_8601": "2024-05-15T22:13:40.482835Z",
            "url": "https://files.pythonhosted.org/packages/80/84/b2bcdd694a5bd44af56418dba71fb5283e4582c5d8bbb8d093a647a2b5ae/mapel_elections-2.1.11-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d5d24a05ec0740cbd905cf700c4ea1cd0c1d64e26957355e2ce83e732620615",
                "md5": "14ab5cb5c3a821cfb9265e4aa89d3177",
                "sha256": "4ef9ab00c82e34b50d9267403759622714ec1de51280d2e3377bab09b1de637e"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "14ab5cb5c3a821cfb9265e4aa89d3177",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 170783,
            "upload_time": "2024-05-15T22:13:41",
            "upload_time_iso_8601": "2024-05-15T22:13:41.680428Z",
            "url": "https://files.pythonhosted.org/packages/3d/5d/24a05ec0740cbd905cf700c4ea1cd0c1d64e26957355e2ce83e732620615/mapel_elections-2.1.11-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3da2cdf7b74c6a318c488d36ce83c2bda91fb2b91f077994f7a0cb03a45abb21",
                "md5": "5b987a00a75b8fb98dd75d7a6026919a",
                "sha256": "a66b8aa5cb53cf6189ba09cf6167f15e2eed7483b10dab2e4a550346e2af3d03"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5b987a00a75b8fb98dd75d7a6026919a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 178257,
            "upload_time": "2024-05-15T22:13:43",
            "upload_time_iso_8601": "2024-05-15T22:13:43.817737Z",
            "url": "https://files.pythonhosted.org/packages/3d/a2/cdf7b74c6a318c488d36ce83c2bda91fb2b91f077994f7a0cb03a45abb21/mapel_elections-2.1.11-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35be038f52ded4a90b410185dcd9049754f04707132bf5f94a51a0bcff2ee7b8",
                "md5": "1724c22d0905fc7bcff2a39f4d52c92f",
                "sha256": "3640b4528d87567648ee4f9ec227f8977476111709685fd0313c407b369c3bd9"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1724c22d0905fc7bcff2a39f4d52c92f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 228465,
            "upload_time": "2024-05-15T22:13:45",
            "upload_time_iso_8601": "2024-05-15T22:13:45.539686Z",
            "url": "https://files.pythonhosted.org/packages/35/be/038f52ded4a90b410185dcd9049754f04707132bf5f94a51a0bcff2ee7b8/mapel_elections-2.1.11-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0e83e0a716927e41201ac850037840f93657dbe0706b5cc442e02cb4c34e434",
                "md5": "dd7ae6fb437ec0c3e641c7da8a960768",
                "sha256": "c5f478e5f97bd457c09349b38f679d1a50005508093eed62035b62cb0ddb773b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd7ae6fb437ec0c3e641c7da8a960768",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 220229,
            "upload_time": "2024-05-15T22:13:46",
            "upload_time_iso_8601": "2024-05-15T22:13:46.740231Z",
            "url": "https://files.pythonhosted.org/packages/c0/e8/3e0a716927e41201ac850037840f93657dbe0706b5cc442e02cb4c34e434/mapel_elections-2.1.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fff4973315c0bb26377c3624d6633eaca1279eda1aa62d84a519555d8f9a23c",
                "md5": "8dfb3a4a13c5b188eca30499d5c503f8",
                "sha256": "67c62292e917ad24e5888a0636bd2ae36ad9396d5d4614517177aef04663f91f"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "8dfb3a4a13c5b188eca30499d5c503f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 792660,
            "upload_time": "2024-05-15T22:13:48",
            "upload_time_iso_8601": "2024-05-15T22:13:48.626338Z",
            "url": "https://files.pythonhosted.org/packages/3f/ff/4973315c0bb26377c3624d6633eaca1279eda1aa62d84a519555d8f9a23c/mapel_elections-2.1.11-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1ff1fd6d9fd2eef76f6f17bfe4bb24a19c36b17defacc15aca10dafa3781892",
                "md5": "33307a3292767346bd964057aba1e3b4",
                "sha256": "41aa697d55fa8f081250049a6cc665eed425a73867e8fa0f1e97b745bbdcd9fd"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33307a3292767346bd964057aba1e3b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 738866,
            "upload_time": "2024-05-15T22:13:50",
            "upload_time_iso_8601": "2024-05-15T22:13:50.794277Z",
            "url": "https://files.pythonhosted.org/packages/d1/ff/1fd6d9fd2eef76f6f17bfe4bb24a19c36b17defacc15aca10dafa3781892/mapel_elections-2.1.11-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d1c0a7285d75bac04cd86576717b3c97f8f00eb17e6e2fd8ae12232649477cc",
                "md5": "0e23610e1280fa3c161f196c80a84fd3",
                "sha256": "2937dc87a0b1c78ba5ef6a70991f5a064f4ab8668cd4a8765d33ed6d58b6a9f7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "0e23610e1280fa3c161f196c80a84fd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 170348,
            "upload_time": "2024-05-15T22:13:52",
            "upload_time_iso_8601": "2024-05-15T22:13:52.134162Z",
            "url": "https://files.pythonhosted.org/packages/0d/1c/0a7285d75bac04cd86576717b3c97f8f00eb17e6e2fd8ae12232649477cc/mapel_elections-2.1.11-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12fa1eb85bb7703eb4447e2b99886eca7f255335f571ab17da40241769e3eed6",
                "md5": "234e9b4695e764615d5c4181820c9043",
                "sha256": "ec3e106917b9cd11c91dc4d4191f4429c614a9a2dc4cc1414cdfde7e142f4991"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "234e9b4695e764615d5c4181820c9043",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 177626,
            "upload_time": "2024-05-15T22:13:53",
            "upload_time_iso_8601": "2024-05-15T22:13:53.663499Z",
            "url": "https://files.pythonhosted.org/packages/12/fa/1eb85bb7703eb4447e2b99886eca7f255335f571ab17da40241769e3eed6/mapel_elections-2.1.11-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d994dafad08f91ba81ff724a8dfe557f9049798e7aa5e219bed73fb974e2c7da",
                "md5": "092e7b3372b20dfbd629f6c13dd3db95",
                "sha256": "311cc6c11250f96e0d9f1d9d55a0f93314eeb40b87e4885232a74c1373db5f3f"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "092e7b3372b20dfbd629f6c13dd3db95",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 179332,
            "upload_time": "2024-05-15T22:13:55",
            "upload_time_iso_8601": "2024-05-15T22:13:55.037186Z",
            "url": "https://files.pythonhosted.org/packages/d9/94/dafad08f91ba81ff724a8dfe557f9049798e7aa5e219bed73fb974e2c7da/mapel_elections-2.1.11-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07b188a327b80a33afa279a76581504c59464cdd225643cb0a19ca6109077761",
                "md5": "bae55438ccdbde0261dc1cae81e43d20",
                "sha256": "830e281aa1e56a2d84498af2626e8f49e5830326777d1a39958968c35ac1c0e9"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bae55438ccdbde0261dc1cae81e43d20",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 226775,
            "upload_time": "2024-05-15T22:13:56",
            "upload_time_iso_8601": "2024-05-15T22:13:56.159925Z",
            "url": "https://files.pythonhosted.org/packages/07/b1/88a327b80a33afa279a76581504c59464cdd225643cb0a19ca6109077761/mapel_elections-2.1.11-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36314cfeb34351eb90b99ccb11c00c4233f6931b349c8f847c8a4c27bb8e5c80",
                "md5": "0eda36f807eb28bd0b9d0c64a7499514",
                "sha256": "4124f7876714d54d58731949ac05b3a45d7ce3d07b17449002dc1bc8d188140b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0eda36f807eb28bd0b9d0c64a7499514",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 218878,
            "upload_time": "2024-05-15T22:13:57",
            "upload_time_iso_8601": "2024-05-15T22:13:57.431521Z",
            "url": "https://files.pythonhosted.org/packages/36/31/4cfeb34351eb90b99ccb11c00c4233f6931b349c8f847c8a4c27bb8e5c80/mapel_elections-2.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e0ef9689ce44de3efdd3230af93f023ee290c8858413995b58fb0ed43a919ba",
                "md5": "405dcd424145824b6219c1073fa7b80d",
                "sha256": "2b549543d8dcd051d1d89f265d15ec21973d5e5faa085670515607b8a82206e1"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "405dcd424145824b6219c1073fa7b80d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 791079,
            "upload_time": "2024-05-15T22:13:59",
            "upload_time_iso_8601": "2024-05-15T22:13:59.189001Z",
            "url": "https://files.pythonhosted.org/packages/0e/0e/f9689ce44de3efdd3230af93f023ee290c8858413995b58fb0ed43a919ba/mapel_elections-2.1.11-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ddad3de5b41828ea0a93eff12d61618b47bd02e605a4dd81cf4eb89b223b0df",
                "md5": "1cfc6bff770fe78ee3a53779eb7258b6",
                "sha256": "5de5aa2f606633dafb5c6584bd54802d3c6daa5659d650c882a6178890478ac7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1cfc6bff770fe78ee3a53779eb7258b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 737078,
            "upload_time": "2024-05-15T22:14:00",
            "upload_time_iso_8601": "2024-05-15T22:14:00.671465Z",
            "url": "https://files.pythonhosted.org/packages/1d/da/d3de5b41828ea0a93eff12d61618b47bd02e605a4dd81cf4eb89b223b0df/mapel_elections-2.1.11-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c3c30291c173647e938f424b50d8d40860bfed1cb4a674a1326d1bf1149ae67",
                "md5": "76f0951e285b431e8e337c97e045a2fe",
                "sha256": "7ed26b3f66d7336fe6f4ed12f2cad086d73ec1dacbcec7978e4272ed41da8ffc"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "76f0951e285b431e8e337c97e045a2fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 169540,
            "upload_time": "2024-05-15T22:14:02",
            "upload_time_iso_8601": "2024-05-15T22:14:02.821492Z",
            "url": "https://files.pythonhosted.org/packages/1c/3c/30291c173647e938f424b50d8d40860bfed1cb4a674a1326d1bf1149ae67/mapel_elections-2.1.11-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30cc9bc4b36515f237d0702303d6b79b3ce11b78533b35a76f63ae277790b8ed",
                "md5": "873856395e4b508ffa7ee81022bb7e15",
                "sha256": "5f3f28c224f0801d5523bf5e811d09385ee9bbc5a42ec5271866c7a5812686b7"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "873856395e4b508ffa7ee81022bb7e15",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 177150,
            "upload_time": "2024-05-15T22:14:04",
            "upload_time_iso_8601": "2024-05-15T22:14:04.480515Z",
            "url": "https://files.pythonhosted.org/packages/30/cc/9bc4b36515f237d0702303d6b79b3ce11b78533b35a76f63ae277790b8ed/mapel_elections-2.1.11-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d11f5a16917d2f072fc3405805f16d653f619c14a53144e9be654130ba7e9c8",
                "md5": "97069f1037ae19fb1dafefead2da89a0",
                "sha256": "dafe9312ee82f4f050031f5dac5fd312f1e8d5745f04a2c4cf8a582f3b95d77b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "97069f1037ae19fb1dafefead2da89a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 179554,
            "upload_time": "2024-05-15T22:14:05",
            "upload_time_iso_8601": "2024-05-15T22:14:05.924535Z",
            "url": "https://files.pythonhosted.org/packages/8d/11/f5a16917d2f072fc3405805f16d653f619c14a53144e9be654130ba7e9c8/mapel_elections-2.1.11-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b6ac6358cb85723946dc3b78b30dace8e5540acecbdc667c6be723b59fb8741",
                "md5": "e0ba1e3fc76404d17df1b3eb3683f47a",
                "sha256": "7b943a28feb5c70667139c6e7a4fb91d4aeb3c1634c06d5065e30a37985dd6e8"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e0ba1e3fc76404d17df1b3eb3683f47a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 227252,
            "upload_time": "2024-05-15T22:14:07",
            "upload_time_iso_8601": "2024-05-15T22:14:07.638483Z",
            "url": "https://files.pythonhosted.org/packages/1b/6a/c6358cb85723946dc3b78b30dace8e5540acecbdc667c6be723b59fb8741/mapel_elections-2.1.11-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a595a23990b2bfe59b4ed8f67bff978ea1614015f6d210b4ef87a7b37f85556",
                "md5": "047d4027c3111caa829ae605d85e887b",
                "sha256": "60184994d1192b5b37bd39238d430a34cebf7a2580d39cae533825047a964c11"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "047d4027c3111caa829ae605d85e887b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 219262,
            "upload_time": "2024-05-15T22:14:09",
            "upload_time_iso_8601": "2024-05-15T22:14:09.155813Z",
            "url": "https://files.pythonhosted.org/packages/5a/59/5a23990b2bfe59b4ed8f67bff978ea1614015f6d210b4ef87a7b37f85556/mapel_elections-2.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e514880195ebd596f3555773f51cdd94e69effca96e9b511017729560d0613f",
                "md5": "8bc645d35121eeb1462eaa445ff4d52b",
                "sha256": "eb9984822d10e9e81075b77b290639a1851f2f267c1f1e80c1bf77910a483151"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "8bc645d35121eeb1462eaa445ff4d52b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 791377,
            "upload_time": "2024-05-15T22:14:10",
            "upload_time_iso_8601": "2024-05-15T22:14:10.545157Z",
            "url": "https://files.pythonhosted.org/packages/2e/51/4880195ebd596f3555773f51cdd94e69effca96e9b511017729560d0613f/mapel_elections-2.1.11-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd2dd94821b5a1ab2f94aeb6300d184b7ebd6d11d99a2becf02c4f47c8bb7e6b",
                "md5": "33dafc2b25bbb91c49accc2a38f25bcd",
                "sha256": "84ad7d53ff98350c71afaad305217e0d4c40be29bd45018899cdfa73b056d18b"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33dafc2b25bbb91c49accc2a38f25bcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 737361,
            "upload_time": "2024-05-15T22:14:11",
            "upload_time_iso_8601": "2024-05-15T22:14:11.974968Z",
            "url": "https://files.pythonhosted.org/packages/fd/2d/d94821b5a1ab2f94aeb6300d184b7ebd6d11d99a2becf02c4f47c8bb7e6b/mapel_elections-2.1.11-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d38232f225526474e9831275703d11cdcf55fb94038c0f6510b2943259881eb4",
                "md5": "22258b7410e889c301af9441dfd7339c",
                "sha256": "c9886acc9c5fb533a74db8ebd690cf4e4709413afaac341cf1b6384fe2c89fde"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "22258b7410e889c301af9441dfd7339c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 169527,
            "upload_time": "2024-05-15T22:14:13",
            "upload_time_iso_8601": "2024-05-15T22:14:13.488823Z",
            "url": "https://files.pythonhosted.org/packages/d3/82/32f225526474e9831275703d11cdcf55fb94038c0f6510b2943259881eb4/mapel_elections-2.1.11-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18bc20731b50885897f7ea25e756b56b51d1f6d3c58c645ef04b769d3be54752",
                "md5": "c47dd83efa8e87cd63f5433205146818",
                "sha256": "943e642f7a9ae5dedf32d93d93aea3a73f125e9cdbe99aadf170d1fb890118bf"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c47dd83efa8e87cd63f5433205146818",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 176974,
            "upload_time": "2024-05-15T22:14:15",
            "upload_time_iso_8601": "2024-05-15T22:14:15.394629Z",
            "url": "https://files.pythonhosted.org/packages/18/bc/20731b50885897f7ea25e756b56b51d1f6d3c58c645ef04b769d3be54752/mapel_elections-2.1.11-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27d02b2d9e31562884f6c5d67a6b899b1e3d80ee6a3b569439733e532007916a",
                "md5": "5fe77e15597cd8cc937c8638538b11f0",
                "sha256": "8fa52d34866b9b30bc286bb819fae09222d0adadf4723ee32f44e9ca31ef6bd3"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5fe77e15597cd8cc937c8638538b11f0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 180187,
            "upload_time": "2024-05-15T22:14:17",
            "upload_time_iso_8601": "2024-05-15T22:14:17.192242Z",
            "url": "https://files.pythonhosted.org/packages/27/d0/2b2d9e31562884f6c5d67a6b899b1e3d80ee6a3b569439733e532007916a/mapel_elections-2.1.11-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d37cae5df1c7cf28e462029a16ce02e377860699eff60146ddac18b801dbb11",
                "md5": "c8a59b77b66e20569f5df2996be55c70",
                "sha256": "43c77ef2431206751c66a6df2be574648c5b709996f6757fa2183751ef5ffe19"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c8a59b77b66e20569f5df2996be55c70",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 224953,
            "upload_time": "2024-05-15T22:14:19",
            "upload_time_iso_8601": "2024-05-15T22:14:19.113601Z",
            "url": "https://files.pythonhosted.org/packages/3d/37/cae5df1c7cf28e462029a16ce02e377860699eff60146ddac18b801dbb11/mapel_elections-2.1.11-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3306d1c84787183ed6db464f4c72f3ee048d85e8ec793db0fbfec8cc3986aa40",
                "md5": "957f14cf7d94527aeea79bb0b696d4e8",
                "sha256": "a89c2686f8f7c6beaa62dff6f90c37e54bbbf14c6dbe8e698da9c6ff8e7a1b2a"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "957f14cf7d94527aeea79bb0b696d4e8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 218479,
            "upload_time": "2024-05-15T22:14:20",
            "upload_time_iso_8601": "2024-05-15T22:14:20.823486Z",
            "url": "https://files.pythonhosted.org/packages/33/06/d1c84787183ed6db464f4c72f3ee048d85e8ec793db0fbfec8cc3986aa40/mapel_elections-2.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afc83bb10b521a2687e6439872d9b1c14b3eab75d8eaf8647b535067e9f729fb",
                "md5": "f1bd124bf9cece794f8bbdb1c688657a",
                "sha256": "cff51364402e05c929f1cc017b689443d93e622ff55cb2a253ceba88365a0e5c"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f1bd124bf9cece794f8bbdb1c688657a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 177157,
            "upload_time": "2024-05-15T22:14:22",
            "upload_time_iso_8601": "2024-05-15T22:14:22.719322Z",
            "url": "https://files.pythonhosted.org/packages/af/c8/3bb10b521a2687e6439872d9b1c14b3eab75d8eaf8647b535067e9f729fb/mapel_elections-2.1.11-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf35132854bcd3463290209ee627a2c201499925c944b36900d6891f892b526c",
                "md5": "29299e5a2de38e43997e720d898e9165",
                "sha256": "cdf9b42f76c749f166cbd709543c98a63170d250d2ad62ec9de2c0f3fe5bbbec"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "29299e5a2de38e43997e720d898e9165",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 225403,
            "upload_time": "2024-05-15T22:14:24",
            "upload_time_iso_8601": "2024-05-15T22:14:24.019466Z",
            "url": "https://files.pythonhosted.org/packages/cf/35/132854bcd3463290209ee627a2c201499925c944b36900d6891f892b526c/mapel_elections-2.1.11-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fb471a541e2b64475da7fb5803b43f099a92ec0f230f9f9bab190dc964654d4",
                "md5": "cb89ea74225980139eb6ad62e7307a6d",
                "sha256": "500d3384ebab6c013b6e6c58350c780979400fca5c51f4bee71378e96c266e67"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb89ea74225980139eb6ad62e7307a6d",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 218904,
            "upload_time": "2024-05-15T22:14:25",
            "upload_time_iso_8601": "2024-05-15T22:14:25.681967Z",
            "url": "https://files.pythonhosted.org/packages/0f/b4/71a541e2b64475da7fb5803b43f099a92ec0f230f9f9bab190dc964654d4/mapel_elections-2.1.11-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e177bf15320e49a20b3557a49a5178c34daa34a03a06d88df1db37eacc0672b3",
                "md5": "95c1b110177ed24e279ce822d7f4520c",
                "sha256": "8000fe9acc8a22dbc9508c79951ecc0b702e9862b3b27db93fbc19abd8e5a181"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "95c1b110177ed24e279ce822d7f4520c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 176977,
            "upload_time": "2024-05-15T22:14:27",
            "upload_time_iso_8601": "2024-05-15T22:14:27.089205Z",
            "url": "https://files.pythonhosted.org/packages/e1/77/bf15320e49a20b3557a49a5178c34daa34a03a06d88df1db37eacc0672b3/mapel_elections-2.1.11-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d370fc6de6a213412778298f5e059186c44d9948361ce7c00b47b4355e1105e2",
                "md5": "9ce773fa8eca79d83e2d7949627df860",
                "sha256": "a90cd9ffb67465adffa7e09115a70decfd784f29198b182d8939d9743333f460"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9ce773fa8eca79d83e2d7949627df860",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 180203,
            "upload_time": "2024-05-15T22:14:28",
            "upload_time_iso_8601": "2024-05-15T22:14:28.503344Z",
            "url": "https://files.pythonhosted.org/packages/d3/70/fc6de6a213412778298f5e059186c44d9948361ce7c00b47b4355e1105e2/mapel_elections-2.1.11-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eec44b4f7baa1b0cfbb6ebb67a4a9a0e5bf5d7ec67beeeda65785305a0d69afe",
                "md5": "4ede1de6cc2dba51dcb8a0fd51ad992e",
                "sha256": "4c310e5ad66a98494a26eb79253753ffbd4c08fa187be5bbac969f6fa9a338ca"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4ede1de6cc2dba51dcb8a0fd51ad992e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 224865,
            "upload_time": "2024-05-15T22:14:30",
            "upload_time_iso_8601": "2024-05-15T22:14:30.596820Z",
            "url": "https://files.pythonhosted.org/packages/ee/c4/4b4f7baa1b0cfbb6ebb67a4a9a0e5bf5d7ec67beeeda65785305a0d69afe/mapel_elections-2.1.11-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cce4008e0f54c82e6c09069c1ead477a1719690a5cf01a788a975a225847789",
                "md5": "424f0e819aee07de7500bf65ee1a60b2",
                "sha256": "b537591cfdaad790122beae62d838a0e3be47a10f1ceea77988aa25bcd9cb6c5"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "424f0e819aee07de7500bf65ee1a60b2",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 218445,
            "upload_time": "2024-05-15T22:14:32",
            "upload_time_iso_8601": "2024-05-15T22:14:32.139681Z",
            "url": "https://files.pythonhosted.org/packages/5c/ce/4008e0f54c82e6c09069c1ead477a1719690a5cf01a788a975a225847789/mapel_elections-2.1.11-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a6a49b260b8358c47b4a650d2406f200b5e228d7a3bc23d33cc92bcd688909f",
                "md5": "cde915b36a02789cb5fcb1227677eb77",
                "sha256": "50a2e7f23c1bca6ff2e1964f5abbaffca9ac8ec7c848617c7fe25583f0882094"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cde915b36a02789cb5fcb1227677eb77",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 177173,
            "upload_time": "2024-05-15T22:14:33",
            "upload_time_iso_8601": "2024-05-15T22:14:33.428959Z",
            "url": "https://files.pythonhosted.org/packages/9a/6a/49b260b8358c47b4a650d2406f200b5e228d7a3bc23d33cc92bcd688909f/mapel_elections-2.1.11-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce5116b10c4b6c10c1fcefbee34fee7b9633c8b9069e5dfe66aefe649e6ccfef",
                "md5": "640bbdbd9bf975a696467bdfc0ca2e2c",
                "sha256": "f6ec9498ff89c22af886ca23a02f0f7e80379c28744aab1f723d35efa1e7c77c"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "640bbdbd9bf975a696467bdfc0ca2e2c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 180143,
            "upload_time": "2024-05-15T22:14:34",
            "upload_time_iso_8601": "2024-05-15T22:14:34.641416Z",
            "url": "https://files.pythonhosted.org/packages/ce/51/16b10c4b6c10c1fcefbee34fee7b9633c8b9069e5dfe66aefe649e6ccfef/mapel_elections-2.1.11-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "190a113a007a712c9ff489d20a221439f9d79b510b9aa249b478e0ece4e8021b",
                "md5": "b79279324824ca0d3faa0bc266f2c70c",
                "sha256": "fb28404cbd6ed054e7672d96982228343dd4df37dbf6b761d6bcc6b1359182e5"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b79279324824ca0d3faa0bc266f2c70c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 224750,
            "upload_time": "2024-05-15T22:14:35",
            "upload_time_iso_8601": "2024-05-15T22:14:35.996858Z",
            "url": "https://files.pythonhosted.org/packages/19/0a/113a007a712c9ff489d20a221439f9d79b510b9aa249b478e0ece4e8021b/mapel_elections-2.1.11-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b38f179c73bd9a1e998f42072de7ed78823428a7d24978dc6ada2a47f6df10bd",
                "md5": "d6f129527664a94e9116ca1f4637582c",
                "sha256": "8e7fcd6acd2a0d5e4589adfb47a4d0298f6f6415086cf9b0d4f5048af9d55464"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d6f129527664a94e9116ca1f4637582c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 218441,
            "upload_time": "2024-05-15T22:14:37",
            "upload_time_iso_8601": "2024-05-15T22:14:37.836118Z",
            "url": "https://files.pythonhosted.org/packages/b3/8f/179c73bd9a1e998f42072de7ed78823428a7d24978dc6ada2a47f6df10bd/mapel_elections-2.1.11-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0e64848d0e427a2a56513b03c83b4271b2133540b548f765d37e91b951c9f6e",
                "md5": "9854f520eb89d7248f12af122c12d7e4",
                "sha256": "aca813c40ca789d92279802f90352e159ed0fea08c7a04192dc0e16805fb3d5f"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9854f520eb89d7248f12af122c12d7e4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 177218,
            "upload_time": "2024-05-15T22:14:39",
            "upload_time_iso_8601": "2024-05-15T22:14:39.125630Z",
            "url": "https://files.pythonhosted.org/packages/a0/e6/4848d0e427a2a56513b03c83b4271b2133540b548f765d37e91b951c9f6e/mapel_elections-2.1.11-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0501a82ced4ec4e5bfd70a9b39d359339f5a1a90f1a04cef9bfaf67c26faac8c",
                "md5": "4964b0aacf3bcbf95a54287b96cd508e",
                "sha256": "7936a04a58b6b724bcc59f7b5ad310f5eaebadd162304e866584345460ad49a5"
            },
            "downloads": -1,
            "filename": "mapel_elections-2.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "4964b0aacf3bcbf95a54287b96cd508e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 95014,
            "upload_time": "2024-05-15T22:14:45",
            "upload_time_iso_8601": "2024-05-15T22:14:45.551908Z",
            "url": "https://files.pythonhosted.org/packages/05/01/a82ced4ec4e5bfd70a9b39d359339f5a1a90f1a04cef9bfaf67c26faac8c/mapel_elections-2.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 22:14:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mapel-elections"
}
        
Elapsed time: 0.34840s