HydrOffice Sound Speed Manager
==============================
.. image:: https://github.com/hydroffice/hyo2_soundspeed/raw/master/hyo2/ssm2/app/gui/soundspeedmanager/media/app_icon.png
:alt: logo
|
.. image:: https://img.shields.io/pypi/v/hyo2.ssm2.svg
:target: https://pypi.python.org/pypi/hyo2.ssm2
:alt: PyPi version
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
:target: https://www.hydroffice.org/manuals/ssm2/index.html
:alt: Latest Documentation
.. image:: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_windows.yml/badge.svg?branch=master
:target: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_windows.yml
:alt: Windows
.. image:: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_linux.yml/badge.svg?branch=master
:target: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_linux.yml
:alt: Linux
.. image:: https://app.codacy.com/project/badge/Grade/c1eccd9e15a7408fb05aab06034e005e
:target: https://www.codacy.com/gh/hydroffice/hyo2_soundspeed/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hydroffice/hyo2_soundspeed&utm_campaign=Badge_Grade
:alt: codacy
.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_soundspeed/badge.svg?branch=master
:target: https://coveralls.io/github/hydroffice/hyo2_soundspeed?branch=master
:alt: coverall
.. image:: https://zenodo.org/badge/54854024.svg
:target: https://zenodo.org/badge/latestdoi/54854024
:alt: Zenodo DOI
|
* Code: `GitHub repo <https://github.com/hydroffice/hyo2_soundspeed>`_
* Project page: `url <https://www.hydroffice.org/soundspeed/>`_, `download <https://bitbucket.org/hydroffice/hyo_sound_speed_manager/downloads/>`_
* License: LGPLv2.1 or IA license (See `Dual license <https://www.hydroffice.org/license_lgpl21/>`_)
|
General Info
------------
The HydrOffice's Sound Speed package provides a library and tools to manage sound speed profiles.
The package is part of HydrOffice, a research development framework for ocean mapping. HydrOffice aims to provide
a collection of hydro-packages to deal with specific issues in the field, speeding up both algorithms testing and
research-to-operation (R2O).
Among the tools developed in the package, Sound Speed Manager (SSM) is a software application that provides the user
with a streamlined workflow to perform accurate processing and management of sound speed profiles
for underwater acoustic systems.
SSM has been designed to ease integration into existing data acquisition workflows.
The liberal open source license used by the project (specifically, GNU LGPL) provides for understanding
of the chosen processing solutions through ready inspection of the source code, as well as the ability
to adapt the application to specific organization needs.
This adaptation is eased by the modular design of the application, with the NOAA-specific
functionalities organized so that they can be easily deactivated for non-NOAA users.
The main functionalities include:
* Wide support of commonly-used sound speed profile formats
* Compatibility with various data sources
* Integration with common data acquisition/integration applications (e.g., Kongsberg SIS)
* Profile enhancement based on real-time and climatologic models
* Database management of the collected data with built-in functionalities for analysis and visualization.
With a long-term support and development plan, Sound Speed Manager is a turnkey application ready
to be used (and extended) by professionals and institutions in the hydrographic community.
The package is jointly developed by the `Center for Coastal and Ocean Mapping, UNH <https://ccom.unh.edu/>`_ and
`NOAA Coast Survey Development Laboratory (CSDL) <https://www.nauticalcharts.noaa.gov/>`_.
.. image:: https://www.hydroffice.org/static/app_soundspeed/img/noaa_ccom.png
:alt: joint efforts
For further information, visit the `manual <https://www.hydroffice.org/manuals/ssm2/index.html>`_.
.. note::
If you want to help improving SSM, this is the recommended
`starting point <https://www.hydroffice.org/manuals/ssm2/stable/developer_guide_how_to_contribute.html>`_.
"""""""
History
-------
2024.0.0
~~~~~~~~
2024-01-26
- Started migration from PySide2 to PySide6
2020.0.0
~~~~~~~~
2020-04-09
- Started migration from Basemap to Cartopy
2019.0.0
~~~~~~~~
2018-11-30
- Started migration to PySide2 and hyo.abc
2018.0.5
~~~~~~~~
2018-01-10
- Added automated processing setup and other improvements
2017.3.0
~~~~~~~~
2017-07-31
- Added Survey Data monitor
2017.0.0
~~~~~~~~
2017-03-18
- First stable release.
2016-03-27
- Initial commit.
"""""""
Credits
-------
Authors
~~~~~~~
The package developers and maintainers are:
- `Giuseppe Masetti <mailto:gmasetti@ccom.unh.edu>`_
- `Barry Gallagher <mailto:barry.gallagher@noaa.gov>`_
- `Chen Zhang <mailto:chen.zhang@noaa.gov>`_
Contributors
~~~~~~~~~~~~
Other past and present contributors are:
- `Roland Arsenault <roland.arsenault@unh.edu>`_
- `Hugh Barker <mailto:hugh.barker@csiro.au>`_
- `Jonathan Beaudoin <mailto:beaudoin@qps.nl>`_
- `Brian R. Calder <mailto:brc@ccom.unh.edu>`_
- `Lindsay Gee <mailto:lindsayjgee@gmail.com>`_
- `Sam Greenaway <mailto:samuel.greenaway@noaa.gov>`_
- `Kevin Jerram <mailto:kjerram@ccom.unh.edu>`_
- `Paul Johnson <mailto:pjohnson@ccom.unh.edu>`_
- `Damian Manda <mailto:damian.manda@noaa.gov>`_
- `Jean-Guy Nistad <mailto:jean-guy.nistad@bsh.de>`_
- `Collen Peters <mailto:colleen.peters@kd.kongsberg.com>`_
- `Patrice Ponchant <mailto:patrice.ponchant@fugro.com>`_
- `Glen Rice <mailto:glen.rice@noaa.gov>`_
- `Jack Riley <mailto:jack.riley@noaa.gov>`_
- `Val Schmidt <val.schmidt@unh.edu>`_
- `Matthew Sharr <mailto:matthew.sharr@noaa.gov>`_
- `Michael Smith <mailto:msmith@ccom.unh.edu>`_
- `Matthew J. Wilson <mailto:matthew.wilson@noaa.gov>`_
Please add yourself here when you submit your first pull request.
"""""""
.. _how-to-contribute-label:
How to contribute
-----------------
Every open source project lives from the generous help by contributors that sacrifice their time and this is no different.
Public Repositories
===================
The source code is available on `GitHub`_.
To propose changes to Sound Speed Manager, you can follow the common Fork & Pull Request workflow.
If you are not familiar with such a workflow, a good starting point may be this `short tutorial`_.
Coding Style
============
To make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation.
Here are a few hints and rules to get you started:
* Add yourself to the AUTHORS.txt_ file in an alphabetical fashion. Every contribution is valuable and shall be credited.
* If your change is noteworthy, add an entry to the changelog_.
* No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can!
* Don't *ever* break backward compatibility.
* *Always* add tests and docs for your code. This is a hard rule; patches with missing tests or documentation won't be merged.
If a feature is not tested or documented, it does not exist.
* Obey `PEP 8`_ and `PEP 257`_.
* Write `good commit messages`_.
* Ideally, `collapse`_ your commits, i.e. make your pull requests just one commit.
.. note::
If you have something great but are not sure whether it adheres -- or even can adhere -- to the rules
above: **please submit a pull request anyway**!
In the best case, we can mold it into something, in the worst case the pull request gets politely closed.
There's absolutely nothing to fear.
Thank you for considering to contribute! If you have any question or concerns, feel free to reach out to us.
Development Quick-start
=======================
Clone and install (in development mode) the `GitHub` repo:
* `git clone https://github.com/hydroffice/hyo2_soundspeed.git`
* `pip install -e hyo2_soundspeed`
The previous steps will also install all the required dependencies.
If you have issues installing `hyo2.abc2`_, you may want to:
* `git clone https://github.com/hydroffice/hyo2_abc2.git`
* `pip install -e hyo2_abc2`
For other issues installing dependencies (e.g., `GDAL`_), you may want to use `Anaconda`_.
Good references for a working dev env are:
* Windows: https://github.com/hydroffice/hyo2_soundspeed/raw/refs/heads/master/.github/workflows/ssm_on_windows.yml
* Linux: https://github.com/hydroffice/hyo2_soundspeed/raw/refs/heads/master/.github/workflows/ssm_on_linux.yml
.. _`short tutorial`: https://gist.github.com/giumas/67abeffcbf49d00703a57cbafac8b118
.. _`GitHub`: https://github.com/hydroffice/hyo2_soundspeed
.. _`Code of Conduct`: http://www.python.org/psf/codeofconduct/
.. _AUTHORS.txt: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/AUTHORS.rst
.. _changelog: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/HISTORY.rst
.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/
.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/
.. _collapse: https://www.mercurial-scm.org/wiki/RebaseExtension
.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
.. _`hyo2.abc2`: https://github.com/hydroffice/hyo2_abc2
.. _`GDAL`: https://github.com/OSGeo/gdal
.. _`Anaconda`: https://docs.anaconda.com/anaconda/install/
Raw data
{
"_id": null,
"home_page": "https://github.com/hydroffice/hyo2_soundspeed",
"name": "hyo2.ssm2",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "hydrography ocean mapping survey sound speed profiles",
"author": "Giuseppe Masetti(UNH,JHC-CCOM); Barry Gallagher(NOAA,OCS); Chen Zhang(NOAA,OCS)",
"author_email": "gmasetti@ccom.unh.edu, barry.gallagher@noaa.gov, chen.zhang@noaa.gov",
"download_url": "https://files.pythonhosted.org/packages/4f/65/f16a79e2c1df330829017e261372b9d815bb3dd56e5cd6bdd3a7c05b4cec/hyo2_ssm2-2024.2.1.tar.gz",
"platform": null,
"description": "HydrOffice Sound Speed Manager\r\n==============================\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_soundspeed/raw/master/hyo2/ssm2/app/gui/soundspeedmanager/media/app_icon.png\r\n :alt: logo\r\n\r\n|\r\n\r\n.. image:: https://img.shields.io/pypi/v/hyo2.ssm2.svg\r\n :target: https://pypi.python.org/pypi/hyo2.ssm2\r\n :alt: PyPi version\r\n\r\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\r\n :target: https://www.hydroffice.org/manuals/ssm2/index.html\r\n :alt: Latest Documentation\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_windows.yml/badge.svg?branch=master\r\n :target: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_windows.yml\r\n :alt: Windows\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_linux.yml/badge.svg?branch=master\r\n :target: https://github.com/hydroffice/hyo2_soundspeed/actions/workflows/ssm_on_linux.yml\r\n :alt: Linux\r\n\r\n.. image:: https://app.codacy.com/project/badge/Grade/c1eccd9e15a7408fb05aab06034e005e\r\n :target: https://www.codacy.com/gh/hydroffice/hyo2_soundspeed/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hydroffice/hyo2_soundspeed&utm_campaign=Badge_Grade\r\n :alt: codacy\r\n\r\n.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_soundspeed/badge.svg?branch=master\r\n :target: https://coveralls.io/github/hydroffice/hyo2_soundspeed?branch=master\r\n :alt: coverall\r\n\r\n.. image:: https://zenodo.org/badge/54854024.svg\r\n :target: https://zenodo.org/badge/latestdoi/54854024\r\n :alt: Zenodo DOI\r\n\r\n|\r\n\r\n* Code: `GitHub repo <https://github.com/hydroffice/hyo2_soundspeed>`_\r\n* Project page: `url <https://www.hydroffice.org/soundspeed/>`_, `download <https://bitbucket.org/hydroffice/hyo_sound_speed_manager/downloads/>`_\r\n* License: LGPLv2.1 or IA license (See `Dual license <https://www.hydroffice.org/license_lgpl21/>`_)\r\n\r\n|\r\n\r\nGeneral Info\r\n------------\r\n\r\nThe HydrOffice's Sound Speed package provides a library and tools to manage sound speed profiles.\r\nThe package is part of HydrOffice, a research development framework for ocean mapping. HydrOffice aims to provide\r\na collection of hydro-packages to deal with specific issues in the field, speeding up both algorithms testing and\r\nresearch-to-operation (R2O).\r\n\r\nAmong the tools developed in the package, Sound Speed Manager (SSM) is a software application that provides the user\r\nwith a streamlined workflow to perform accurate processing and management of sound speed profiles\r\nfor underwater acoustic systems.\r\n\r\nSSM has been designed to ease integration into existing data acquisition workflows.\r\nThe liberal open source license used by the project (specifically, GNU LGPL) provides for understanding\r\nof the chosen processing solutions through ready inspection of the source code, as well as the ability\r\nto adapt the application to specific organization needs.\r\n\r\nThis adaptation is eased by the modular design of the application, with the NOAA-specific\r\nfunctionalities organized so that they can be easily deactivated for non-NOAA users.\r\n\r\nThe main functionalities include:\r\n\r\n* Wide support of commonly-used sound speed profile formats\r\n* Compatibility with various data sources\r\n* Integration with common data acquisition/integration applications (e.g., Kongsberg SIS)\r\n* Profile enhancement based on real-time and climatologic models\r\n* Database management of the collected data with built-in functionalities for analysis and visualization.\r\n\r\nWith a long-term support and development plan, Sound Speed Manager is a turnkey application ready\r\nto be used (and extended) by professionals and institutions in the hydrographic community.\r\n\r\nThe package is jointly developed by the `Center for Coastal and Ocean Mapping, UNH <https://ccom.unh.edu/>`_ and\r\n`NOAA Coast Survey Development Laboratory (CSDL) <https://www.nauticalcharts.noaa.gov/>`_.\r\n\r\n.. image:: https://www.hydroffice.org/static/app_soundspeed/img/noaa_ccom.png\r\n :alt: joint efforts\r\n\r\nFor further information, visit the `manual <https://www.hydroffice.org/manuals/ssm2/index.html>`_.\r\n\r\n.. note::\r\n If you want to help improving SSM, this is the recommended\r\n `starting point <https://www.hydroffice.org/manuals/ssm2/stable/developer_guide_how_to_contribute.html>`_.\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\nHistory\r\n-------\r\n\r\n2024.0.0\r\n~~~~~~~~\r\n\r\n2024-01-26\r\n\r\n- Started migration from PySide2 to PySide6\r\n\r\n\r\n2020.0.0\r\n~~~~~~~~\r\n\r\n2020-04-09\r\n\r\n- Started migration from Basemap to Cartopy\r\n\r\n\r\n2019.0.0\r\n~~~~~~~~\r\n\r\n2018-11-30\r\n\r\n- Started migration to PySide2 and hyo.abc\r\n\r\n\r\n2018.0.5\r\n~~~~~~~~\r\n\r\n2018-01-10\r\n\r\n- Added automated processing setup and other improvements\r\n\r\n\r\n2017.3.0\r\n~~~~~~~~\r\n\r\n2017-07-31\r\n\r\n- Added Survey Data monitor\r\n\r\n\r\n2017.0.0\r\n~~~~~~~~\r\n\r\n2017-03-18\r\n\r\n- First stable release.\r\n\r\n2016-03-27\r\n\r\n- Initial commit.\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\nCredits\r\n-------\r\n\r\nAuthors\r\n~~~~~~~\r\n\r\nThe package developers and maintainers are:\r\n\r\n- `Giuseppe Masetti <mailto:gmasetti@ccom.unh.edu>`_\r\n\r\n- `Barry Gallagher <mailto:barry.gallagher@noaa.gov>`_\r\n\r\n- `Chen Zhang <mailto:chen.zhang@noaa.gov>`_\r\n\r\n\r\nContributors\r\n~~~~~~~~~~~~\r\n\r\nOther past and present contributors are:\r\n\r\n- `Roland Arsenault <roland.arsenault@unh.edu>`_\r\n\r\n- `Hugh Barker <mailto:hugh.barker@csiro.au>`_\r\n\r\n- `Jonathan Beaudoin <mailto:beaudoin@qps.nl>`_\r\n\r\n- `Brian R. Calder <mailto:brc@ccom.unh.edu>`_\r\n\r\n- `Lindsay Gee <mailto:lindsayjgee@gmail.com>`_\r\n\r\n- `Sam Greenaway <mailto:samuel.greenaway@noaa.gov>`_\r\n\r\n- `Kevin Jerram <mailto:kjerram@ccom.unh.edu>`_\r\n\r\n- `Paul Johnson <mailto:pjohnson@ccom.unh.edu>`_\r\n\r\n- `Damian Manda <mailto:damian.manda@noaa.gov>`_\r\n\r\n- `Jean-Guy Nistad <mailto:jean-guy.nistad@bsh.de>`_\r\n\r\n- `Collen Peters <mailto:colleen.peters@kd.kongsberg.com>`_\r\n\r\n- `Patrice Ponchant <mailto:patrice.ponchant@fugro.com>`_\r\n\r\n- `Glen Rice <mailto:glen.rice@noaa.gov>`_\r\n\r\n- `Jack Riley <mailto:jack.riley@noaa.gov>`_\r\n\r\n- `Val Schmidt <val.schmidt@unh.edu>`_\r\n\r\n- `Matthew Sharr <mailto:matthew.sharr@noaa.gov>`_\r\n\r\n- `Michael Smith <mailto:msmith@ccom.unh.edu>`_\r\n\r\n- `Matthew J. Wilson <mailto:matthew.wilson@noaa.gov>`_\r\n\r\nPlease add yourself here when you submit your first pull request.\r\n\r\n\r\n\"\"\"\"\"\"\"\r\n\r\n.. _how-to-contribute-label:\r\n\r\nHow to contribute\r\n-----------------\r\n\r\nEvery open source project lives from the generous help by contributors that sacrifice their time and this is no different.\r\n\r\nPublic Repositories\r\n===================\r\n\r\nThe source code is available on `GitHub`_.\r\n\r\nTo propose changes to Sound Speed Manager, you can follow the common Fork & Pull Request workflow.\r\nIf you are not familiar with such a workflow, a good starting point may be this `short tutorial`_.\r\n\r\n\r\nCoding Style\r\n============\r\n\r\nTo make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation.\r\n\r\nHere are a few hints and rules to get you started:\r\n\r\n* Add yourself to the AUTHORS.txt_ file in an alphabetical fashion. Every contribution is valuable and shall be credited.\r\n* If your change is noteworthy, add an entry to the changelog_.\r\n* No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can!\r\n* Don't *ever* break backward compatibility.\r\n* *Always* add tests and docs for your code. This is a hard rule; patches with missing tests or documentation won't be merged.\r\n If a feature is not tested or documented, it does not exist.\r\n* Obey `PEP 8`_ and `PEP 257`_.\r\n* Write `good commit messages`_.\r\n* Ideally, `collapse`_ your commits, i.e. make your pull requests just one commit.\r\n\r\n.. note::\r\n If you have something great but are not sure whether it adheres -- or even can adhere -- to the rules\r\n above: **please submit a pull request anyway**!\r\n In the best case, we can mold it into something, in the worst case the pull request gets politely closed.\r\n There's absolutely nothing to fear.\r\n\r\nThank you for considering to contribute! If you have any question or concerns, feel free to reach out to us.\r\n\r\nDevelopment Quick-start\r\n=======================\r\n\r\nClone and install (in development mode) the `GitHub` repo:\r\n\r\n* `git clone https://github.com/hydroffice/hyo2_soundspeed.git`\r\n* `pip install -e hyo2_soundspeed`\r\n\r\nThe previous steps will also install all the required dependencies.\r\n\r\nIf you have issues installing `hyo2.abc2`_, you may want to:\r\n\r\n* `git clone https://github.com/hydroffice/hyo2_abc2.git`\r\n* `pip install -e hyo2_abc2`\r\n\r\nFor other issues installing dependencies (e.g., `GDAL`_), you may want to use `Anaconda`_.\r\n\r\nGood references for a working dev env are:\r\n\r\n* Windows: https://github.com/hydroffice/hyo2_soundspeed/raw/refs/heads/master/.github/workflows/ssm_on_windows.yml\r\n* Linux: https://github.com/hydroffice/hyo2_soundspeed/raw/refs/heads/master/.github/workflows/ssm_on_linux.yml\r\n\r\n\r\n.. _`short tutorial`: https://gist.github.com/giumas/67abeffcbf49d00703a57cbafac8b118\r\n.. _`GitHub`: https://github.com/hydroffice/hyo2_soundspeed\r\n.. _`Code of Conduct`: http://www.python.org/psf/codeofconduct/\r\n.. _AUTHORS.txt: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/AUTHORS.rst\r\n.. _changelog: https://bitbucket.org/ccomjhc/hyo_soundspeed/raw/master/HISTORY.rst\r\n.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/\r\n.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/\r\n.. _collapse: https://www.mercurial-scm.org/wiki/RebaseExtension\r\n.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html\r\n.. _`hyo2.abc2`: https://github.com/hydroffice/hyo2_abc2\r\n.. _`GDAL`: https://github.com/OSGeo/gdal\r\n.. _`Anaconda`: https://docs.anaconda.com/anaconda/install/\r\n",
"bugtrack_url": null,
"license": "LGPLv2.1 or CCOM-UNH Industrial Associate license",
"summary": "A library and an application to manage sound speed profiles.",
"version": "2024.2.1",
"project_urls": {
"Homepage": "https://github.com/hydroffice/hyo2_soundspeed"
},
"split_keywords": [
"hydrography",
"ocean",
"mapping",
"survey",
"sound",
"speed",
"profiles"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cb67f164ac73746c0d19080d7f6e4f1edaede0d325cc81d5ae599ab9ff306fb3",
"md5": "d12783929f4f6bca13c76150d85c63d4",
"sha256": "b353b5d86016bb9dec08326743baa4f1884c69ae2f09da449f3ae43c5f73559d"
},
"downloads": -1,
"filename": "hyo2.ssm2-2024.2.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d12783929f4f6bca13c76150d85c63d4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.11",
"size": 384828,
"upload_time": "2024-10-20T18:32:30",
"upload_time_iso_8601": "2024-10-20T18:32:30.073959Z",
"url": "https://files.pythonhosted.org/packages/cb/67/f164ac73746c0d19080d7f6e4f1edaede0d325cc81d5ae599ab9ff306fb3/hyo2.ssm2-2024.2.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f65f16a79e2c1df330829017e261372b9d815bb3dd56e5cd6bdd3a7c05b4cec",
"md5": "8a539ef77c4c635d46d41eafe33b937c",
"sha256": "77d1d0599b653e7b172c5238059f432bf983d011946a44352130f30fea75cea9"
},
"downloads": -1,
"filename": "hyo2_ssm2-2024.2.1.tar.gz",
"has_sig": false,
"md5_digest": "8a539ef77c4c635d46d41eafe33b937c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 27104955,
"upload_time": "2024-10-20T18:32:32",
"upload_time_iso_8601": "2024-10-20T18:32:32.901270Z",
"url": "https://files.pythonhosted.org/packages/4f/65/f16a79e2c1df330829017e261372b9d815bb3dd56e5cd6bdd3a7c05b4cec/hyo2_ssm2-2024.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-20 18:32:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hydroffice",
"github_project": "hyo2_soundspeed",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "hyo2.ssm2"
}