Metadata-Version: 2.1
Name: trident
Version: 1.2.2
Summary: Spectrum generator for astrophysical simulation data
Home-page: https://trident-project.org
Author: Cameron Hummels, Devin Silvia, Britton Smith
Author-email: trident-project-users@googlegroups.com
License: BSD
Keywords: simulation,spectra,astronomy,astrophysics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: astropy
Requires-Dist: future
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy (!=1.14.0)
Requires-Dist: requests
Requires-Dist: yt (>=3.4.0)
Requires-Dist: yt-astro-analysis
Provides-Extra: dev
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pytest (>=3.6) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: gitpython ; extra == 'dev'

# Trident

[![Build Status](https://travis-ci.org/trident-project/trident.svg?branch=master)](https://travis-ci.org/trident-project/trident)
[![Coverage Status](https://coveralls.io/repos/github/trident-project/trident/badge.svg?branch=master)](https://coveralls.io/github/trident-project/trident?branch=master)
[![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 a Python package for creating synthetic absorption-line spectra
from astrophysical hydrodynamics simulations.  It utilizes the yt package
to read in simulation datasets and extends it to provide realistic
synthetic observations appropriate for studies of the interstellar,
circumgalactic, and intergalactic media.

## Installation (after yt installed)

Trident can be installed with pip:

```
pip install trident
```

To get the development version, clone this repository and install like this:

```
git clone https://github.com/trident-project/trident
cd trident
pip install -e .
```

## Resources

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

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

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



