spectrally


Namespectrally JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/ToFuProject/spectrally
SummaryA python library for spectral fitting
upload_time2024-09-11 12:07:45
maintainerNone
docs_urlNone
authorDidier VEZINET
requires_python>=3.6
licenseMIT
keywords spectral fit gaussian lorentzian voigt
VCS
bugtrack_url
requirements numpy scipy matplotlib pandas astropy requests datastock bsplines2d
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # spectrally
A spectrum-handling library (spectral lines, 1d and 2d fitting, ..) based on Datastock and derived from tofu

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ToFuProject/spectrally",
    "name": "spectrally",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "spectral fit gaussian lorentzian voigt",
    "author": "Didier VEZINET",
    "author_email": "didier.vezinet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/30/0c4e90d8bfc18666c1a5fa7f865d7e5ab508a99aa698a7a9b766f4e524b1/spectrally-0.0.6.tar.gz",
    "platform": null,
    "description": "# spectrally\nA spectrum-handling library (spectral lines, 1d and 2d fitting, ..) based on Datastock and derived from tofu\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library for spectral fitting",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/ToFuProject/spectrally"
    },
    "split_keywords": [
        "spectral",
        "fit",
        "gaussian",
        "lorentzian",
        "voigt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffe736dfcde4771ad514387bb77177ae9908945f02d9e863bf81eae13193f798",
                "md5": "26e9c1eb4f0413c97b669a31ac56adaa",
                "sha256": "06d8c985a1821cdb405990307c7ea1b924a10710072911ab711bb235bff7f639"
            },
            "downloads": -1,
            "filename": "spectrally-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26e9c1eb4f0413c97b669a31ac56adaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 240453,
            "upload_time": "2024-09-11T12:07:43",
            "upload_time_iso_8601": "2024-09-11T12:07:43.651727Z",
            "url": "https://files.pythonhosted.org/packages/ff/e7/36dfcde4771ad514387bb77177ae9908945f02d9e863bf81eae13193f798/spectrally-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5300c4e90d8bfc18666c1a5fa7f865d7e5ab508a99aa698a7a9b766f4e524b1",
                "md5": "8d78a80e7765da7db8f362a8372b924e",
                "sha256": "fccfc999b08ff202bb6e1181960c3507e73b53c6a4f120d47ff74f4107868a3c"
            },
            "downloads": -1,
            "filename": "spectrally-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "8d78a80e7765da7db8f362a8372b924e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 215074,
            "upload_time": "2024-09-11T12:07:45",
            "upload_time_iso_8601": "2024-09-11T12:07:45.429057Z",
            "url": "https://files.pythonhosted.org/packages/e5/30/0c4e90d8bfc18666c1a5fa7f865d7e5ab508a99aa698a7a9b766f4e524b1/spectrally-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 12:07:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ToFuProject",
    "github_project": "spectrally",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "astropy",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "datastock",
            "specs": [
                [
                    ">=",
                    "0.0.41"
                ]
            ]
        },
        {
            "name": "bsplines2d",
            "specs": [
                [
                    ">=",
                    "0.0.16"
                ]
            ]
        }
    ],
    "lcname": "spectrally"
}
        
Elapsed time: 0.35470s