1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Changed setup.py to be generated by "ant version". - Added Trove classifiers and license to setup.py. More... over 16 years ago
Ignored generated version.py. More... over 16 years ago
Changed version information to be generated from version.xml. More... over 16 years ago
- Added reading of data file but no actual validation yet. - Added mapping of some values of DataFormat to Dialect. It is still incomplete though. - Changed messages quoting data values to use repr() instead of str() in order to display special characters in a reasonable way. More... over 16 years ago
- Added deletion of *.pyc to "clean" target. - Cleaned up name in <project> tag. More... over 16 years ago
Added option to automatically figure out which line and item delimiter to use by specifying AUTO as value. Ideally this would use Sniffer.sniff(), however this doesn't seem to work with the short test cases in test_parsers. So for it it uses it own, very simple logic. More... over 16 years ago
Added generator parsers.delimitedReader which similar to csv.reader yields the data line by line, with each line being a list of columns. More... over 16 years ago
- Fixed handling of quoted items. - Cleaned up unused code. More... over 16 years ago
Fixed handling of file using CR or CRLF as line delimiter. More... over 16 years ago
Added support for data spawning multiple lines separated by a line delimiter such as "\n". More... over 16 years ago
Added parser for delimited data, mostly because the "csv" standard module has issues with detecting errors related to line feeds. This is a work in progress, currently it can only handle data with a single line. More... over 16 years ago
Added a rough first version that can read and validate an IDC according to the options given in the command line. More... over 16 years ago
Added project folders. More... over 16 years ago