Skip to main content
https://img.shields.io/coveralls/mila-udem/picklable-itertools.svg https://travis-ci.org/mila-udem/picklable-itertools.svg?branch=master https://img.shields.io/scrutinizer/g/mila-udem/picklable-itertools.svg https://img.shields.io/badge/license-MIT-blue.svg

picklable-itertools

A reimplementation of the Python standard library’s itertools, in Python, using picklable iterator objects. Intended to be Python 2.7 and 3.4+ compatible. Also includes picklable, Python {2, 3}-compatible implementations of some related utilities, including some functions from the Toolz library, in picklable_itertools.extras.

Why?

  • Because the standard library pickle module (nor the excellent dill package) can’t serialize all of the itertools iterators, at least on Python 2 (at least some appear to be serializable on Python 3).

  • Because there are lots of instances where these things in itertools would simplify code, but can’t be used because serializability must be maintained across both Python 2 and Python 3. The in-development framework Blocks is our first consumer. We’d like to be able to serialize the entire state of a long-running program for later resumption. We can’t do this with non-picklable objects.

Philosophy

  • This should be a drop-in replacement. Pretty self-explanatory. Test against the standard library itertools or builtin implementation to verify behaviour matches. Where Python 2 and Python 3 differ in their naming, (filterfalse vs ifilterfalse, zip_longest vs. izip_longest) we provide both. We also provide names that were only available in the Python 2 incarnation of itertools (ifilter, izip), also available under their built-in names in Python 3 (filter, zip), for convenience. As new objects are added to the Python 3 itertools module, we intend to add them (accumulate, for example, appears only in Python 3, and a picklable implementation is contained in this package.)

  • Handle built-in types gracefully if possible. List iterators, etc. are not picklable on Python 2.x, so we provide an alternative implementation. File iterators are handled transparently as well. dict iterators and set iterators are currently not supported. picklable_itertools.xrange can be used as a drop-in replacement for Python 2 xrange/Python 3 range, with the benefit that the iterators produced by it will be picklable on both Python 2 and 3.

  • Premature optimization is the root of all evil. These things are implemented in Python, so speed is obviously not our primary concern. Several of the more advanced iterators are constructed by chaining simpler iterators together, which is not the most efficient thing to do but simplifies the code a lot. If it turns out that speed (or a shallower object graph) is necessary or desirable, these can always be reimplemented. Pull requests to this effect are welcome.

Release files for picklable-itertools 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for picklable-itertools 0.1.1
File Size Uploaded
picklable-itertools-0.1.1.tar.gz 11.3 kB Details

Release files / picklable-itertools-0.1.1.tar.gz

Download URL picklable-itertools-0.1.1.tar.gz
Size 11.3 kB
Tags Source
SHA-256 checksum
How to use checksums
faecb7709d2684f3d2d06032e06ed0670cacc59cc074adccd666291c848fe638
BLAKE2b-256 checksum
How to use checksums
75bccda9191f0c92960ede6aa95e364443965246385faf62775cc30749931c2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page