tsparse: Parses U.S. federal Thrift Savings Plan PDF quarterly statements
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.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
test | Enable options for testing | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- tsparse-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0, 0.4.0.0 |
---|---|
Dependencies | base (>=4.6 && <4.7), Decimal (>=0.3 && <0.4), parsec (>=3.1 && <3.2), pretty (>=1.1 && <1.2), process (>=1.1 && <1.2), QuickCheck (>=2.5 && <2.6), random (>=1.0 && <1.1), split (>=0.2 && <0.3), time (>=1.4 && <1.5) [details] |
License | BSD-3-Clause |
Author | Omari Norman |
Maintainer | omari@smileystation.com |
Category | Finance |
Home page | http://www.github.com/massysett/tsparse |
Uploaded | by OmariNorman at 2013-07-31T18:04:38Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | gen-tsp, test-tsp, parse-tsp-text, parse-tsp-pdf |
Downloads | 1756 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |