Commit graph

14 commits

Author SHA1 Message Date
b40e736ae0 bumping version, improving field type guessing 2013-02-19 15:55:05 -06:00
6abfa5b345 fixed missing field, updated for 2012 2012-10-09 15:35:13 -05:00
e8145c5616 adding new pdf extract capability 2012-07-10 15:24:13 -05:00
69da154e59 attempting to add a commandline script 2012-06-02 14:18:48 -05:00
076efd4036 0.0.6, fixed field types 2011-10-29 14:58:59 -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
775d3d3700 bump to v0.0.3 2011-09-24 15:40:06 -05:00
c8965afab5 changing to version 0.0.2 2011-09-24 13:32:31 -05:00
93d7465e1a promoting to v0.2 2011-09-24 13:29:42 -05:00
6f5d29faab moved everything into pyaccuwage subdir 2011-06-25 15:08:38 -05:00
5eb8925032 added __init__ to setup 2011-06-25 15:02:06 -05:00
78f8b845fe fixed set>setup 2011-06-25 14:59:18 -05:00
3d6a64db1d added test setup.py 2011-06-25 14:57:30 -05:00