tsparse

Parses U.S. federal Thrift Savings Plan PDF quarterly statements

http://www.github.com/massysett/tsparse

Latest on Hackage:0.4.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Omari Norman
Maintained by [email protected]

See the TsParse module for details.

There are also multiple tests in the package, but these are not built by default. To get the tests, build with the "test" flag.

Binaries you will get if you build with the "test" flag:

  • parse-tsp-pdf - given a single command-line argument which is the filename of a TSP PDF statement, will pretty print the data in the file.

  • parse-tsp-text - given a single command-line argument which is the filename of TSP data that is output from pdftotext (or is generated by gen-tsp), pretty prints the data in the file. If no filename, reads standard input.

  • test-tsp - tests all QuickCheck properties in the library.

  • gen-tsp - given a single command-line argument which is the QuickCheck "size" parameter (this should be a non-negative integer), generates a valid input to the parse-tsp-text file. The bigger the number, the more text you get.