Metadata-Version: 2.4
Name: illustris_python
Version: 1.1.0
Summary: illustris_python analysis package.
Author-email: Dylan Nelson <dnelson@uni-heidelberg.de>
License-Expression: BSD-2-Clause
Project-URL: Homepage, https://www.github.com/illustristng/illustris_python
Project-URL: Bug Tracker, https://www.github.com/illustristng/illustris_python/temet/issues
Project-URL: Documentation, https://www.tng-project.org/data/
Keywords: astronomy,simulation,cosmology,astrophysics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: six
Provides-Extra: test
Requires-Dist: nose; extra == "test"
Requires-Dist: coverage; extra == "test"
Dynamic: license-file

# README #

The Illustris Simulation: Public Data Release

Example code (Python).

See the [Illustris Website Data Access Page](http://www.illustris-project.org/data/) for details.

# Install


```
git clone git@github.com:illustristng/illustris_python.git
cd illustris_python
pip install .
```
