join-iterables


Namejoin-iterables JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/andyil/join-iterables
SummaryJoins iterables in a streaming fashion while respects repetitions
upload_time2023-11-20 21:48:46
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords python data iterable iterables itertools more-itertools join
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # join-iterables
lazily join python iterables, supports repeated keys

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andyil/join-iterables",
    "name": "join-iterables",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,data,iterable,iterables,itertools,more-itertools,join",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c9/9d/f480b18e96049cf5b5cc1abf1b398ef104c5ba104903a7d46c66f807b74f/join-iterables-0.2.tar.gz",
    "platform": null,
    "description": "# join-iterables\nlazily join python iterables, supports repeated keys\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Joins iterables in a streaming fashion while respects repetitions",
    "version": "0.2",
    "project_urls": {
        "Download": "https://github.com/andyil/join-iterables/archive/0.2.tar.gz",
        "Homepage": "https://github.com/andyil/join-iterables"
    },
    "split_keywords": [
        "python",
        "data",
        "iterable",
        "iterables",
        "itertools",
        "more-itertools",
        "join"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c99df480b18e96049cf5b5cc1abf1b398ef104c5ba104903a7d46c66f807b74f",
                "md5": "0809e7f9bc6e3c6eea731ec51eb80fc9",
                "sha256": "039e0e4bb6d9885e43c061f7627af7f989895d5a2e510b8e6a023c9e80579364"
            },
            "downloads": -1,
            "filename": "join-iterables-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0809e7f9bc6e3c6eea731ec51eb80fc9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2779,
            "upload_time": "2023-11-20T21:48:46",
            "upload_time_iso_8601": "2023-11-20T21:48:46.987203Z",
            "url": "https://files.pythonhosted.org/packages/c9/9d/f480b18e96049cf5b5cc1abf1b398ef104c5ba104903a7d46c66f807b74f/join-iterables-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-20 21:48:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andyil",
    "github_project": "join-iterables",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "join-iterables"
}
        
Elapsed time: 0.15334s