Commit graph

18 commits

Author SHA1 Message Date
8f86f76167 add format interchange functions, add tests, fix stuff 2020-06-12 13:07:41 -05:00
6af5067fca add option for record delimiter 2019-01-30 14:25:24 -06:00
078273f49f fix json encoding by encoding bytes as ascii 2017-01-07 17:00:29 -06: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
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
46755dd90d updated VERSION 2012-10-16 13:22:44 -05:00
6abfa5b345 fixed missing field, updated for 2012 2012-10-09 15:35:13 -05:00
97a74c09f9 fixed some field types, misc 2011-11-12 15:26:17 -06:00
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
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
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
1a0f4183e7 Everything works, or seems to. The package is now installable as
a regular python module through pip or whatever. Now our apps can
assemble data objects to be converted into accuwage files.
2011-09-17 11:22:04 -05:00
6f5d29faab moved everything into pyaccuwage subdir 2011-06-25 15:08:38 -05:00
Renamed from __init__.py (Browse further)