ó
Ë½÷Xc           @` s÷   d  Z  d d l m Z m Z m Z d d l m Z m Z m Z m	 Z	 d d l
 m Z m Z d d l m Z d d l m Z m Z m Z d d l m Z d d	 l m Z m Z g  e ƒ  D] Z e j d
 ƒ s¶ e ^ q¶ Z d d l m Z e ƒ  j Z d S(   s/  
==================================
Input and output (:mod:`scipy.io`)
==================================

.. currentmodule:: scipy.io

SciPy has many modules, classes, and functions available to read data
from and write data to a variety of file formats.

.. seealso:: :ref:`numpy-reference.routines.io` (in Numpy)

MATLABÂ® files
=============

.. autosummary::
   :toctree: generated/

   loadmat - Read a MATLAB style mat file (version 4 through 7.1)
   savemat - Write a MATLAB style mat file (version 4 through 7.1)
   whosmat - List contents of a MATLAB style mat file (version 4 through 7.1)

IDLÂ® files
==========

.. autosummary::
   :toctree: generated/

   readsav - Read an IDL 'save' file

Matrix Market files
===================

.. autosummary::
   :toctree: generated/

   mminfo - Query matrix info from Matrix Market formatted file
   mmread - Read matrix from Matrix Market formatted file
   mmwrite - Write matrix to Matrix Market formatted file

Unformatted Fortran files
===============================

.. autosummary::
   :toctree: generated/

   FortranFile - A file object for unformatted sequential Fortran files

Netcdf
======

.. autosummary::
   :toctree: generated/

   netcdf_file - A file object for NetCDF data
   netcdf_variable - A data object for the netcdf module

Harwell-Boeing files
====================

.. autosummary::
   :toctree: generated/

   hb_read   -- read H-B file
   hb_write  -- write H-B file

Wav sound files (:mod:`scipy.io.wavfile`)
=========================================

.. module:: scipy.io.wavfile

.. autosummary::
   :toctree: generated/

   read
   write
   WavFileWarning

Arff files (:mod:`scipy.io.arff`)
=================================

.. module:: scipy.io.arff

.. autosummary::
   :toctree: generated/

   loadarff
   MetaData
   ArffError
   ParseArffError

i    (   t   divisiont   print_functiont   absolute_importi   (   t   loadmatt   savematt   whosmatt   byteordercodes(   t   netcdf_filet   netcdf_variable(   t   FortranFile(   t   mminfot   mmreadt   mmwrite(   t   readsav(   t   hb_readt   hb_writet   _(   t   TesterN(   t   __doc__t
   __future__R    R   R   t   matlabR   R   R   R   t   netcdfR   R   t   _fortranR	   t   mmioR
   R   R   t   idlR   t   harwell_boeingR   R   t   dirt   st
   startswitht   __all__t   numpy.testingR   t   test(    (    (    s0   /tmp/pip-build-7oUkmx/scipy/scipy/io/__init__.pyt   <module>]   s   "+