Metadata-Version: 2.1
Name: join-iterables
Version: 0.2
Summary: Joins iterables in a streaming fashion while respects repetitions
Home-page: https://github.com/andyil/join-iterables
Download-URL: https://github.com/andyil/join-iterables/archive/0.2.tar.gz
License: MIT
Keywords: python,data,iterable,iterables,itertools,more-itertools,join
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: more-itertools

# join-iterables
lazily join python iterables, supports repeated keys
