Python Accuwage format library
Find a file
Binh Van Nguyen 4023d46b4a Changed a few fields to be optional.
Found a fairly difficult bug involved with Field instances
being shared across Records. The issue is that Field instances
are static. I either need to implement a way to instantiate
copies of all the Fields per-record, or write a wrapping
interface which provides a unique value store on a per-Record
basis.
2011-10-25 14:54:22 -05:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage Changed a few fields to be optional. 2011-10-25 14:54:22 -05:00
.gitignore added the first 3 record definitions 2011-03-30 21:17:48 -05:00
setup.py Changed a few fields to be optional. 2011-10-25 14:54:22 -05:00