* 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:
11
iofmt/__init__.py
Normal file
11
iofmt/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user