esonderegger / fecfile

a python parser for the .fec file format
https://esonderegger.github.io/fecfile/
Apache License 2.0
44 stars 13 forks source link

Version 0.6 (generator functions) #17

Closed esonderegger closed 5 years ago

esonderegger commented 5 years ago

The ability to parse filings without reading the whole thing into memory.

Attempting to parse ActBlue filings crashes the interpreter

Parsing ActBlue filings is slow, but does not crash

I don't think so, but soon using these generator functions may be the recommended approach.