iterlab


Nameiterlab JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/zteinck/iterlab
SummaryCollection of helper functions that perform operations on iterables.
upload_time2024-06-26 04:07:05
maintainerNone
docs_urlNone
authorZachary Einck
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iterlab

<div>

[![Package version](https://img.shields.io/pypi/v/iterlab?color=%2334D058&label=pypi)](https://pypi.org/project/iterlab/)
[![License](https://img.shields.io/github/license/zteinck/iterlab)](https://github.com/zteinck/iterlab/blob/master/LICENSE)

</div>

`iterlab` is a collection of helper functions that perform operations on iterables.


## Installation
```sh
pip install iterlab
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zteinck/iterlab",
    "name": "iterlab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Zachary Einck",
    "author_email": "zacharyeinck@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/c2/d3eb57dec7438c94f90613e334b9598aa85dfd945258d12d91bd115d37e7/iterlab-0.1.4.tar.gz",
    "platform": null,
    "description": "# iterlab\n\n<div>\n\n[![Package version](https://img.shields.io/pypi/v/iterlab?color=%2334D058&label=pypi)](https://pypi.org/project/iterlab/)\n[![License](https://img.shields.io/github/license/zteinck/iterlab)](https://github.com/zteinck/iterlab/blob/master/LICENSE)\n\n</div>\n\n`iterlab` is a collection of helper functions that perform operations on iterables.\n\n\n## Installation\n```sh\npip install iterlab\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Collection of helper functions that perform operations on iterables.",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/zteinck/iterlab",
        "Repository": "https://github.com/zteinck/iterlab"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "880ee57d90e572745e289b27b3c183ed1ab49f55e954cd3046137b6a5e3f9154",
                "md5": "46dc18706a7b7e4d129a4fff2ae17d60",
                "sha256": "17f3bd7efa0a85bc3b9aaa0929a11b0d1ed70db0333605c5707b069811653e94"
            },
            "downloads": -1,
            "filename": "iterlab-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46dc18706a7b7e4d129a4fff2ae17d60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 4151,
            "upload_time": "2024-06-26T04:07:03",
            "upload_time_iso_8601": "2024-06-26T04:07:03.775477Z",
            "url": "https://files.pythonhosted.org/packages/88/0e/e57d90e572745e289b27b3c183ed1ab49f55e954cd3046137b6a5e3f9154/iterlab-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ec2d3eb57dec7438c94f90613e334b9598aa85dfd945258d12d91bd115d37e7",
                "md5": "518e5d6c47eed29ffe0f9d3b7da1d117",
                "sha256": "96e23ce9e88c64f01fdad56dae7617841f951a546bf63f1eecccc31339dba581"
            },
            "downloads": -1,
            "filename": "iterlab-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "518e5d6c47eed29ffe0f9d3b7da1d117",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 3568,
            "upload_time": "2024-06-26T04:07:05",
            "upload_time_iso_8601": "2024-06-26T04:07:05.569183Z",
            "url": "https://files.pythonhosted.org/packages/1e/c2/d3eb57dec7438c94f90613e334b9598aa85dfd945258d12d91bd115d37e7/iterlab-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 04:07:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zteinck",
    "github_project": "iterlab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "iterlab"
}
        
Elapsed time: 0.70171s