Skip to main content

General purpose for/iterator looping generators/utilities.

Project description

PythonSupport PyPI version

Introduction

This library is intended to house general for/iterator looping generators/utilities.

Only one so far is xloop, see xloop docs.

Documentation

📄 Detailed Documentation | 🐍 PyPi

Install

# via pip
pip install xloop

# via poetry
poetry add xloop

Quick Start

from xloop import xloop

args = [None, "hello", 2, [3, 4], ['A', ["inner", "list"]]]

output = list(xloop(*args))

assert output == ["hello", 2, 3, 4, 'A', ["inner", "list"]]

Licensing

This library is licensed under the MIT-0 License. See the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xloop-1.1.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

xloop-1.1.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page