Metadata-Version: 2.4
Name: qcore-utils
Version: 2026.8.2
Summary: Utils Library
Author: ucgmsim
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: pyfftw
Requires-Dist: pyproj
Requires-Dist: pooch
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: numba>=0.57.0; python_version == "3.11"
Requires-Dist: numba>=0.59.0; python_version == "3.12"
Requires-Dist: numba>=0.61.0; python_version == "3.13"
Requires-Dist: numba>=0.63.0; python_version == "3.14"
Requires-Dist: typer
Requires-Dist: docstring_parser
Requires-Dist: xarray
Requires-Dist: pyyaml
Requires-Dist: typing-extensions>=4.9.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: hypothesis[numpy]; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: types
Requires-Dist: pandas-stubs; extra == "types"
Requires-Dist: scipy-stubs; extra == "types"
Requires-Dist: types-PyYAML; extra == "types"
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: deptry; extra == "dev"
Requires-Dist: ty; extra == "dev"
Dynamic: license-file

[![Build Status](https://quakecoresoft.canterbury.ac.nz/jenkins/job/qcore/badge/icon?build=last:${params.ghprbActualCommit=master)](https://quakecoresoft.canterbury.ac.nz/jenkins/job/qcore)

## Installation:

To install run `pip install -e .` from the root directory of this repository

### Downloading data after install

After installing, if you intend to use GMT for plotting you will need to run "download_data.py" (Located in qcore.data) to download and
unpack the data used for these scripts
