Metadata-Version: 2.4
Name: beancount
Version: 2.3.5
Summary: Command-line Double-Entry Accounting
Home-page: http://furius.ca/beancount
Download-URL: https://github.com/beancount/beancount
Author: Martin Blais
Author-email: blais@furius.ca
License: GNU GPLv2 only
Requires-Python: >=3.6
License-File: COPYING
Requires-Dist: pytest
Requires-Dist: python-dateutil
Requires-Dist: ply
Requires-Dist: bottle
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Requires-Dist: chardet
Requires-Dist: google-api-python-client
Requires-Dist: python-magic>=0.4.12; sys_platform != "win32"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


      A double-entry accounting system that uses text files as input.

      Beancount defines a simple data format or "language" that lets you define
      financial transaction records in a text file, load them in memory and
      generate and export a variety of reports, such as balance sheets or income
      statements. It also provides a client with an SQL-like query language to
      filter and aggregate financial data, and a web interface which renders
      those reports to HTML. Finally, it provides the scaffolding required to
      automate the conversion of external data into one's input file in
      Beancount syntax.
      
