* Initial version of Fortran binary file reader.

Later a writing facility can be added as well.
* Note that this module is intended only for reading/writing
  Fortran-generated files.
  It is not recommended for any other purpose because of its terrible feature:
  no metadata, no description whatsoever.
This commit is contained in:
wirawan
2010-02-08 21:49:54 +00:00
parent f246d382bf
commit 21e85704aa
2 changed files with 100 additions and 0 deletions

11
iofmt/__init__.py Normal file
View File

@@ -0,0 +1,11 @@
# $Id: __init__.py,v 1.1 2010-02-08 21:49:54 wirawan Exp $
#
# wpylib.iofmt module
# Created: 20100208
# Wirawan Purwanto
#
# I/O format-related stuff.
"""I/O format-related stuff."""
pass