Metadata-Version: 2.1
Name: trident
Version: 1.2.3
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
Description: # Trident
        
        [![CircleCI](https://circleci.com/gh/trident-project/trident/tree/legacy.svg?style=svg)](https://circleci.com/gh/trident-project/trident/tree/legacy)
        [![Coverage Status](https://coveralls.io/repos/github/trident-project/trident/badge.svg?branch=legacy)](https://coveralls.io/github/trident-project/trident?branch=legacy)
        [![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
        
        
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
