Metadata-Version: 2.4
Name: pyissm
Version: 0.0.1.dev180226
Summary: Python API for the Ice-sheet and Sea-level System Model (ISSM), managed by ACCESS-NRI
Author: ACCESS-NRI
License: Apache-2.0
Project-URL: Homepage, https://github.com/ACCESS-NRI/pyISSM
Project-URL: Repository, https://github.com/ACCESS-NRI/pyISSM
Project-URL: Issues, https://github.com/ACCESS-NRI/pyISSM/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xarray
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: netCDF4
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: attrs
Requires-Dist: PyYAML
Dynamic: license-file

# pyISSM - ISSM Python API

[![PyPI](https://img.shields.io/pypi/v/pyissm)](https://pypi.org/project/pyissm/)
[![Conda](https://img.shields.io/conda/v/accessnri/pyissm)](https://anaconda.org/accessnri/pyissm)
[![ISSM-pyISSM Tests](https://img.shields.io/github/actions/workflow/status/access-nri/pyISSM/issm-tests.yml?label=NightlyRun%20Tests)](https://github.com/ACCESS-NRI/pyISSM/actions/workflows/issm-tests.yml)
[![Docs](https://app.readthedocs.org/projects/pyissm/badge/?version=latest)](https://pyissm.readthedocs.io/latest/)

---
## About
*pyISSM* is a Python API for the open source [**Ice-sheet and Sea-level System Model (ISSM)**](https://github.com/ISSMteam/ISSM). Maintained by ACCESS-NRI, pyISSM provides a suite of tools focused on creating, parameterising, executing, visualising, and analysing ISSM models.

## Project status 
🚨 **pyISSM is in the initial development stage.** 🚨

We welcome any feedback and ideas! Let us know by submitting [issues on GitHub](https://github.com/ACCESS-NRI/pyISSM/issues) or [joining our community](https://forum.access-hive.org.au/c/cryosphere/34).

## Documentation
Read the [documentation here](https://pyissm.readthedocs.io/latest/)

## License
[![License](https://img.shields.io/github/license/ACCESS-NRI/pyissm)](https://github.com/ACCESS-NRI/pyISSM/blob/main/LICENSE)
