hyo2.abc2


Namehyo2.abc2 JSON
Version 2.3.7 PyPI version JSON
download
home_pagehttps://www.hydroffice.org
SummaryCommon elements for HydrOffice libraries and applications.
upload_time2024-05-04 09:09:35
maintainerNone
docs_urlNone
authorGiuseppe Masetti
requires_python>=3.8
licenseLGPLv3 license
keywords hydrography ocean mapping
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            HydrOffice ABC 2
================

.. image:: https://github.com/hydroffice/hyo2_abc2/raw/master/hyo2/abc2/app/pkg_info/media/app_icon.png
    :alt: logo

|

.. image:: https://img.shields.io/pypi/v/hyo2.abc2.svg
    :target: https://pypi.python.org/pypi/hyo2.abc2
    :alt: PyPi version

.. image:: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_windows.yml/badge.svg
    :target: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_windows.yml
    :alt: Windows

.. image:: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_linux.yml/badge.svg
    :target: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_linux.yml
    :alt: Linux

.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
    :target: https://www.hydroffice.org/manuals/abc2/index.html
    :alt: Latest Documentation

.. image:: https://app.codacy.com/project/badge/Grade/6f90f01fa2ce4eef9ceaec9b4b2ba591
    :target: https://app.codacy.com/gh/hydroffice/hyo2_abc2/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
    :alt: codacy

.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_abc2/badge.svg?branch=master
    :target: https://coveralls.io/github/hydroffice/hyo2_abc2?branch=master
    :alt: coverall

|

* GitHub: `https://github.com/hydroffice/hyo2_abc2 <https://github.com/hydroffice/hyo2_abc2>`_
* Project page: `url <https://www.hydroffice.org>`_
* License: LGPLv3

|

General info
------------

HydrOffice is a research development environment for ocean mapping. It provides a collection of hydro-packages,
each of them dealing with a specific issue of the field.
The main goal is to speed up both algorithms testing and research-2-operation.

The ABC package provides common elements for HydrOffice libraries and applications.

Main library features:

* A LibInfo class (to collect info about the library)
* Helper class
* A GDAL Aux class (to help with GDAL handling)
* CLI Progress Bar class

Main GUI features:

* An AppInfo class (to collect info about the app)
* An AppStyle class (to manage app styles)
* A Browser widget
* An Info tab
* An Exception dialog
* An About dialog
* A Qt-based Progress Bar class

|

Credits
-------

Authors
~~~~~~~

This code is written and maintained by:

- `Giuseppe Masetti <mailto:gmasetti@ccom.unh.edu>`_


Contributors
~~~~~~~~~~~~

The following wonderful people contributed directly or indirectly to this project:

- `Lachlan Hurst <mailto:lhurst@frontiersi.com.au>`_

Please add yourself here alphabetically when you submit your first pull request.

|

Testing
~~~~~~~

For running tests and check the relative coverage:

.. code-block::

    coverage run --source hyo2 setup.py test

To get the test coverage report:

.. code-block::

    coverage report -m

and/or:

.. code-block::

    coverage html
    open html_cov/index.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.hydroffice.org",
    "name": "hyo2.abc2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "hydrography ocean mapping",
    "author": "Giuseppe Masetti",
    "author_email": "gmasetti@ccom.unh.edu",
    "download_url": "https://files.pythonhosted.org/packages/16/7c/4dd8e195b53957604bb22feb9f4acce60b7ff7fdb147258f6be808248880/hyo2_abc2-2.3.7.tar.gz",
    "platform": null,
    "description": "HydrOffice ABC 2\r\n================\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_abc2/raw/master/hyo2/abc2/app/pkg_info/media/app_icon.png\r\n    :alt: logo\r\n\r\n|\r\n\r\n.. image:: https://img.shields.io/pypi/v/hyo2.abc2.svg\r\n    :target: https://pypi.python.org/pypi/hyo2.abc2\r\n    :alt: PyPi version\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_windows.yml/badge.svg\r\n    :target: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_windows.yml\r\n    :alt: Windows\r\n\r\n.. image:: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_linux.yml/badge.svg\r\n    :target: https://github.com/hydroffice/hyo2_abc2/actions/workflows/abc2_on_linux.yml\r\n    :alt: Linux\r\n\r\n.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg\r\n    :target: https://www.hydroffice.org/manuals/abc2/index.html\r\n    :alt: Latest Documentation\r\n\r\n.. image:: https://app.codacy.com/project/badge/Grade/6f90f01fa2ce4eef9ceaec9b4b2ba591\r\n    :target: https://app.codacy.com/gh/hydroffice/hyo2_abc2/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade\r\n    :alt: codacy\r\n\r\n.. image:: https://coveralls.io/repos/github/hydroffice/hyo2_abc2/badge.svg?branch=master\r\n    :target: https://coveralls.io/github/hydroffice/hyo2_abc2?branch=master\r\n    :alt: coverall\r\n\r\n|\r\n\r\n* GitHub: `https://github.com/hydroffice/hyo2_abc2 <https://github.com/hydroffice/hyo2_abc2>`_\r\n* Project page: `url <https://www.hydroffice.org>`_\r\n* License: LGPLv3\r\n\r\n|\r\n\r\nGeneral info\r\n------------\r\n\r\nHydrOffice is a research development environment for ocean mapping. It provides a collection of hydro-packages,\r\neach of them dealing with a specific issue of the field.\r\nThe main goal is to speed up both algorithms testing and research-2-operation.\r\n\r\nThe ABC package provides common elements for HydrOffice libraries and applications.\r\n\r\nMain library features:\r\n\r\n* A LibInfo class (to collect info about the library)\r\n* Helper class\r\n* A GDAL Aux class (to help with GDAL handling)\r\n* CLI Progress Bar class\r\n\r\nMain GUI features:\r\n\r\n* An AppInfo class (to collect info about the app)\r\n* An AppStyle class (to manage app styles)\r\n* A Browser widget\r\n* An Info tab\r\n* An Exception dialog\r\n* An About dialog\r\n* A Qt-based Progress Bar class\r\n\r\n|\r\n\r\nCredits\r\n-------\r\n\r\nAuthors\r\n~~~~~~~\r\n\r\nThis code is written and maintained by:\r\n\r\n- `Giuseppe Masetti <mailto:gmasetti@ccom.unh.edu>`_\r\n\r\n\r\nContributors\r\n~~~~~~~~~~~~\r\n\r\nThe following wonderful people contributed directly or indirectly to this project:\r\n\r\n- `Lachlan Hurst <mailto:lhurst@frontiersi.com.au>`_\r\n\r\nPlease add yourself here alphabetically when you submit your first pull request.\r\n\r\n|\r\n\r\nTesting\r\n~~~~~~~\r\n\r\nFor running tests and check the relative coverage:\r\n\r\n.. code-block::\r\n\r\n    coverage run --source hyo2 setup.py test\r\n\r\nTo get the test coverage report:\r\n\r\n.. code-block::\r\n\r\n    coverage report -m\r\n\r\nand/or:\r\n\r\n.. code-block::\r\n\r\n    coverage html\r\n    open html_cov/index.html\r\n",
    "bugtrack_url": null,
    "license": "LGPLv3 license",
    "summary": "Common elements for HydrOffice libraries and applications.",
    "version": "2.3.7",
    "project_urls": {
        "Homepage": "https://www.hydroffice.org"
    },
    "split_keywords": [
        "hydrography",
        "ocean",
        "mapping"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0c8029c21ec7a0d0e9f403c3f773f46ded429d3410fc5849cb070720a7a4064",
                "md5": "6e43eb58eacdd0ff6de2991b9101b3ad",
                "sha256": "206b3116c2136506cdaf530e4599b2c353d3a9b39999fd167c0aefda6a5370bd"
            },
            "downloads": -1,
            "filename": "hyo2.abc2-2.3.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e43eb58eacdd0ff6de2991b9101b3ad",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 1012274,
            "upload_time": "2024-05-04T09:09:32",
            "upload_time_iso_8601": "2024-05-04T09:09:32.085257Z",
            "url": "https://files.pythonhosted.org/packages/d0/c8/029c21ec7a0d0e9f403c3f773f46ded429d3410fc5849cb070720a7a4064/hyo2.abc2-2.3.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "167c4dd8e195b53957604bb22feb9f4acce60b7ff7fdb147258f6be808248880",
                "md5": "330d2e5427820123a11219b8374ad911",
                "sha256": "860eda70f763f0d5bbfaa1fe6fad16d0fc2b35c66778da284ffce257525e81ac"
            },
            "downloads": -1,
            "filename": "hyo2_abc2-2.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "330d2e5427820123a11219b8374ad911",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1002484,
            "upload_time": "2024-05-04T09:09:35",
            "upload_time_iso_8601": "2024-05-04T09:09:35.254034Z",
            "url": "https://files.pythonhosted.org/packages/16/7c/4dd8e195b53957604bb22feb9f4acce60b7ff7fdb147258f6be808248880/hyo2_abc2-2.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 09:09:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hyo2.abc2"
}
        
Elapsed time: 0.24242s