Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frasertweedale/ledgertools
Utilities for the Ledger accounting system.
https://github.com/frasertweedale/ledgertools
Last synced: 6 days ago
JSON representation
Utilities for the Ledger accounting system.
- Host: GitHub
- URL: https://github.com/frasertweedale/ledgertools
- Owner: frasertweedale
- License: gpl-3.0
- Created: 2013-04-19T04:55:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T13:50:16.000Z (over 8 years ago)
- Last Synced: 2024-10-11T21:21:06.046Z (about 1 month ago)
- Language: Python
- Size: 76.2 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
ledgertools is a collection of utility programs for working with and
visualising data in the Ledger_ accounting system.``lt-stmtproc``
Convert a bank statement into transactions in a Ledger database.``lt-transact``
Command line program for entering transactions.``lt-chart``
Visualise income or expenditure as a multi-level pie chart.
Requires Ledger_, PyGTK_ (2.12 or higher) and gtkchartlib_... _Ledger: https://github.com/ledger/ledger
.. _PyGTK: http://www.pygtk.org/
.. _gtkchartlib: http://pypi.python.org/pypi/gtkchartlibInstallation
------------::
pip install ledgertools
License
-------ledgertools is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Contributing
------------The ledgertools source code is available from
https://github.com/frasertweedale/ledgertools.Bug reports, patches, feature requests, code review and
documentation are welcomed.To submit a patch, please use ``git send-email`` or generate a pull
request. Write a `well formed commit message`_. If your patch is
nontrivial, update the copyright notice at the top of each changed
file... _well formed commit message: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html