Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 305 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 305 Bytes

pyasdf

Python library for reading and writing ASDF files.

Advanced Scientific Data Format (ASDF) is a next generation interchange format for scientific data.

Installation

To install:

python setup.py install

Testing

To run the unit tests:

python setup.py test