iteration-utilities


Nameiteration-utilities JSON
Version 0.13.0 PyPI version JSON
download
home_pageNone
SummaryUtilities based on Pythons iterators and generators.
upload_time2024-10-08 01:42:24
maintainerNone
docs_urlNone
authorNone
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": null,
    "name": "iteration-utilities",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "functional, functools, generator, itertools, iteration, iterator, operators, performance, reduce, utility",
    "author": null,
    "author_email": "Michael Seifert <michaelseifert04@yahoo.de>",
    "download_url": "https://files.pythonhosted.org/packages/d4/cf/391dab93877843f7f8bae210bc9c3fa9053ac968e0e9407e5a2e1d3e3298/iteration_utilities-0.13.0.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.13.0",
    "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": "acbdf991c85ab6a39a28e9a41da31812cbc9590e32a0b703db70d90ab951c858",
                "md5": "91b260fc14f3978b6bab30beaaf8ed3c",
                "sha256": "b9c2514cc2e275836f583e5c2f3f0b19164006d1379adc5033a13ea3905342ac"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "91b260fc14f3978b6bab30beaaf8ed3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 249638,
            "upload_time": "2024-10-08T01:40:27",
            "upload_time_iso_8601": "2024-10-08T01:40:27.772062Z",
            "url": "https://files.pythonhosted.org/packages/ac/bd/f991c85ab6a39a28e9a41da31812cbc9590e32a0b703db70d90ab951c858/iteration_utilities-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3aae1e3c96d1e49993b443e6a29f9bdce8102adeadc5706c4669bf397a31092a",
                "md5": "9903d6306c8cf63fae9bda86b51e6ceb",
                "sha256": "7cc0a06d03baac438e03cfc5b0e5dd530d898cf60cf3ecdedea4a4b90222bb13"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9903d6306c8cf63fae9bda86b51e6ceb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 251521,
            "upload_time": "2024-10-08T01:40:29",
            "upload_time_iso_8601": "2024-10-08T01:40:29.804734Z",
            "url": "https://files.pythonhosted.org/packages/3a/ae/1e3c96d1e49993b443e6a29f9bdce8102adeadc5706c4669bf397a31092a/iteration_utilities-0.13.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd4ad10205b62074abd18500955cbd499c3bebef837a3946e7bee4a9e9ec9743",
                "md5": "d8497aa90250a7fa79ac36e193400676",
                "sha256": "62662e03ae7807bc54d61902425b5fa2bdffd7afcc79fec476dffcd8fb28d85e"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8497aa90250a7fa79ac36e193400676",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 486233,
            "upload_time": "2024-10-08T01:40:31",
            "upload_time_iso_8601": "2024-10-08T01:40:31.735830Z",
            "url": "https://files.pythonhosted.org/packages/cd/4a/d10205b62074abd18500955cbd499c3bebef837a3946e7bee4a9e9ec9743/iteration_utilities-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fcf2549ec7685059106a0458e63989b27957731f38c604c7dca4133ea7a88d9",
                "md5": "7eedfc01e9eb03ee86fca89f01078ada",
                "sha256": "3df74ea83c404b229a9d9a9735cf5722b93eba942fd37e505b246ba1b0b232d5"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7eedfc01e9eb03ee86fca89f01078ada",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 462497,
            "upload_time": "2024-10-08T01:40:33",
            "upload_time_iso_8601": "2024-10-08T01:40:33.080284Z",
            "url": "https://files.pythonhosted.org/packages/3f/cf/2549ec7685059106a0458e63989b27957731f38c604c7dca4133ea7a88d9/iteration_utilities-0.13.0-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": "85664f05ffcdcf5c5c7030e146bed37ded6689b74ac7b2aae67d2328edc2a814",
                "md5": "0de8c47a85cba52eeb73de0ac44fcaa2",
                "sha256": "d3f6a04258f0a51a2025b778a971e6755634caf4ac87645e63f213e7535a2f51"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0de8c47a85cba52eeb73de0ac44fcaa2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 467213,
            "upload_time": "2024-10-08T01:40:34",
            "upload_time_iso_8601": "2024-10-08T01:40:34.842227Z",
            "url": "https://files.pythonhosted.org/packages/85/66/4f05ffcdcf5c5c7030e146bed37ded6689b74ac7b2aae67d2328edc2a814/iteration_utilities-0.13.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d593648747203dcb5b001a9fa7d7fb6093136cf9c679fefc85e38c83664cb42",
                "md5": "505726c79d02843872cb4756652a1819",
                "sha256": "48e8b7a902513ecb68e10c10d92c3b90e665354433a0673809830a6a017242ef"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "505726c79d02843872cb4756652a1819",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 488874,
            "upload_time": "2024-10-08T01:40:37",
            "upload_time_iso_8601": "2024-10-08T01:40:37.056924Z",
            "url": "https://files.pythonhosted.org/packages/4d/59/3648747203dcb5b001a9fa7d7fb6093136cf9c679fefc85e38c83664cb42/iteration_utilities-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54a9d88c5598097ab20aca7ec4fb13d83558f3d9dbcba027934bbd21e8599b1a",
                "md5": "9b3a0db41f327ddf946c4fcafc56d9b8",
                "sha256": "409e03d5ae2f2b24a1491b1e4bc88983f718dc682bc7e86402ce649a391c0b7b"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "9b3a0db41f327ddf946c4fcafc56d9b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 234465,
            "upload_time": "2024-10-08T01:40:38",
            "upload_time_iso_8601": "2024-10-08T01:40:38.339709Z",
            "url": "https://files.pythonhosted.org/packages/54/a9/d88c5598097ab20aca7ec4fb13d83558f3d9dbcba027934bbd21e8599b1a/iteration_utilities-0.13.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f30c212e44691c02d0fa159d17b373590f0008ebf140f6f8b0248ae31a0b00d2",
                "md5": "73262b7ff26eae82acb957b07a47e4b1",
                "sha256": "68a338723cc02b994adde404d457eaab15cc8e3d5a701a31ffe2216ba5960997"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "73262b7ff26eae82acb957b07a47e4b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 238901,
            "upload_time": "2024-10-08T01:40:39",
            "upload_time_iso_8601": "2024-10-08T01:40:39.571698Z",
            "url": "https://files.pythonhosted.org/packages/f3/0c/212e44691c02d0fa159d17b373590f0008ebf140f6f8b0248ae31a0b00d2/iteration_utilities-0.13.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acdaace250a151259bfa667c584db8993eba884a450eb19bf95552d8ebe09473",
                "md5": "fad93f4b037835e2246880416b853ab9",
                "sha256": "4a89aa1a4467cc3505ece7e71b1a1974e01fba9eeeca77dc0a4f6b649f1b9ce7"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fad93f4b037835e2246880416b853ab9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 248124,
            "upload_time": "2024-10-08T01:40:41",
            "upload_time_iso_8601": "2024-10-08T01:40:41.457338Z",
            "url": "https://files.pythonhosted.org/packages/ac/da/ace250a151259bfa667c584db8993eba884a450eb19bf95552d8ebe09473/iteration_utilities-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "601da19622804fab17e7cda4c742ac07282463b50428d0d08ea14d4709ecad4d",
                "md5": "13fdbab9723591752098d741d2cee7cf",
                "sha256": "1319c71016d3e669edb7d5a5b94d2a5508d22775f8189b1c8b7939f4f7ef0834"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "13fdbab9723591752098d741d2cee7cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 249915,
            "upload_time": "2024-10-08T01:40:43",
            "upload_time_iso_8601": "2024-10-08T01:40:43.303859Z",
            "url": "https://files.pythonhosted.org/packages/60/1d/a19622804fab17e7cda4c742ac07282463b50428d0d08ea14d4709ecad4d/iteration_utilities-0.13.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "796635338b38c7632a5287ddff47a2f7ce68ab266fad9ca1a9af38eeeb296295",
                "md5": "01f9093a21eec452be0044bfd95783f0",
                "sha256": "076e343d642a1cedd600b5ee9752d261df9cd327b4e68e61a1ab0399258de28c"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01f9093a21eec452be0044bfd95783f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 472634,
            "upload_time": "2024-10-08T01:40:45",
            "upload_time_iso_8601": "2024-10-08T01:40:45.568777Z",
            "url": "https://files.pythonhosted.org/packages/79/66/35338b38c7632a5287ddff47a2f7ce68ab266fad9ca1a9af38eeeb296295/iteration_utilities-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07c1e03d533eb4c6aaad71a387098bd7db7a774b41eb21a2b77e03ab622a729e",
                "md5": "85b9ea5dc9e212c4a95d09fe552bc5c9",
                "sha256": "605befc2b0b161c2ebed3db3159b5dea7c19bfb424c6849f0b7e66eefae9207c"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "85b9ea5dc9e212c4a95d09fe552bc5c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 451239,
            "upload_time": "2024-10-08T01:40:47",
            "upload_time_iso_8601": "2024-10-08T01:40:47.514118Z",
            "url": "https://files.pythonhosted.org/packages/07/c1/e03d533eb4c6aaad71a387098bd7db7a774b41eb21a2b77e03ab622a729e/iteration_utilities-0.13.0-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": "32be15388659ada3127593313adbefadd5c64f956d62e91d9e5807b7f6929e2f",
                "md5": "b52b98e11221655c4e9657b3e639becd",
                "sha256": "eade4fa0a9e9fce26b16cbcf189c48424ad5d2543a8b3e8eaccf92390afc304d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b52b98e11221655c4e9657b3e639becd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 453323,
            "upload_time": "2024-10-08T01:40:48",
            "upload_time_iso_8601": "2024-10-08T01:40:48.865097Z",
            "url": "https://files.pythonhosted.org/packages/32/be/15388659ada3127593313adbefadd5c64f956d62e91d9e5807b7f6929e2f/iteration_utilities-0.13.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2b90e942d68fd70ddb595e3572540eccac3e421b8d8d945a5efd86de4d062e4",
                "md5": "597314d60cc215b1285fb4c5fa516060",
                "sha256": "78e069fb9fa6f757f4e7f66f1b457cedfdaf4ccdd7fb77bdc870a9f1cf92900c"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "597314d60cc215b1285fb4c5fa516060",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 470981,
            "upload_time": "2024-10-08T01:40:50",
            "upload_time_iso_8601": "2024-10-08T01:40:50.928111Z",
            "url": "https://files.pythonhosted.org/packages/f2/b9/0e942d68fd70ddb595e3572540eccac3e421b8d8d945a5efd86de4d062e4/iteration_utilities-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae8cedb827a8b70d24398852eb8bc2a789499010a8c822c66ecff73cbff1c330",
                "md5": "d84e4c9a8feb5dbe9b371d29cccd709e",
                "sha256": "6b13d2c2891487b422b6e22b97fc3bc03230665d06da6a5efb1d3e625cde534d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "d84e4c9a8feb5dbe9b371d29cccd709e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 233485,
            "upload_time": "2024-10-08T01:40:53",
            "upload_time_iso_8601": "2024-10-08T01:40:53.344503Z",
            "url": "https://files.pythonhosted.org/packages/ae/8c/edb827a8b70d24398852eb8bc2a789499010a8c822c66ecff73cbff1c330/iteration_utilities-0.13.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ef2796ec083203f25ddf8ede31004d29f11c725e62579c530764711d222ddc3",
                "md5": "79f497bd4296723af7e3fc0cb5ec46d2",
                "sha256": "4fa67ea7ce6a0096b769aae7eb53d8794d0fdf3509a2c871604d89a3e5bcf4a4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "79f497bd4296723af7e3fc0cb5ec46d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 237884,
            "upload_time": "2024-10-08T01:40:55",
            "upload_time_iso_8601": "2024-10-08T01:40:55.203100Z",
            "url": "https://files.pythonhosted.org/packages/8e/f2/796ec083203f25ddf8ede31004d29f11c725e62579c530764711d222ddc3/iteration_utilities-0.13.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eeb52983f610d9f042e952b3feca5a913d5fae8714d14155f8da1a1688078291",
                "md5": "33a3f9eeeb2887247a8d9b54b3a2e351",
                "sha256": "ee590ddb6439e393df66e6b0be7737c4dc367abfd3b13d69ab63260a2f8e0fde"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33a3f9eeeb2887247a8d9b54b3a2e351",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 249001,
            "upload_time": "2024-10-08T01:40:56",
            "upload_time_iso_8601": "2024-10-08T01:40:56.401582Z",
            "url": "https://files.pythonhosted.org/packages/ee/b5/2983f610d9f042e952b3feca5a913d5fae8714d14155f8da1a1688078291/iteration_utilities-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abddaf429f5143f22cf6b5e7b778d8a3e4c21d60dbd210bbb6269e714a44147c",
                "md5": "a5e0a0066c813fe8dd881aeb64d8e039",
                "sha256": "fd387a8813224dd9721ea41ee5544ccc583ecf934a85b296b429ea29a60686e2"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a5e0a0066c813fe8dd881aeb64d8e039",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 250236,
            "upload_time": "2024-10-08T01:40:57",
            "upload_time_iso_8601": "2024-10-08T01:40:57.645362Z",
            "url": "https://files.pythonhosted.org/packages/ab/dd/af429f5143f22cf6b5e7b778d8a3e4c21d60dbd210bbb6269e714a44147c/iteration_utilities-0.13.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e3aba6375dc31f2a5513c3224e09f52aca989d39863395dcd763d997d7a528",
                "md5": "d803f2ed6f5d09b67f4db2c3067e6dec",
                "sha256": "8117dfa504f8a303928fdd80a37de091570e98170253905461080d667825d858"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d803f2ed6f5d09b67f4db2c3067e6dec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 483160,
            "upload_time": "2024-10-08T01:40:59",
            "upload_time_iso_8601": "2024-10-08T01:40:59.526877Z",
            "url": "https://files.pythonhosted.org/packages/83/e3/aba6375dc31f2a5513c3224e09f52aca989d39863395dcd763d997d7a528/iteration_utilities-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a89029a79650765df847fbd815a4157dafe8372850d5fe839f4fe2d0bcf9aa",
                "md5": "d01a05d8b4380f1e53d8200340cb9bb6",
                "sha256": "5858577e8bc52e3ed843a3bf7f0979acb5eb9478e37d74d6449133ab56f1353b"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d01a05d8b4380f1e53d8200340cb9bb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 458199,
            "upload_time": "2024-10-08T01:41:00",
            "upload_time_iso_8601": "2024-10-08T01:41:00.756651Z",
            "url": "https://files.pythonhosted.org/packages/98/a8/9029a79650765df847fbd815a4157dafe8372850d5fe839f4fe2d0bcf9aa/iteration_utilities-0.13.0-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": "14619ee8f327670ed3b51d2023a6c240c9ff30296bbfa9aac5efb8218dfbd077",
                "md5": "da419f1b66b56095f32ce203542b6555",
                "sha256": "7b6a062f75dfb2c3911fbd46a0937c7809bd6c200032c079ee6ac003a33538de"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "da419f1b66b56095f32ce203542b6555",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 463436,
            "upload_time": "2024-10-08T01:41:02",
            "upload_time_iso_8601": "2024-10-08T01:41:02.091098Z",
            "url": "https://files.pythonhosted.org/packages/14/61/9ee8f327670ed3b51d2023a6c240c9ff30296bbfa9aac5efb8218dfbd077/iteration_utilities-0.13.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb7717f8bbcc10a25312e5c5aa5ac310dfbd634fa2be7e5dfd6f65fee5a914aa",
                "md5": "ea454568d0e6b7509fba3016d1d7c312",
                "sha256": "f3d42e305d00e685eb474d6722f9b624e3c60f470fc7a5f87bd0f8a0fb812863"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea454568d0e6b7509fba3016d1d7c312",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 486614,
            "upload_time": "2024-10-08T01:41:04",
            "upload_time_iso_8601": "2024-10-08T01:41:04.031609Z",
            "url": "https://files.pythonhosted.org/packages/eb/77/17f8bbcc10a25312e5c5aa5ac310dfbd634fa2be7e5dfd6f65fee5a914aa/iteration_utilities-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d60be2c9906e6380d9b6f24344cfb09abf30bea3849818dff4e9f190de54bd8",
                "md5": "e1d72da1bd7dc3365f7bf22a83dccf47",
                "sha256": "1e468655f0a300b3968d7c1f45f6022a2ecf36714ce887513a49145dcccc3b8e"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "e1d72da1bd7dc3365f7bf22a83dccf47",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 234388,
            "upload_time": "2024-10-08T01:41:05",
            "upload_time_iso_8601": "2024-10-08T01:41:05.382030Z",
            "url": "https://files.pythonhosted.org/packages/6d/60/be2c9906e6380d9b6f24344cfb09abf30bea3849818dff4e9f190de54bd8/iteration_utilities-0.13.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42af2d83ef6f5466cfd91afb3ea4f244414f085188c9019c226df53e01647919",
                "md5": "40a063548be50a423d1f9ae982115f00",
                "sha256": "6c15f35774f51d60012d2b351218cd090dcd98f3833910aa908587faa8572b6e"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "40a063548be50a423d1f9ae982115f00",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 238316,
            "upload_time": "2024-10-08T01:41:06",
            "upload_time_iso_8601": "2024-10-08T01:41:06.496285Z",
            "url": "https://files.pythonhosted.org/packages/42/af/2d83ef6f5466cfd91afb3ea4f244414f085188c9019c226df53e01647919/iteration_utilities-0.13.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "228bef3cac00c54d7ab7aa357df4e1410ee674d6cdd37603daaee19f6049c8c6",
                "md5": "2774f6bfe0007882e4ed3cd5de8948d8",
                "sha256": "c096575da8cc5fe89863363abd2d87dd210c9c8be58fc7dbb46bc5d30d3033a4"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2774f6bfe0007882e4ed3cd5de8948d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 248844,
            "upload_time": "2024-10-08T01:41:07",
            "upload_time_iso_8601": "2024-10-08T01:41:07.826725Z",
            "url": "https://files.pythonhosted.org/packages/22/8b/ef3cac00c54d7ab7aa357df4e1410ee674d6cdd37603daaee19f6049c8c6/iteration_utilities-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a46bc7fe6760232b88b191f5cc452c14ef77108c19434525ec08bcc1c050f6",
                "md5": "331d507d084cfcf674d54e27d5e4997c",
                "sha256": "7793b6dfdf6d5531e72c8e0fb3264d689ad31650a3ef3be9e278ffba497e0693"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "331d507d084cfcf674d54e27d5e4997c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 250109,
            "upload_time": "2024-10-08T01:41:09",
            "upload_time_iso_8601": "2024-10-08T01:41:09.057808Z",
            "url": "https://files.pythonhosted.org/packages/16/a4/6bc7fe6760232b88b191f5cc452c14ef77108c19434525ec08bcc1c050f6/iteration_utilities-0.13.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e08c0b5dcfb8d186c94f9f5a0b77d86ae22f368efdf43447a8e9651217ee686",
                "md5": "4c0e791aab9a80e60d27fb9259ce4d9f",
                "sha256": "f95ca2a109d0ae5c16b08f112f65b599d1c7760d5c5a94d9ff0c01976744357a"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c0e791aab9a80e60d27fb9259ce4d9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 484573,
            "upload_time": "2024-10-08T01:41:10",
            "upload_time_iso_8601": "2024-10-08T01:41:10.404592Z",
            "url": "https://files.pythonhosted.org/packages/3e/08/c0b5dcfb8d186c94f9f5a0b77d86ae22f368efdf43447a8e9651217ee686/iteration_utilities-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3266f1a0fe045f0fda3a5b9287a6fdaba376ec5d3e898cf7e5f9876f9a09bf9",
                "md5": "f5783ebea438d5ef00c3070ca969c22b",
                "sha256": "d9f53eab13fcb4ccba35f424391eee92506ac75773b8556a33d375c99ab01dd7"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f5783ebea438d5ef00c3070ca969c22b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 458016,
            "upload_time": "2024-10-08T01:41:12",
            "upload_time_iso_8601": "2024-10-08T01:41:12.387534Z",
            "url": "https://files.pythonhosted.org/packages/a3/26/6f1a0fe045f0fda3a5b9287a6fdaba376ec5d3e898cf7e5f9876f9a09bf9/iteration_utilities-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1ccd9f4c06314df1d727dec83969a2509247563c61cf65fa814d065baa331e9",
                "md5": "d201e73c3fff956159f346ba36cdb3f1",
                "sha256": "de93fd76bf987d135ef95379e903175d6d7d085f8b3ce193e79a15d5732217d9"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d201e73c3fff956159f346ba36cdb3f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 463856,
            "upload_time": "2024-10-08T01:41:14",
            "upload_time_iso_8601": "2024-10-08T01:41:14.305918Z",
            "url": "https://files.pythonhosted.org/packages/b1/cc/d9f4c06314df1d727dec83969a2509247563c61cf65fa814d065baa331e9/iteration_utilities-0.13.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f77544ec9cffc996da440c470a8c547e78c260bd259825b85a5b665fc6bfac69",
                "md5": "ec1e42406b10a52127dd72813204ebb4",
                "sha256": "ced11412ed797c6c682bbf34646d42e3a5c4b4bf8609db2270e2c8fcde7a3cc6"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec1e42406b10a52127dd72813204ebb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 487182,
            "upload_time": "2024-10-08T01:41:16",
            "upload_time_iso_8601": "2024-10-08T01:41:16.581771Z",
            "url": "https://files.pythonhosted.org/packages/f7/75/44ec9cffc996da440c470a8c547e78c260bd259825b85a5b665fc6bfac69/iteration_utilities-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "192cee630a9be33f39b3a5cc3f78296d905d9e380a1f19a7656663592e558cf9",
                "md5": "c1a449c6e827968a06b081cea83a0d48",
                "sha256": "4070898f52e3a56ce656001d4a774f1aae0019d6c37668e172dce579c57e6b15"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "c1a449c6e827968a06b081cea83a0d48",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 234254,
            "upload_time": "2024-10-08T01:41:18",
            "upload_time_iso_8601": "2024-10-08T01:41:18.586505Z",
            "url": "https://files.pythonhosted.org/packages/19/2c/ee630a9be33f39b3a5cc3f78296d905d9e380a1f19a7656663592e558cf9/iteration_utilities-0.13.0-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "982141fae72366afbc9c922a0c12c5d3a60ce005b21615539a1573b3ad97d5ab",
                "md5": "74f840a641ec7f6964dc4930f9ac26cd",
                "sha256": "59e29ceacdd2010f2a54455a5f89c68976b439d9e3e0c73d9cc44bfa630b4194"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "74f840a641ec7f6964dc4930f9ac26cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 238270,
            "upload_time": "2024-10-08T01:41:19",
            "upload_time_iso_8601": "2024-10-08T01:41:19.892538Z",
            "url": "https://files.pythonhosted.org/packages/98/21/41fae72366afbc9c922a0c12c5d3a60ce005b21615539a1573b3ad97d5ab/iteration_utilities-0.13.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a60267de875395af7e4db39f107dc70e18b5ea605753593e634663500458d24e",
                "md5": "82ab67636c2fe8cd8ae270bc6f37a8e8",
                "sha256": "ca22f04320584316e3d00b4b7a4e11070ecd28dc2375b171d22562d74f0c5160"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "82ab67636c2fe8cd8ae270bc6f37a8e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 247039,
            "upload_time": "2024-10-08T01:41:21",
            "upload_time_iso_8601": "2024-10-08T01:41:21.066073Z",
            "url": "https://files.pythonhosted.org/packages/a6/02/67de875395af7e4db39f107dc70e18b5ea605753593e634663500458d24e/iteration_utilities-0.13.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0640573c65cd89f080156ea75a8d8429b7e7ca60629e1f06d8e7f66946411377",
                "md5": "3dbc3d5b1c8036d689413f071dd8cac4",
                "sha256": "b3959d33abf1576bd0a2cea55da54e8426d9112716ebec243566d9729cb62318"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3dbc3d5b1c8036d689413f071dd8cac4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 384194,
            "upload_time": "2024-10-08T01:41:22",
            "upload_time_iso_8601": "2024-10-08T01:41:22.385903Z",
            "url": "https://files.pythonhosted.org/packages/06/40/573c65cd89f080156ea75a8d8429b7e7ca60629e1f06d8e7f66946411377/iteration_utilities-0.13.0-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": "5332f29a0f872e8539d56b1cb3e42ead250996432b163c8c3a765ed4275b7336",
                "md5": "ce3213288d166826e446aa25f240bdea",
                "sha256": "4c66c61c8b015fba5d6beb1bc14b3e2275a455c5b3e6d7a5fd7afdc85c6db097"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ce3213288d166826e446aa25f240bdea",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 411252,
            "upload_time": "2024-10-08T01:41:23",
            "upload_time_iso_8601": "2024-10-08T01:41:23.637514Z",
            "url": "https://files.pythonhosted.org/packages/53/32/f29a0f872e8539d56b1cb3e42ead250996432b163c8c3a765ed4275b7336/iteration_utilities-0.13.0-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": "161dd2944bceb8236d74a1c953b5dd15b2f4820eadac08d110f55563c21beb29",
                "md5": "96bc055334f13ad547df1ce745730223",
                "sha256": "549945a79cd96eeaa3d0569602221c20b9b4655b740273dca0e682fb01b00abc"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "96bc055334f13ad547df1ce745730223",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 398963,
            "upload_time": "2024-10-08T01:41:24",
            "upload_time_iso_8601": "2024-10-08T01:41:24.985133Z",
            "url": "https://files.pythonhosted.org/packages/16/1d/d2944bceb8236d74a1c953b5dd15b2f4820eadac08d110f55563c21beb29/iteration_utilities-0.13.0-cp37-cp37m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "041b1ab75a668200ef29e06aa810c4c6bbb128b4508cfe8a42a4b8c33a2698f3",
                "md5": "bbc495a0f96637c31074b24861067b40",
                "sha256": "828afbb340b8ebab02364a7ae873f5d8fdd24fe538451c5f1c455beffc95cb84"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bbc495a0f96637c31074b24861067b40",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 421259,
            "upload_time": "2024-10-08T01:41:27",
            "upload_time_iso_8601": "2024-10-08T01:41:27.145184Z",
            "url": "https://files.pythonhosted.org/packages/04/1b/1ab75a668200ef29e06aa810c4c6bbb128b4508cfe8a42a4b8c33a2698f3/iteration_utilities-0.13.0-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71b5b4366891cbf46ca59c11966da1858ecc2171765965c48ca48d4836cad8f8",
                "md5": "56a0d0b4d328fa13b4e592dd74fc8711",
                "sha256": "9a3ab89625fdfdb68e4ad7321affb0732ffeee9dbf4822004bdb0ba15e205999"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "56a0d0b4d328fa13b4e592dd74fc8711",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 232527,
            "upload_time": "2024-10-08T01:41:28",
            "upload_time_iso_8601": "2024-10-08T01:41:28.321272Z",
            "url": "https://files.pythonhosted.org/packages/71/b5/b4366891cbf46ca59c11966da1858ecc2171765965c48ca48d4836cad8f8/iteration_utilities-0.13.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6e11036b6177c4e685df4991b72ffe41bf77b01920da065df8216219f9813d0",
                "md5": "ff9bde799de5beb7013f56ace748f0df",
                "sha256": "12ee16e7b98412172f29aed488638647b652e18abaf584b5c5addeddad876edc"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ff9bde799de5beb7013f56ace748f0df",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 237384,
            "upload_time": "2024-10-08T01:41:29",
            "upload_time_iso_8601": "2024-10-08T01:41:29.556578Z",
            "url": "https://files.pythonhosted.org/packages/f6/e1/1036b6177c4e685df4991b72ffe41bf77b01920da065df8216219f9813d0/iteration_utilities-0.13.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62e14eafb0af23ec2a26b67232ac8f21631d90a261beaa0382351353621e0fa7",
                "md5": "50e5d927d39b65bd2a187077a5196263",
                "sha256": "88579afdd9377ba5b39f7c4407d760365ead2380b50c8c445780d55653777186"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50e5d927d39b65bd2a187077a5196263",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 249268,
            "upload_time": "2024-10-08T01:41:30",
            "upload_time_iso_8601": "2024-10-08T01:41:30.820294Z",
            "url": "https://files.pythonhosted.org/packages/62/e1/4eafb0af23ec2a26b67232ac8f21631d90a261beaa0382351353621e0fa7/iteration_utilities-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6765a24ce56775eb523fa5cc692b6a6324bd4c37aec2d66888415a995632ec55",
                "md5": "0b9b2c5f0a375e60dac6d54b8e40cd9e",
                "sha256": "1d6408807542845d01dfff376af6cf3a16087f3835d15f66f3f7b84f5384bd65"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0b9b2c5f0a375e60dac6d54b8e40cd9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 251179,
            "upload_time": "2024-10-08T01:41:32",
            "upload_time_iso_8601": "2024-10-08T01:41:32.055359Z",
            "url": "https://files.pythonhosted.org/packages/67/65/a24ce56775eb523fa5cc692b6a6324bd4c37aec2d66888415a995632ec55/iteration_utilities-0.13.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af848e22ad9b03694cbc78f909ee8bf0d7a1ee9893fb765b089336c02cdac6af",
                "md5": "0a3d5581ce4a1b2eb8b9e08c6f11b283",
                "sha256": "942e6ffba911cb04e97656288abbbc4f29f9a4abf3cc1ef0a5c1f635ddc28cee"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a3d5581ce4a1b2eb8b9e08c6f11b283",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 469895,
            "upload_time": "2024-10-08T01:41:33",
            "upload_time_iso_8601": "2024-10-08T01:41:33.353212Z",
            "url": "https://files.pythonhosted.org/packages/af/84/8e22ad9b03694cbc78f909ee8bf0d7a1ee9893fb765b089336c02cdac6af/iteration_utilities-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e8fdd3cbd46eb5b1e38ac7a3b8fadd0e38117bce5f924c7d03edfba75ba0bcc",
                "md5": "af6855e468182f3494d48afd4d19e00a",
                "sha256": "596d98081084241db856d3637d38ce5b71ba773f3b6a1cb5a97c9c38323e0a3b"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "af6855e468182f3494d48afd4d19e00a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 443420,
            "upload_time": "2024-10-08T01:41:34",
            "upload_time_iso_8601": "2024-10-08T01:41:34.876259Z",
            "url": "https://files.pythonhosted.org/packages/7e/8f/dd3cbd46eb5b1e38ac7a3b8fadd0e38117bce5f924c7d03edfba75ba0bcc/iteration_utilities-0.13.0-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": "77853b6e9a4edf82901ee74172a6de39de26d433e24feff859a7bade431434ff",
                "md5": "499ab1956004c8b5cd835a8bf8d7c742",
                "sha256": "43ba5a9538169fbf95a37728054f41021532bb463e248cd52ddd0a4669890971"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "499ab1956004c8b5cd835a8bf8d7c742",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 444289,
            "upload_time": "2024-10-08T01:41:36",
            "upload_time_iso_8601": "2024-10-08T01:41:36.671424Z",
            "url": "https://files.pythonhosted.org/packages/77/85/3b6e9a4edf82901ee74172a6de39de26d433e24feff859a7bade431434ff/iteration_utilities-0.13.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c58ee4294d2797dcaf838de37c4d82dc6331e8e360ad696153f1c2e27db18b88",
                "md5": "d2be463f3a8bdd1e7b5cfec63bb551b7",
                "sha256": "c2320349d2eee39262f4aa6fc4bc1dc16c2087aba0f5c32a75f4870ae7d785ea"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d2be463f3a8bdd1e7b5cfec63bb551b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 468577,
            "upload_time": "2024-10-08T01:41:38",
            "upload_time_iso_8601": "2024-10-08T01:41:38.361069Z",
            "url": "https://files.pythonhosted.org/packages/c5/8e/e4294d2797dcaf838de37c4d82dc6331e8e360ad696153f1c2e27db18b88/iteration_utilities-0.13.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fe5d73370fb688fb2837b6112c9df114108b3a3783ce4d41459c1356f7200fe",
                "md5": "1312168ddb5e2a17a0a5cc9e618e20e1",
                "sha256": "c959cd6c950223f0d476440b0931b11b604230b1b4c5d417f6d4f0775990baea"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "1312168ddb5e2a17a0a5cc9e618e20e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 234294,
            "upload_time": "2024-10-08T01:41:39",
            "upload_time_iso_8601": "2024-10-08T01:41:39.664967Z",
            "url": "https://files.pythonhosted.org/packages/0f/e5/d73370fb688fb2837b6112c9df114108b3a3783ce4d41459c1356f7200fe/iteration_utilities-0.13.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6601428bc180f5eb92bc52dbe9a0824bec05e1367ee5c93aa70428b04570a1c",
                "md5": "950b0c585392f735c3eab8e30c48184f",
                "sha256": "82c36f3ded6ce212aca34b0f063d40c2e1d590d0c14dbb0c29509bbd91412cdc"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "950b0c585392f735c3eab8e30c48184f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 238593,
            "upload_time": "2024-10-08T01:41:41",
            "upload_time_iso_8601": "2024-10-08T01:41:41.035050Z",
            "url": "https://files.pythonhosted.org/packages/b6/60/1428bc180f5eb92bc52dbe9a0824bec05e1367ee5c93aa70428b04570a1c/iteration_utilities-0.13.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ee6597f496cea93902d252700a709831b21eed45a387a9b24989074e7bf48e6",
                "md5": "4177f9bcf4f53d467b2ef51045385b44",
                "sha256": "f5b30f37431e423a7a524df28404bf252d80c45423ab77713768bf8c403a86f9"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4177f9bcf4f53d467b2ef51045385b44",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 249626,
            "upload_time": "2024-10-08T01:41:42",
            "upload_time_iso_8601": "2024-10-08T01:41:42.253950Z",
            "url": "https://files.pythonhosted.org/packages/4e/e6/597f496cea93902d252700a709831b21eed45a387a9b24989074e7bf48e6/iteration_utilities-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc2701a5ddb4b44af1d66628be40133cc08a7861fa7094cd65e4ffc0c7e54e8b",
                "md5": "aff4858263b6e889b7e3ce3b9e586123",
                "sha256": "e2d4ab280d84a5dabef3f1427974389d833fc27bf4d9f73368be1b3ad750d221"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "aff4858263b6e889b7e3ce3b9e586123",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 251501,
            "upload_time": "2024-10-08T01:41:43",
            "upload_time_iso_8601": "2024-10-08T01:41:43.507698Z",
            "url": "https://files.pythonhosted.org/packages/cc/27/01a5ddb4b44af1d66628be40133cc08a7861fa7094cd65e4ffc0c7e54e8b/iteration_utilities-0.13.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be5b7fc196a016f279813ffb8b8eeb36ccdd3e2f29635aeabe2d1163c08ac132",
                "md5": "ea627a27ecce1103a58ca8ef0269e876",
                "sha256": "18ebd13a2aff275880d1381fe3e48e59179baf07ff87dfb7809edcb46e64820d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea627a27ecce1103a58ca8ef0269e876",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 480748,
            "upload_time": "2024-10-08T01:41:44",
            "upload_time_iso_8601": "2024-10-08T01:41:44.731291Z",
            "url": "https://files.pythonhosted.org/packages/be/5b/7fc196a016f279813ffb8b8eeb36ccdd3e2f29635aeabe2d1163c08ac132/iteration_utilities-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f1e874e4595510999d8d653a66758c45c24bd6c31bec06a89736a7535b49b18",
                "md5": "3c6b548a411078fa25c340543d2a5779",
                "sha256": "8c0ab72adb4b54a975182eb865590fabb21b924da9a86f7c462733165b9e64c7"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3c6b548a411078fa25c340543d2a5779",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 456936,
            "upload_time": "2024-10-08T01:41:46",
            "upload_time_iso_8601": "2024-10-08T01:41:46.830866Z",
            "url": "https://files.pythonhosted.org/packages/0f/1e/874e4595510999d8d653a66758c45c24bd6c31bec06a89736a7535b49b18/iteration_utilities-0.13.0-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": "ec7587b373dee583922684e6ec2258a36236c7962ea72723986a5e14e3f0640f",
                "md5": "c14f9b7c3ef6a09d74499fef0df5602d",
                "sha256": "0996517c44b5a5aa762edee18d6b0a0943a241197064e389588e7db56ce7ad79"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c14f9b7c3ef6a09d74499fef0df5602d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 459429,
            "upload_time": "2024-10-08T01:41:48",
            "upload_time_iso_8601": "2024-10-08T01:41:48.336970Z",
            "url": "https://files.pythonhosted.org/packages/ec/75/87b373dee583922684e6ec2258a36236c7962ea72723986a5e14e3f0640f/iteration_utilities-0.13.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d18cc483631b70b7fe1067c0a69b8a6331f9b1b9a48ef4762829a8d640a9b991",
                "md5": "8997137cfd5c52fa3e2f6dfe436888c5",
                "sha256": "85e22a87d7543bb65c4f3a7068099abe78fb5c7fb2c8bf48ea779a7bf8a1fbf7"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8997137cfd5c52fa3e2f6dfe436888c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 479704,
            "upload_time": "2024-10-08T01:41:49",
            "upload_time_iso_8601": "2024-10-08T01:41:49.819135Z",
            "url": "https://files.pythonhosted.org/packages/d1/8c/c483631b70b7fe1067c0a69b8a6331f9b1b9a48ef4762829a8d640a9b991/iteration_utilities-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20c989de8a7f836dc2bf72fb15934da3129bfd404d66abf4a4f5571207ae844e",
                "md5": "4f720125c6f139032f8ffc546e0b528c",
                "sha256": "eb8c92afdd14088ece913a072786f87126ecf3a65710088ae9a86bfd776c2191"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "4f720125c6f139032f8ffc546e0b528c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 234601,
            "upload_time": "2024-10-08T01:41:51",
            "upload_time_iso_8601": "2024-10-08T01:41:51.078535Z",
            "url": "https://files.pythonhosted.org/packages/20/c9/89de8a7f836dc2bf72fb15934da3129bfd404d66abf4a4f5571207ae844e/iteration_utilities-0.13.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2362059f47b4ec629bb86164c5f1f436fab4dd6417fc9f9af5b8dcc14d019483",
                "md5": "9c7c61a22920cc351daef58210aeeea5",
                "sha256": "0c55a32f5b9130fda9e62db44ff3a7eb40d6e07183e611ce7157989c408d785c"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9c7c61a22920cc351daef58210aeeea5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 239004,
            "upload_time": "2024-10-08T01:41:52",
            "upload_time_iso_8601": "2024-10-08T01:41:52.957114Z",
            "url": "https://files.pythonhosted.org/packages/23/62/059f47b4ec629bb86164c5f1f436fab4dd6417fc9f9af5b8dcc14d019483/iteration_utilities-0.13.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc7080e92a5b35e208f89e31bbf2ddd8e4119a7daf0b2f96a4aba950507c6379",
                "md5": "9d33460e456b932982d11f1af1165ad0",
                "sha256": "d3a6f94e40113f31327160277e0cfdd7afc105f448a369b7b6b23886ad088e1a"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d33460e456b932982d11f1af1165ad0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 240514,
            "upload_time": "2024-10-08T01:41:54",
            "upload_time_iso_8601": "2024-10-08T01:41:54.278929Z",
            "url": "https://files.pythonhosted.org/packages/bc/70/80e92a5b35e208f89e31bbf2ddd8e4119a7daf0b2f96a4aba950507c6379/iteration_utilities-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d06ffe11131ea848b90fca07ead9a58ed37fab642ffdcc7f03c51f2a1ec2a6ef",
                "md5": "95aebea309c59b3c1ec0dd27d37cbab6",
                "sha256": "da7f535533002e1f93ae098c699ca8e20605b5908d9eb54b6416075f909f1345"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "95aebea309c59b3c1ec0dd27d37cbab6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 241600,
            "upload_time": "2024-10-08T01:41:56",
            "upload_time_iso_8601": "2024-10-08T01:41:56.246549Z",
            "url": "https://files.pythonhosted.org/packages/d0/6f/fe11131ea848b90fca07ead9a58ed37fab642ffdcc7f03c51f2a1ec2a6ef/iteration_utilities-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3876082062ea01d7d33394735e816b035ff72bbc41659989026dc0ae1e07b24",
                "md5": "145aab7969d9527229dd63d1e165f9d7",
                "sha256": "39ace7f7cac942812004783626a60cc50b48402afdd6f99492bc6203c708d0f0"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "145aab7969d9527229dd63d1e165f9d7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 257194,
            "upload_time": "2024-10-08T01:41:57",
            "upload_time_iso_8601": "2024-10-08T01:41:57.626629Z",
            "url": "https://files.pythonhosted.org/packages/f3/87/6082062ea01d7d33394735e816b035ff72bbc41659989026dc0ae1e07b24/iteration_utilities-0.13.0-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": "b2e9ef1a1af2f6ef11a2055c3a8443a6aabeabc09b924ab8c2b8b9105fcfbc8a",
                "md5": "ae7a655917405b79342a4531ea025a20",
                "sha256": "b9ed2203f9f2901381f7dc7144d37007439da9b9ac9cdb734663c705a9befea2"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-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": "ae7a655917405b79342a4531ea025a20",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 255681,
            "upload_time": "2024-10-08T01:41:58",
            "upload_time_iso_8601": "2024-10-08T01:41:58.923319Z",
            "url": "https://files.pythonhosted.org/packages/b2/e9/ef1a1af2f6ef11a2055c3a8443a6aabeabc09b924ab8c2b8b9105fcfbc8a/iteration_utilities-0.13.0-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": "fdc38a2cb78954c362d471a21629fc211ac926cb764cf15aa24ec8a06e52db8f",
                "md5": "7a8e79167302aae23a8c9ad85c1f43ee",
                "sha256": "0b3b2e9606db53acac45757a7bea8b24e595d97a3e12dccc93f896c2ffe76a44"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7a8e79167302aae23a8c9ad85c1f43ee",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 237970,
            "upload_time": "2024-10-08T01:42:00",
            "upload_time_iso_8601": "2024-10-08T01:42:00.856774Z",
            "url": "https://files.pythonhosted.org/packages/fd/c3/8a2cb78954c362d471a21629fc211ac926cb764cf15aa24ec8a06e52db8f/iteration_utilities-0.13.0-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c08e2b555281f98c329f411ed00509f93224b13d64cf3ef272e39945a8c2d8f3",
                "md5": "cd9465070a9f240cf113daf7eae0399e",
                "sha256": "89b44d0a150f3fa8512498a2dacff64290883c275888d14396e7a4dfc1509f19"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd9465070a9f240cf113daf7eae0399e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 240596,
            "upload_time": "2024-10-08T01:42:02",
            "upload_time_iso_8601": "2024-10-08T01:42:02.396251Z",
            "url": "https://files.pythonhosted.org/packages/c0/8e/2b555281f98c329f411ed00509f93224b13d64cf3ef272e39945a8c2d8f3/iteration_utilities-0.13.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95539e50dfb60ff353ea6c8a97e9fd8f13e79a2397082150c10c4b67862950e3",
                "md5": "5e6db6a31aac1e2ac8401539f4b8b0a4",
                "sha256": "f5e0bc6a827f9e4510af9775d48f21061daa4eec58d976db1a590a75ef6e1354"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5e6db6a31aac1e2ac8401539f4b8b0a4",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 257459,
            "upload_time": "2024-10-08T01:42:04",
            "upload_time_iso_8601": "2024-10-08T01:42:04.284576Z",
            "url": "https://files.pythonhosted.org/packages/95/53/9e50dfb60ff353ea6c8a97e9fd8f13e79a2397082150c10c4b67862950e3/iteration_utilities-0.13.0-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": "a6a3d6d68d1c8299a7cb056a3e0dc4f555a7ee3298f96b960799913e738c65d4",
                "md5": "6b517571b9e6d84830eada6953ee471f",
                "sha256": "9e2fc842f99f816e9cd4f88eb13676b07cec257e98e4c3e49dcad8c8a19f938d"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-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": "6b517571b9e6d84830eada6953ee471f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 255905,
            "upload_time": "2024-10-08T01:42:05",
            "upload_time_iso_8601": "2024-10-08T01:42:05.558956Z",
            "url": "https://files.pythonhosted.org/packages/a6/a3/d6d68d1c8299a7cb056a3e0dc4f555a7ee3298f96b960799913e738c65d4/iteration_utilities-0.13.0-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": "c3131d212642e751537e9f0fcaecea38742f0cda903f6bef0bd7207e484862be",
                "md5": "fb5187eb43256b9c670fdd85f9d168ef",
                "sha256": "a2670fe92c02a3a2191984be8e59e1064a34baf336fa7a2f4c099b35c00cf281"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fb5187eb43256b9c670fdd85f9d168ef",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 238049,
            "upload_time": "2024-10-08T01:42:07",
            "upload_time_iso_8601": "2024-10-08T01:42:07.511408Z",
            "url": "https://files.pythonhosted.org/packages/c3/13/1d212642e751537e9f0fcaecea38742f0cda903f6bef0bd7207e484862be/iteration_utilities-0.13.0-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffbffd4821dbbbc3dcb17019e21e7aba5c35da3cc1d8a0b2c79feffbf02718b3",
                "md5": "5fa3c61cc9c9df2efd396ab653e52214",
                "sha256": "3db438079c4a080c40e2b479f6b12e82e4fd4345ce66aff58a6a96cf1ac2401a"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5fa3c61cc9c9df2efd396ab653e52214",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 240604,
            "upload_time": "2024-10-08T01:42:08",
            "upload_time_iso_8601": "2024-10-08T01:42:08.785422Z",
            "url": "https://files.pythonhosted.org/packages/ff/bf/fd4821dbbbc3dcb17019e21e7aba5c35da3cc1d8a0b2c79feffbf02718b3/iteration_utilities-0.13.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "420fed40d6b5d4b50cd2147da1c908f6dde95cf95b99af7634199fcc91b30a5a",
                "md5": "141c718265808cb2cf03b963639d43e7",
                "sha256": "849168dc5fafb87ef1d0b790f91cfea0e98a2c4ee0cce9de438f59516bbbe110"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "141c718265808cb2cf03b963639d43e7",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 241759,
            "upload_time": "2024-10-08T01:42:10",
            "upload_time_iso_8601": "2024-10-08T01:42:10.208192Z",
            "url": "https://files.pythonhosted.org/packages/42/0f/ed40d6b5d4b50cd2147da1c908f6dde95cf95b99af7634199fcc91b30a5a/iteration_utilities-0.13.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb6e97e60ce942b74edd182dc9f2e0fe287c03a82569e987597062c8f7da3b09",
                "md5": "f84f8999983998710e5637a219e7eca8",
                "sha256": "c9ed54aba670e321d899b3a7dc32e0d4c00dc7309891b718e8a7d39321fbaf4f"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f84f8999983998710e5637a219e7eca8",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 257340,
            "upload_time": "2024-10-08T01:42:11",
            "upload_time_iso_8601": "2024-10-08T01:42:11.672055Z",
            "url": "https://files.pythonhosted.org/packages/cb/6e/97e60ce942b74edd182dc9f2e0fe287c03a82569e987597062c8f7da3b09/iteration_utilities-0.13.0-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": "809af14992008fb0b07a8c3ac7877d57c561f194431cb25dd53209a14bc0476c",
                "md5": "0beaf5035fab406ded1412c4c2a21b85",
                "sha256": "c3248d8379ef983f9e5cc5003c8fee7519710094ffa92ba3c7e6e1e03673dc5f"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-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": "0beaf5035fab406ded1412c4c2a21b85",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 255936,
            "upload_time": "2024-10-08T01:42:13",
            "upload_time_iso_8601": "2024-10-08T01:42:13.080099Z",
            "url": "https://files.pythonhosted.org/packages/80/9a/f14992008fb0b07a8c3ac7877d57c561f194431cb25dd53209a14bc0476c/iteration_utilities-0.13.0-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": "8e5254894ed99e347f07fc0a46024729cb8886a7ef64bcb68642b5089cb40c63",
                "md5": "802bc8592c50eb1974ce7800e9f748dc",
                "sha256": "39fbbe704405cff3d17067c4b583ed6b1d5fb55996c767f096950b7653df44a0"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "802bc8592c50eb1974ce7800e9f748dc",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 238055,
            "upload_time": "2024-10-08T01:42:14",
            "upload_time_iso_8601": "2024-10-08T01:42:14.462111Z",
            "url": "https://files.pythonhosted.org/packages/8e/52/54894ed99e347f07fc0a46024729cb8886a7ef64bcb68642b5089cb40c63/iteration_utilities-0.13.0-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51aaf6b9e116a1c344650b16c6aa0f7afd6991503217fa42a5432cd2e548881b",
                "md5": "77004b35926f6e3a6d66fb67da35f0a5",
                "sha256": "93b2adb97bb1e24fd309c587ae6bbaccd78360e3a4214930c99e5e253cb364dc"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77004b35926f6e3a6d66fb67da35f0a5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 240642,
            "upload_time": "2024-10-08T01:42:15",
            "upload_time_iso_8601": "2024-10-08T01:42:15.721324Z",
            "url": "https://files.pythonhosted.org/packages/51/aa/f6b9e116a1c344650b16c6aa0f7afd6991503217fa42a5432cd2e548881b/iteration_utilities-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d16a55777a72a9ab7267b79a9dfd2c20fb61359e697d3f84872c008c7448ebd",
                "md5": "013fa238387f989551655b60bae010fc",
                "sha256": "165f7ad3019a19e7880f1e0ef00fc2d0696f482840409f9d77e1d113555cb8e0"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "013fa238387f989551655b60bae010fc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 241673,
            "upload_time": "2024-10-08T01:42:17",
            "upload_time_iso_8601": "2024-10-08T01:42:17.720118Z",
            "url": "https://files.pythonhosted.org/packages/5d/16/a55777a72a9ab7267b79a9dfd2c20fb61359e697d3f84872c008c7448ebd/iteration_utilities-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f0a6ec11c7a0328ee41bb02bf6d7def82278638d36bf7bdd6b994244ce31b8b",
                "md5": "03882bd1bc5a044e823755829200e516",
                "sha256": "703cd76e174dc0d882ab4d8f8c4bf9340f9fe8b323092e3b21db2c0d77b4d539"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "03882bd1bc5a044e823755829200e516",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 257154,
            "upload_time": "2024-10-08T01:42:19",
            "upload_time_iso_8601": "2024-10-08T01:42:19.718116Z",
            "url": "https://files.pythonhosted.org/packages/1f/0a/6ec11c7a0328ee41bb02bf6d7def82278638d36bf7bdd6b994244ce31b8b/iteration_utilities-0.13.0-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": "e2a48ae3451c391fde2ca314d9f6b8849cf7fb1a9fc8177778012ba7968b22d1",
                "md5": "6a0fa0e55f2b8522050788c7786cf585",
                "sha256": "f62c11288d7b258deaafe87320ced0c4fb4bd7c3d410612f4f7f91502031b5bb"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-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": "6a0fa0e55f2b8522050788c7786cf585",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 255692,
            "upload_time": "2024-10-08T01:42:21",
            "upload_time_iso_8601": "2024-10-08T01:42:21.047894Z",
            "url": "https://files.pythonhosted.org/packages/e2/a4/8ae3451c391fde2ca314d9f6b8849cf7fb1a9fc8177778012ba7968b22d1/iteration_utilities-0.13.0-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": "ac383318fefcd5a7599271c65934434236286526ae34f34498bf535d114666a6",
                "md5": "51964b50e9164c7000f4e07a7a8b7f29",
                "sha256": "d0d5992675a99a3b85c0e9550a6fb0683fac409481ac6b56b1e797ab949ab42e"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "51964b50e9164c7000f4e07a7a8b7f29",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 238010,
            "upload_time": "2024-10-08T01:42:22",
            "upload_time_iso_8601": "2024-10-08T01:42:22.371637Z",
            "url": "https://files.pythonhosted.org/packages/ac/38/3318fefcd5a7599271c65934434236286526ae34f34498bf535d114666a6/iteration_utilities-0.13.0-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4cf391dab93877843f7f8bae210bc9c3fa9053ac968e0e9407e5a2e1d3e3298",
                "md5": "f7626fb0264a8cdbace977dfc61891dc",
                "sha256": "4be84b9846b5dcd607be769fd014daa107824d7f64c09694a22bf3cd5ab881dc"
            },
            "downloads": -1,
            "filename": "iteration_utilities-0.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7626fb0264a8cdbace977dfc61891dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 158096,
            "upload_time": "2024-10-08T01:42:24",
            "upload_time_iso_8601": "2024-10-08T01:42:24.042817Z",
            "url": "https://files.pythonhosted.org/packages/d4/cf/391dab93877843f7f8bae210bc9c3fa9053ac968e0e9407e5a2e1d3e3298/iteration_utilities-0.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 01:42:24",
    "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: 1.49031s