funstruct


Namefunstruct JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/veyga/funstruct
Summaryfun & functional structures
upload_time2024-07-29 01:59:16
maintainerNone
docs_urlNone
authorAndrew Stefanich
requires_python<4.0,>=3.12
licenseMIT
keywords functional immutable fp data structures cons
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # funstruct

Some of my fav lil data structures.

These are not meant to be highly performant.

They are useful for smaller datasets and for personal scripts.

Like all functional stuctures, they play very well with recursive algos.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/veyga/funstruct",
    "name": "funstruct",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "functional, immutable, fp, data structures, cons",
    "author": "Andrew Stefanich",
    "author_email": "andrewstefanich@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f9/47/7140d76e4127b1515a985b5ecb31ed29924e6cc2c899c5511de006a98b5f/funstruct-0.1.2.tar.gz",
    "platform": null,
    "description": "# funstruct\n\nSome of my fav lil data structures.\n\nThese are not meant to be highly performant.\n\nThey are useful for smaller datasets and for personal scripts.\n\nLike all functional stuctures, they play very well with recursive algos.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "fun & functional structures",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/veyga/funstruct",
        "Repository": "https://github.com/veyga/funstruct"
    },
    "split_keywords": [
        "functional",
        " immutable",
        " fp",
        " data structures",
        " cons"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79fa01ff708f00493c124d88990e2fd8a9bb966a8e6712431762069ac6d4aedb",
                "md5": "c0d81d8d0e0105e4210108c336873786",
                "sha256": "ed3bdaec43fa00b69d66a106480bdbcc75a3966d5c23f85b6632e09cf7c105cf"
            },
            "downloads": -1,
            "filename": "funstruct-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0d81d8d0e0105e4210108c336873786",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 7029,
            "upload_time": "2024-07-29T01:59:15",
            "upload_time_iso_8601": "2024-07-29T01:59:15.322382Z",
            "url": "https://files.pythonhosted.org/packages/79/fa/01ff708f00493c124d88990e2fd8a9bb966a8e6712431762069ac6d4aedb/funstruct-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9477140d76e4127b1515a985b5ecb31ed29924e6cc2c899c5511de006a98b5f",
                "md5": "3e88c8bfb049b93ee7759ee2814a9ebd",
                "sha256": "2fe33e4a108b0d48ea65577518fa665bb78d74b0fa9b367b778ee0d02d505b9b"
            },
            "downloads": -1,
            "filename": "funstruct-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3e88c8bfb049b93ee7759ee2814a9ebd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 6379,
            "upload_time": "2024-07-29T01:59:16",
            "upload_time_iso_8601": "2024-07-29T01:59:16.538406Z",
            "url": "https://files.pythonhosted.org/packages/f9/47/7140d76e4127b1515a985b5ecb31ed29924e6cc2c899c5511de006a98b5f/funstruct-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-29 01:59:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "veyga",
    "github_project": "funstruct",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "funstruct"
}
        
Elapsed time: 0.40339s