Metadata-Version: 2.4
Name: mspasspy
Version: 2.3.2
Summary: Massive Parallel Analysis System for Seismologists
Author-email: Ian Wang <yinzhi.wang.cug@gmail.com>, Gary Pavlis <pavlis@indiana.edu>
License: BSD 3-Clause License
        
        Copyright (c) 2020, Ian Wang & Gary Pavlis
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. 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.
        
        3. Neither the name of the copyright holder 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.
        
Project-URL: Homepage, https://github.com/mspass-team/mspass
Project-URL: Documentation, https://www.mspass.org
Project-URL: Repository, https://github.com/mspass-team/mspass
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C++
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: pymongo>=4.14.1
Requires-Dist: numpy>=2.2.6
Requires-Dist: obspy
Requires-Dist: dill
Requires-Dist: click
Requires-Dist: dask[complete]>=2025.9.1
Requires-Dist: schema
Requires-Dist: decorator
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: moto
Requires-Dist: requests
Requires-Dist: earthscope-sdk
Requires-Dist: xarray
Requires-Dist: zarr
Requires-Dist: pandas>=2.3.3
Requires-Dist: numba
Requires-Dist: multitaper
Requires-Dist: ipympl
Provides-Extra: complete
Requires-Dist: scipy; extra == "complete"
Requires-Dist: matplotlib; extra == "complete"
Provides-Extra: seisbench
Requires-Dist: scipy; extra == "seisbench"
Requires-Dist: matplotlib; extra == "seisbench"
Requires-Dist: setuptools<82; extra == "seisbench"
Requires-Dist: seisbench==0.4.1; python_version < "3.9" and extra == "seisbench"
Requires-Dist: seisbench<=0.10.2; python_version >= "3.9" and extra == "seisbench"
Dynamic: license-file

# Massive Parallel Analysis System for Seismologists 

[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/mspass-team/mspass/python-package.yml?branch=master&logo=GitHub)](https://github.com/mspass-team/mspass/actions/workflows/python-package.yml)
[![Docker Cloud Build Status](https://img.shields.io/github/actions/workflow/status/mspass-team/mspass/docker-publish.yml?branch=master&label=docker%20build&logo=Docker)](https://github.com/mspass-team/mspass/actions/workflows/docker-publish.yml)
[![Docker Cloud Pulls](https://img.shields.io/docker/pulls/mspass/mspass?logo=Docker)](https://hub.docker.com/r/mspass/mspass/)
[![Docker Cloud Size](https://img.shields.io/docker/image-size/mspass/mspass/master?logo=Docker)](https://hub.docker.com/r/mspass/mspass/)

MsPASS is made available through [dockerhub](https://hub.docker.com/r/mspass/mspass) and [GitHub Container Registry](https://github.com/mspass-team/mspass/pkgs/container/mspass) that automatically builds with the Dockerfile here. 

Please refer to the [Documentation](https://www.mspass.org/) for details.

If you want to contribute to this project, follow this [wiki](https://github.com/mspass-team/mspass/wiki/Compiling-MsPASS-from-source-code) to set up the environment so that you can compile the project and develop locally. Please also go through this [instructions page](https://github.com/mspass-team/mspass/wiki/Get-started-instructions-for-contributors) before contribution.
