README 573 B

1234567891011
  1. Beancount is a double-entry accounting system that uses a simple text
  2. file format as input. A few Python scripts are used to parse the
  3. contents of the file, for example, to serve the contents as a locally
  4. running web server. Scripts are provided to convert from OFX files into
  5. Ledger input format, and other formats (easily extensible).
  6. Beancount provides a simple web front to view the contents of the
  7. database, so you don't have to parse the entire file everytime you want
  8. to view a different account (this helps mitigate the fact that parsing
  9. is comparatively slow).