Metadata-Version: 2.4
Name: pytipsy
Version: 1.0
Summary: low-level tools for working with tipsy simulation outputs
Author-email: BW Keller <malzraa@gmail.com>
License-Expression: GPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: File Formats
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >3.0
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.5

pytipsy: low(ish) level tools to help out with TIPSY Files
==========================================================

pytipsy is a couple of handy helpers for working with GASOLINE2 and ChaNGa tipsy
outputs.  The module includes two functions and a special class:

* rtipsy: a rewrite of James Wadsley's IDL script for reading raw tipsy files
* wtipsy: the same as above, but for writing
* rarray: function for reading tipsy auxiliary arrays (for data not stored in
  the primary tipsy snapshot)
* warray: the same as above, but for writing
