pyHAMS


NamepyHAMS JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryPython module wrapping around HAMS
upload_time2024-05-24 05:41:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords wind turbine mdao design optimization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyHAMS

This is a python wrapper for [HAMS](https://github.com/YingyiLiu/HAMS), a boundary element method for hydrodynamic analysis of submerged structures. 

There is cylinder test case that demonstrates usage and outputs in ``test/test_cylinder.py``.

## Prerequisites

pyHAMS requires a Fortran compiler and OpenBLAS / MKL / LAPACK.  We strongly recommend the [Miniforge](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3) distribution of `conda` to satisfy package dependencies, as the traditional Anaconda distribution can be slow and struggle with mapping out dependencies.

## Install (as a library)

To install pyHAMS as a library that can be used by WEIS or RAFT in the backend, conda is your best option:
	
    $ conda install pyHAMS


## Install (from source)

If you would like to build the project locally from source for easier access to the underlying methods and tests, we still recommend using `conda` to satisfy dependencies.

    $ git clone https://github.com/WISDEM/pyHAMS.git
    $ cd pyHAMS
    $ conda env create --name pyhams-env -f environment.yml
    $ conda activate pyhams-env
    $ conda install -y compilers                       # (Mac/Linux without other compilers)
    $ conda install -y m2w64-toolchain libpython       # (Windows only)
    $ pip install .

If developer/editable mode, replace the final step with:

    $ pip install --no-build-isolation -e .

The `--no-build-isolation` option is important per [Meson guidelines](https://meson-python.readthedocs.io/en/latest/how-to-guides/editable-installs.html).  Note that this package uses `mesonpy` for an installation backend, so there is no `setup.py` file.


## Unit Tests

    $ pytest test

For software issues please use <https://github.com/WISDEM/pyHAMS/issues>.  For theory related questions and comments please use the [HAMS issues page](https://github.com/YingyiLiu/HAMS/issues).


## License

pyHAMS uses the Apache License v2.0


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyHAMS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "NREL WISDEM Team <systems.engineering@nrel.gov>",
    "keywords": "wind, turbine, mdao, design, optimization",
    "author": null,
    "author_email": "NREL WISDEM Team <systems.engineering@nrel.gov>",
    "download_url": "https://files.pythonhosted.org/packages/06/7f/b0f60ac7692bc46e30a62b1d960b7715e5c03735f1ca4b2845dbfa736713/pyhams-1.3.0.tar.gz",
    "platform": null,
    "description": "# pyHAMS\n\nThis is a python wrapper for [HAMS](https://github.com/YingyiLiu/HAMS), a boundary element method for hydrodynamic analysis of submerged structures. \n\nThere is cylinder test case that demonstrates usage and outputs in ``test/test_cylinder.py``.\n\n## Prerequisites\n\npyHAMS requires a Fortran compiler and OpenBLAS / MKL / LAPACK.  We strongly recommend the [Miniforge](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3) distribution of `conda` to satisfy package dependencies, as the traditional Anaconda distribution can be slow and struggle with mapping out dependencies.\n\n## Install (as a library)\n\nTo install pyHAMS as a library that can be used by WEIS or RAFT in the backend, conda is your best option:\n\t\n    $ conda install pyHAMS\n\n\n## Install (from source)\n\nIf you would like to build the project locally from source for easier access to the underlying methods and tests, we still recommend using `conda` to satisfy dependencies.\n\n    $ git clone https://github.com/WISDEM/pyHAMS.git\n    $ cd pyHAMS\n    $ conda env create --name pyhams-env -f environment.yml\n    $ conda activate pyhams-env\n    $ conda install -y compilers                       # (Mac/Linux without other compilers)\n    $ conda install -y m2w64-toolchain libpython       # (Windows only)\n    $ pip install .\n\nIf developer/editable mode, replace the final step with:\n\n    $ pip install --no-build-isolation -e .\n\nThe `--no-build-isolation` option is important per [Meson guidelines](https://meson-python.readthedocs.io/en/latest/how-to-guides/editable-installs.html).  Note that this package uses `mesonpy` for an installation backend, so there is no `setup.py` file.\n\n\n## Unit Tests\n\n    $ pytest test\n\nFor software issues please use <https://github.com/WISDEM/pyHAMS/issues>.  For theory related questions and comments please use the [HAMS issues page](https://github.com/YingyiLiu/HAMS/issues).\n\n\n## License\n\npyHAMS uses the Apache License v2.0\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python module wrapping around HAMS",
    "version": "1.3.0",
    "project_urls": {
        "documentation": "https://github.com/YingyiLiu/HAMS",
        "download": "https://github.com/WISDEM/pyHAMS/releases",
        "homepage": "https://github.com/WISDEM/pyHAMS",
        "source": "https://github.com/WISDEM/pyHAMS",
        "tracker": "https://github.com/WISDEM/pyHAMS/issues"
    },
    "split_keywords": [
        "wind",
        " turbine",
        " mdao",
        " design",
        " optimization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ff352cfe186cc085dc2bed0f8ffff4d547f0e0269038a4617bbdc66ed689e8f",
                "md5": "8bf245cf18aa8366433e99333aa3e522",
                "sha256": "1c8dc26a90cdfbde86e6dd49ae65a1302cebec69f6f6a36ec71be2f7e3967755"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bf245cf18aa8366433e99333aa3e522",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1907100,
            "upload_time": "2024-05-24T05:40:17",
            "upload_time_iso_8601": "2024-05-24T05:40:17.049639Z",
            "url": "https://files.pythonhosted.org/packages/5f/f3/52cfe186cc085dc2bed0f8ffff4d547f0e0269038a4617bbdc66ed689e8f/pyHAMS-1.3.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abe571329a88dcf9f29c394f65f6a057f54564b39a0a45a417233da827b852e8",
                "md5": "484b871e93c29dbae4a057232a177e75",
                "sha256": "340d4facf231209ec012070028a1d700a3d72b88fcabb9238e86630d90074d24"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "484b871e93c29dbae4a057232a177e75",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1899817,
            "upload_time": "2024-05-24T05:40:19",
            "upload_time_iso_8601": "2024-05-24T05:40:19.428932Z",
            "url": "https://files.pythonhosted.org/packages/ab/e5/71329a88dcf9f29c394f65f6a057f54564b39a0a45a417233da827b852e8/pyHAMS-1.3.0-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4ce3c20dea2032d59afd335108f3bad099b7ab47d72e504d8ef19e1f7a6eb77",
                "md5": "8eaa997723a13fd8831db36235346b33",
                "sha256": "a163b334bfac397142d01f03f745a1f8a26b7aa0448af46d3b67e0ff97d9bdc3"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8eaa997723a13fd8831db36235346b33",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1234780,
            "upload_time": "2024-05-24T05:40:20",
            "upload_time_iso_8601": "2024-05-24T05:40:20.929748Z",
            "url": "https://files.pythonhosted.org/packages/a4/ce/3c20dea2032d59afd335108f3bad099b7ab47d72e504d8ef19e1f7a6eb77/pyHAMS-1.3.0-cp310-cp310-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76dad9a56c9bb2403050d3842b5fd188d8ecfc7343b32a9f292100741cd2729d",
                "md5": "fc15c1b9242ae912d96a760d8be1cfb1",
                "sha256": "e69be55526f7f920fddfcc51d947434c1981e4ba3b72b991228cf358c77347af"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fc15c1b9242ae912d96a760d8be1cfb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1347430,
            "upload_time": "2024-05-24T05:40:22",
            "upload_time_iso_8601": "2024-05-24T05:40:22.960148Z",
            "url": "https://files.pythonhosted.org/packages/76/da/d9a56c9bb2403050d3842b5fd188d8ecfc7343b32a9f292100741cd2729d/pyHAMS-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bece32e18c1076993c13aa9f199569609912a22bcbc8ea2be50acae77e5adc18",
                "md5": "b306fe783a63e742fad6dc32cd8271f1",
                "sha256": "56c20af5831decff33ec4f901cb83f353739138e458e133cfcf1344696e8be44"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b306fe783a63e742fad6dc32cd8271f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1803122,
            "upload_time": "2024-05-24T05:40:25",
            "upload_time_iso_8601": "2024-05-24T05:40:25.279978Z",
            "url": "https://files.pythonhosted.org/packages/be/ce/32e18c1076993c13aa9f199569609912a22bcbc8ea2be50acae77e5adc18/pyHAMS-1.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da6a9eb2eb31046e133d8e2880a339f04144f943b71e7b9eb421bc7329e09589",
                "md5": "75311e12c0eb5414295750608ea0f5c9",
                "sha256": "a4c5e74760ff9913172c2c32a79f4b4cf6dc680bfc8d17d495da9ffe5e2e6884"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "75311e12c0eb5414295750608ea0f5c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1927912,
            "upload_time": "2024-05-24T05:40:27",
            "upload_time_iso_8601": "2024-05-24T05:40:27.303596Z",
            "url": "https://files.pythonhosted.org/packages/da/6a/9eb2eb31046e133d8e2880a339f04144f943b71e7b9eb421bc7329e09589/pyHAMS-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3256b76b8fce5bd744d1d49f15be42b514f6b88c9dcb3f37e75ffe93d702ac2",
                "md5": "b83ec43a16094a2fcea48d6c107fdeb0",
                "sha256": "aaf8ac06c900db41813be4d7aa54baa5bb6c1f0c93d4e39ec4fb1accb99c7153"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b83ec43a16094a2fcea48d6c107fdeb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1536705,
            "upload_time": "2024-05-24T05:40:29",
            "upload_time_iso_8601": "2024-05-24T05:40:29.334582Z",
            "url": "https://files.pythonhosted.org/packages/d3/25/6b76b8fce5bd744d1d49f15be42b514f6b88c9dcb3f37e75ffe93d702ac2/pyHAMS-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "266938dc706eb37751a52072aee9d0f644501c074f0089b05500b5385355c478",
                "md5": "7961dfbb284390ee0eb50c7693d49677",
                "sha256": "a9e9dbaa8484960efb8034db7c0be99b0ad1090cf77dac017245481bdce9a7ff"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7961dfbb284390ee0eb50c7693d49677",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2295890,
            "upload_time": "2024-05-24T05:40:31",
            "upload_time_iso_8601": "2024-05-24T05:40:31.316160Z",
            "url": "https://files.pythonhosted.org/packages/26/69/38dc706eb37751a52072aee9d0f644501c074f0089b05500b5385355c478/pyHAMS-1.3.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d0ab262f5f9df695f57c83601db5fe964031eac76057d20def0fdd4ba2a38b8",
                "md5": "96b0c1f2e5cc78411133f11a89e27e5d",
                "sha256": "53b93238160e5eec0d7cb93f2c8967cdcff93b9d2a03d91456332f23bcd3f620"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "96b0c1f2e5cc78411133f11a89e27e5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2370633,
            "upload_time": "2024-05-24T05:40:33",
            "upload_time_iso_8601": "2024-05-24T05:40:33.262432Z",
            "url": "https://files.pythonhosted.org/packages/3d/0a/b262f5f9df695f57c83601db5fe964031eac76057d20def0fdd4ba2a38b8/pyHAMS-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8032e7ff0742e480888a067a271cb7f0c2256e431d7431412a0367169d0c411",
                "md5": "cca6306fb5b47f5dd0e565ad4ca1d55b",
                "sha256": "b5b5df807615e07e36598b80da6d37533a220ec5d6b5d4c8d9b7caef34d5b9cc"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cca6306fb5b47f5dd0e565ad4ca1d55b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2414657,
            "upload_time": "2024-05-24T05:40:35",
            "upload_time_iso_8601": "2024-05-24T05:40:35.253898Z",
            "url": "https://files.pythonhosted.org/packages/b8/03/2e7ff0742e480888a067a271cb7f0c2256e431d7431412a0367169d0c411/pyHAMS-1.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16227a1a0dbbf903a194821538b0cfea4671ab12a50dde5934b6009ef1fe5d21",
                "md5": "977f99f5c00cfd69e761711b8481c443",
                "sha256": "6412e82c25924711ad428b84143b1f317e7dbd38d9189a6ae9baec91c49ee48b"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "977f99f5c00cfd69e761711b8481c443",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2039388,
            "upload_time": "2024-05-24T05:40:38",
            "upload_time_iso_8601": "2024-05-24T05:40:38.280289Z",
            "url": "https://files.pythonhosted.org/packages/16/22/7a1a0dbbf903a194821538b0cfea4671ab12a50dde5934b6009ef1fe5d21/pyHAMS-1.3.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c46cecbf8fb31602f5b7f901e18ce056b480b4110f78243c9d98d601785dbafe",
                "md5": "a5d83d29d6cc0185dbe32ef339f55828",
                "sha256": "efa61b4c8cd4bf7ff1464f4b6ea31beb7bf78c35f5c258648987d420edbe2e8d"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5d83d29d6cc0185dbe32ef339f55828",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2032891,
            "upload_time": "2024-05-24T05:40:39",
            "upload_time_iso_8601": "2024-05-24T05:40:39.660860Z",
            "url": "https://files.pythonhosted.org/packages/c4/6c/ecbf8fb31602f5b7f901e18ce056b480b4110f78243c9d98d601785dbafe/pyHAMS-1.3.0-cp311-cp311-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32c0c3bd2b2dc66d497e04a2e21ab7149dcd66765b533174c598a8fb85c57bfe",
                "md5": "b9ef217df154bdf0d459302d32adf994",
                "sha256": "75c1f01edc6f305e4588fef8df07e5011937ff5fc6f19c4206a55995b3910402"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b9ef217df154bdf0d459302d32adf994",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1355776,
            "upload_time": "2024-05-24T05:40:41",
            "upload_time_iso_8601": "2024-05-24T05:40:41.031732Z",
            "url": "https://files.pythonhosted.org/packages/32/c0/c3bd2b2dc66d497e04a2e21ab7149dcd66765b533174c598a8fb85c57bfe/pyHAMS-1.3.0-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdd69495110a932c45c5c82e172d74504e414df1fb3fbf37644f9adf803eedf8",
                "md5": "1a82253be4ced2d2d41af354044b44b9",
                "sha256": "62b9a63a16174ab727d7c2031ad68968fddd411b6e2d4b0675217e8a916281ff"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a82253be4ced2d2d41af354044b44b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1620886,
            "upload_time": "2024-05-24T05:40:42",
            "upload_time_iso_8601": "2024-05-24T05:40:42.800284Z",
            "url": "https://files.pythonhosted.org/packages/cd/d6/9495110a932c45c5c82e172d74504e414df1fb3fbf37644f9adf803eedf8/pyHAMS-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "415d6cec9fc663c579b4f42201561c2ee464d637844b7a71d93405b3ed82e61f",
                "md5": "6da26f92048f60a64818e519e7c7f128",
                "sha256": "c3d4b0d949c93f9622549790eb0c7bc3f4e2955c2d23557762baca388cd202d5"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6da26f92048f60a64818e519e7c7f128",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2047639,
            "upload_time": "2024-05-24T05:40:44",
            "upload_time_iso_8601": "2024-05-24T05:40:44.992776Z",
            "url": "https://files.pythonhosted.org/packages/41/5d/6cec9fc663c579b4f42201561c2ee464d637844b7a71d93405b3ed82e61f/pyHAMS-1.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf50ad0157969ccf5e1bced466558e652b8066336c8c169fc772c7fe5c63eec3",
                "md5": "aebe23e135b259a81440d95bd430c447",
                "sha256": "0bc77ce914a514d949f5880e0424166ca0d1004985306429b352f07da822159e"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aebe23e135b259a81440d95bd430c447",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2213174,
            "upload_time": "2024-05-24T05:40:47",
            "upload_time_iso_8601": "2024-05-24T05:40:47.074854Z",
            "url": "https://files.pythonhosted.org/packages/bf/50/ad0157969ccf5e1bced466558e652b8066336c8c169fc772c7fe5c63eec3/pyHAMS-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63991846cdd5e5575025f0344b719303177d7898e40778c6c1fb402c891c33f2",
                "md5": "ecbd1781a357200603bd02e2b0a469d1",
                "sha256": "200affa3893d85940542f3e45a7e6ef353ce1088005ade50ac6151ba67e0be96"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ecbd1781a357200603bd02e2b0a469d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1812069,
            "upload_time": "2024-05-24T05:40:48",
            "upload_time_iso_8601": "2024-05-24T05:40:48.361129Z",
            "url": "https://files.pythonhosted.org/packages/63/99/1846cdd5e5575025f0344b719303177d7898e40778c6c1fb402c891c33f2/pyHAMS-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6222d232cc756810a882905958f97d4c9ea6a78462d253ded9615f6c11a7380",
                "md5": "fb13385ad50846f809b2c65b3a0490ce",
                "sha256": "6c5a997377ba4e204f21bf4926047a88db5947e006bccf6a3fb8c7548618c676"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fb13385ad50846f809b2c65b3a0490ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2565933,
            "upload_time": "2024-05-24T05:40:49",
            "upload_time_iso_8601": "2024-05-24T05:40:49.779191Z",
            "url": "https://files.pythonhosted.org/packages/e6/22/2d232cc756810a882905958f97d4c9ea6a78462d253ded9615f6c11a7380/pyHAMS-1.3.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eaceabab3d082974df5c675b73c740633044b828080c0e75bdd1b0d32cfa1a3",
                "md5": "dfb91a2fe6d043f5e0d3ba333e06d836",
                "sha256": "c37bcfcf3fd43dcc8c82209150a1352586d98a1b4a0437e2154eea0e05e79719"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dfb91a2fe6d043f5e0d3ba333e06d836",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2661407,
            "upload_time": "2024-05-24T05:40:51",
            "upload_time_iso_8601": "2024-05-24T05:40:51.782912Z",
            "url": "https://files.pythonhosted.org/packages/2e/ac/eabab3d082974df5c675b73c740633044b828080c0e75bdd1b0d32cfa1a3/pyHAMS-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fea1fc394dccad0f614f6eaa291474320a2aace6b30d7aa7b56316005e449fd8",
                "md5": "4b825e458f73281398f7e81d35787c68",
                "sha256": "c60861d27d3f54e806f3e5f82b4ce0060cb5a290f4ff689e7ea70d086ab45516"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4b825e458f73281398f7e81d35787c68",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2718525,
            "upload_time": "2024-05-24T05:40:54",
            "upload_time_iso_8601": "2024-05-24T05:40:54.116676Z",
            "url": "https://files.pythonhosted.org/packages/fe/a1/fc394dccad0f614f6eaa291474320a2aace6b30d7aa7b56316005e449fd8/pyHAMS-1.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4261ca5fd0506d825a80895a39d91d4b4a19d03abcd9c03705128e2d4dba7c39",
                "md5": "2bcd7598c4cff0576093d7f23f41d8f5",
                "sha256": "e95880601b1aa6eaafad21caeb696daf388c1796296c4e996452015765f1f98d"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2bcd7598c4cff0576093d7f23f41d8f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2172633,
            "upload_time": "2024-05-24T05:40:55",
            "upload_time_iso_8601": "2024-05-24T05:40:55.651669Z",
            "url": "https://files.pythonhosted.org/packages/42/61/ca5fd0506d825a80895a39d91d4b4a19d03abcd9c03705128e2d4dba7c39/pyHAMS-1.3.0-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d181ec93383042ca6aa38f5411c29ca31a0c4a97e9ebeaa8999a36eec936fad",
                "md5": "1fb0cd55353e7918dcf3826de9fb61ad",
                "sha256": "be2882d885c3101f7fee947ebee6ecc0c544597695faf311055eb1d365c87032"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1fb0cd55353e7918dcf3826de9fb61ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2166960,
            "upload_time": "2024-05-24T05:40:57",
            "upload_time_iso_8601": "2024-05-24T05:40:57.079468Z",
            "url": "https://files.pythonhosted.org/packages/0d/18/1ec93383042ca6aa38f5411c29ca31a0c4a97e9ebeaa8999a36eec936fad/pyHAMS-1.3.0-cp312-cp312-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c902532383b3b32398d8c92eb8e50e3b1ac4735c2b01c1f09929527aa182b7f",
                "md5": "978e79316137871850456d41ff33b7e6",
                "sha256": "f4f99f5196ec145769c7fa42e0d349749423513aedb10922195a3ec3ddc00a45"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "978e79316137871850456d41ff33b7e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1477491,
            "upload_time": "2024-05-24T05:40:58",
            "upload_time_iso_8601": "2024-05-24T05:40:58.360833Z",
            "url": "https://files.pythonhosted.org/packages/5c/90/2532383b3b32398d8c92eb8e50e3b1ac4735c2b01c1f09929527aa182b7f/pyHAMS-1.3.0-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28ca60d8b09ffcdeda29c1aacffc7d2d1d3ebd3868ca9e2db62c33e10a1526ca",
                "md5": "02634ae85066b9b6d44c3bb70fc8eda6",
                "sha256": "8c1fa56688bbd2fb38f960bd69c953d2e5623ce2c09d449b4e502ea3440794fc"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "02634ae85066b9b6d44c3bb70fc8eda6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1895814,
            "upload_time": "2024-05-24T05:41:00",
            "upload_time_iso_8601": "2024-05-24T05:41:00.213178Z",
            "url": "https://files.pythonhosted.org/packages/28/ca/60d8b09ffcdeda29c1aacffc7d2d1d3ebd3868ca9e2db62c33e10a1526ca/pyHAMS-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f387f02a9df6721f66dffd31123cfb4441ba9c5cbb8a0ff942768158ad24fcf",
                "md5": "d41aa24c800ee354e89f47a5ea22a7ad",
                "sha256": "087f60d238a2e07fea44b5a092eb283ea41cb625c5b9acbddb0a25c641121e99"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d41aa24c800ee354e89f47a5ea22a7ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2292536,
            "upload_time": "2024-05-24T05:41:01",
            "upload_time_iso_8601": "2024-05-24T05:41:01.924792Z",
            "url": "https://files.pythonhosted.org/packages/9f/38/7f02a9df6721f66dffd31123cfb4441ba9c5cbb8a0ff942768158ad24fcf/pyHAMS-1.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "377d9bd4bd3c451186b60bc19df79b0cfd03393160b4dac740e32efd90c92884",
                "md5": "8b72ef8707a4d23562729b8539d7adc8",
                "sha256": "317edaf849d5abe3fa785e92f6e6c43628d76133468dccb6b4d3860f66292f29"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b72ef8707a4d23562729b8539d7adc8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2499454,
            "upload_time": "2024-05-24T05:41:03",
            "upload_time_iso_8601": "2024-05-24T05:41:03.522443Z",
            "url": "https://files.pythonhosted.org/packages/37/7d/9bd4bd3c451186b60bc19df79b0cfd03393160b4dac740e32efd90c92884/pyHAMS-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bb11af4866666eca18ed89ec0676a4ed34e9ab683cb270d0dd75b8805e224f1",
                "md5": "88bb649b4b2f62a69357ce8abe41c8a7",
                "sha256": "ef671157bab1f9c1f046164e72e8c3bdc59aa9a31563af253968e38bcd0f2761"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "88bb649b4b2f62a69357ce8abe41c8a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2088958,
            "upload_time": "2024-05-24T05:41:04",
            "upload_time_iso_8601": "2024-05-24T05:41:04.974929Z",
            "url": "https://files.pythonhosted.org/packages/5b/b1/1af4866666eca18ed89ec0676a4ed34e9ab683cb270d0dd75b8805e224f1/pyHAMS-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d91fe8bf195189bd5de3d6f61aa8b7f7496549da8209c28680203a6e62cdbb5b",
                "md5": "33f59b9b8473ce86d4fe2d242f5c86ba",
                "sha256": "05659e819811bcc70cccdba4060e52a3bbb20a8ccab1610e068dbe951805acb0"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "33f59b9b8473ce86d4fe2d242f5c86ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2837609,
            "upload_time": "2024-05-24T05:41:06",
            "upload_time_iso_8601": "2024-05-24T05:41:06.590084Z",
            "url": "https://files.pythonhosted.org/packages/d9/1f/e8bf195189bd5de3d6f61aa8b7f7496549da8209c28680203a6e62cdbb5b/pyHAMS-1.3.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df0c511820ea0662568a4d51a1a56f6deb42b70f1ab9f28c2889e96a5ab4988b",
                "md5": "cb35570277ed1a71d407b47bc7ac0701",
                "sha256": "ac7108ec4919063131276d246bdb81ff6d63492bb67b55274d005399421d91c4"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb35570277ed1a71d407b47bc7ac0701",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2954899,
            "upload_time": "2024-05-24T05:41:07",
            "upload_time_iso_8601": "2024-05-24T05:41:07.985971Z",
            "url": "https://files.pythonhosted.org/packages/df/0c/511820ea0662568a4d51a1a56f6deb42b70f1ab9f28c2889e96a5ab4988b/pyHAMS-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42eeafcb267a6ee227fabd3eb29e6b01eeac014922e18c69539a827a93a0f06a",
                "md5": "729388e5f29193eaaf82b7a70ffa9165",
                "sha256": "2dae27af27bfc7e4ab2203a9991768ecf5e12b1726e0433fe8520988ae6827b1"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "729388e5f29193eaaf82b7a70ffa9165",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3024433,
            "upload_time": "2024-05-24T05:41:09",
            "upload_time_iso_8601": "2024-05-24T05:41:09.603565Z",
            "url": "https://files.pythonhosted.org/packages/42/ee/afcb267a6ee227fabd3eb29e6b01eeac014922e18c69539a827a93a0f06a/pyHAMS-1.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b899c0791c5b3b97c02fe1cd243c35de05b1dc28b2b02d7348b979c779a3faed",
                "md5": "aec39a92ceb6814e674601ce8bda91f4",
                "sha256": "3b3dad07377c8dd63ce0efcd205c36da8cd118b37bbbd21bec2f6f76186e78b4"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aec39a92ceb6814e674601ce8bda91f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1774798,
            "upload_time": "2024-05-24T05:41:11",
            "upload_time_iso_8601": "2024-05-24T05:41:11.097620Z",
            "url": "https://files.pythonhosted.org/packages/b8/99/c0791c5b3b97c02fe1cd243c35de05b1dc28b2b02d7348b979c779a3faed/pyHAMS-1.3.0-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3860919ec94ad7bc2342461332d3fa396a018fd8fa0e19fa991c5c56ba27aac1",
                "md5": "df39bc811bc1642f464714faa38254ab",
                "sha256": "178383f0bb348bb76b0d251d756926bbcab30303a561fdeb13ec3c59f9d3b049"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df39bc811bc1642f464714faa38254ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1767289,
            "upload_time": "2024-05-24T05:41:12",
            "upload_time_iso_8601": "2024-05-24T05:41:12.493836Z",
            "url": "https://files.pythonhosted.org/packages/38/60/919ec94ad7bc2342461332d3fa396a018fd8fa0e19fa991c5c56ba27aac1/pyHAMS-1.3.0-cp39-cp39-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47b4d475be57550170db5697edb48beb0f1ad04cfac069148794ea4164ad66e7",
                "md5": "64a84e0c9a8d5f17b524bec16094060b",
                "sha256": "e8857aab6f35da528038fb3f9677e1f6061347639481d1f5c131e4054fb1755b"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "64a84e0c9a8d5f17b524bec16094060b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1114136,
            "upload_time": "2024-05-24T05:41:13",
            "upload_time_iso_8601": "2024-05-24T05:41:13.921636Z",
            "url": "https://files.pythonhosted.org/packages/47/b4/d475be57550170db5697edb48beb0f1ad04cfac069148794ea4164ad66e7/pyHAMS-1.3.0-cp39-cp39-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1518360223f172a45e2b931615f80c06ca6cb619fa5dabdf30f487a7cb9bc406",
                "md5": "defb5d2f6a5ec0e309a1f93ce2554043",
                "sha256": "20dd289c5e1e24593cfb00ef440d7a709c1d6fc1ae17a482b22e084016b992e0"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "defb5d2f6a5ec0e309a1f93ce2554043",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1076200,
            "upload_time": "2024-05-24T05:41:15",
            "upload_time_iso_8601": "2024-05-24T05:41:15.523364Z",
            "url": "https://files.pythonhosted.org/packages/15/18/360223f172a45e2b931615f80c06ca6cb619fa5dabdf30f487a7cb9bc406/pyHAMS-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58f2c03f0932f23d772de7369e3866c71910cf00a79d33b502ec2e4d2d1fe35e",
                "md5": "1f27f212298e722b1f50489b488149cf",
                "sha256": "db1e6969c82950774b6457090ebe820ae60c7aa94ea003a54379008195c4996f"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1f27f212298e722b1f50489b488149cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1561301,
            "upload_time": "2024-05-24T05:41:16",
            "upload_time_iso_8601": "2024-05-24T05:41:16.817780Z",
            "url": "https://files.pythonhosted.org/packages/58/f2/c03f0932f23d772de7369e3866c71910cf00a79d33b502ec2e4d2d1fe35e/pyHAMS-1.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d111cbfb66827e9b8769d12c451db2c02581be69dfde5c0c1c51cf5ca36d00c4",
                "md5": "1f118c1a38c9032d7d4afebd9a9e9aaa",
                "sha256": "0db79a8ec5e089706a1a50d51b67df925fbb062e78fce668376ef090385afc50"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f118c1a38c9032d7d4afebd9a9e9aaa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1645175,
            "upload_time": "2024-05-24T05:41:18",
            "upload_time_iso_8601": "2024-05-24T05:41:18.867868Z",
            "url": "https://files.pythonhosted.org/packages/d1/11/cbfb66827e9b8769d12c451db2c02581be69dfde5c0c1c51cf5ca36d00c4/pyHAMS-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "875dc0f90facbfa1facfb5c343ac2470989f0aa172735db3171fd1b9c2f2970e",
                "md5": "f6bb36669cd8e44aecd81518af23550d",
                "sha256": "22b8a4c60fc175aa0894ec05e9ecacd1a850747bf81d01af29983f687789432c"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f6bb36669cd8e44aecd81518af23550d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1263933,
            "upload_time": "2024-05-24T05:41:20",
            "upload_time_iso_8601": "2024-05-24T05:41:20.438079Z",
            "url": "https://files.pythonhosted.org/packages/87/5d/c0f90facbfa1facfb5c343ac2470989f0aa172735db3171fd1b9c2f2970e/pyHAMS-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f359fc41bfdcbdc4c046a5ed3711c5b4098b21e161cd208595269d1a9f3094c",
                "md5": "cbe0b94f11819cfd4e8b8e4df52cb266",
                "sha256": "b647121983bf78fba5a49ff9411b670ae85c7a3622adf72a921fe3b2cfa4cf4d"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "cbe0b94f11819cfd4e8b8e4df52cb266",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2028253,
            "upload_time": "2024-05-24T05:41:21",
            "upload_time_iso_8601": "2024-05-24T05:41:21.907810Z",
            "url": "https://files.pythonhosted.org/packages/1f/35/9fc41bfdcbdc4c046a5ed3711c5b4098b21e161cd208595269d1a9f3094c/pyHAMS-1.3.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "959bfa67d2bd14c50562b06c38ac23bad1da135614a074133c74cbdc9b85cad0",
                "md5": "607fbc30acc6e5938fb2ed60e9a51966",
                "sha256": "9b458d0472320ce92ef8f03188529fafdc0508f64498e3e1afde460d507b22b9"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "607fbc30acc6e5938fb2ed60e9a51966",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2082257,
            "upload_time": "2024-05-24T05:41:23",
            "upload_time_iso_8601": "2024-05-24T05:41:23.595583Z",
            "url": "https://files.pythonhosted.org/packages/95/9b/fa67d2bd14c50562b06c38ac23bad1da135614a074133c74cbdc9b85cad0/pyHAMS-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4d4143504e98118759c6dbfd879d31f69a52a15bae2ba7146f22a0bf0805d1a",
                "md5": "cb273b22b926705c22e2568109a1f7a0",
                "sha256": "705e09fe51373f713336695bb0bb28e6fc875f4d5396f6b5d57b4aa07e666f40"
            },
            "downloads": -1,
            "filename": "pyHAMS-1.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cb273b22b926705c22e2568109a1f7a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2114560,
            "upload_time": "2024-05-24T05:41:24",
            "upload_time_iso_8601": "2024-05-24T05:41:24.970233Z",
            "url": "https://files.pythonhosted.org/packages/a4/d4/143504e98118759c6dbfd879d31f69a52a15bae2ba7146f22a0bf0805d1a/pyHAMS-1.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "067fb0f60ac7692bc46e30a62b1d960b7715e5c03735f1ca4b2845dbfa736713",
                "md5": "06618c5c6b04b58715584efa15e6dc63",
                "sha256": "eee2b675866b5b0798d549951fa423ea22ffaf3ca7e2689df353f3347aee7baa"
            },
            "downloads": -1,
            "filename": "pyhams-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "06618c5c6b04b58715584efa15e6dc63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 581713,
            "upload_time": "2024-05-24T05:41:26",
            "upload_time_iso_8601": "2024-05-24T05:41:26.983700Z",
            "url": "https://files.pythonhosted.org/packages/06/7f/b0f60ac7692bc46e30a62b1d960b7715e5c03735f1ca4b2845dbfa736713/pyhams-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 05:41:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "YingyiLiu",
    "github_project": "HAMS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyhams"
}
        
Elapsed time: 0.33614s