spheroidalwavefunctions


Namespheroidalwavefunctions JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummarySpheroidal wave functions
upload_time2025-10-09 00:06:24
maintainerNone
docs_urlNone
authorGavin Macaulay
requires_python>=3.9
licenseMIT License Copyright (c) [2021] [Arnie Lee Van Buren] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords prolate spheroidal wave function backscatter model
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prolate spheroidal wave functions

![Static badge](https://img.shields.io/pypi/v/spheroidalwavefunctions.svg)
![Static badge](https://img.shields.io/github/license/gavinmacaulay/spheroidalwavefunctions)
[![python](https://img.shields.io/pypi/pyversions/spheroidalwavefunctions.svg?logo=python&logoColor=white)](https://pypi.org/project/https://github.com/gavinmacaulay/spheroidalwavefunctions/)

A Python module that wraps directly the `prolate_swf.f90` code at <https://github.com/MathieuandSpheroidalWaveFunctions/prolate_swf>, providing access to the subroutine
version of the prolate spheroidal wave code in that file.

Once installed in Python, the package can be used thus:

    from spheroidalwavefunctions import prolate_swf
    r = prolate_swf.profcn(c=0.5, m=0, lnum=10, x1=0.5, ioprad=2, iopang=2, iopnorm=0, arg=[0.1, 0.2])

Function calling details can be viewed via:

    print(prolate_swf.profcn.__doc__)

and further details on the function parameters are available in the [documentation](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md). A wrapper that provides a similar interface to
the spheroidal functions in scipy is available in the Utilities module of
[echoSMs](https://github.com/ices-tools-dev/echoSMs).

The original readme file, modified to work better in Markdown, is available [here](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spheroidalwavefunctions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "prolate spheroidal wave function, backscatter, model",
    "author": "Gavin Macaulay",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/52/93/ec8eb6307e5825898ef6e840a03844d93ddafd58c3a647953296b3c62ed5/spheroidalwavefunctions-0.1.5.tar.gz",
    "platform": null,
    "description": "# Prolate spheroidal wave functions\n\n![Static badge](https://img.shields.io/pypi/v/spheroidalwavefunctions.svg)\n![Static badge](https://img.shields.io/github/license/gavinmacaulay/spheroidalwavefunctions)\n[![python](https://img.shields.io/pypi/pyversions/spheroidalwavefunctions.svg?logo=python&logoColor=white)](https://pypi.org/project/https://github.com/gavinmacaulay/spheroidalwavefunctions/)\n\nA Python module that wraps directly the `prolate_swf.f90` code at <https://github.com/MathieuandSpheroidalWaveFunctions/prolate_swf>, providing access to the subroutine\nversion of the prolate spheroidal wave code in that file.\n\nOnce installed in Python, the package can be used thus:\n\n    from spheroidalwavefunctions import prolate_swf\n    r = prolate_swf.profcn(c=0.5, m=0, lnum=10, x1=0.5, ioprad=2, iopang=2, iopnorm=0, arg=[0.1, 0.2])\n\nFunction calling details can be viewed via:\n\n    print(prolate_swf.profcn.__doc__)\n\nand further details on the function parameters are available in the [documentation](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md). A wrapper that provides a similar interface to\nthe spheroidal functions in scipy is available in the Utilities module of\n[echoSMs](https://github.com/ices-tools-dev/echoSMs).\n\nThe original readme file, modified to work better in Markdown, is available [here](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md).\n\n",
    "bugtrack_url": null,
    "license": "MIT License\n         \n         Copyright (c) [2021] [Arnie Lee Van Buren]\n         \n         Permission is hereby granted, free of charge, to any person obtaining a copy\n         of this software and associated documentation files (the \"Software\"), to deal\n         in the Software without restriction, including without limitation the rights\n         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n         copies of the Software, and to permit persons to whom the Software is\n         furnished to do so, subject to the following conditions:\n         \n         The above copyright notice and this permission notice shall be included in all\n         copies or substantial portions of the Software.\n         \n         THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n         SOFTWARE.",
    "summary": "Spheroidal wave functions",
    "version": "0.1.5",
    "project_urls": {
        "Documentation": "https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme.md",
        "Homepage": "https://github.com/gavinmacaulay/spheroidalwavefunctions",
        "Repository": "https://github.com/gavinmacaulay/spheroidalwavefunctions"
    },
    "split_keywords": [
        "prolate spheroidal wave function",
        " backscatter",
        " model"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a09c33b8adbd710a9d78fdc4ed5c2b0419569e656393e8a3fe3141cc3676d459",
                "md5": "ad1387ce35c6250bb0bef4a6bf0b9bf9",
                "sha256": "aa23407f2dfa3624e06d68c1ba173b43c0927d940f01ca96c2ecfa7353663dfe"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ad1387ce35c6250bb0bef4a6bf0b9bf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 65773,
            "upload_time": "2025-10-09T00:05:46",
            "upload_time_iso_8601": "2025-10-09T00:05:46.509319Z",
            "url": "https://files.pythonhosted.org/packages/a0/9c/33b8adbd710a9d78fdc4ed5c2b0419569e656393e8a3fe3141cc3676d459/spheroidalwavefunctions-0.1.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a7cc05aa32a5ba6af70928f7d2348a7cb3f4ccacecdbc7228acbf58fd8c12c8",
                "md5": "97d55c424e9177e2024899c10529d1f0",
                "sha256": "8b849e590e4b25c422fbb19709927bccc8911fb7425d2eb4d2b0157ae814ba19"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "97d55c424e9177e2024899c10529d1f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 176090,
            "upload_time": "2025-10-09T00:05:48",
            "upload_time_iso_8601": "2025-10-09T00:05:48.229843Z",
            "url": "https://files.pythonhosted.org/packages/7a/7c/c05aa32a5ba6af70928f7d2348a7cb3f4ccacecdbc7228acbf58fd8c12c8/spheroidalwavefunctions-0.1.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f5ba56e9f2c629c11d74981b4b8c78a694e89e95d48cf88799a28a7b559808e",
                "md5": "bbceb324c48605bb793bb5242683126d",
                "sha256": "6a84d3d55c5bd63bf46e92914a232fd06381c3abf81f84703acf18b043f06142"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bbceb324c48605bb793bb5242683126d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 79110,
            "upload_time": "2025-10-09T00:05:49",
            "upload_time_iso_8601": "2025-10-09T00:05:49.782813Z",
            "url": "https://files.pythonhosted.org/packages/9f/5b/a56e9f2c629c11d74981b4b8c78a694e89e95d48cf88799a28a7b559808e/spheroidalwavefunctions-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f512d594e044cf70e2b4ba9f44978600698f7e67eb65a37c1762767bdaa25f2",
                "md5": "ac4629daf930dc91931caf31474b8a43",
                "sha256": "fce78e27d4494dcaa260cea3cd48e186db0212ada2e691e884e25c5d93a9293c"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ac4629daf930dc91931caf31474b8a43",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 165731,
            "upload_time": "2025-10-09T00:05:51",
            "upload_time_iso_8601": "2025-10-09T00:05:51.325627Z",
            "url": "https://files.pythonhosted.org/packages/8f/51/2d594e044cf70e2b4ba9f44978600698f7e67eb65a37c1762767bdaa25f2/spheroidalwavefunctions-0.1.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "129019aec64cbca9f3c8e2e9da8ffd768540c2964e72672446eeb79b6e85527d",
                "md5": "30ca7feab96ca06c2edab689f7b91374",
                "sha256": "5f859a6ad60a8fbb187e6f9c1f0e674247b71af0a598c2a1731572b3083ca17d"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "30ca7feab96ca06c2edab689f7b91374",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 65768,
            "upload_time": "2025-10-09T00:05:52",
            "upload_time_iso_8601": "2025-10-09T00:05:52.780719Z",
            "url": "https://files.pythonhosted.org/packages/12/90/19aec64cbca9f3c8e2e9da8ffd768540c2964e72672446eeb79b6e85527d/spheroidalwavefunctions-0.1.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c1e7d8923823e86be57d491387d4447ff06483265664a01af06e2d9c09565c1",
                "md5": "56b1123f11a4f1657794a3be97e049f8",
                "sha256": "0ff195e37c7f2d615a5c26eef67c5786d8f0d1b1d7cdddb31f415997a54a3991"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "56b1123f11a4f1657794a3be97e049f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 176080,
            "upload_time": "2025-10-09T00:05:53",
            "upload_time_iso_8601": "2025-10-09T00:05:53.935614Z",
            "url": "https://files.pythonhosted.org/packages/2c/1e/7d8923823e86be57d491387d4447ff06483265664a01af06e2d9c09565c1/spheroidalwavefunctions-0.1.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "109993af03670fca240d35b610bef0628a25e3278ccfcd419d0bea04164e8dd2",
                "md5": "176c39ca1b9156c90fa7e76be96ef76c",
                "sha256": "b941b54e92bbfec9599181ee058a5268b4a9ef9ded92af355d08f0325912dfa0"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "176c39ca1b9156c90fa7e76be96ef76c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 79135,
            "upload_time": "2025-10-09T00:05:55",
            "upload_time_iso_8601": "2025-10-09T00:05:55.172733Z",
            "url": "https://files.pythonhosted.org/packages/10/99/93af03670fca240d35b610bef0628a25e3278ccfcd419d0bea04164e8dd2/spheroidalwavefunctions-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70abc2b7c45f0266d7f0fbfccc3911d42d8c48ca59d2f52defb7515cfd4a4f7f",
                "md5": "5e3c94d82d3d74eeba9b866ab705f457",
                "sha256": "2b3efbf277de4f312743d7115494809c7f433cd49b7219aa15fabc0e943a2a10"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5e3c94d82d3d74eeba9b866ab705f457",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 165742,
            "upload_time": "2025-10-09T00:05:56",
            "upload_time_iso_8601": "2025-10-09T00:05:56.319624Z",
            "url": "https://files.pythonhosted.org/packages/70/ab/c2b7c45f0266d7f0fbfccc3911d42d8c48ca59d2f52defb7515cfd4a4f7f/spheroidalwavefunctions-0.1.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "426b815253e031b26a3dd3770b3915ac8c58f8144445109dafd0fd3683457130",
                "md5": "6aa178566c2f87e45f507ee6b300e534",
                "sha256": "69cf4ca1a64e71257bf57be81d4897464c42590e19b0a875acba4c81e4e76772"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6aa178566c2f87e45f507ee6b300e534",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 65827,
            "upload_time": "2025-10-09T00:05:57",
            "upload_time_iso_8601": "2025-10-09T00:05:57.451448Z",
            "url": "https://files.pythonhosted.org/packages/42/6b/815253e031b26a3dd3770b3915ac8c58f8144445109dafd0fd3683457130/spheroidalwavefunctions-0.1.5-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "495cdb6ad4a69ae13e5b3ba27c58777bfe8351e58a1513e58221cd76a81c7040",
                "md5": "d5e2eb3a81e6b34110001acb2b5acef5",
                "sha256": "f1c6d2cbde57aadbbe266ed503eb6f0a2172f621ca8cd761535b5620836e5c20"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5e2eb3a81e6b34110001acb2b5acef5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 176300,
            "upload_time": "2025-10-09T00:05:58",
            "upload_time_iso_8601": "2025-10-09T00:05:58.908459Z",
            "url": "https://files.pythonhosted.org/packages/49/5c/db6ad4a69ae13e5b3ba27c58777bfe8351e58a1513e58221cd76a81c7040/spheroidalwavefunctions-0.1.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d38df842fa4ce1be200234df76cd777082dd4ce666f73ec804520dcf43f669e",
                "md5": "47788ebfe255565003ce40b1a81b4e6f",
                "sha256": "5be5cb50eba5921a45ad0e87ec2e4b165b3b821675085d06aa1306c15523a8c0"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "47788ebfe255565003ce40b1a81b4e6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 79303,
            "upload_time": "2025-10-09T00:06:00",
            "upload_time_iso_8601": "2025-10-09T00:06:00.421290Z",
            "url": "https://files.pythonhosted.org/packages/5d/38/df842fa4ce1be200234df76cd777082dd4ce666f73ec804520dcf43f669e/spheroidalwavefunctions-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71771bd541a4d64f72472b1dcc10d0906e0496d93a9d8a0f293f39f56d5c8669",
                "md5": "7c3e8529059343a24e2b6dd469a65bde",
                "sha256": "50cd421dae9f88e3032269a5aa55a15c8594b9984dfec5b628d6e3e9701b08d1"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7c3e8529059343a24e2b6dd469a65bde",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 165977,
            "upload_time": "2025-10-09T00:06:02",
            "upload_time_iso_8601": "2025-10-09T00:06:02.256684Z",
            "url": "https://files.pythonhosted.org/packages/71/77/1bd541a4d64f72472b1dcc10d0906e0496d93a9d8a0f293f39f56d5c8669/spheroidalwavefunctions-0.1.5-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98d4ee8f4c12b57849288fb3785493aab68e3578e845f388a9a239a4e3730315",
                "md5": "730c67d3959a4de73ac7b05b67a94f25",
                "sha256": "67a54f6e559e06f65ca2bf73beefd7ba84168f2273535b03e131dbc02c231928"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "730c67d3959a4de73ac7b05b67a94f25",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 65842,
            "upload_time": "2025-10-09T00:06:03",
            "upload_time_iso_8601": "2025-10-09T00:06:03.470187Z",
            "url": "https://files.pythonhosted.org/packages/98/d4/ee8f4c12b57849288fb3785493aab68e3578e845f388a9a239a4e3730315/spheroidalwavefunctions-0.1.5-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc8f8860bc6abf21aae0097c911fb76b810f43fdab6550e2d236d2c49667ef85",
                "md5": "561cfb58bddce80c6e3550703679d82b",
                "sha256": "1c76f52ef515fba02b87427d6cc01f9b9e1b44284a4b437117f891cd91683f66"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "561cfb58bddce80c6e3550703679d82b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 176286,
            "upload_time": "2025-10-09T00:06:04",
            "upload_time_iso_8601": "2025-10-09T00:06:04.934751Z",
            "url": "https://files.pythonhosted.org/packages/fc/8f/8860bc6abf21aae0097c911fb76b810f43fdab6550e2d236d2c49667ef85/spheroidalwavefunctions-0.1.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd2bd01dc001ed0177eb8725c021009d44b0243b067d97371a22f9418356cb00",
                "md5": "010c03796c1f2a1a1f806f868af5fe49",
                "sha256": "a521ecc33bdd5c5e87ec17da3f115efec37850219b30cc83cd76d4b97ccc8f43"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "010c03796c1f2a1a1f806f868af5fe49",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 79310,
            "upload_time": "2025-10-09T00:06:06",
            "upload_time_iso_8601": "2025-10-09T00:06:06.585251Z",
            "url": "https://files.pythonhosted.org/packages/dd/2b/d01dc001ed0177eb8725c021009d44b0243b067d97371a22f9418356cb00/spheroidalwavefunctions-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8f345955de69d82e5793335ed2f90b24d3986d2465bf4fc3897ea5e22dd16b4",
                "md5": "c7eb3ca9ffcc2eb46ea7217f3d1a4d1e",
                "sha256": "201a50388dcedfd4fc4bf655fabe3054426cb9199e5b8a214d9c622be845bdf5"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c7eb3ca9ffcc2eb46ea7217f3d1a4d1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 165952,
            "upload_time": "2025-10-09T00:06:07",
            "upload_time_iso_8601": "2025-10-09T00:06:07.976160Z",
            "url": "https://files.pythonhosted.org/packages/e8/f3/45955de69d82e5793335ed2f90b24d3986d2465bf4fc3897ea5e22dd16b4/spheroidalwavefunctions-0.1.5-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a446e5b2d599397da59197f6931c1da5bf68ea603392f6d867f2ed7257068bda",
                "md5": "99ed79d0b2596be329c3399cdac10cae",
                "sha256": "cf49bdf7a64d8502b71a09786dab87cec05370809c7f307f1acfc1bbf650a674"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "99ed79d0b2596be329c3399cdac10cae",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 65859,
            "upload_time": "2025-10-09T00:06:09",
            "upload_time_iso_8601": "2025-10-09T00:06:09.517309Z",
            "url": "https://files.pythonhosted.org/packages/a4/46/e5b2d599397da59197f6931c1da5bf68ea603392f6d867f2ed7257068bda/spheroidalwavefunctions-0.1.5-cp314-cp314-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5728c53c82c4eedd13ad6d6de82a7b8287b8ebbf2f30c3aef4f26cedfc0c3b15",
                "md5": "ab8fd848b8545c490139909e15d08122",
                "sha256": "b58004af8bf9158a257c30a515825b82188a5813fc759fa04c083745165fc5b0"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab8fd848b8545c490139909e15d08122",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 176255,
            "upload_time": "2025-10-09T00:06:10",
            "upload_time_iso_8601": "2025-10-09T00:06:10.657478Z",
            "url": "https://files.pythonhosted.org/packages/57/28/c53c82c4eedd13ad6d6de82a7b8287b8ebbf2f30c3aef4f26cedfc0c3b15/spheroidalwavefunctions-0.1.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28130346e27734557e5c069f6060a9875abbcde4cf5ec8c504a3ea6279d3b184",
                "md5": "3f1b8751158f9d88f4a7c78cfc36542f",
                "sha256": "f00a9f12c8a32d21b9b238ae2ce468c4599deb71c8e5a365eee1a1673c45b55f"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f1b8751158f9d88f4a7c78cfc36542f",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 79283,
            "upload_time": "2025-10-09T00:06:12",
            "upload_time_iso_8601": "2025-10-09T00:06:12.145349Z",
            "url": "https://files.pythonhosted.org/packages/28/13/0346e27734557e5c069f6060a9875abbcde4cf5ec8c504a3ea6279d3b184/spheroidalwavefunctions-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0d351f9735624e518b479832babbc6628bcbecfd774706488506d8765db5aa3",
                "md5": "21ae213a9ccaba95541845ef902d624b",
                "sha256": "fc9c9f1e5b119b8c1f2198b7fd2933ceae338bc2208b4ec04a668a704e139e42"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "21ae213a9ccaba95541845ef902d624b",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 66684,
            "upload_time": "2025-10-09T00:06:14",
            "upload_time_iso_8601": "2025-10-09T00:06:14.427861Z",
            "url": "https://files.pythonhosted.org/packages/a0/d3/51f9735624e518b479832babbc6628bcbecfd774706488506d8765db5aa3/spheroidalwavefunctions-0.1.5-cp314-cp314t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "044dd569ad1ed8e4ceae358ff4aa4a99946a12252d2eaf3d78e50fc009a20c56",
                "md5": "a59065e9f2bb37fc57b5dbcf26e93de2",
                "sha256": "42735373b7d5409844e752dabb6757810e2ad61684d11e5eac36083b0eb695cc"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a59065e9f2bb37fc57b5dbcf26e93de2",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 176790,
            "upload_time": "2025-10-09T00:06:15",
            "upload_time_iso_8601": "2025-10-09T00:06:15.614612Z",
            "url": "https://files.pythonhosted.org/packages/04/4d/d569ad1ed8e4ceae358ff4aa4a99946a12252d2eaf3d78e50fc009a20c56/spheroidalwavefunctions-0.1.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9f18480ce3a48873b4e8b5cc1196d237f342eaac8ee0ef65072fbc7411aabd6",
                "md5": "afbaa6d2ba0fc85e5deef2121228d86a",
                "sha256": "d503862bdf0dc3ac1e8decd3064d7eba3c2aec0dee03ae63e3030f6cc8b64714"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afbaa6d2ba0fc85e5deef2121228d86a",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 79752,
            "upload_time": "2025-10-09T00:06:16",
            "upload_time_iso_8601": "2025-10-09T00:06:16.865633Z",
            "url": "https://files.pythonhosted.org/packages/a9/f1/8480ce3a48873b4e8b5cc1196d237f342eaac8ee0ef65072fbc7411aabd6/spheroidalwavefunctions-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2bf9534dd52b08e74c36b5d6970eab170949c94e7c16a01473f5efa43100b14c",
                "md5": "5cfa80937b56317aef183bc9b55e4a09",
                "sha256": "815d910873a9fffbc09f86a1e467602ba93f3f8f830e47158401d6a0db2a9c93"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5cfa80937b56317aef183bc9b55e4a09",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 170594,
            "upload_time": "2025-10-09T00:06:18",
            "upload_time_iso_8601": "2025-10-09T00:06:18.007000Z",
            "url": "https://files.pythonhosted.org/packages/2b/f9/534dd52b08e74c36b5d6970eab170949c94e7c16a01473f5efa43100b14c/spheroidalwavefunctions-0.1.5-cp314-cp314t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d42a69c5beb31599dda26a356c54cbd752fbe9a1e695c62a26d4b30edaecd6ba",
                "md5": "02b5750a175cd9a1379e819b5ff8982d",
                "sha256": "62b838f7bb1f35a1d3b65a93330ddfff040c3458582f0052983c64032fbfac7e"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp314-cp314-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "02b5750a175cd9a1379e819b5ff8982d",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.9",
            "size": 169882,
            "upload_time": "2025-10-09T00:06:13",
            "upload_time_iso_8601": "2025-10-09T00:06:13.245799Z",
            "url": "https://files.pythonhosted.org/packages/d4/2a/69c5beb31599dda26a356c54cbd752fbe9a1e695c62a26d4b30edaecd6ba/spheroidalwavefunctions-0.1.5-cp314-cp314-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a78a419fa7d5146a0baf801b2aebc2bb51a0f1ac5c041c9b8dfdc778fd8f33f",
                "md5": "174fe72fdc1632fa1a9435fbd0549e3b",
                "sha256": "9fa7d89bcdadaa3fe3fe80085330583e2ea30e38a1076ae4c5c7a23e17d0e652"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "174fe72fdc1632fa1a9435fbd0549e3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 65841,
            "upload_time": "2025-10-09T00:06:19",
            "upload_time_iso_8601": "2025-10-09T00:06:19.217219Z",
            "url": "https://files.pythonhosted.org/packages/6a/78/a419fa7d5146a0baf801b2aebc2bb51a0f1ac5c041c9b8dfdc778fd8f33f/spheroidalwavefunctions-0.1.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fb373017cbf20822e1f1374edf1de7a81707d44fffaac45d3fc4bda5ec45820",
                "md5": "0bb24804a37b0940465f32ff9ff15145",
                "sha256": "5bc567e771475c1bc0e78e9030e9689eba664b6b1d8b83b1ce65f5a710b0e13e"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bb24804a37b0940465f32ff9ff15145",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 176143,
            "upload_time": "2025-10-09T00:06:20",
            "upload_time_iso_8601": "2025-10-09T00:06:20.340871Z",
            "url": "https://files.pythonhosted.org/packages/1f/b3/73017cbf20822e1f1374edf1de7a81707d44fffaac45d3fc4bda5ec45820/spheroidalwavefunctions-0.1.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4fa7b3435fe20f3954d1a645195502097282f5c2f6470703e96f42f1788d1d9b",
                "md5": "7b9e550011ae273cf935bf31b9ec77d1",
                "sha256": "cd6250253c142b563810af7442c01e528df5be74affd10c5f1f8959a9059e1ff"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7b9e550011ae273cf935bf31b9ec77d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 79160,
            "upload_time": "2025-10-09T00:06:21",
            "upload_time_iso_8601": "2025-10-09T00:06:21.524604Z",
            "url": "https://files.pythonhosted.org/packages/4f/a7/b3435fe20f3954d1a645195502097282f5c2f6470703e96f42f1788d1d9b/spheroidalwavefunctions-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e931688648ccba1d5ff91e655d44cbcfdc1a460ed9ce35ebf8ae6c52a123353d",
                "md5": "c3ae9a45861af89155eb1e9ac35a88d7",
                "sha256": "4bf91be5183fe9e8f8a4551bc973019859e18f85c3db14f3a67b302422be5ccf"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c3ae9a45861af89155eb1e9ac35a88d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 166126,
            "upload_time": "2025-10-09T00:06:23",
            "upload_time_iso_8601": "2025-10-09T00:06:23.196254Z",
            "url": "https://files.pythonhosted.org/packages/e9/31/688648ccba1d5ff91e655d44cbcfdc1a460ed9ce35ebf8ae6c52a123353d/spheroidalwavefunctions-0.1.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5293ec8eb6307e5825898ef6e840a03844d93ddafd58c3a647953296b3c62ed5",
                "md5": "5687fc98034fb087252aabd70e60c29b",
                "sha256": "470f6877ae4d3e2fa5de571421ed3ef101631574bc5484b20268d33ca097294b"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "5687fc98034fb087252aabd70e60c29b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 64383,
            "upload_time": "2025-10-09T00:06:24",
            "upload_time_iso_8601": "2025-10-09T00:06:24.388128Z",
            "url": "https://files.pythonhosted.org/packages/52/93/ec8eb6307e5825898ef6e840a03844d93ddafd58c3a647953296b3c62ed5/spheroidalwavefunctions-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 00:06:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gavinmacaulay",
    "github_project": "spheroidalwavefunctions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spheroidalwavefunctions"
}
        
Elapsed time: 0.57793s