1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change 'requires' to 'install_requires' in setup.py. Fixes #1 More... over 11 years ago
Separated version into a file by itself to avoid dependency issues when running setup.py More... over 15 years ago
AccessLogParser now separates request into method, path, and httpver More... over 15 years ago
Fixed example in README More... over 15 years ago
Cleaned up aggregate functions. They now convert values as necessary. More... over 15 years ago
Fixed word usage in a comment More... over 15 years ago
Added a pickle parser. Only supports lists of dictionaries, and it's inefficient since Python doesn't have a streaming pickle reader as standard. More... over 15 years ago
AccessLogParser now sets bytes to 0 if it's not a valid int More... about 16 years ago
Renamed nginx parser to access_log, and changed the regex to match the standard common log format. More... about 16 years ago
Added "pyparsing" to requirements in setup.py More... about 16 years ago
Version now 0.2.1 (yeah, the versions are a bit arbitrary at the moment) More... about 16 years ago
Updated examples in README to match new api More... about 16 years ago
Added regex ops to where clause (~ ~* !~ !~* = case sensitive, case insensitive, not matched case sensitive, not matched case insensitive) More... about 16 years ago
Fixed subqueries More... about 16 years ago
support sql like syntax (cherry picked from commit 9dd766f30eb056bf91e8ff7b7cbe0b494f437ca6) More... about 16 years ago
Pushed out version 0.2.0 More... about 16 years ago
Renamed column_names to columns More... about 16 years ago
Added support for * in select. More... about 16 years ago
Incremented version to 0.1.0 More... about 16 years ago
Added a CSV parser More... about 16 years ago
Now that the 'squawk' command is installed with setup.py.. updated the README to reflact that More... about 16 years ago
Started abstracting the parsers More... about 16 years ago
Added installable command "squawk" More... about 16 years ago
Added multiple column support to GROUP BY More... about 16 years ago
Cleaning up and documenting some classes and methods More... about 16 years ago
Added requirements to README (Python2.5 or later & pyparsing) More... about 16 years ago
Cleaned up examples for readability in README. Split long lines. More... about 16 years ago
Added mention of License (BSD) to README More... about 16 years ago
Copy fail.. fixed the LICENSE More... about 16 years ago
Small change to TODO More... about 16 years ago