Metadata-Version: 2.4
Name: sxscatalog
Version: 3.0.0
Summary: Interface to the catalog of SXS simulations
Project-URL: Documentation, https://github.com/Mike Boyle/sxscatalog#readme
Project-URL: Issues, https://github.com/Mike Boyle/sxscatalog/issues
Project-URL: Source, https://github.com/Mike Boyle/sxscatalog
Author-email: Mike Boyle <michael.oliver.boyle@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# sxscatalog

[![PyPI - Version](https://img.shields.io/pypi/v/sxscatalog.svg)](https://pypi.org/project/sxscatalog)


This package is a minimal set of tools for interacting with the SXS
Collaboration's catalog of numerical-relativity simulations.  It is
intended to be used by other packages, such as
[`sxs`](https://github.com/sxs-collaboration/sxs/).  It only needs to
exist separately for simple applications like [the web
interface](https://sxs-collaboration.github.io/sxscatalog/); users will most
likely never need this package directly.
