Python Accuwage format library
Find a file
Binh Nguyen b77b80e485 We need to remove some of the yield statements because it's making iteration
very confusing to keep track of, due to global iterators being passed around
and iterated over in chunks.

I've added a located_heading_rows method which scans the entire document
for row numbers that look like record definition headings. I think we
can use these number spans to feed into the row columnizer stuff.
2012-06-30 15:21:05 -05:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage We need to remove some of the yield statements because it's making iteration 2012-06-30 15:21:05 -05:00
scripts Added pyaccuwage-parse script. 2012-06-02 15:16:13 -05:00
.gitignore added the first 3 record definitions 2011-03-30 21:17:48 -05:00
setup.py attempting to add a commandline script 2012-06-02 14:18:48 -05:00