linearfit


Namelinearfit JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/Johannes-Sahlmann/linearfit
Summarypython package that implements a general least-squares fit of a linear model using numpy matrix inversion
upload_time2024-03-19 16:08:30
maintainer
docs_urlNone
authorJohannes Sahlmann
requires_python
licenseBSD 3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python package that implements a general least-squares fit of a linear model using numpy matrix inversion

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Johannes-Sahlmann/linearfit",
    "name": "linearfit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Johannes Sahlmann",
    "author_email": "jsahlmann@stsci.edu",
    "download_url": "https://files.pythonhosted.org/packages/43/67/e86ae3757a0bb7499eefbfcf181609af123eeb724a4174274e1017bbd9b9/linearfit-1.0.2.tar.gz",
    "platform": null,
    "description": "python package that implements a general least-squares fit of a linear model using numpy matrix inversion\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "python package that implements a general least-squares fit of a linear model using numpy matrix inversion",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Johannes-Sahlmann/linearfit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd7164e4365a45faf369125a0629d14f34e3eccb876fcc50cb20e8c39ece6e29",
                "md5": "bb31dbb3c9d309a5776dac1462c4ab1e",
                "sha256": "0da540a17897af8124efec50e1e27606230f2327ed4e65a4baea33c17c40bcfa"
            },
            "downloads": -1,
            "filename": "linearfit-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb31dbb3c9d309a5776dac1462c4ab1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6442,
            "upload_time": "2024-03-19T16:08:28",
            "upload_time_iso_8601": "2024-03-19T16:08:28.476580Z",
            "url": "https://files.pythonhosted.org/packages/dd/71/64e4365a45faf369125a0629d14f34e3eccb876fcc50cb20e8c39ece6e29/linearfit-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4367e86ae3757a0bb7499eefbfcf181609af123eeb724a4174274e1017bbd9b9",
                "md5": "036fbcdea41dd226221fa8bc4501bed5",
                "sha256": "004d1f5e2ea07e880268d00cb461b24a9f4dac13f1dd08e1d7904d442a553116"
            },
            "downloads": -1,
            "filename": "linearfit-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "036fbcdea41dd226221fa8bc4501bed5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6638,
            "upload_time": "2024-03-19T16:08:30",
            "upload_time_iso_8601": "2024-03-19T16:08:30.267992Z",
            "url": "https://files.pythonhosted.org/packages/43/67/e86ae3757a0bb7499eefbfcf181609af123eeb724a4174274e1017bbd9b9/linearfit-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 16:08:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Johannes-Sahlmann",
    "github_project": "linearfit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "linearfit"
}
        
Elapsed time: 0.27203s