25 Commits (master)

Author SHA1 Message Date
Wirawan Purwanto b93d40d0fc * Added my tools to parse/process textual table, from Cr2 project. 9 years ago
Wirawan Purwanto a3add89f5a * Added simple tools to read/write values to/from a HDF5 file. 9 years ago
Wirawan Purwanto d7a65386a3 * Fortran binary file: Added bulk_read_array1 method for quick reading of 10 years ago
Wirawan Purwanto 723f1a4fc1 * Added __enter__/__exit__ method for use with python 2.5's "with" statement. 10 years ago
Wirawan Purwanto f49d166a77 * wpylib.iofmt.fortbin: Added fortran_types class to manage and analyze 11 years ago
Wirawan Purwanto d70bcf2149 * In text_output methods, do the required action iff self.out is not None. 12 years ago
Wirawan Purwanto ad841e0b90 * text_input.read_items(): added option `end_line_match' and `last_line_match' 12 years ago
Wirawan Purwanto 606214eb66 * Changing all `isinstance(STUFF, str)' to `isinstance(STUFF, basestring)' 12 years ago
Wirawan Purwanto 6656d3d5e3 * In module text_input: Added head() and tail() to emulate the basic 12 years ago
Wirawan Purwanto f8a101fbe9 * Added comment_char option for text_input object creation. 12 years ago
Wirawan Purwanto 3698671bed * Added: fortran_bin_file.peek_next_rec_len() to fetch the next record length 12 years ago
wirawan 81e2ada60c * Allow comment character to be changed from "#" using the 13 years ago
wirawan c675077620 * Introducing self.lineno counter for line numbers (including the blanks 13 years ago
wirawan 3f3c49df94 * Added file mode for file creation (default: "w"). 13 years ago
wirawan 3b522de2d6 * Added text_input.close() method. 13 years ago
wirawan 7d37c0b6ba * Internal upgrade to factor out reusable parts (for future upgrades). 13 years ago
wirawan ad73b5af7f * Added set_next_proc() method to set which procedure should be called when 13 years ago
wirawan 9e1c6f5868 * Commenting out the verbose printout. I think the module is robust now. 13 years ago
wirawan 90f1603499 * Added text_output as a converse facility to print out text stream to 13 years ago
wirawan 96d1f9afd7 * Upgrade to allow reading complex-valued data directly. 14 years ago
wirawan cae9cabdea * Simple text input reader. Imported from pyqmc.utils.text_input . 14 years ago
wirawan c87ba9dbfa * Minor updates. 14 years ago
wirawan 69592e9a8f * Added writing facility. Still largely untested. 14 years ago
wirawan 15baf746f9 * Ignore all compiled python modules. 14 years ago
wirawan 21e85704aa * Initial version of Fortran binary file reader. 14 years ago