Python Accuwage format library
Find a file
Binh Nguyen 7772ec679f Renamed "verify" functions to "validate".
Another idea for defining the fields in records
would be to create a class method that would instantiate
the individual fields at instance creation rather than
during class definition. This would use less memory when
there are no Record objects being used.

Storing each Field after it's instantiated into a List, as
well as a Dict would remove the necessity for counting the
Field instantiation order, since the List would hold them in
their proper order.
2011-11-12 13:50:14 -06:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage Renamed "verify" functions to "validate". 2011-11-12 13:50:14 -06:00
.gitignore added the first 3 record definitions 2011-03-30 21:17:48 -05:00
setup.py 0.0.6, fixed field types 2011-10-29 14:58:59 -05:00