Commit graph

17 commits

Author SHA1 Message Date
8f86f76167 add format interchange functions, add tests, fix stuff 2020-06-12 13:07:41 -05:00
7ddcfcc1c3 clean up some indent 2019-01-27 10:36:37 -06:00
d08f1ca586 hopefully fix python 2 and 3 compatability 2019-01-27 09:30:22 -06:00
7c32cb0dd3 add StateTotalRecord for Iowa 2019-01-26 11:49:31 -06:00
706c39f7bb CRLFField return binary data for get_data() 2017-10-29 10:41:52 -05:00
9320c68961 use BytesIO to work with python3 2017-01-07 14:52:33 -06:00
16bf2c41d0 run through 2to3 2017-01-07 13:58:33 -06:00
961aedc0ae Added very important data cleaning added
TextField now cleans CR and LF from data, this is very important for not
breaking everything and leaving me completely confused.

Thank you, Lauren!
2014-02-01 15:10:40 -06:00
fc04a66869 Fixed debugging output 2014-02-01 12:57:36 -06:00
03ce460181 Completed JSON importer. Exported from import matches original data, must be working 2013-05-21 13:36:44 -05:00
7f9e5dbf65 added json encoder and partially functioning json decoder 2013-05-14 13:48:48 -05:00
b40e736ae0 bumping version, improving field type guessing 2013-02-19 15:55:05 -06:00
ea492c2f56 renamed NumericField to IntegerField 2011-11-05 14:12:47 -05:00
a3f89e3790 fixed a couple field types being wrong, improved validation, auto-truncate over-length fields 2011-11-05 14:11:37 -05:00
7cb8bed61e Bumped version to 0.0.5
Fixed problem where fields contained shared values by
performing a shallow copy on all fields during Record instantiation.
That way, each record has its own copy of the field instances, rather
than the shared class-wide instance provided by the definition.
2011-10-29 14:03:03 -05:00
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
6f5d29faab moved everything into pyaccuwage subdir 2011-06-25 15:08:38 -05:00
Renamed from fields.py (Browse further)