Skip to content

A Rust parser for the .fec file format, with python bindings

License

Notifications You must be signed in to change notification settings

NickCrews/feco3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FECo3

A .FEC file parser in rust, with python bindings

Still in alpha.

Documentation

Related projects

Please open an issue or PR if you'd like to add or edit this list.

  • FECfile Fairly well maintained parser in python
  • FastFEC A FEC file parser in C.
  • fec-loader Node.js tools and CLI to discover, convert and load raw FEC filings into a database.
  • Fech Ruby downloader and parser. Moderately recently maintained?
  • fech-sources Schema definitions for the various line codes. Used by Fech and some other parsers.
  • nyt-pyfec Old, unmaintained python parser
  • fec2json Not complete parser written in python