Metadata-Version: 2.1
Name: cyclophaser
Version: 1.9.2
Summary: Determine phases from extratropical cyclone life cycle
Author: Danilo Couto de Souza
Author-email: danilo.oceano@gmail.com
License: MIT
Project-URL: Documentation, https://yourproject.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/daniloceano/CycloPhaser
Project-URL: Issue Tracker, https://readthedocs.org/projects/cyclophaser/
Keywords: cyclone,vorticity,meteorology,atmospherical sciences
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cmocean (>=4.0)
Requires-Dist: contourpy (>=1.3)
Requires-Dist: cycler (>=0.12)
Requires-Dist: fonttools (>=4.53)
Requires-Dist: iniconfig (>=2.0)
Requires-Dist: kiwisolver (>=1.4)
Requires-Dist: matplotlib (>=3.9)
Requires-Dist: numpy (>=2.1)
Requires-Dist: packaging (>=24.1)
Requires-Dist: pandas (>=2.2)
Requires-Dist: pillow (>=10.4)
Requires-Dist: pluggy (>=1.5)
Requires-Dist: pyparsing (>=3.1)
Requires-Dist: pytest (>=8.3)
Requires-Dist: python-dateutil (>=2.9)
Requires-Dist: pytz (>=2024.2)
Requires-Dist: scipy (>=1.14)
Requires-Dist: setuptools (>=72)
Requires-Dist: six (>=1.16)
Requires-Dist: tzdata (>=2024.1)
Requires-Dist: wheel (>=0.44)
Requires-Dist: xarray (>=2024.9)


![CycloPhaser Example Plot](https://github.com/daniloceano/CycloPhaser/raw/master/docs/_images/test_custom.png)

# CycloPhaser

This package calculates extratropical cyclone life cycle phases from vorticity data using Python.

[![Documentation Status](https://readthedocs.org/projects/cyclophaser/badge/?version=latest)](https://cyclophaser.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/cyclophaser.svg)](https://badge.fury.io/py/cyclophaser)
[![PyPI Downloads](https://pepy.tech/badge/cyclophaser)](https://pepy.tech/project/cyclophaser)
[![CircleCI](https://circleci.com/gh/daniloceano/CycloPhaser.svg?style=shield)](https://circleci.com/gh/daniloceano/CycloPhaser)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Python Versions](https://img.shields.io/pypi/pyversions/cyclophaser)](https://pypi.org/project/cyclophaser/)

## Installation

1. Install using pip

   ```
   pip install cyclophaser


## Documentation

For detailed documentation, visit the [CycloPhaser Documentation](https://cyclophaser.readthedocs.io/en/latest/). This includes function parameters, module descriptions, and more.

# Support and Contact

For support, feature requests, or any queries, please open an issue on the GitHub repository.

# License

This project is licensed under the GNU General Public License v3.0. You may obtain a copy of the license at https://www.gnu.org/licenses/gpl-3.0.html.

