bsplines2d


Namebsplines2d JSON
Version 0.0.19 PyPI version JSON
download
home_pagehttps://github.com/ToFuProject/bsplines2d
SummaryA python library for generic multidimensional bsplines on various meshes, using datastock
upload_time2025-02-09 21:11:57
maintainerNone
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": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "bsplines data analysis modelling mesh plot",
    "author": "Didier VEZINET",
    "author_email": "didier.vezinet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/48/b9d94ffc27c827861229dd2c408f3be153affeda6bac0bdd5635caa4c8c5/bsplines2d-0.0.19.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.19",
    "project_urls": {
        "Homepage": "https://github.com/ToFuProject/bsplines2d"
    },
    "split_keywords": [
        "bsplines",
        "data",
        "analysis",
        "modelling",
        "mesh",
        "plot"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f42c4ef7914b3c49a7a9e263ea830d0500ea6f2fd685c74b5b753632cb263ac6",
                "md5": "d8f4275c30cfbdf241a164a81903fbcf",
                "sha256": "1c886e23bed26b9e3b9768e61d308a7f277d038bc8b425939cf65c9f4cb7f889"
            },
            "downloads": -1,
            "filename": "bsplines2d-0.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8f4275c30cfbdf241a164a81903fbcf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 137745,
            "upload_time": "2025-02-09T21:11:55",
            "upload_time_iso_8601": "2025-02-09T21:11:55.531795Z",
            "url": "https://files.pythonhosted.org/packages/f4/2c/4ef7914b3c49a7a9e263ea830d0500ea6f2fd685c74b5b753632cb263ac6/bsplines2d-0.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c48b9d94ffc27c827861229dd2c408f3be153affeda6bac0bdd5635caa4c8c5",
                "md5": "43ec5b083d8e096080f1c1dc6c8bb133",
                "sha256": "01dd4039970324099947d037f7928e659efcb3c0812566b5636ee3f1547116dc"
            },
            "downloads": -1,
            "filename": "bsplines2d-0.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "43ec5b083d8e096080f1c1dc6c8bb133",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 117455,
            "upload_time": "2025-02-09T21:11:57",
            "upload_time_iso_8601": "2025-02-09T21:11:57.938319Z",
            "url": "https://files.pythonhosted.org/packages/1c/48/b9d94ffc27c827861229dd2c408f3be153affeda6bac0bdd5635caa4c8c5/bsplines2d-0.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 21:11:57",
    "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.44"
                ]
            ]
        }
    ],
    "lcname": "bsplines2d"
}
        
Elapsed time: 9.05347s