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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file xloop-1.1.0.tar.gz.

File metadata

  • Download URL: xloop-1.1.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1018-azure

File hashes

Hashes for xloop-1.1.0.tar.gz
Algorithm Hash digest
SHA256 4bc625cdce9df521dda3a26842fc8a7640af86f56b0bf67aa14ee323a9181a30
MD5 ad2349d3db23154f212ad9d5d00674de
BLAKE2b-256 9f8df0bbc5d41618c737657b09f030d8e647c04c8b9be9ddccedbc1a04e3ab55

See more details on using hashes here.

File details

Details for the file xloop-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: xloop-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1018-azure

File hashes

Hashes for xloop-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9b2b2f44c92aadf1c664664b079561a482885348794f54d5528952590fb64ad6
MD5 d55a4647736050a9840b16223b1f37f2
BLAKE2b-256 bafe856047628f835435f72807c0d4a99564e06393e0b38755c9ea35b56804f3

See more details on using hashes here.

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