wxflow


Namewxflow JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/noaa-emc/wxflow
SummaryTools for Weather Workflows
upload_time2023-07-10 23:22:25
maintainer
docs_urlNone
authorNOAA/NWS/NCEP/EMC
requires_python>=3.6
licenseGNU Lesser General Public License v3 (LGPLv3)
keywords noaa nws ncep emc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ![PyPI](https://img.shields.io/pypi/v/:wxflow)
[![pynorms](https://github.com/NOAA-EMC/wxflow/actions/workflows/pynorms.yaml/badge.svg)](https://github.com/NOAA-EMC/wxflow/actions/workflows/pynorms.yaml)
[![pytests](https://github.com/NOAA-EMC/wxflow/actions/workflows/pytests.yaml/badge.svg)](https://github.com/NOAA-EMC/wxflow/actions/workflows/pytests.yaml)
[![Documentation Status](https://readthedocs.org/projects/wxflow/badge/?version=latest)](https://wxflow.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/noaa-emc/wxflow/branch/develop/graph/badge.svg?token=JWTPE8Z7MH)](https://codecov.io/gh/noaa-emc/wxflow)

# Tools for Weather Workflows

Common set of tools used in weather workflows

### Installation
```sh
$> pip install wxflow
```

### Running python tests:
Simple instructions to enable executing pytests manually
```sh
# Create a python virtual environment and step into it
$> cd wxflow
$> python3 -m venv venv
$> source venv/bin/activate

# Install `wxflow` with the developer requirements
(venv) $> pip install .[dev]
# NOTE: on a macOS, may need to specify ."[dev]" if using zsh

# Run pytests
(venv) $> pytest -v
```
### Documentation
Documentation is automatically generated and is available [here](https://wxflow.readthedocs.io/en/latest/).

# Disclaimer

The United States Department of Commerce (DOC) GitHub project code is provided
on an "as is" basis and the user assumes responsibility for its use. DOC has
relinquished control of the information and no longer has responsibility to
protect the integrity, confidentiality, or availability of the information. Any
claims against the Department of Commerce stemming from the use of its GitHub
project will be governed by all applicable Federal law. Any reference to
specific commercial products, processes, or services by service mark,
trademark, manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce. The
Department of Commerce seal and logo, or the seal and logo of a DOC bureau,
shall not be used in any manner to imply endorsement of any commercial product
or activity by DOC or the United States Government.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/noaa-emc/wxflow",
    "name": "wxflow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "NOAA,NWS,NCEP,EMC",
    "author": "NOAA/NWS/NCEP/EMC",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e5/bb/603d08bea750f6d916abd5c9ea7a17cef3b450a63c6f921c65d97cb97e81/wxflow-0.1.0.tar.gz",
    "platform": null,
    "description": "![PyPI](https://img.shields.io/pypi/v/:wxflow)\n[![pynorms](https://github.com/NOAA-EMC/wxflow/actions/workflows/pynorms.yaml/badge.svg)](https://github.com/NOAA-EMC/wxflow/actions/workflows/pynorms.yaml)\n[![pytests](https://github.com/NOAA-EMC/wxflow/actions/workflows/pytests.yaml/badge.svg)](https://github.com/NOAA-EMC/wxflow/actions/workflows/pytests.yaml)\n[![Documentation Status](https://readthedocs.org/projects/wxflow/badge/?version=latest)](https://wxflow.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/noaa-emc/wxflow/branch/develop/graph/badge.svg?token=JWTPE8Z7MH)](https://codecov.io/gh/noaa-emc/wxflow)\n\n# Tools for Weather Workflows\n\nCommon set of tools used in weather workflows\n\n### Installation\n```sh\n$> pip install wxflow\n```\n\n### Running python tests:\nSimple instructions to enable executing pytests manually\n```sh\n# Create a python virtual environment and step into it\n$> cd wxflow\n$> python3 -m venv venv\n$> source venv/bin/activate\n\n# Install `wxflow` with the developer requirements\n(venv) $> pip install .[dev]\n# NOTE: on a macOS, may need to specify .\"[dev]\" if using zsh\n\n# Run pytests\n(venv) $> pytest -v\n```\n### Documentation\nDocumentation is automatically generated and is available [here](https://wxflow.readthedocs.io/en/latest/).\n\n# Disclaimer\n\nThe United States Department of Commerce (DOC) GitHub project code is provided\non an \"as is\" basis and the user assumes responsibility for its use. DOC has\nrelinquished control of the information and no longer has responsibility to\nprotect the integrity, confidentiality, or availability of the information. Any\nclaims against the Department of Commerce stemming from the use of its GitHub\nproject will be governed by all applicable Federal law. Any reference to\nspecific commercial products, processes, or services by service mark,\ntrademark, manufacturer, or otherwise, does not constitute or imply their\nendorsement, recommendation or favoring by the Department of Commerce. The\nDepartment of Commerce seal and logo, or the seal and logo of a DOC bureau,\nshall not be used in any manner to imply endorsement of any commercial product\nor activity by DOC or the United States Government.\n",
    "bugtrack_url": null,
    "license": "GNU Lesser General Public License v3 (LGPLv3)",
    "summary": "Tools for Weather Workflows",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/noaa-emc/wxflow/issues",
        "CI": "https://github.com/noaa-emc/wxflow/actions",
        "Homepage": "https://github.com/noaa-emc/wxflow"
    },
    "split_keywords": [
        "noaa",
        "nws",
        "ncep",
        "emc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6d6019c4728437ef2a21888ec41fe4756263fb56a6641bb3546a1f472684b33",
                "md5": "c70f3dcb607b3cae2b47bd33ec7e2acf",
                "sha256": "be605e8cc143ace7f9ab08a5dac633dae64cbd7a71e44fe25c5927eec5a2ddbc"
            },
            "downloads": -1,
            "filename": "wxflow-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c70f3dcb607b3cae2b47bd33ec7e2acf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 37482,
            "upload_time": "2023-07-10T23:22:23",
            "upload_time_iso_8601": "2023-07-10T23:22:23.609915Z",
            "url": "https://files.pythonhosted.org/packages/a6/d6/019c4728437ef2a21888ec41fe4756263fb56a6641bb3546a1f472684b33/wxflow-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5bb603d08bea750f6d916abd5c9ea7a17cef3b450a63c6f921c65d97cb97e81",
                "md5": "8e82099401319b8f52d59a2be90aacf1",
                "sha256": "4de120688affd7589bd9df0288139d16e97a93bc37efcfaf09fccc1c6ed43ab1"
            },
            "downloads": -1,
            "filename": "wxflow-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8e82099401319b8f52d59a2be90aacf1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 40943,
            "upload_time": "2023-07-10T23:22:25",
            "upload_time_iso_8601": "2023-07-10T23:22:25.302120Z",
            "url": "https://files.pythonhosted.org/packages/e5/bb/603d08bea750f6d916abd5c9ea7a17cef3b450a63c6f921c65d97cb97e81/wxflow-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 23:22:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "noaa-emc",
    "github_project": "wxflow",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "wxflow"
}
        
Elapsed time: 0.08604s