Metadata-Version: 2.2
Name: trident
Version: 1.4.1
Summary: Package for simulating UV observations from astrophysical sources
Author-email: Cameron Hummels <chummels@gmail.com>
License: BSD 3-Clause
Project-URL: Homepage, https://trident-project.org/
Project-URL: Documentation, https://trident.readthedocs.io
Project-URL: Source, https://github.com/trident-project/trident/
Project-URL: Tracker, https://github.com/trident-project/trident/issues
Keywords: astronomy astrophysics cgm
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: yt>=4.4
Requires-Dist: yt_astro_analysis>=1.1.0

# Trident

[![CircleCI](https://circleci.com/gh/trident-project/trident/tree/main.svg?style=svg)](https://circleci.com/gh/trident-project/trident/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/trident-project/trident/badge.svg?branch=main)](https://coveralls.io/github/trident-project/trident?branch=main)
[![Documentation Status](https://readthedocs.org/projects/trident/badge/?version=latest)](http://trident.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/trident.svg)](https://badge.fury.io/py/trident)

Trident is an open-source Python package for analyzing astrophysical
hydrodynamics simulations of the interstellar, circumgalactic, and
intergalactic media.  It can generate ionic abundances for all relevant ions
to these studies based on collisional and photoionizational equilibrium.
It also possesses infrastructure to create synthetic absorption-line spectra
for making direct comparisons with observations.

For detailed installation directions and examples of how to use the Trident,
please see the documentation.

## Resources

 * Trident documentation: http://trident.readthedocs.org

 * The Trident project homepage: http://trident-project.org

 * For questions, comments, and announcements, please join our low-volume mailing list: https://groups.google.com/forum/#!forum/trident-project-users
