ValEnsPy


NameValEnsPy JSON
Version 0.2.0a0 PyPI version JSON
download
home_pageNone
SummaryA Python package to validate gridded model data.
upload_time2024-10-31 08:35:29
maintainerKobe Vandelanotte
docs_urlNone
authorKobe Vandelanotte
requires_python<4.0,>=3.9
licenseGPL-3.0
keywords validation ensemble climate meteorology model data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ValEnsPy
A Python package to validate gridded model data.

## Installation

Currently, the package is in development and not yet available on [PyPI](https://pypi.org/).

To install the package locally, follow the instructions in
- [General install guide](docs/contribution_pages/INSTALL.md) or
- [VSC specific install guide](docs/contribution_pages/INSTALL_VSC.md)

Interested in contributing? Take a look at [CONTRIBUTING.md](docs/contribution_pages/CONTRIBUTING.md) file to see how you can help.

For additional developer guidelines see the Notes for developers page in the Contributing section of the documentation.

## Documentation
As ValEnsPy is a private repository, the documentation is only available locally.
To access the documentation, clone the repository,
```bash
git clone git@github.com:CORDEX-be2/ValEnsPy.git
```
and open the [ValEnsPy/docs/_build/index.html](docs/_build/index.html) file in your favourite web browser.

## Package structure

The package is structured as follows:

![Package structure](docs/package_structure.png) 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ValEnsPy",
    "maintainer": "Kobe Vandelanotte",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "kobe.vandelanotte@meteo.be",
    "keywords": "validation, ensemble, climate, meteorology, model, data",
    "author": "Kobe Vandelanotte",
    "author_email": "kobe.vandelanotte@meteo.be",
    "download_url": "https://files.pythonhosted.org/packages/9d/37/67cfc49902f7ac82e62c4976b7aadc82777242b60a6a16cad37f9df498e3/valenspy-0.2.0a0.tar.gz",
    "platform": null,
    "description": "# ValEnsPy\nA Python package to validate gridded model data.\n\n## Installation\n\nCurrently, the package is in development and not yet available on [PyPI](https://pypi.org/).\n\nTo install the package locally, follow the instructions in\n- [General install guide](docs/contribution_pages/INSTALL.md) or\n- [VSC specific install guide](docs/contribution_pages/INSTALL_VSC.md)\n\nInterested in contributing? Take a look at [CONTRIBUTING.md](docs/contribution_pages/CONTRIBUTING.md) file to see how you can help.\n\nFor additional developer guidelines see the Notes for developers page in the Contributing section of the documentation.\n\n## Documentation\nAs ValEnsPy is a private repository, the documentation is only available locally.\nTo access the documentation, clone the repository,\n```bash\ngit clone git@github.com:CORDEX-be2/ValEnsPy.git\n```\nand open the [ValEnsPy/docs/_build/index.html](docs/_build/index.html) file in your favourite web browser.\n\n## Package structure\n\nThe package is structured as follows:\n\n![Package structure](docs/package_structure.png) \n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "A Python package to validate gridded model data.",
    "version": "0.2.0a0",
    "project_urls": null,
    "split_keywords": [
        "validation",
        " ensemble",
        " climate",
        " meteorology",
        " model",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9403feb0f9242cd5b5f402b7b5dd1b0ec2406f504450bc5dfcb3132eb292cf79",
                "md5": "0f678aa24a267e3ada9224faa288713a",
                "sha256": "c2db1959599b222cb3eb425c46aef08991ab2e1f22f5b4f65eeeeb1e49cf546e"
            },
            "downloads": -1,
            "filename": "valenspy-0.2.0a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f678aa24a267e3ada9224faa288713a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 53238,
            "upload_time": "2024-10-31T08:35:27",
            "upload_time_iso_8601": "2024-10-31T08:35:27.923323Z",
            "url": "https://files.pythonhosted.org/packages/94/03/feb0f9242cd5b5f402b7b5dd1b0ec2406f504450bc5dfcb3132eb292cf79/valenspy-0.2.0a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d3767cfc49902f7ac82e62c4976b7aadc82777242b60a6a16cad37f9df498e3",
                "md5": "951ce040a111374a66a74191297eaa56",
                "sha256": "4f0e6122ff70615e88d53e3e1b6ba42f8bf9320a40e62140f8459bb95c8537ab"
            },
            "downloads": -1,
            "filename": "valenspy-0.2.0a0.tar.gz",
            "has_sig": false,
            "md5_digest": "951ce040a111374a66a74191297eaa56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 45685,
            "upload_time": "2024-10-31T08:35:29",
            "upload_time_iso_8601": "2024-10-31T08:35:29.909679Z",
            "url": "https://files.pythonhosted.org/packages/9d/37/67cfc49902f7ac82e62c4976b7aadc82777242b60a6a16cad37f9df498e3/valenspy-0.2.0a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 08:35:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "valenspy"
}
        
Elapsed time: 0.34002s