tephi


Nametephi JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/SciTools/tephi
SummaryTephigram plotting in Python
upload_time2023-06-15 14:55:27
maintainer
docs_urlNone
authorUK Met Office
requires_python>=3.8
license
keywords tephigram radiosonde meteorology visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <p align="center">
<a href="https://tephi.readthedocs.io/en/latest/">
    <img src="https://scitools.github.io/tephi/tephi-logo-200-137.png" alt="Tephi">
</a>
</p>

<h3 align="center"><strong>Tephigram plotting in Python</strong></h3>

|         |                                                                                                                                                                                                                                                                                                                             |
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CI      | [![Documentation Status](https://readthedocs.org/projects/tephi/badge/?version=latest)](https://readthedocs.org/projects/tephi/) [![Pre-Commit CI Status](https://results.pre-commit.ci/badge/github/SciTools/tephi/main.svg)](https://results.pre-commit.ci/latest/github/SciTools/tephi/main)                             |
| Health  | [![Coverage Status](https://coveralls.io/repos/github/SciTools/tephi/badge.svg?branch=main)](https://coveralls.io/github/SciTools/tephi?branch=main)                                                                                                                                                                        |
| Meta    | [![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)                                                                                                                                                                                                            | 
| Package | [![Launch MyBinder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SciTools/tephi/main?filepath=index.ipynb) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/tephi)](https://anaconda.org/conda-forge/tephi)  [![PyPI](https://img.shields.io/pypi/v/tephi)](https://pypi.org/project/tephi/) |
| Repo    | [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/scitools/tephi?color=orange)](https://github.com/SciTools/tephi/releases) [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/scitools/tephi/latest/main)](https://github.com/SciTools/tephi/commits/main)              |
|         |                                                                                                                                                                                                                                                                                                                             |

# Welcome to Tephi!

## Installation

### conda

Tephi is available on [conda-forge](https://anaconda.org/conda-forge/tephi), and can be easily installed with [conda](https://docs.conda.io/projects/conda/en/latest/index.html):
```shell
conda install -c conda-forge tephi
```
or alternatively with [mamba](https://github.com/mamba-org/mamba):
```shell
mamba install -c conda-forge tephi
```
For more information see the [feedstock](https://github.com/conda-forge/tephi-feedstock).

### pip

Tephi is available on [PyPI](https://pypi.org/project/tephi/):

```shell
pip install tephi
```
Check out our [PyPI Download Stats!](https://pypistats.org/packages/tephi)

## Developers

If you simply can't wait for the next release to play with the latest hot features, then you can easily
install the `main` development branch from GitHub:
```shell
pip install git+https://github.com/SciTools/tephi@main
```

Alternatively, to configure a full developer environment, first clone the GeoVista GitHub repository:
```shell
git clone git@github.com:SciTools/tephi.git
```
Change to the root directory:
```shell
cd tephi
```
Create the `tephi-dev` conda development environment:
```shell
mamba env create --file requirements/dev.yml
```
Now activate the environment and install the `main` development branch of tephi:
```shell
conda activate tephi-dev
pip install --no-deps --editable .
```

...and you're all set up!

## Documentation

The [documentation](https://tephi.readthedocs.io/en/latest/) is built by [Sphinx](https://www.sphinx-doc.org/en/master/) and hosted on [Read the Docs](https://docs.readthedocs.io/en/stable/).


## Support

Need help? 😢

Why not check out our [existing GitHub issues](https://github.com/SciTools/tephi/issues). See something similar?
Well, give it a thumbs up to raise its priority, and feel free to chip in on the conversation. Otherwise, don't hesitate to
create a [new GitHub issue](https://github.com/SciTools/tephi/issues/new/choose) instead.

However, if you'd rather have a natter, then head on over to our
[GitHub Discussions](https://github.com/SciTools/tephi/discussions).

## License

Tephi is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.

## [#ShowYourStripes](https://showyourstripes.info/s/globe)

<h4 align="center">
  <a href="https://showyourstripes.info/s/globe">
    <img src="https://raw.githubusercontent.com/ed-hawkins/show-your-stripes/master/2021/GLOBE---1850-2021-MO.png"
         height="50" width="800"
         alt="#showyourstripes Global 1850-2021"></a>
</h4>

**Graphics and Lead Scientist**: [Ed Hawkins](http://www.met.reading.ac.uk/~ed/home/index.php), National Centre for Atmospheric Science, University of Reading.

**Data**: Berkeley Earth, NOAA, UK Met Office, MeteoSwiss, DWD, SMHI, UoR, Meteo France & ZAMG.

<p>
<a href="https://showyourstripes.info/s/globe">#ShowYourStripes</a> is distributed under a
<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
<a href="https://creativecommons.org/licenses/by/4.0/">
  <img src="https://i.creativecommons.org/l/by/4.0/80x15.png" alt="creative-commons-by" style="border-width:0"></a>
</p>

<br>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SciTools/tephi",
    "name": "tephi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "tephigram,radiosonde,meteorology,visualization",
    "author": "UK Met Office",
    "author_email": "scitools-iris-dev@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/8c/95b6e48719fe435e3db7579ee3679f6cbcbf392bfc52e39865d55cb63bee/tephi-0.3.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<a href=\"https://tephi.readthedocs.io/en/latest/\">\n    <img src=\"https://scitools.github.io/tephi/tephi-logo-200-137.png\" alt=\"Tephi\">\n</a>\n</p>\n\n<h3 align=\"center\"><strong>Tephigram plotting in Python</strong></h3>\n\n|         |                                                                                                                                                                                                                                                                                                                             |\n|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| CI      | [![Documentation Status](https://readthedocs.org/projects/tephi/badge/?version=latest)](https://readthedocs.org/projects/tephi/) [![Pre-Commit CI Status](https://results.pre-commit.ci/badge/github/SciTools/tephi/main.svg)](https://results.pre-commit.ci/latest/github/SciTools/tephi/main)                             |\n| Health  | [![Coverage Status](https://coveralls.io/repos/github/SciTools/tephi/badge.svg?branch=main)](https://coveralls.io/github/SciTools/tephi?branch=main)                                                                                                                                                                        |\n| Meta    | [![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)                                                                                                                                                                                                            | \n| Package | [![Launch MyBinder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SciTools/tephi/main?filepath=index.ipynb) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/tephi)](https://anaconda.org/conda-forge/tephi)  [![PyPI](https://img.shields.io/pypi/v/tephi)](https://pypi.org/project/tephi/) |\n| Repo    | [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/scitools/tephi?color=orange)](https://github.com/SciTools/tephi/releases) [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/scitools/tephi/latest/main)](https://github.com/SciTools/tephi/commits/main)              |\n|         |                                                                                                                                                                                                                                                                                                                             |\n\n# Welcome to Tephi!\n\n## Installation\n\n### conda\n\nTephi is available on [conda-forge](https://anaconda.org/conda-forge/tephi), and can be easily installed with [conda](https://docs.conda.io/projects/conda/en/latest/index.html):\n```shell\nconda install -c conda-forge tephi\n```\nor alternatively with [mamba](https://github.com/mamba-org/mamba):\n```shell\nmamba install -c conda-forge tephi\n```\nFor more information see the [feedstock](https://github.com/conda-forge/tephi-feedstock).\n\n### pip\n\nTephi is available on [PyPI](https://pypi.org/project/tephi/):\n\n```shell\npip install tephi\n```\nCheck out our [PyPI Download Stats!](https://pypistats.org/packages/tephi)\n\n## Developers\n\nIf you simply can't wait for the next release to play with the latest hot features, then you can easily\ninstall the `main` development branch from GitHub:\n```shell\npip install git+https://github.com/SciTools/tephi@main\n```\n\nAlternatively, to configure a full developer environment, first clone the GeoVista GitHub repository:\n```shell\ngit clone git@github.com:SciTools/tephi.git\n```\nChange to the root directory:\n```shell\ncd tephi\n```\nCreate the `tephi-dev` conda development environment:\n```shell\nmamba env create --file requirements/dev.yml\n```\nNow activate the environment and install the `main` development branch of tephi:\n```shell\nconda activate tephi-dev\npip install --no-deps --editable .\n```\n\n...and you're all set up!\n\n## Documentation\n\nThe [documentation](https://tephi.readthedocs.io/en/latest/) is built by [Sphinx](https://www.sphinx-doc.org/en/master/) and hosted on [Read the Docs](https://docs.readthedocs.io/en/stable/).\n\n\n## Support\n\nNeed help? \ud83d\ude22\n\nWhy not check out our [existing GitHub issues](https://github.com/SciTools/tephi/issues). See something similar?\nWell, give it a thumbs up to raise its priority, and feel free to chip in on the conversation. Otherwise, don't hesitate to\ncreate a [new GitHub issue](https://github.com/SciTools/tephi/issues/new/choose) instead.\n\nHowever, if you'd rather have a natter, then head on over to our\n[GitHub Discussions](https://github.com/SciTools/tephi/discussions).\n\n## License\n\nTephi is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.\n\n## [#ShowYourStripes](https://showyourstripes.info/s/globe)\n\n<h4 align=\"center\">\n  <a href=\"https://showyourstripes.info/s/globe\">\n    <img src=\"https://raw.githubusercontent.com/ed-hawkins/show-your-stripes/master/2021/GLOBE---1850-2021-MO.png\"\n         height=\"50\" width=\"800\"\n         alt=\"#showyourstripes Global 1850-2021\"></a>\n</h4>\n\n**Graphics and Lead Scientist**: [Ed Hawkins](http://www.met.reading.ac.uk/~ed/home/index.php), National Centre for Atmospheric Science, University of Reading.\n\n**Data**: Berkeley Earth, NOAA, UK Met Office, MeteoSwiss, DWD, SMHI, UoR, Meteo France & ZAMG.\n\n<p>\n<a href=\"https://showyourstripes.info/s/globe\">#ShowYourStripes</a> is distributed under a\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>\n<a href=\"https://creativecommons.org/licenses/by/4.0/\">\n  <img src=\"https://i.creativecommons.org/l/by/4.0/80x15.png\" alt=\"creative-commons-by\" style=\"border-width:0\"></a>\n</p>\n\n<br>\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Tephigram plotting in Python",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/SciTools/tephi",
        "binder": "https://mybinder.org/v2/gh/SciTools/tephi/main?filepath=index.ipynb",
        "code": "https://github.com/SciTools/tephi",
        "documentation": "https://tephi.readthedocs.io/en/latest/",
        "issues": "https://github.com/SciTools/tephi/issues"
    },
    "split_keywords": [
        "tephigram",
        "radiosonde",
        "meteorology",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fe65942b855f7c5b7c077be2629f0e6cfaf8871b20d388e98629f3c23a86697",
                "md5": "8081bd811511732f697c56fa91a84da6",
                "sha256": "3e1b8714037f6f1cdd277c2b8e76da30c2eab38b0a1ab339569961df3a5d5ba9"
            },
            "downloads": -1,
            "filename": "tephi-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8081bd811511732f697c56fa91a84da6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 32590,
            "upload_time": "2023-06-15T14:55:24",
            "upload_time_iso_8601": "2023-06-15T14:55:24.246934Z",
            "url": "https://files.pythonhosted.org/packages/8f/e6/5942b855f7c5b7c077be2629f0e6cfaf8871b20d388e98629f3c23a86697/tephi-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a48c95b6e48719fe435e3db7579ee3679f6cbcbf392bfc52e39865d55cb63bee",
                "md5": "919a4f9b6977345acc208d4012915674",
                "sha256": "382be3d954d6c62add0af5092bf3808d18860aaf263377cb0ee4cec7988c4c6c"
            },
            "downloads": -1,
            "filename": "tephi-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "919a4f9b6977345acc208d4012915674",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1248011,
            "upload_time": "2023-06-15T14:55:27",
            "upload_time_iso_8601": "2023-06-15T14:55:27.334031Z",
            "url": "https://files.pythonhosted.org/packages/a4/8c/95b6e48719fe435e3db7579ee3679f6cbcbf392bfc52e39865d55cb63bee/tephi-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-15 14:55:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SciTools",
    "github_project": "tephi",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "tephi"
}
        
Elapsed time: 0.08037s