yajirushi


Nameyajirushi JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://gitlab.com/patrick.daniel.gress/yajirushi
Summary
upload_time2023-09-05 10:14:50
maintainer
docs_urlNone
authorvoidpointercast
requires_python>=3.11,<4.0
licenseGPLv3 or LGPLv3
keywords arrow functional programming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Yajirushi

Yajirushi is a small library that enables the workflow associated with
[Arrows](https://en.wikibooks.org/wiki/Haskell/Understanding_arrows).

````python
from yajirushi import arrow

add_min_and_max = arrow(max) & arrow(min) | arrow(sum)
assert add_min_and_max([1, 2, 3]) == 1 + 3
````

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/patrick.daniel.gress/yajirushi",
    "name": "yajirushi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "arrow,functional programming",
    "author": "voidpointercast",
    "author_email": "voidpointercast@justmail.de",
    "download_url": "https://files.pythonhosted.org/packages/e0/08/b5ffdfd59c79fbd994d9122ab98a6fa70de942a4ba38741effe99626b3f3/yajirushi-0.1.5.tar.gz",
    "platform": null,
    "description": "# Yajirushi\n\nYajirushi is a small library that enables the workflow associated with\n[Arrows](https://en.wikibooks.org/wiki/Haskell/Understanding_arrows).\n\n````python\nfrom yajirushi import arrow\n\nadd_min_and_max = arrow(max) & arrow(min) | arrow(sum)\nassert add_min_and_max([1, 2, 3]) == 1 + 3\n````\n",
    "bugtrack_url": null,
    "license": "GPLv3 or LGPLv3",
    "summary": "",
    "version": "0.1.5",
    "project_urls": {
        "Documentation": "https://ajirushi.readthedocs.io/en/latest/",
        "Homepage": "https://gitlab.com/patrick.daniel.gress/yajirushi",
        "Repository": "https://gitlab.com/patrick.daniel.gress/yajirushi"
    },
    "split_keywords": [
        "arrow",
        "functional programming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e92173c51f1f14561fcbe5af9d0004df7c09df1f06d1bb013a0bef462220e75",
                "md5": "f483862eff88cb3824b84f3c0ad4e4a5",
                "sha256": "16ff85cfe9de54c7846b74e322085ca0aab905bf4cb1a03e6ef6c16ef228c804"
            },
            "downloads": -1,
            "filename": "yajirushi-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f483862eff88cb3824b84f3c0ad4e4a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 6961,
            "upload_time": "2023-09-05T10:14:49",
            "upload_time_iso_8601": "2023-09-05T10:14:49.136579Z",
            "url": "https://files.pythonhosted.org/packages/2e/92/173c51f1f14561fcbe5af9d0004df7c09df1f06d1bb013a0bef462220e75/yajirushi-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e008b5ffdfd59c79fbd994d9122ab98a6fa70de942a4ba38741effe99626b3f3",
                "md5": "a7a8a734f371e0943605f486f95077b1",
                "sha256": "eb4e90e5be54589128ea0eaa2bf462ff6e50ab9f8cd79e6941163a70df6ac88b"
            },
            "downloads": -1,
            "filename": "yajirushi-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a7a8a734f371e0943605f486f95077b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 15119,
            "upload_time": "2023-09-05T10:14:50",
            "upload_time_iso_8601": "2023-09-05T10:14:50.222146Z",
            "url": "https://files.pythonhosted.org/packages/e0/08/b5ffdfd59c79fbd994d9122ab98a6fa70de942a4ba38741effe99626b3f3/yajirushi-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-05 10:14:50",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "patrick.daniel.gress",
    "gitlab_project": "yajirushi",
    "lcname": "yajirushi"
}
        
Elapsed time: 0.10830s