![PythonSupport](https://img.shields.io/static/v1?label=python&message=%203.8|%203.9|%203.10|%203.11&color=blue?style=flat-square&logo=python)
![PyPI version](https://badge.fury.io/py/xloop.svg?)
- [Introduction](#introduction)
- [Documentation](#documentation)
- [Install](#install)
- [Quick Start](#quick-start)
- [Licensing](#licensing)
# Introduction
This library is intended to house general for/iterator looping generators/utilities.
Only one so far is `xloop`, see **[xloop docs](https://xyngular.github.io/py-xloop/latest/)**.
# Documentation
**[📄 Detailed Documentation](https://xyngular.github.io/py-xloop/latest/)** | **[🐍 PyPi](https://pypi.org/project/xloop/)**
# Install
```bash
# via pip
pip install xloop
# via poetry
poetry add xloop
```
# Quick Start
```python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/xyngular/py-xloop",
"name": "xloop",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<4.0",
"maintainer_email": "",
"keywords": "forloop,loop,list,generator,utilites",
"author": "Josh Orr",
"author_email": "josh@orr.blue",
"download_url": "https://files.pythonhosted.org/packages/9f/8d/f0bbc5d41618c737657b09f030d8e647c04c8b9be9ddccedbc1a04e3ab55/xloop-1.1.0.tar.gz",
"platform": null,
"description": "![PythonSupport](https://img.shields.io/static/v1?label=python&message=%203.8|%203.9|%203.10|%203.11&color=blue?style=flat-square&logo=python)\n![PyPI version](https://badge.fury.io/py/xloop.svg?)\n\n- [Introduction](#introduction)\n- [Documentation](#documentation)\n- [Install](#install)\n- [Quick Start](#quick-start)\n- [Licensing](#licensing)\n\n# Introduction\n\nThis library is intended to house general for/iterator looping generators/utilities.\n\nOnly one so far is `xloop`, see **[xloop docs](https://xyngular.github.io/py-xloop/latest/)**.\n\n# Documentation\n\n**[\ud83d\udcc4 Detailed Documentation](https://xyngular.github.io/py-xloop/latest/)** | **[\ud83d\udc0d PyPi](https://pypi.org/project/xloop/)**\n\n# Install\n\n```bash\n# via pip\npip install xloop\n\n# via poetry\npoetry add xloop\n```\n\n# Quick Start\n\n```python\nfrom xloop import xloop\n\nargs = [None, \"hello\", 2, [3, 4], ['A', [\"inner\", \"list\"]]]\n\noutput = list(xloop(*args))\n\nassert output == [\"hello\", 2, 3, 4, 'A', [\"inner\", \"list\"]]\n```\n\n\n\n# Licensing\n\nThis library is licensed under the MIT-0 License. See the LICENSE file.\n",
"bugtrack_url": null,
"license": "",
"summary": "General purpose for/iterator looping generators/utilities.",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/xyngular/py-xloop",
"Repository": "https://github.com/xyngular/py-xloop"
},
"split_keywords": [
"forloop",
"loop",
"list",
"generator",
"utilites"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bafe856047628f835435f72807c0d4a99564e06393e0b38755c9ea35b56804f3",
"md5": "d55a4647736050a9840b16223b1f37f2",
"sha256": "9b2b2f44c92aadf1c664664b079561a482885348794f54d5528952590fb64ad6"
},
"downloads": -1,
"filename": "xloop-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d55a4647736050a9840b16223b1f37f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11,<4.0",
"size": 4784,
"upload_time": "2024-01-03T19:17:18",
"upload_time_iso_8601": "2024-01-03T19:17:18.253780Z",
"url": "https://files.pythonhosted.org/packages/ba/fe/856047628f835435f72807c0d4a99564e06393e0b38755c9ea35b56804f3/xloop-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9f8df0bbc5d41618c737657b09f030d8e647c04c8b9be9ddccedbc1a04e3ab55",
"md5": "ad2349d3db23154f212ad9d5d00674de",
"sha256": "4bc625cdce9df521dda3a26842fc8a7640af86f56b0bf67aa14ee323a9181a30"
},
"downloads": -1,
"filename": "xloop-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ad2349d3db23154f212ad9d5d00674de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<4.0",
"size": 4744,
"upload_time": "2024-01-03T19:17:19",
"upload_time_iso_8601": "2024-01-03T19:17:19.592462Z",
"url": "https://files.pythonhosted.org/packages/9f/8d/f0bbc5d41618c737657b09f030d8e647c04c8b9be9ddccedbc1a04e3ab55/xloop-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-03 19:17:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xyngular",
"github_project": "py-xloop",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xloop"
}