bsplines2d


Namebsplines2d JSON
Version 0.0.15 PyPI version JSON
download
home_pagehttps://github.com/ToFuProject/bsplines2d
SummaryA python library for generic multidimensional bsplines on various meshes, using datastock
upload_time2024-02-27 04:04:05
maintainer
docs_urlNone
authorDidier VEZINET
requires_python>=3.6
licenseMIT
keywords bsplines data analysis modelling mesh plot
VCS
bugtrack_url
requirements numpy scipy matplotlib astropy contourpy datastock
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bsplines2d
Toolbox for creating and using multi-dimension bsplines, with multiple meshes

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ToFuProject/bsplines2d",
    "name": "bsplines2d",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "bsplines data analysis modelling mesh plot",
    "author": "Didier VEZINET",
    "author_email": "didier.vezinet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/8d/8e5bb82ea8185432bf124245d808ded3b288916a9042fcc23998b5401b96/bsplines2d-0.0.15.tar.gz",
    "platform": null,
    "description": "# bsplines2d\nToolbox for creating and using multi-dimension bsplines, with multiple meshes\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library for generic multidimensional bsplines on various meshes, using datastock",
    "version": "0.0.15",
    "project_urls": {
        "Homepage": "https://github.com/ToFuProject/bsplines2d"
    },
    "split_keywords": [
        "bsplines",
        "data",
        "analysis",
        "modelling",
        "mesh",
        "plot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc518ec9ccbe1d685244419c980b03e62de036436928bfacb01884ece208fa5b",
                "md5": "32f1af25cc724fa33af016e2c15e6544",
                "sha256": "7889568ef87a6deb633785b5d4ea162280693706516fd6c40a965752d67dda5e"
            },
            "downloads": -1,
            "filename": "bsplines2d-0.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32f1af25cc724fa33af016e2c15e6544",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 137143,
            "upload_time": "2024-02-27T04:04:03",
            "upload_time_iso_8601": "2024-02-27T04:04:03.925756Z",
            "url": "https://files.pythonhosted.org/packages/cc/51/8ec9ccbe1d685244419c980b03e62de036436928bfacb01884ece208fa5b/bsplines2d-0.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c8d8e5bb82ea8185432bf124245d808ded3b288916a9042fcc23998b5401b96",
                "md5": "9d34092d1c27cf4b9c941eaef2042604",
                "sha256": "444df9f3e52154dc659d47c13dd28f3f0677534629211e911c6f3ea1be01c224"
            },
            "downloads": -1,
            "filename": "bsplines2d-0.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "9d34092d1c27cf4b9c941eaef2042604",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 116833,
            "upload_time": "2024-02-27T04:04:05",
            "upload_time_iso_8601": "2024-02-27T04:04:05.691969Z",
            "url": "https://files.pythonhosted.org/packages/3c/8d/8e5bb82ea8185432bf124245d808ded3b288916a9042fcc23998b5401b96/bsplines2d-0.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 04:04:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ToFuProject",
    "github_project": "bsplines2d",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "astropy",
            "specs": []
        },
        {
            "name": "contourpy",
            "specs": []
        },
        {
            "name": "datastock",
            "specs": [
                [
                    ">=",
                    "0.0.38"
                ]
            ]
        }
    ],
    "lcname": "bsplines2d"
}
        
Elapsed time: 0.19217s