easyclimate


Nameeasyclimate JSON
Version 2024.3.1 PyPI version JSON
download
home_page
SummaryA line of code to analyze climate
upload_time2024-03-05 09:20:24
maintainer
docs_urlNone
author
requires_python>=3.10
licenseBSD 3-Clause "New" or "Revised" License Copyright (c) 2022--, Shen yulu. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the names scikit-bio, skbio, or biocore nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords climate atmosphere weather meteorology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://github.com/shenyulu/easyclimate-sphinx_docs/blob/main/source/_static/easyclimate-logo.svg?raw=true" alt="easyclimate">

<h2 align="center">A line of code to analyze climate</h2>

<p align="center">
<a href="https://easyclimate.readthedocs.io/en/latest/"><strong>Documentation</strong> (latest)</a> •
<a href="https://easyclimate.readthedocs.io/en/main/"><strong>Documentation</strong> (main branch)</a> •
<a href="https://easyclimate.readthedocs.io/en/dev/"><strong>Documentation</strong> (Dev)</a> •
<a href="https://github.com/shenyulu/easyclimate/blob/main/CONTRIBUTING.md"><strong>Contributing</strong></a>
</p>

![PyPI - Version](https://img.shields.io/pypi/v/easyclimate)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easyclimate)
![PyPI - Downloads](https://img.shields.io/pypi/dm/easyclimate)
[![codecov](https://codecov.io/gh/shenyulu/easyclimate/graph/badge.svg?token=CBG3IO5A5A)](https://codecov.io/gh/shenyulu/easyclimate)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/shenyulu/easyclimate/main.svg)](https://results.pre-commit.ci/latest/github/shenyulu/easyclimate/main)
[![Documentation Status](https://readthedocs.org/projects/easyclimate/badge/?version=latest)](https://easyclimate.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/465206111.svg)](https://zenodo.org/doi/10.5281/zenodo.10279567)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/shenyulu/easyclimate/main?labpath=docs%2Fexample)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


## About

**Easy Climate** is a Python package, aiming to use a line of code to analyze climate.


We support Python >= 3.10.


## Project goals

* Eliminate lengthy code for data and plot handling.
* Use numpy and xarray syntax for optimal computational speed.
* Dask for scalable parallel processing support extends climate data processing to TBs or PBs.
* Open-source software for increased application flexibility.

## How to install?

If you use [pip](https://pypi.org/project/pip/), you can install `easyclimate` with:

```bash
pip install easyclimate
```

For more information about installation, please chech the documentation.

## Getting involved

👩🏾‍💻 **Contributing to project development:**
Please read our
[Contributing Guide](https://github.com/shenyulu/easyclimate/blob/main/CONTRIBUTING.md)
to see how you can help and give feedback.

🧑🏾‍🤝‍🧑🏼 **Code of conduct:**
This project is released with a
[Code of Conduct](https://github.com/shenyulu/easyclimate/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

> **Imposter syndrome disclaimer:**
> We want your help. **No, really.** There may be a little voice inside your
> head that is telling you that you're not ready, that you aren't skilled
> enough to contribute. We assure you that the little voice in your head is
> wrong. Most importantly, **there are many valuable ways to contribute besides
> writing code**.
>

## Contributors

Thanks to our many contributors!

[![Contributors](https://contrib.rocks/image?repo=shenyulu/easyclimate)](https://github.com/shenyulu/easyclimate/graphs/contributors)

## License

This is free software: you can redistribute it and/or modify it under the terms
of the **BSD 3-clause License**. A copy of this license is provided in
[`LICENSE.txt`](https://github.com/shenyulu/easyclimate/blob/main/LICENSE.txt).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "easyclimate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "climate,atmosphere,weather,meteorology",
    "author": "",
    "author_email": "shenyulu <shenyulu2020@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/02/ed59fa73cc1ef1c194dd112ab044f47ac92894188628cc8b581e0ab5350c/easyclimate-2024.3.1.tar.gz",
    "platform": null,
    "description": "<img src=\"https://github.com/shenyulu/easyclimate-sphinx_docs/blob/main/source/_static/easyclimate-logo.svg?raw=true\" alt=\"easyclimate\">\n\n<h2 align=\"center\">A line of code to analyze climate</h2>\n\n<p align=\"center\">\n<a href=\"https://easyclimate.readthedocs.io/en/latest/\"><strong>Documentation</strong> (latest)</a> \u2022\n<a href=\"https://easyclimate.readthedocs.io/en/main/\"><strong>Documentation</strong> (main branch)</a> \u2022\n<a href=\"https://easyclimate.readthedocs.io/en/dev/\"><strong>Documentation</strong> (Dev)</a> \u2022\n<a href=\"https://github.com/shenyulu/easyclimate/blob/main/CONTRIBUTING.md\"><strong>Contributing</strong></a>\n</p>\n\n![PyPI - Version](https://img.shields.io/pypi/v/easyclimate)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easyclimate)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/easyclimate)\n[![codecov](https://codecov.io/gh/shenyulu/easyclimate/graph/badge.svg?token=CBG3IO5A5A)](https://codecov.io/gh/shenyulu/easyclimate)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/shenyulu/easyclimate/main.svg)](https://results.pre-commit.ci/latest/github/shenyulu/easyclimate/main)\n[![Documentation Status](https://readthedocs.org/projects/easyclimate/badge/?version=latest)](https://easyclimate.readthedocs.io/en/latest/?badge=latest)\n[![DOI](https://zenodo.org/badge/465206111.svg)](https://zenodo.org/doi/10.5281/zenodo.10279567)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/shenyulu/easyclimate/main?labpath=docs%2Fexample)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n\n## About\n\n**Easy Climate** is a Python package, aiming to use a line of code to analyze climate.\n\n\nWe support Python >= 3.10.\n\n\n## Project goals\n\n* Eliminate lengthy code for data and plot handling.\n* Use numpy and xarray syntax for optimal computational speed.\n* Dask for scalable parallel processing support extends climate data processing to TBs or PBs.\n* Open-source software for increased application flexibility.\n\n## How to install?\n\nIf you use [pip](https://pypi.org/project/pip/), you can install `easyclimate` with:\n\n```bash\npip install easyclimate\n```\n\nFor more information about installation, please chech the documentation.\n\n## Getting involved\n\n\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb **Contributing to project development:**\nPlease read our\n[Contributing Guide](https://github.com/shenyulu/easyclimate/blob/main/CONTRIBUTING.md)\nto see how you can help and give feedback.\n\n\ud83e\uddd1\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c\udffc **Code of conduct:**\nThis project is released with a\n[Code of Conduct](https://github.com/shenyulu/easyclimate/blob/main/CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n> **Imposter syndrome disclaimer:**\n> We want your help. **No, really.** There may be a little voice inside your\n> head that is telling you that you're not ready, that you aren't skilled\n> enough to contribute. We assure you that the little voice in your head is\n> wrong. Most importantly, **there are many valuable ways to contribute besides\n> writing code**.\n>\n\n## Contributors\n\nThanks to our many contributors!\n\n[![Contributors](https://contrib.rocks/image?repo=shenyulu/easyclimate)](https://github.com/shenyulu/easyclimate/graphs/contributors)\n\n## License\n\nThis is free software: you can redistribute it and/or modify it under the terms\nof the **BSD 3-clause License**. A copy of this license is provided in\n[`LICENSE.txt`](https://github.com/shenyulu/easyclimate/blob/main/LICENSE.txt).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause \"New\" or \"Revised\" License  Copyright (c) 2022--, Shen yulu. All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the names scikit-bio, skbio, or biocore nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "A line of code to analyze climate",
    "version": "2024.3.1",
    "project_urls": {
        "documentation": "https://easyclimate.readthedocs.io/en/latest/",
        "download": "https://pypi.org/project/easyclimate/#files",
        "homepage": "https://github.com/shenyulu/easyclimate",
        "source": "https://github.com/shenyulu/easyclimate",
        "tracker": "https://github.com/shenyulu/easyclimate/issues"
    },
    "split_keywords": [
        "climate",
        "atmosphere",
        "weather",
        "meteorology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c759771cfd25ccb7ace0cfd851a0bc25a7bbd72a8a3da881f20b1944a68e3cd",
                "md5": "7eb5abdc6e7e298c9e7ad999a05c9baf",
                "sha256": "35acdd980beeb2a51cdafad5bf4df0fbd41a7f3bc7c1783ec9f7ddbc48c98fab"
            },
            "downloads": -1,
            "filename": "easyclimate-2024.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7eb5abdc6e7e298c9e7ad999a05c9baf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 102455,
            "upload_time": "2024-03-05T09:20:23",
            "upload_time_iso_8601": "2024-03-05T09:20:23.051750Z",
            "url": "https://files.pythonhosted.org/packages/1c/75/9771cfd25ccb7ace0cfd851a0bc25a7bbd72a8a3da881f20b1944a68e3cd/easyclimate-2024.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d402ed59fa73cc1ef1c194dd112ab044f47ac92894188628cc8b581e0ab5350c",
                "md5": "cd68498a8040cd14a786af1b791858fd",
                "sha256": "619bd2a2511c1b6df933714c5e67c03d13efa1b948c2e9f8dfee6ff21399b2bb"
            },
            "downloads": -1,
            "filename": "easyclimate-2024.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cd68498a8040cd14a786af1b791858fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4679529,
            "upload_time": "2024-03-05T09:20:24",
            "upload_time_iso_8601": "2024-03-05T09:20:24.549062Z",
            "url": "https://files.pythonhosted.org/packages/d4/02/ed59fa73cc1ef1c194dd112ab044f47ac92894188628cc8b581e0ab5350c/easyclimate-2024.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 09:20:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shenyulu",
    "github_project": "easyclimate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "test_requirements": [],
    "lcname": "easyclimate"
}
        
Elapsed time: 0.20381s