Commit graph

24 commits

Author SHA1 Message Date
1302de9df7 bump version to 0.2025.0 2025-05-13 12:14:02 -05:00
e0e4c1291d add min_length option to TextField for SSNs and stuff like that 2024-03-31 11:52:22 -04:00
5f4dc8b80f add 'blank' field option to allow empty text in required fields (default: false) 2024-03-31 11:14:16 -04:00
74b7935ced bump version to 2024 2024-03-29 10:50:25 -04:00
f28cd6edf2 bump version 0.2020.0 2021-09-03 07:48:24 -05:00
bfd43b7448 release 0.2018.2 2020-06-12 14:45:08 -05:00
d08f1ca586 hopefully fix python 2 and 3 compatability 2019-01-27 09:30:22 -06:00
6381f8b1ec bump version to 2018.01 2019-01-26 16:11:24 -06:00
9bbe100929 added pyaccuwage-genfieldfill 2013-04-20 14:31:09 -05:00
ef9f012bd2 added checkseq to scripts in setup.py 2013-04-20 13:03:09 -05:00
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