iteration-utilities


Nameiteration-utilities JSON
Version 0.12.1 PyPI version JSON
download
home_page
SummaryUtilities based on Pythons iterators and generators.
upload_time2024-03-03 00:30:21
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache License Version 2.0
keywords functional functools generator itertools iteration iterator operators performance reduce utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Iteration utilities
-------------------

Utilities based on Pythons iterators and generators.

The full list of functions and classes included in this package:

========================================================================================================== ================================================================================================================================ ============================================================================================================== ======================================================================================================
            `accumulate <https://iteration-utilities.readthedocs.io/en/latest/generated/accumulate.html>`_                               `all_distinct <https://iteration-utilities.readthedocs.io/en/latest/generated/all_distinct.html>`_                   `all_equal <https://iteration-utilities.readthedocs.io/en/latest/generated/all_equal.html>`_ `all_isinstance <https://iteration-utilities.readthedocs.io/en/latest/generated/all_isinstance.html>`_
        `all_monotone <https://iteration-utilities.readthedocs.io/en/latest/generated/all_monotone.html>`_                         `always_iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/always_iterable.html>`_         `any_isinstance <https://iteration-utilities.readthedocs.io/en/latest/generated/any_isinstance.html>`_           `applyfunc <https://iteration-utilities.readthedocs.io/en/latest/generated/applyfunc.html>`_
                    `argmax <https://iteration-utilities.readthedocs.io/en/latest/generated/argmax.html>`_                                           `argmin <https://iteration-utilities.readthedocs.io/en/latest/generated/argmin.html>`_                   `argsorted <https://iteration-utilities.readthedocs.io/en/latest/generated/argsorted.html>`_               `chained <https://iteration-utilities.readthedocs.io/en/latest/generated/chained.html>`_
                      `clamp <https://iteration-utilities.readthedocs.io/en/latest/generated/clamp.html>`_ `combinations_from_relations <https://iteration-utilities.readthedocs.io/en/latest/generated/combinations_from_relations.html>`_                 `complement <https://iteration-utilities.readthedocs.io/en/latest/generated/complement.html>`_             `constant <https://iteration-utilities.readthedocs.io/en/latest/generated/constant.html>`_
                  `consume <https://iteration-utilities.readthedocs.io/en/latest/generated/consume.html>`_                                 `count_items <https://iteration-utilities.readthedocs.io/en/latest/generated/count_items.html>`_               `deepflatten <https://iteration-utilities.readthedocs.io/en/latest/generated/deepflatten.html>`_         `dotproduct <https://iteration-utilities.readthedocs.io/en/latest/generated/dotproduct.html>`_
                    `double <https://iteration-utilities.readthedocs.io/en/latest/generated/double.html>`_                                   `duplicates <https://iteration-utilities.readthedocs.io/en/latest/generated/duplicates.html>`_                           `empty <https://iteration-utilities.readthedocs.io/en/latest/generated/empty.html>`_                   `first <https://iteration-utilities.readthedocs.io/en/latest/generated/first.html>`_
                  `flatten <https://iteration-utilities.readthedocs.io/en/latest/generated/flatten.html>`_                                               `flip <https://iteration-utilities.readthedocs.io/en/latest/generated/flip.html>`_                       `getitem <https://iteration-utilities.readthedocs.io/en/latest/generated/getitem.html>`_           `groupedby <https://iteration-utilities.readthedocs.io/en/latest/generated/groupedby.html>`_
                  `grouper <https://iteration-utilities.readthedocs.io/en/latest/generated/grouper.html>`_                       `InfiniteIterable <https://iteration-utilities.readthedocs.io/en/latest/generated/InfiniteIterable.html>`_                         `insert <https://iteration-utilities.readthedocs.io/en/latest/generated/insert.html>`_       `intersperse <https://iteration-utilities.readthedocs.io/en/latest/generated/intersperse.html>`_
            `ipartition <https://iteration-utilities.readthedocs.io/en/latest/generated/ipartition.html>`_                                         `is_even <https://iteration-utilities.readthedocs.io/en/latest/generated/is_even.html>`_               `is_iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/is_iterable.html>`_               `is_None <https://iteration-utilities.readthedocs.io/en/latest/generated/is_None.html>`_
          `is_not_None <https://iteration-utilities.readthedocs.io/en/latest/generated/is_not_None.html>`_                                           `is_odd <https://iteration-utilities.readthedocs.io/en/latest/generated/is_odd.html>`_                 `ItemIdxKey <https://iteration-utilities.readthedocs.io/en/latest/generated/ItemIdxKey.html>`_       `iter_except <https://iteration-utilities.readthedocs.io/en/latest/generated/iter_except.html>`_
                `Iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/Iterable.html>`_                           `itersubclasses <https://iteration-utilities.readthedocs.io/en/latest/generated/itersubclasses.html>`_                             `last <https://iteration-utilities.readthedocs.io/en/latest/generated/last.html>`_   `ManyIterables <https://iteration-utilities.readthedocs.io/en/latest/generated/ManyIterables.html>`_
                      `merge <https://iteration-utilities.readthedocs.io/en/latest/generated/merge.html>`_                                           `minmax <https://iteration-utilities.readthedocs.io/en/latest/generated/minmax.html>`_                       `ncycles <https://iteration-utilities.readthedocs.io/en/latest/generated/ncycles.html>`_                       `nth <https://iteration-utilities.readthedocs.io/en/latest/generated/nth.html>`_
  `nth_combination <https://iteration-utilities.readthedocs.io/en/latest/generated/nth_combination.html>`_                                                 `one <https://iteration-utilities.readthedocs.io/en/latest/generated/one.html>`_                         `packed <https://iteration-utilities.readthedocs.io/en/latest/generated/packed.html>`_                       `pad <https://iteration-utilities.readthedocs.io/en/latest/generated/pad.html>`_
                  `partial <https://iteration-utilities.readthedocs.io/en/latest/generated/partial.html>`_                                     `partition <https://iteration-utilities.readthedocs.io/en/latest/generated/partition.html>`_               `Placeholder <https://iteration-utilities.readthedocs.io/en/latest/generated/Placeholder.html>`_             `powerset <https://iteration-utilities.readthedocs.io/en/latest/generated/powerset.html>`_
                        `radd <https://iteration-utilities.readthedocs.io/en/latest/generated/radd.html>`_                   `random_combination <https://iteration-utilities.readthedocs.io/en/latest/generated/random_combination.html>`_ `random_permutation <https://iteration-utilities.readthedocs.io/en/latest/generated/random_permutation.html>`_ `random_product <https://iteration-utilities.readthedocs.io/en/latest/generated/random_product.html>`_
                        `rdiv <https://iteration-utilities.readthedocs.io/en/latest/generated/rdiv.html>`_                                   `reciprocal <https://iteration-utilities.readthedocs.io/en/latest/generated/reciprocal.html>`_                         `remove <https://iteration-utilities.readthedocs.io/en/latest/generated/remove.html>`_         `repeatfunc <https://iteration-utilities.readthedocs.io/en/latest/generated/repeatfunc.html>`_
                  `replace <https://iteration-utilities.readthedocs.io/en/latest/generated/replace.html>`_                                     `replicate <https://iteration-utilities.readthedocs.io/en/latest/generated/replicate.html>`_           `return_called <https://iteration-utilities.readthedocs.io/en/latest/generated/return_called.html>`_     `return_False <https://iteration-utilities.readthedocs.io/en/latest/generated/return_False.html>`_
`return_first_arg <https://iteration-utilities.readthedocs.io/en/latest/generated/return_first_arg.html>`_                         `return_identity <https://iteration-utilities.readthedocs.io/en/latest/generated/return_identity.html>`_               `return_None <https://iteration-utilities.readthedocs.io/en/latest/generated/return_None.html>`_       `return_True <https://iteration-utilities.readthedocs.io/en/latest/generated/return_True.html>`_
                      `rfdiv <https://iteration-utilities.readthedocs.io/en/latest/generated/rfdiv.html>`_                                               `rmod <https://iteration-utilities.readthedocs.io/en/latest/generated/rmod.html>`_                             `rmul <https://iteration-utilities.readthedocs.io/en/latest/generated/rmul.html>`_         `roundrobin <https://iteration-utilities.readthedocs.io/en/latest/generated/roundrobin.html>`_
                        `rpow <https://iteration-utilities.readthedocs.io/en/latest/generated/rpow.html>`_                                               `rsub <https://iteration-utilities.readthedocs.io/en/latest/generated/rsub.html>`_                         `second <https://iteration-utilities.readthedocs.io/en/latest/generated/second.html>`_                     `Seen <https://iteration-utilities.readthedocs.io/en/latest/generated/Seen.html>`_
          `sideeffects <https://iteration-utilities.readthedocs.io/en/latest/generated/sideeffects.html>`_                                             `split <https://iteration-utilities.readthedocs.io/en/latest/generated/split.html>`_                         `square <https://iteration-utilities.readthedocs.io/en/latest/generated/square.html>`_         `starfilter <https://iteration-utilities.readthedocs.io/en/latest/generated/starfilter.html>`_
            `successive <https://iteration-utilities.readthedocs.io/en/latest/generated/successive.html>`_                                       `tabulate <https://iteration-utilities.readthedocs.io/en/latest/generated/tabulate.html>`_                             `tail <https://iteration-utilities.readthedocs.io/en/latest/generated/tail.html>`_   `tee_lookahead <https://iteration-utilities.readthedocs.io/en/latest/generated/tee_lookahead.html>`_
                      `third <https://iteration-utilities.readthedocs.io/en/latest/generated/third.html>`_                         `unique_everseen <https://iteration-utilities.readthedocs.io/en/latest/generated/unique_everseen.html>`_       `unique_justseen <https://iteration-utilities.readthedocs.io/en/latest/generated/unique_justseen.html>`_
========================================================================================================== ================================================================================================================================ ============================================================================================================== ======================================================================================================

But also some convenience classes providing a lazy and chainable interface for
function evaluation:

- `Iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/Iterable.html>`_
- `InfiniteIterable <https://iteration-utilities.readthedocs.io/en/latest/generated/InfiniteIterable.html>`_
- `ManyIterables <https://iteration-utilities.readthedocs.io/en/latest/generated/ManyIterables.html>`_


.. image:: https://img.shields.io/pypi/pyversions/iteration_utilities.svg
   :target: https://www.python.org/
   :alt: Supported Python versions

Documentation
^^^^^^^^^^^^^

.. image:: https://readthedocs.org/projects/iteration-utilities/badge/?version=stable
   :target: http://iteration-utilities.readthedocs.io/en/stable/?badge=stable
   :alt: Documentation Status

.. image:: https://readthedocs.org/projects/iteration-utilities/badge/?version=latest
   :target: http://iteration-utilities.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


Downloads
^^^^^^^^^

.. image:: https://img.shields.io/pypi/v/iteration_utilities.svg
   :target: https://pypi.python.org/pypi/iteration_utilities
   :alt: PyPI Project

.. image:: https://img.shields.io/github/release/MSeifert04/iteration_utilities.svg
   :target: https://github.com/MSeifert04/iteration_utilities/releases
   :alt: GitHub Project

.. image:: https://anaconda.org/conda-forge/iteration_utilities/badges/version.svg
   :target: https://anaconda.org/conda-forge/iteration_utilities
   :alt: Anaconda-Server Badge


Test status
^^^^^^^^^^^

.. image:: https://ci.appveyor.com/api/projects/status/7dcitqxmh82d0x0m?svg=true
   :target: https://ci.appveyor.com/project/MSeifert04/iteration-utilities
   :alt: AppVeyor Status

.. image:: https://codecov.io/gh/MSeifert04/iteration_utilities/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/MSeifert04/iteration_utilities
   :alt: Coverage Status

.. image:: https://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat
   :target: https://mseifert04.github.io/iutils_benchmarks/
   :alt: Benchmarks

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "iteration-utilities",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "functional,functools,generator,itertools,iteration,iterator,operators,performance,reduce,utility",
    "author": "",
    "author_email": "Michael Seifert <michaelseifert04@yahoo.de>",
    "download_url": "https://files.pythonhosted.org/packages/93/71/866aef6e374ad05ca56a86e790c6c4e52c19304038acf50cecd37693cf74/iteration_utilities-0.12.1.tar.gz",
    "platform": null,
    "description": "Iteration utilities\n-------------------\n\nUtilities based on Pythons iterators and generators.\n\nThe full list of functions and classes included in this package:\n\n========================================================================================================== ================================================================================================================================ ============================================================================================================== ======================================================================================================\n            `accumulate <https://iteration-utilities.readthedocs.io/en/latest/generated/accumulate.html>`_                               `all_distinct <https://iteration-utilities.readthedocs.io/en/latest/generated/all_distinct.html>`_                   `all_equal <https://iteration-utilities.readthedocs.io/en/latest/generated/all_equal.html>`_ `all_isinstance <https://iteration-utilities.readthedocs.io/en/latest/generated/all_isinstance.html>`_\n        `all_monotone <https://iteration-utilities.readthedocs.io/en/latest/generated/all_monotone.html>`_                         `always_iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/always_iterable.html>`_         `any_isinstance <https://iteration-utilities.readthedocs.io/en/latest/generated/any_isinstance.html>`_           `applyfunc <https://iteration-utilities.readthedocs.io/en/latest/generated/applyfunc.html>`_\n                    `argmax <https://iteration-utilities.readthedocs.io/en/latest/generated/argmax.html>`_                                           `argmin <https://iteration-utilities.readthedocs.io/en/latest/generated/argmin.html>`_                   `argsorted <https://iteration-utilities.readthedocs.io/en/latest/generated/argsorted.html>`_               `chained <https://iteration-utilities.readthedocs.io/en/latest/generated/chained.html>`_\n                      `clamp <https://iteration-utilities.readthedocs.io/en/latest/generated/clamp.html>`_ `combinations_from_relations <https://iteration-utilities.readthedocs.io/en/latest/generated/combinations_from_relations.html>`_                 `complement <https://iteration-utilities.readthedocs.io/en/latest/generated/complement.html>`_             `constant <https://iteration-utilities.readthedocs.io/en/latest/generated/constant.html>`_\n                  `consume <https://iteration-utilities.readthedocs.io/en/latest/generated/consume.html>`_                                 `count_items <https://iteration-utilities.readthedocs.io/en/latest/generated/count_items.html>`_               `deepflatten <https://iteration-utilities.readthedocs.io/en/latest/generated/deepflatten.html>`_         `dotproduct <https://iteration-utilities.readthedocs.io/en/latest/generated/dotproduct.html>`_\n                    `double <https://iteration-utilities.readthedocs.io/en/latest/generated/double.html>`_                                   `duplicates <https://iteration-utilities.readthedocs.io/en/latest/generated/duplicates.html>`_                           `empty <https://iteration-utilities.readthedocs.io/en/latest/generated/empty.html>`_                   `first <https://iteration-utilities.readthedocs.io/en/latest/generated/first.html>`_\n                  `flatten <https://iteration-utilities.readthedocs.io/en/latest/generated/flatten.html>`_                                               `flip <https://iteration-utilities.readthedocs.io/en/latest/generated/flip.html>`_                       `getitem <https://iteration-utilities.readthedocs.io/en/latest/generated/getitem.html>`_           `groupedby <https://iteration-utilities.readthedocs.io/en/latest/generated/groupedby.html>`_\n                  `grouper <https://iteration-utilities.readthedocs.io/en/latest/generated/grouper.html>`_                       `InfiniteIterable <https://iteration-utilities.readthedocs.io/en/latest/generated/InfiniteIterable.html>`_                         `insert <https://iteration-utilities.readthedocs.io/en/latest/generated/insert.html>`_       `intersperse <https://iteration-utilities.readthedocs.io/en/latest/generated/intersperse.html>`_\n            `ipartition <https://iteration-utilities.readthedocs.io/en/latest/generated/ipartition.html>`_                                         `is_even <https://iteration-utilities.readthedocs.io/en/latest/generated/is_even.html>`_               `is_iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/is_iterable.html>`_               `is_None <https://iteration-utilities.readthedocs.io/en/latest/generated/is_None.html>`_\n          `is_not_None <https://iteration-utilities.readthedocs.io/en/latest/generated/is_not_None.html>`_                                           `is_odd <https://iteration-utilities.readthedocs.io/en/latest/generated/is_odd.html>`_                 `ItemIdxKey <https://iteration-utilities.readthedocs.io/en/latest/generated/ItemIdxKey.html>`_       `iter_except <https://iteration-utilities.readthedocs.io/en/latest/generated/iter_except.html>`_\n                `Iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/Iterable.html>`_                           `itersubclasses <https://iteration-utilities.readthedocs.io/en/latest/generated/itersubclasses.html>`_                             `last <https://iteration-utilities.readthedocs.io/en/latest/generated/last.html>`_   `ManyIterables <https://iteration-utilities.readthedocs.io/en/latest/generated/ManyIterables.html>`_\n                      `merge <https://iteration-utilities.readthedocs.io/en/latest/generated/merge.html>`_                                           `minmax <https://iteration-utilities.readthedocs.io/en/latest/generated/minmax.html>`_                       `ncycles <https://iteration-utilities.readthedocs.io/en/latest/generated/ncycles.html>`_                       `nth <https://iteration-utilities.readthedocs.io/en/latest/generated/nth.html>`_\n  `nth_combination <https://iteration-utilities.readthedocs.io/en/latest/generated/nth_combination.html>`_                                                 `one <https://iteration-utilities.readthedocs.io/en/latest/generated/one.html>`_                         `packed <https://iteration-utilities.readthedocs.io/en/latest/generated/packed.html>`_                       `pad <https://iteration-utilities.readthedocs.io/en/latest/generated/pad.html>`_\n                  `partial <https://iteration-utilities.readthedocs.io/en/latest/generated/partial.html>`_                                     `partition <https://iteration-utilities.readthedocs.io/en/latest/generated/partition.html>`_               `Placeholder <https://iteration-utilities.readthedocs.io/en/latest/generated/Placeholder.html>`_             `powerset <https://iteration-utilities.readthedocs.io/en/latest/generated/powerset.html>`_\n                        `radd <https://iteration-utilities.readthedocs.io/en/latest/generated/radd.html>`_                   `random_combination <https://iteration-utilities.readthedocs.io/en/latest/generated/random_combination.html>`_ `random_permutation <https://iteration-utilities.readthedocs.io/en/latest/generated/random_permutation.html>`_ `random_product <https://iteration-utilities.readthedocs.io/en/latest/generated/random_product.html>`_\n                        `rdiv <https://iteration-utilities.readthedocs.io/en/latest/generated/rdiv.html>`_                                   `reciprocal <https://iteration-utilities.readthedocs.io/en/latest/generated/reciprocal.html>`_                         `remove <https://iteration-utilities.readthedocs.io/en/latest/generated/remove.html>`_         `repeatfunc <https://iteration-utilities.readthedocs.io/en/latest/generated/repeatfunc.html>`_\n                  `replace <https://iteration-utilities.readthedocs.io/en/latest/generated/replace.html>`_                                     `replicate <https://iteration-utilities.readthedocs.io/en/latest/generated/replicate.html>`_           `return_called <https://iteration-utilities.readthedocs.io/en/latest/generated/return_called.html>`_     `return_False <https://iteration-utilities.readthedocs.io/en/latest/generated/return_False.html>`_\n`return_first_arg <https://iteration-utilities.readthedocs.io/en/latest/generated/return_first_arg.html>`_                         `return_identity <https://iteration-utilities.readthedocs.io/en/latest/generated/return_identity.html>`_               `return_None <https://iteration-utilities.readthedocs.io/en/latest/generated/return_None.html>`_       `return_True <https://iteration-utilities.readthedocs.io/en/latest/generated/return_True.html>`_\n                      `rfdiv <https://iteration-utilities.readthedocs.io/en/latest/generated/rfdiv.html>`_                                               `rmod <https://iteration-utilities.readthedocs.io/en/latest/generated/rmod.html>`_                             `rmul <https://iteration-utilities.readthedocs.io/en/latest/generated/rmul.html>`_         `roundrobin <https://iteration-utilities.readthedocs.io/en/latest/generated/roundrobin.html>`_\n                        `rpow <https://iteration-utilities.readthedocs.io/en/latest/generated/rpow.html>`_                                               `rsub <https://iteration-utilities.readthedocs.io/en/latest/generated/rsub.html>`_                         `second <https://iteration-utilities.readthedocs.io/en/latest/generated/second.html>`_                     `Seen <https://iteration-utilities.readthedocs.io/en/latest/generated/Seen.html>`_\n          `sideeffects <https://iteration-utilities.readthedocs.io/en/latest/generated/sideeffects.html>`_                                             `split <https://iteration-utilities.readthedocs.io/en/latest/generated/split.html>`_                         `square <https://iteration-utilities.readthedocs.io/en/latest/generated/square.html>`_         `starfilter <https://iteration-utilities.readthedocs.io/en/latest/generated/starfilter.html>`_\n            `successive <https://iteration-utilities.readthedocs.io/en/latest/generated/successive.html>`_                                       `tabulate <https://iteration-utilities.readthedocs.io/en/latest/generated/tabulate.html>`_                             `tail <https://iteration-utilities.readthedocs.io/en/latest/generated/tail.html>`_   `tee_lookahead <https://iteration-utilities.readthedocs.io/en/latest/generated/tee_lookahead.html>`_\n                      `third <https://iteration-utilities.readthedocs.io/en/latest/generated/third.html>`_                         `unique_everseen <https://iteration-utilities.readthedocs.io/en/latest/generated/unique_everseen.html>`_       `unique_justseen <https://iteration-utilities.readthedocs.io/en/latest/generated/unique_justseen.html>`_\n========================================================================================================== ================================================================================================================================ ============================================================================================================== ======================================================================================================\n\nBut also some convenience classes providing a lazy and chainable interface for\nfunction evaluation:\n\n- `Iterable <https://iteration-utilities.readthedocs.io/en/latest/generated/Iterable.html>`_\n- `InfiniteIterable <https://iteration-utilities.readthedocs.io/en/latest/generated/InfiniteIterable.html>`_\n- `ManyIterables <https://iteration-utilities.readthedocs.io/en/latest/generated/ManyIterables.html>`_\n\n\n.. image:: https://img.shields.io/pypi/pyversions/iteration_utilities.svg\n   :target: https://www.python.org/\n   :alt: Supported Python versions\n\nDocumentation\n^^^^^^^^^^^^^\n\n.. image:: https://readthedocs.org/projects/iteration-utilities/badge/?version=stable\n   :target: http://iteration-utilities.readthedocs.io/en/stable/?badge=stable\n   :alt: Documentation Status\n\n.. image:: https://readthedocs.org/projects/iteration-utilities/badge/?version=latest\n   :target: http://iteration-utilities.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n\nDownloads\n^^^^^^^^^\n\n.. image:: https://img.shields.io/pypi/v/iteration_utilities.svg\n   :target: https://pypi.python.org/pypi/iteration_utilities\n   :alt: PyPI Project\n\n.. image:: https://img.shields.io/github/release/MSeifert04/iteration_utilities.svg\n   :target: https://github.com/MSeifert04/iteration_utilities/releases\n   :alt: GitHub Project\n\n.. image:: https://anaconda.org/conda-forge/iteration_utilities/badges/version.svg\n   :target: https://anaconda.org/conda-forge/iteration_utilities\n   :alt: Anaconda-Server Badge\n\n\nTest status\n^^^^^^^^^^^\n\n.. image:: https://ci.appveyor.com/api/projects/status/7dcitqxmh82d0x0m?svg=true\n   :target: https://ci.appveyor.com/project/MSeifert04/iteration-utilities\n   :alt: AppVeyor Status\n\n.. image:: https://codecov.io/gh/MSeifert04/iteration_utilities/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/MSeifert04/iteration_utilities\n   :alt: Coverage Status\n\n.. image:: https://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat\n   :target: https://mseifert04.github.io/iutils_benchmarks/\n   :alt: Benchmarks\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "Utilities based on Pythons iterators and generators.",
    "version": "0.12.1",
    "project_urls": {
        "Changelog": "https://github.com/MSeifert04/iteration_utilities/blob/master/docs/CHANGES.rst",
        "Documentation": "https://iteration-utilities.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/MSeifert04/iteration_utilities",
        "Repository": "https://github.com/MSeifert04/iteration_utilities.git"
    },
    "split_keywords": [
        "functional",
        "functools",
        "generator",
        "itertools",
        "iteration",
        "iterator",
        "operators",
        "performance",
        "reduce",
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3c0312a72234b0c9ac9a9b10c7e202c4de9bc4181a7979323964010de1c3970",
                "md5": "14e7a1d936026719cd60233e9e00835f",
                "sha256": "b7a5d637041cf141368eb5bdd04ce66a2627bce99ddbef2e3af12c5ecf80305a"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14e7a1d936026719cd60233e9e00835f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 251241,
            "upload_time": "2024-03-03T00:28:27",
            "upload_time_iso_8601": "2024-03-03T00:28:27.445218Z",
            "url": "https://files.pythonhosted.org/packages/d3/c0/312a72234b0c9ac9a9b10c7e202c4de9bc4181a7979323964010de1c3970/iteration_utilities-0.12.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0306ea5b3e75039b25756340ee7fca773c6487c90af03900911094183710cfc",
                "md5": "d995357089a8efbc9639e702aa46274f",
                "sha256": "9e8615051a4d22d2be62e86752b26eae521c5ec110726f857a4583213743b7b7"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d995357089a8efbc9639e702aa46274f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 253130,
            "upload_time": "2024-03-03T00:28:29",
            "upload_time_iso_8601": "2024-03-03T00:28:29.879478Z",
            "url": "https://files.pythonhosted.org/packages/f0/30/6ea5b3e75039b25756340ee7fca773c6487c90af03900911094183710cfc/iteration_utilities-0.12.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e67c3689c6d2e9c6671632ef0b5e316a8a461888d390326775dffda2c12e2eb6",
                "md5": "276e62487b9b5ef708b1578b8faeab96",
                "sha256": "90a9bab1432374aebbd65118fe1146bdf91705727c26035c6f06ddea97069057"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "276e62487b9b5ef708b1578b8faeab96",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 486288,
            "upload_time": "2024-03-03T00:28:31",
            "upload_time_iso_8601": "2024-03-03T00:28:31.345957Z",
            "url": "https://files.pythonhosted.org/packages/e6/7c/3689c6d2e9c6671632ef0b5e316a8a461888d390326775dffda2c12e2eb6/iteration_utilities-0.12.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f48f3f6c505bd69a757ffccc7e3b9ea10cba92a6d1746250f2807cb94f7bff9",
                "md5": "ff0de4d4550d154481eead51623b32e3",
                "sha256": "3ee9754df19661990cda8e385b37564fe0b9a81a6b842c4dccc7d3b6ee2c2c53"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ff0de4d4550d154481eead51623b32e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 462534,
            "upload_time": "2024-03-03T00:28:34",
            "upload_time_iso_8601": "2024-03-03T00:28:34.440795Z",
            "url": "https://files.pythonhosted.org/packages/8f/48/f3f6c505bd69a757ffccc7e3b9ea10cba92a6d1746250f2807cb94f7bff9/iteration_utilities-0.12.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "259f26293714de7feddf8776cafcec547ded5cdafc62899246975ba18785a80a",
                "md5": "3c4fb85787fb6841f8b671d93c837a39",
                "sha256": "327ebe1a0de7f2e5fc83e0945aacd5e78ccf4a893374475538c60fb3d15840df"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "3c4fb85787fb6841f8b671d93c837a39",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 482863,
            "upload_time": "2024-03-03T00:28:36",
            "upload_time_iso_8601": "2024-03-03T00:28:36.774537Z",
            "url": "https://files.pythonhosted.org/packages/25/9f/26293714de7feddf8776cafcec547ded5cdafc62899246975ba18785a80a/iteration_utilities-0.12.1-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d3d99daf26e7646eb22ef57629b1a9937f21e892a639a949e550acb4440e457",
                "md5": "b7c411d3267f334f32b51627a1a0b72e",
                "sha256": "72fe22a2ff92d3ee40383ab25aeece9fbb4b1396b81009b1738fb5c60d643523"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b7c411d3267f334f32b51627a1a0b72e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 507790,
            "upload_time": "2024-03-03T00:28:38",
            "upload_time_iso_8601": "2024-03-03T00:28:38.748354Z",
            "url": "https://files.pythonhosted.org/packages/2d/3d/99daf26e7646eb22ef57629b1a9937f21e892a639a949e550acb4440e457/iteration_utilities-0.12.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcb289113e798cd8e7eca32296c762f4c825bcf14397c8460a1ea99c817fcabe",
                "md5": "3ca1e6ff6329fb442dd27efea5a50693",
                "sha256": "a793eab51157ca38528b2a5fc61078f3c6d69e8d34f04afeeb81daf62d61576c"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "3ca1e6ff6329fb442dd27efea5a50693",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 234125,
            "upload_time": "2024-03-03T00:28:40",
            "upload_time_iso_8601": "2024-03-03T00:28:40.831321Z",
            "url": "https://files.pythonhosted.org/packages/fc/b2/89113e798cd8e7eca32296c762f4c825bcf14397c8460a1ea99c817fcabe/iteration_utilities-0.12.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ecd6999445cfd08b8e0564e4b392bb3ef23f82aca0168176331e61e236b5323",
                "md5": "d34bd8687a134d36f36fd7884337f6cf",
                "sha256": "c5de6f45bd4074279d24ccd8c401cee81890db2d5e0c1b8dddb826bce1a985d6"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d34bd8687a134d36f36fd7884337f6cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 238432,
            "upload_time": "2024-03-03T00:28:42",
            "upload_time_iso_8601": "2024-03-03T00:28:42.822179Z",
            "url": "https://files.pythonhosted.org/packages/1e/cd/6999445cfd08b8e0564e4b392bb3ef23f82aca0168176331e61e236b5323/iteration_utilities-0.12.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec7c711cf11fd4165f002916fb02a4827ad4faeb1757313dfc87efcfd9fad5a5",
                "md5": "d8aee757ac6d5555932d70930f8c2eca",
                "sha256": "f768691914779adae06da68abdc5c0cd985b96e94a85a10356ac9f00377c32e8"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8aee757ac6d5555932d70930f8c2eca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 249709,
            "upload_time": "2024-03-03T00:28:44",
            "upload_time_iso_8601": "2024-03-03T00:28:44.355002Z",
            "url": "https://files.pythonhosted.org/packages/ec/7c/711cf11fd4165f002916fb02a4827ad4faeb1757313dfc87efcfd9fad5a5/iteration_utilities-0.12.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ae278e5a0498e3919b47b76306a64c7e7d38cbf58e6ffbc055b85dc68b3eb4f",
                "md5": "8e64c1654aba1e05b529bd1170addff7",
                "sha256": "f5772434164a45267a4f172236f66fc9225b412613e96f5dac47b62a1673c04d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8e64c1654aba1e05b529bd1170addff7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 251471,
            "upload_time": "2024-03-03T00:28:45",
            "upload_time_iso_8601": "2024-03-03T00:28:45.846390Z",
            "url": "https://files.pythonhosted.org/packages/5a/e2/78e5a0498e3919b47b76306a64c7e7d38cbf58e6ffbc055b85dc68b3eb4f/iteration_utilities-0.12.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8893f9ddd8fb2b4aa9a9c442c781329b82822c42d5bc19b10c64514ad42eba07",
                "md5": "cf981bf7e8e076c7dcf0431bb5e78224",
                "sha256": "74332e769f56ef9453073ff5cf517b3f862c2411168b8f7fe68b244ca2ce96d4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf981bf7e8e076c7dcf0431bb5e78224",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 472631,
            "upload_time": "2024-03-03T00:28:48",
            "upload_time_iso_8601": "2024-03-03T00:28:48.334623Z",
            "url": "https://files.pythonhosted.org/packages/88/93/f9ddd8fb2b4aa9a9c442c781329b82822c42d5bc19b10c64514ad42eba07/iteration_utilities-0.12.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a9f4880e064ec853b62bc3110cbb520bb2d0556273961c3115a9c18b11a88db",
                "md5": "933cf3ac197ef43f24cb7249232b5846",
                "sha256": "f14e72ebeb0f77221d534ee3457f2ad978b3a9694f40de6d38615ce22ee52ecd"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "933cf3ac197ef43f24cb7249232b5846",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 451286,
            "upload_time": "2024-03-03T00:28:50",
            "upload_time_iso_8601": "2024-03-03T00:28:50.637884Z",
            "url": "https://files.pythonhosted.org/packages/5a/9f/4880e064ec853b62bc3110cbb520bb2d0556273961c3115a9c18b11a88db/iteration_utilities-0.12.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bfd3511c34ae59d7d4331c54fb76a6545f65403e760632c81abe0e3c7a13e64",
                "md5": "9ca611da96f2d3b004bc2cacc05a8b54",
                "sha256": "e731611e3daa8656683e5b7150219c887638d17599db8dd6bd11f39df06d9c7c"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "9ca611da96f2d3b004bc2cacc05a8b54",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 483986,
            "upload_time": "2024-03-03T00:28:52",
            "upload_time_iso_8601": "2024-03-03T00:28:52.245499Z",
            "url": "https://files.pythonhosted.org/packages/0b/fd/3511c34ae59d7d4331c54fb76a6545f65403e760632c81abe0e3c7a13e64/iteration_utilities-0.12.1-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44a4da45202be418c2a302e3e3b786b43af9a9e5bf34bd087e77c822152cec70",
                "md5": "4eb9a60e32a59f84e7bb482e1969787e",
                "sha256": "7d3ba02e48e42ff211cefc299999236dfe2306aa9f6709e7fd510803c9314087"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4eb9a60e32a59f84e7bb482e1969787e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 502003,
            "upload_time": "2024-03-03T00:28:54",
            "upload_time_iso_8601": "2024-03-03T00:28:54.289215Z",
            "url": "https://files.pythonhosted.org/packages/44/a4/da45202be418c2a302e3e3b786b43af9a9e5bf34bd087e77c822152cec70/iteration_utilities-0.12.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1560ae9d094d65b2d83438f0a42ebbc8a737dc552b5c440a97d5a21417c1af78",
                "md5": "8873a88666f96ce213ac2a09f430531c",
                "sha256": "a08d74cbeceb7a044cf0ef49fcd939def88abba5c496aeeb54b46dc2d5d690cc"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "8873a88666f96ce213ac2a09f430531c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 233136,
            "upload_time": "2024-03-03T00:28:56",
            "upload_time_iso_8601": "2024-03-03T00:28:56.592994Z",
            "url": "https://files.pythonhosted.org/packages/15/60/ae9d094d65b2d83438f0a42ebbc8a737dc552b5c440a97d5a21417c1af78/iteration_utilities-0.12.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fa777052105a86ab535feee24661a7d4158938941a28107337dc3acba69217c",
                "md5": "21ef3ac7f3a155fbbc48a8cf0155cebf",
                "sha256": "2a18c9f64b1dbeffdbbf908f4a45f58234cf25deb13ac316e30c7a1c19b01af6"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "21ef3ac7f3a155fbbc48a8cf0155cebf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 237500,
            "upload_time": "2024-03-03T00:28:58",
            "upload_time_iso_8601": "2024-03-03T00:28:58.010828Z",
            "url": "https://files.pythonhosted.org/packages/9f/a7/77052105a86ab535feee24661a7d4158938941a28107337dc3acba69217c/iteration_utilities-0.12.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9511b786d9004dfe30aa7de6eefa3bbb6243701ca60c8638238bcf9318e83112",
                "md5": "0ac226d648cea6fcdfc80f0d6a8815e1",
                "sha256": "6972d8111b9fca04f2bcb965941ed5e242e27a707a9366710597b3f616cfe4d4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ac226d648cea6fcdfc80f0d6a8815e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 250247,
            "upload_time": "2024-03-03T00:28:59",
            "upload_time_iso_8601": "2024-03-03T00:28:59.368757Z",
            "url": "https://files.pythonhosted.org/packages/95/11/b786d9004dfe30aa7de6eefa3bbb6243701ca60c8638238bcf9318e83112/iteration_utilities-0.12.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59f59a0249b913c4e96e5ef154902e746d4f925ee57b94b8c91a305b07ddb6f6",
                "md5": "43bd4eb89cc20318d98329babcf9948e",
                "sha256": "37151c7f3edeaad3952ef36003ef3747e9e96b7aed5dd1fbe6821a8e4b5c15a2"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "43bd4eb89cc20318d98329babcf9948e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 251660,
            "upload_time": "2024-03-03T00:29:00",
            "upload_time_iso_8601": "2024-03-03T00:29:00.915532Z",
            "url": "https://files.pythonhosted.org/packages/59/f5/9a0249b913c4e96e5ef154902e746d4f925ee57b94b8c91a305b07ddb6f6/iteration_utilities-0.12.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0382f7d77a5590f883133eb77b5b978add18d031a768e534061ec3737ecf4ac5",
                "md5": "d7023d2ca7f1a3210bf998693e6768bb",
                "sha256": "d1fcf906b22f8df169198def61e6b0303c9cfacea194e6d67ca7f04baba31455"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d7023d2ca7f1a3210bf998693e6768bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 483895,
            "upload_time": "2024-03-03T00:29:02",
            "upload_time_iso_8601": "2024-03-03T00:29:02.542884Z",
            "url": "https://files.pythonhosted.org/packages/03/82/f7d77a5590f883133eb77b5b978add18d031a768e534061ec3737ecf4ac5/iteration_utilities-0.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ac47cc6f2031b8db9d433e9982670def7e88a101741a3f60884faecb3aab36b",
                "md5": "5f27600bde01328e1fe5a5150819037c",
                "sha256": "4cfb034bcd1b4579007cd913e7ae5d5d2ae9be996511bd0c1204ff631650d10e"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5f27600bde01328e1fe5a5150819037c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 458871,
            "upload_time": "2024-03-03T00:29:04",
            "upload_time_iso_8601": "2024-03-03T00:29:04.909341Z",
            "url": "https://files.pythonhosted.org/packages/2a/c4/7cc6f2031b8db9d433e9982670def7e88a101741a3f60884faecb3aab36b/iteration_utilities-0.12.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a71500d970f24c2cfdfea6c12fc48f25b97151289817f3f5f7553287083295a",
                "md5": "92e397ef5f43ce6e2114ef3d55c80ce5",
                "sha256": "9001e44aeb2c3d71fdf0a5e24394bc4d0cb0ee2280d2e80fbec2fa10b7a1a37e"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "92e397ef5f43ce6e2114ef3d55c80ce5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 469158,
            "upload_time": "2024-03-03T00:29:06",
            "upload_time_iso_8601": "2024-03-03T00:29:06.587135Z",
            "url": "https://files.pythonhosted.org/packages/0a/71/500d970f24c2cfdfea6c12fc48f25b97151289817f3f5f7553287083295a/iteration_utilities-0.12.1-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfac10b2ceb8eb2ca9f26eae3aba87deb55d6a3deb8c685956c8f0470835a82d",
                "md5": "f3f2ec5af960b4d74e0dc97040acae14",
                "sha256": "ea3bdc43a9e6cfaf31108ee7853ae23311371b1d4e5a1b615923eaebff5c5d7b"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3f2ec5af960b4d74e0dc97040acae14",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 499796,
            "upload_time": "2024-03-03T00:29:08",
            "upload_time_iso_8601": "2024-03-03T00:29:08.194216Z",
            "url": "https://files.pythonhosted.org/packages/cf/ac/10b2ceb8eb2ca9f26eae3aba87deb55d6a3deb8c685956c8f0470835a82d/iteration_utilities-0.12.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9552116a4674f034f543751d32c2bcd5eaea076c9355213d63272468436aba2",
                "md5": "eb291ecb992306a739bd19f6a8adf3c2",
                "sha256": "f748dd60a35631388948201cd85a69e1ece22eb236840ec2e985f14ac2c8d285"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "eb291ecb992306a739bd19f6a8adf3c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 234116,
            "upload_time": "2024-03-03T00:29:10",
            "upload_time_iso_8601": "2024-03-03T00:29:10.080723Z",
            "url": "https://files.pythonhosted.org/packages/b9/55/2116a4674f034f543751d32c2bcd5eaea076c9355213d63272468436aba2/iteration_utilities-0.12.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fede1757b0b9a22963806f934631f2ed94add7228170746947baafa8738afabb",
                "md5": "f2cd5bfd58f3fc7a00da11717becc5ce",
                "sha256": "d7290100b08b9292b6e7a7478ddcc6e5432767269e60fde1d19f6c033b9b5c63"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f2cd5bfd58f3fc7a00da11717becc5ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 238040,
            "upload_time": "2024-03-03T00:29:11",
            "upload_time_iso_8601": "2024-03-03T00:29:11.662431Z",
            "url": "https://files.pythonhosted.org/packages/fe/de/1757b0b9a22963806f934631f2ed94add7228170746947baafa8738afabb/iteration_utilities-0.12.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9123ad096da54db8ff0244adfa06ba40ae0428b64f7b2149ea27558e9244bde4",
                "md5": "863e4c72ea177a5f1c16bb38a89c0f16",
                "sha256": "6903dd2297b86b765c8fa935a599c04bcd4c04370a79d73b40e8de1ca5976662"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "863e4c72ea177a5f1c16bb38a89c0f16",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 248177,
            "upload_time": "2024-03-03T00:29:13",
            "upload_time_iso_8601": "2024-03-03T00:29:13.754333Z",
            "url": "https://files.pythonhosted.org/packages/91/23/ad096da54db8ff0244adfa06ba40ae0428b64f7b2149ea27558e9244bde4/iteration_utilities-0.12.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9916972826a96a9fba27a6c64c08069c39840fc4e65609166781172febf91fc",
                "md5": "caf4ded1686b8b3867e905ac40567cf2",
                "sha256": "9794a528b8aaf88ac3349c23fd26e04f0716591b554050e7c7a25ccc09d28905"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "caf4ded1686b8b3867e905ac40567cf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 384239,
            "upload_time": "2024-03-03T00:29:15",
            "upload_time_iso_8601": "2024-03-03T00:29:15.232078Z",
            "url": "https://files.pythonhosted.org/packages/f9/91/6972826a96a9fba27a6c64c08069c39840fc4e65609166781172febf91fc/iteration_utilities-0.12.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "680d2dbc8b625c57ef0aa49a1cd9bfc369d0ef23e82ed97ba885dc1997c4c594",
                "md5": "3859b312facd78c4ec17bb608256e1f8",
                "sha256": "2d92f89ae973aeed595d0f6205088230c1fcb719a3d5def9d2e74f162450c9cf"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3859b312facd78c4ec17bb608256e1f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 411300,
            "upload_time": "2024-03-03T00:29:16",
            "upload_time_iso_8601": "2024-03-03T00:29:16.916271Z",
            "url": "https://files.pythonhosted.org/packages/68/0d/2dbc8b625c57ef0aa49a1cd9bfc369d0ef23e82ed97ba885dc1997c4c594/iteration_utilities-0.12.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "749ae88054e4a37037da06767a7168882396fd945d54e9bd457c6707b2e3924d",
                "md5": "3640892f94690b6b73ff74193b6e4fa9",
                "sha256": "78ef32eda509dff8599836cbf5d1d58aa5273e924da4de16585250dd1804f218"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "3640892f94690b6b73ff74193b6e4fa9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 410249,
            "upload_time": "2024-03-03T00:29:18",
            "upload_time_iso_8601": "2024-03-03T00:29:18.543826Z",
            "url": "https://files.pythonhosted.org/packages/74/9a/e88054e4a37037da06767a7168882396fd945d54e9bd457c6707b2e3924d/iteration_utilities-0.12.1-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "508df138ec69ab6f59b220a43cf976a9cde28596d5eb29680d79fb18aa0f0268",
                "md5": "7e734e459eaf7201f499013a8c8cdd1b",
                "sha256": "64d080bf78569937756244f9c9b885ad1e69db810d85222ffaa0fcd1f58943e4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e734e459eaf7201f499013a8c8cdd1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 428143,
            "upload_time": "2024-03-03T00:29:20",
            "upload_time_iso_8601": "2024-03-03T00:29:20.686088Z",
            "url": "https://files.pythonhosted.org/packages/50/8d/f138ec69ab6f59b220a43cf976a9cde28596d5eb29680d79fb18aa0f0268/iteration_utilities-0.12.1-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92e33ba3df753c8ecd183bf303cb3cef6950fdaca96ca8af4aaa9056bc385984",
                "md5": "8310f61f6e0df9988f43c7d82ca22111",
                "sha256": "6e8f4caf2354a51043d34fd6a37368cd8592d5685e935b1ac793dcf40b9ad2cf"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "8310f61f6e0df9988f43c7d82ca22111",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 232134,
            "upload_time": "2024-03-03T00:29:22",
            "upload_time_iso_8601": "2024-03-03T00:29:22.097327Z",
            "url": "https://files.pythonhosted.org/packages/92/e3/3ba3df753c8ecd183bf303cb3cef6950fdaca96ca8af4aaa9056bc385984/iteration_utilities-0.12.1-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bc1b92a078499a2d55f22b0b16ce0c8ddace664900fe1fb771a2d5fb1e13fc2",
                "md5": "a9adcc6c5b90549d40f1f416ff79335f",
                "sha256": "db6870405b9523616c9bb997a8ba588a77e681276a16c4e0df8ff2567713600b"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a9adcc6c5b90549d40f1f416ff79335f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 237019,
            "upload_time": "2024-03-03T00:29:23",
            "upload_time_iso_8601": "2024-03-03T00:29:23.637418Z",
            "url": "https://files.pythonhosted.org/packages/7b/c1/b92a078499a2d55f22b0b16ce0c8ddace664900fe1fb771a2d5fb1e13fc2/iteration_utilities-0.12.1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de9747e014a7ac7a590620510e3e821eca3b37863f38b86f6ec0ebec02a15ab8",
                "md5": "cb82baddc10f4260e6bed43d7c6155ec",
                "sha256": "9eabb18b8937b35fa2c832b8149a668f4678c340ec3c357f60d73ad0afd320a5"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb82baddc10f4260e6bed43d7c6155ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 250794,
            "upload_time": "2024-03-03T00:29:25",
            "upload_time_iso_8601": "2024-03-03T00:29:25.284170Z",
            "url": "https://files.pythonhosted.org/packages/de/97/47e014a7ac7a590620510e3e821eca3b37863f38b86f6ec0ebec02a15ab8/iteration_utilities-0.12.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6f48dc82b63e2d70343d43e95a8eaec5c96a65c17a612aafd2f55c979b91f86",
                "md5": "820da56af618fb3185485ab8e375dd1c",
                "sha256": "2cb27e3ae5d9071d583190333f13bd34fad86ef974bbbba315851976727b4160"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "820da56af618fb3185485ab8e375dd1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 252735,
            "upload_time": "2024-03-03T00:29:26",
            "upload_time_iso_8601": "2024-03-03T00:29:26.767466Z",
            "url": "https://files.pythonhosted.org/packages/a6/f4/8dc82b63e2d70343d43e95a8eaec5c96a65c17a612aafd2f55c979b91f86/iteration_utilities-0.12.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3337c6624bf794846ea8d874b9b11a1b179feebd8992544dbaca00bd6f3a8816",
                "md5": "42bce96da9ade6ef4995cd7a73ef9b5e",
                "sha256": "4bed154c4c08a80944eec2894531aab9b1cafc102217236ae49f129b74af051a"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "42bce96da9ade6ef4995cd7a73ef9b5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 469955,
            "upload_time": "2024-03-03T00:29:28",
            "upload_time_iso_8601": "2024-03-03T00:29:28.260065Z",
            "url": "https://files.pythonhosted.org/packages/33/37/c6624bf794846ea8d874b9b11a1b179feebd8992544dbaca00bd6f3a8816/iteration_utilities-0.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b493481f4e62a0c54b6d5e38f93d6ca6b47fc2f70c26eb4a888ee64be49a0f2",
                "md5": "ed3c5d53868394d68d6deef9bd015791",
                "sha256": "2b0ba890ce9b41d2b2d56bbad5e18e19a317494d9f915cb6f68c2c063a70a173"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ed3c5d53868394d68d6deef9bd015791",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 443459,
            "upload_time": "2024-03-03T00:29:29",
            "upload_time_iso_8601": "2024-03-03T00:29:29.679361Z",
            "url": "https://files.pythonhosted.org/packages/8b/49/3481f4e62a0c54b6d5e38f93d6ca6b47fc2f70c26eb4a888ee64be49a0f2/iteration_utilities-0.12.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8db5caa7266ddbb316cf2a60cd807326e34ec84c667d68c1dfea23f33db24cbd",
                "md5": "b55690ad881cfab943c02be6fda4a6c3",
                "sha256": "e50cdbcfcc7a1a3b9fee1419b2c85b35aad6d9da0a6c1a08f42ade6d7e2dd105"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "b55690ad881cfab943c02be6fda4a6c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 469684,
            "upload_time": "2024-03-03T00:29:31",
            "upload_time_iso_8601": "2024-03-03T00:29:31.407462Z",
            "url": "https://files.pythonhosted.org/packages/8d/b5/caa7266ddbb316cf2a60cd807326e34ec84c667d68c1dfea23f33db24cbd/iteration_utilities-0.12.1-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbeb750f696fc8c7e21c683754d8b0d470ff534cfdd970b36b1b394feacd2554",
                "md5": "7c49b819f8d97c158d42baa530d5c761",
                "sha256": "955ac98848cb787245a2810c339e0d10262cadea5fa4a1c15dd910c91bdbdbc6"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c49b819f8d97c158d42baa530d5c761",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 494160,
            "upload_time": "2024-03-03T00:29:32",
            "upload_time_iso_8601": "2024-03-03T00:29:32.891620Z",
            "url": "https://files.pythonhosted.org/packages/bb/eb/750f696fc8c7e21c683754d8b0d470ff534cfdd970b36b1b394feacd2554/iteration_utilities-0.12.1-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c013cc9f8dfb2a4d44871d504a53a7f32aa3ba809e6bb1102a225465c5ad8ff",
                "md5": "02ddd33d658edebb5559cf8a53509510",
                "sha256": "e144366c9fbde16a9180fe7babae3ba056e3a536900ce99f747e7a420573b27d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "02ddd33d658edebb5559cf8a53509510",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 234009,
            "upload_time": "2024-03-03T00:29:35",
            "upload_time_iso_8601": "2024-03-03T00:29:35.130825Z",
            "url": "https://files.pythonhosted.org/packages/3c/01/3cc9f8dfb2a4d44871d504a53a7f32aa3ba809e6bb1102a225465c5ad8ff/iteration_utilities-0.12.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66228d5213855e1029b9cee48c6198f6d18779d0382935ec0787c52350ef35a2",
                "md5": "3738eacbe777050414eb77f4a2be7922",
                "sha256": "e855b4eec61608d9212fa8221aaf046fb0d36ecde68605e331eebc7fa73007fe"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3738eacbe777050414eb77f4a2be7922",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 238249,
            "upload_time": "2024-03-03T00:29:36",
            "upload_time_iso_8601": "2024-03-03T00:29:36.563463Z",
            "url": "https://files.pythonhosted.org/packages/66/22/8d5213855e1029b9cee48c6198f6d18779d0382935ec0787c52350ef35a2/iteration_utilities-0.12.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ccd4468c4ead23a22d38b95a3972bfc91dd68e67f5443c2319e2ce30c82d0af",
                "md5": "b662096c3dc664ff0b5ae20c87619922",
                "sha256": "af83f5d8e65c0a9fc41c721e71111fca16690c7ffbc72165333a1f22e9c24dab"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b662096c3dc664ff0b5ae20c87619922",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 251250,
            "upload_time": "2024-03-03T00:29:38",
            "upload_time_iso_8601": "2024-03-03T00:29:38.219542Z",
            "url": "https://files.pythonhosted.org/packages/7c/cd/4468c4ead23a22d38b95a3972bfc91dd68e67f5443c2319e2ce30c82d0af/iteration_utilities-0.12.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e7f8ddbfc48217c6fbc06c6747db6b9624c3aff997c55f12d0227a089f80848",
                "md5": "41a2d5bdc602609fbf89bf6d6bc17bfd",
                "sha256": "7e297c7bc93ca3ab7760d92d955e0d2a74f21ab7a94a65de98c172dd71292649"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "41a2d5bdc602609fbf89bf6d6bc17bfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 253092,
            "upload_time": "2024-03-03T00:29:39",
            "upload_time_iso_8601": "2024-03-03T00:29:39.762464Z",
            "url": "https://files.pythonhosted.org/packages/3e/7f/8ddbfc48217c6fbc06c6747db6b9624c3aff997c55f12d0227a089f80848/iteration_utilities-0.12.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1878f3cf301717fddf995fd4cb8aff47ce9445ee093f929ea1828a9dd08df72",
                "md5": "b280e6a41bdfc129f5123bf4d179fcc1",
                "sha256": "7d22ce4e591fabcf498b5b7704429e258530aceb85fb77f6ed36228f6838ddd4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b280e6a41bdfc129f5123bf4d179fcc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 480799,
            "upload_time": "2024-03-03T00:29:41",
            "upload_time_iso_8601": "2024-03-03T00:29:41.284188Z",
            "url": "https://files.pythonhosted.org/packages/c1/87/8f3cf301717fddf995fd4cb8aff47ce9445ee093f929ea1828a9dd08df72/iteration_utilities-0.12.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e33727bb7a93b3c10a7f90ee975487ac3847f068889e0f0a8c2c9d75c3c849f4",
                "md5": "ec4471de92dbed8b7fb2a29ac60bcb2e",
                "sha256": "d0cf3713c3e724ab0552bad85a2c66c17df99c9d5bfaff2ed94262873c2bd5e2"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ec4471de92dbed8b7fb2a29ac60bcb2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 456973,
            "upload_time": "2024-03-03T00:29:42",
            "upload_time_iso_8601": "2024-03-03T00:29:42.956242Z",
            "url": "https://files.pythonhosted.org/packages/e3/37/27bb7a93b3c10a7f90ee975487ac3847f068889e0f0a8c2c9d75c3c849f4/iteration_utilities-0.12.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "943cefbf3a86ec8b74592453fac5f05311d2f60f07259efb6ce06ce25dc180aa",
                "md5": "f45fed33b4fe8115c45522136fa582b2",
                "sha256": "b85d3bacbbe732b43173ee7d5df30f7035c7d1d43b90d432a61045adc55ce2c6"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "f45fed33b4fe8115c45522136fa582b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 477264,
            "upload_time": "2024-03-03T00:29:45",
            "upload_time_iso_8601": "2024-03-03T00:29:45.172269Z",
            "url": "https://files.pythonhosted.org/packages/94/3c/efbf3a86ec8b74592453fac5f05311d2f60f07259efb6ce06ce25dc180aa/iteration_utilities-0.12.1-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba0d55b19112337b2e8411f7d6702f35286ce0fdb2d10fcce4daa63617f7b7c5",
                "md5": "ba92b43a9c7aee2cf6d7a25774a89b4b",
                "sha256": "418afa9ec18e52dd8d1c9ebd5c087a62fd6c0d499c7fb26c3b1189f2c59a04b6"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ba92b43a9c7aee2cf6d7a25774a89b4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 499340,
            "upload_time": "2024-03-03T00:29:46",
            "upload_time_iso_8601": "2024-03-03T00:29:46.580810Z",
            "url": "https://files.pythonhosted.org/packages/ba/0d/55b19112337b2e8411f7d6702f35286ce0fdb2d10fcce4daa63617f7b7c5/iteration_utilities-0.12.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cc5dce637397efd870c5e48355e8bd7f48502b45979a1c461f583ca08ab2be4",
                "md5": "bf04709de4e3ecf49374335fd768c4e6",
                "sha256": "6fd8ef4da71528fbf12f0cd749e31d2102dcc5467b30a94031d17dcf5b5ae762"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "bf04709de4e3ecf49374335fd768c4e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 234275,
            "upload_time": "2024-03-03T00:29:47",
            "upload_time_iso_8601": "2024-03-03T00:29:47.981221Z",
            "url": "https://files.pythonhosted.org/packages/0c/c5/dce637397efd870c5e48355e8bd7f48502b45979a1c461f583ca08ab2be4/iteration_utilities-0.12.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ea5d510b20e0647cc853e36e9b0e11f0e143aa94f0be7850e24840bd5d675a4",
                "md5": "e456f50556957be172590603dd2dfa73",
                "sha256": "73505f9d74f976cfbbbc72b238ebbfe9768269676f2ef446328a7f58d0073540"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e456f50556957be172590603dd2dfa73",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 238486,
            "upload_time": "2024-03-03T00:29:49",
            "upload_time_iso_8601": "2024-03-03T00:29:49.537682Z",
            "url": "https://files.pythonhosted.org/packages/5e/a5/d510b20e0647cc853e36e9b0e11f0e143aa94f0be7850e24840bd5d675a4/iteration_utilities-0.12.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f4fe4da513a27745e94ff126745fee71ddbf04410a36b5d09e18bb97e9753d7",
                "md5": "84106e0ad66bb1408244bb962d28b3b3",
                "sha256": "916e5b1b1797aae43480e0097ca989cc54370049fca0df7ea093a650736107a8"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "84106e0ad66bb1408244bb962d28b3b3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 240685,
            "upload_time": "2024-03-03T00:29:50",
            "upload_time_iso_8601": "2024-03-03T00:29:50.984229Z",
            "url": "https://files.pythonhosted.org/packages/5f/4f/e4da513a27745e94ff126745fee71ddbf04410a36b5d09e18bb97e9753d7/iteration_utilities-0.12.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca848f64041b3938bcea105f6b63c000b9540e761ab2cdb6262e050a8e650de2",
                "md5": "2348a4c8aaba0b1b7df71dbb6076289e",
                "sha256": "33be7f70b0839002e44752be1cdf5be4c6e969a1166159e4cd30ed7a268650b8"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2348a4c8aaba0b1b7df71dbb6076289e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 257237,
            "upload_time": "2024-03-03T00:29:52",
            "upload_time_iso_8601": "2024-03-03T00:29:52.573553Z",
            "url": "https://files.pythonhosted.org/packages/ca/84/8f64041b3938bcea105f6b63c000b9540e761ab2cdb6262e050a8e650de2/iteration_utilities-0.12.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc4a5549b34c1f2cc7593bea5918b3b1282c76f3a538880719309d56e00a5b28",
                "md5": "05ddcca271add616775194f92d9fd00c",
                "sha256": "333378df32213e7f868f760483ef29393221f19be34bebbcd6b5e6b34fc80ded"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "05ddcca271add616775194f92d9fd00c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 255725,
            "upload_time": "2024-03-03T00:29:54",
            "upload_time_iso_8601": "2024-03-03T00:29:54.604947Z",
            "url": "https://files.pythonhosted.org/packages/fc/4a/5549b34c1f2cc7593bea5918b3b1282c76f3a538880719309d56e00a5b28/iteration_utilities-0.12.1-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "762c7cd8480573daef47c9dd23320c15d5e55d5643861b69eb0670f5c0bb7b61",
                "md5": "f1819950596726cf444d6a7b7713fa1d",
                "sha256": "4c591086bebf699be9cff184d808e1ba373e19fa52c1a1978c40df197c17eaa4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f1819950596726cf444d6a7b7713fa1d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 237554,
            "upload_time": "2024-03-03T00:29:56",
            "upload_time_iso_8601": "2024-03-03T00:29:56.149977Z",
            "url": "https://files.pythonhosted.org/packages/76/2c/7cd8480573daef47c9dd23320c15d5e55d5643861b69eb0670f5c0bb7b61/iteration_utilities-0.12.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f252bedb98574756b0e1b7eba0f707200d883f6fe47231aa273b608d8116fe7",
                "md5": "a0d937a8dd0f1546cc576af212fe113f",
                "sha256": "15bd39437cb3df04c229041dc5755630eccf451166aa14e2ade949efac21745a"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a0d937a8dd0f1546cc576af212fe113f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 240822,
            "upload_time": "2024-03-03T00:29:58",
            "upload_time_iso_8601": "2024-03-03T00:29:58.363210Z",
            "url": "https://files.pythonhosted.org/packages/2f/25/2bedb98574756b0e1b7eba0f707200d883f6fe47231aa273b608d8116fe7/iteration_utilities-0.12.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04c2f8e11c352ef01649f9043f2268a85da083492f00147ce1f616f60db85606",
                "md5": "6d6f0b1120654b9410480d527a9973ac",
                "sha256": "9238f839fb4073408d592999262c06151b3fbfe04813928db229b977b6a651d7"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6d6f0b1120654b9410480d527a9973ac",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 257509,
            "upload_time": "2024-03-03T00:29:59",
            "upload_time_iso_8601": "2024-03-03T00:29:59.925903Z",
            "url": "https://files.pythonhosted.org/packages/04/c2/f8e11c352ef01649f9043f2268a85da083492f00147ce1f616f60db85606/iteration_utilities-0.12.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "486dd1e0a5f2cfb4f1e03f94e006fb75e35bed8b9ef3baa7924e2973a228cb99",
                "md5": "f3120a7e206edd157a0ea8c260864236",
                "sha256": "89ab5b526da3241c71132a8b41d41b4ec661478395096a66dc6f72f9b1466d3f"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3120a7e206edd157a0ea8c260864236",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 255963,
            "upload_time": "2024-03-03T00:30:03",
            "upload_time_iso_8601": "2024-03-03T00:30:03.340218Z",
            "url": "https://files.pythonhosted.org/packages/48/6d/d1e0a5f2cfb4f1e03f94e006fb75e35bed8b9ef3baa7924e2973a228cb99/iteration_utilities-0.12.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d61ce56a869a140921b9d01e1b17bb60936b63495539d9751d09a1623069b3fb",
                "md5": "74dc5ea1642d00e6da708721da84fd12",
                "sha256": "9976bf7346cba9e48963bad5a52735c60427694ba1343f82131e1a71a2bd4678"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "74dc5ea1642d00e6da708721da84fd12",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 237701,
            "upload_time": "2024-03-03T00:30:05",
            "upload_time_iso_8601": "2024-03-03T00:30:05.367960Z",
            "url": "https://files.pythonhosted.org/packages/d6/1c/e56a869a140921b9d01e1b17bb60936b63495539d9751d09a1623069b3fb/iteration_utilities-0.12.1-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e39558b44dd8bfb636f04256dfbe3f326301f6e45a5e633573164a9789cb8867",
                "md5": "8fec84fe74646f5dab91616b02558dd3",
                "sha256": "ea8ece38d5ea98f9f6dc46d4deba6012f97a8b4bd2f37b4bed93ad2890ab6546"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8fec84fe74646f5dab91616b02558dd3",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 240827,
            "upload_time": "2024-03-03T00:30:07",
            "upload_time_iso_8601": "2024-03-03T00:30:07.091481Z",
            "url": "https://files.pythonhosted.org/packages/e3/95/58b44dd8bfb636f04256dfbe3f326301f6e45a5e633573164a9789cb8867/iteration_utilities-0.12.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b7d03322ccf4d8482302eb044ad155e71c0486d3a516717bab55081816d4149",
                "md5": "67b78e77381c75b222bb82511d7828db",
                "sha256": "311250d1e37b16e871b14152b07bea1d307279d0734c37ce53de9ab35c596501"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "67b78e77381c75b222bb82511d7828db",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 257390,
            "upload_time": "2024-03-03T00:30:09",
            "upload_time_iso_8601": "2024-03-03T00:30:09.227849Z",
            "url": "https://files.pythonhosted.org/packages/7b/7d/03322ccf4d8482302eb044ad155e71c0486d3a516717bab55081816d4149/iteration_utilities-0.12.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bacd7d5a9e74ad7c00db1800c3709cce8e76dbbed792817884e986db4f0a285",
                "md5": "feedde87456d52c86c7a56450ced9d97",
                "sha256": "e32a95ca338908f34aabad605b6ad351b97b203450977c3b531f50ee1db69f0d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "feedde87456d52c86c7a56450ced9d97",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 255981,
            "upload_time": "2024-03-03T00:30:11",
            "upload_time_iso_8601": "2024-03-03T00:30:11.462940Z",
            "url": "https://files.pythonhosted.org/packages/2b/ac/d7d5a9e74ad7c00db1800c3709cce8e76dbbed792817884e986db4f0a285/iteration_utilities-0.12.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02363dfb5861c893ec5f080080e488193a25a3c32df210521a1f84d5f3be8320",
                "md5": "4c1fbefd7558ee7f11ebefc54c3ffaeb",
                "sha256": "23df0bb232de8559ada6125679351564bfdda751e3c1363fe1a0c582d67a0e86"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4c1fbefd7558ee7f11ebefc54c3ffaeb",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 237712,
            "upload_time": "2024-03-03T00:30:13",
            "upload_time_iso_8601": "2024-03-03T00:30:13.113168Z",
            "url": "https://files.pythonhosted.org/packages/02/36/3dfb5861c893ec5f080080e488193a25a3c32df210521a1f84d5f3be8320/iteration_utilities-0.12.1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "260e50cd6b8d761de55d135e61edc07db3e982a873027e64b78d184103a295a2",
                "md5": "90d8cbd5446def66439de124819de409",
                "sha256": "6e6a538b9e20b71f8f0be985eb71e56453661b4678b8caf45c8f9ab64d7d0fff"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90d8cbd5446def66439de124819de409",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 240678,
            "upload_time": "2024-03-03T00:30:15",
            "upload_time_iso_8601": "2024-03-03T00:30:15.277173Z",
            "url": "https://files.pythonhosted.org/packages/26/0e/50cd6b8d761de55d135e61edc07db3e982a873027e64b78d184103a295a2/iteration_utilities-0.12.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7f2fd3321085173925221eb83af1459de462543731b464cd6cbf325ac9ade8e",
                "md5": "ce1913a14b119655eb9f7a37904fd405",
                "sha256": "6e6e16fd2120a79ef55030cb37f64156285582648aa282095025ab93bead8939"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ce1913a14b119655eb9f7a37904fd405",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 257205,
            "upload_time": "2024-03-03T00:30:16",
            "upload_time_iso_8601": "2024-03-03T00:30:16.849355Z",
            "url": "https://files.pythonhosted.org/packages/a7/f2/fd3321085173925221eb83af1459de462543731b464cd6cbf325ac9ade8e/iteration_utilities-0.12.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0fe574d3607aa47a37dfbea3370b2e3321d4ef9fcf4d03c3ca45d3d77549506",
                "md5": "9322f07f96bd70f25880a505cd5fcf17",
                "sha256": "17c170fa462909d1b9a2e382057f6c10d1f176b965d31acff489d8b338b50a24"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9322f07f96bd70f25880a505cd5fcf17",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 255740,
            "upload_time": "2024-03-03T00:30:18",
            "upload_time_iso_8601": "2024-03-03T00:30:18.305655Z",
            "url": "https://files.pythonhosted.org/packages/a0/fe/574d3607aa47a37dfbea3370b2e3321d4ef9fcf4d03c3ca45d3d77549506/iteration_utilities-0.12.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091d6a51763fafdf87e45a1e63264f388f03b5ff5f58edbb6c1ccb83bcff66c2",
                "md5": "6f249deff618d7bceea173a64bba6586",
                "sha256": "b71338aa1001a3fc4cea1358b0eeb33ed55a5bbf404e23f6ada129db0141dee5"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6f249deff618d7bceea173a64bba6586",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 237616,
            "upload_time": "2024-03-03T00:30:19",
            "upload_time_iso_8601": "2024-03-03T00:30:19.816971Z",
            "url": "https://files.pythonhosted.org/packages/09/1d/6a51763fafdf87e45a1e63264f388f03b5ff5f58edbb6c1ccb83bcff66c2/iteration_utilities-0.12.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9371866aef6e374ad05ca56a86e790c6c4e52c19304038acf50cecd37693cf74",
                "md5": "12b6ab33f7c6ed3ff0c125cdffdac13f",
                "sha256": "a17bd698bc65b796b265e56f02a8d71f517716dc066a4c507e12563795bfe3bd"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "12b6ab33f7c6ed3ff0c125cdffdac13f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 158013,
            "upload_time": "2024-03-03T00:30:21",
            "upload_time_iso_8601": "2024-03-03T00:30:21.911623Z",
            "url": "https://files.pythonhosted.org/packages/93/71/866aef6e374ad05ca56a86e790c6c4e52c19304038acf50cecd37693cf74/iteration_utilities-0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 00:30:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MSeifert04",
    "github_project": "iteration_utilities",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "iteration-utilities"
}
        
Elapsed time: 0.19874s