GitXplorerGitXplorer
M

YNABpy

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
9e2d963b794b51f2a1218997d3bdeb7ed61a5311

type hints in Transaction.py and fixed a missing return (type hints ftw)

MMarkNenadov committed a year ago
Unverified
7201a3bbd785466c1c7a828fd7109e70211dc7da

a lot of cleanup

MMarkNenadov committed a year ago
Unverified
571dc9172d4229bade69584b63b034753d4c3b01

a lot of cleanup

MMarkNenadov committed a year ago
Unverified
3c7cf1e86de88fdfd167b2543d1cb63e4605e65d

Bug fix on the calculations in get_pct_accepted and get_pct_cleared

MMarkNenadov committed 14 years ago
Unverified
32a55a00bd9558f8bde65f34e24ed74c5678ea47

Further work on Reporting.py

MMarkNenadov committed 14 years ago
Unverified
2b628e76317156f80e6e7db0b37bc7b9a13e6ea1

Fixed one issue each in Reporting.py and MonthlyBudget.py

MMarkNenadov committed 14 years ago

README

The README file for this repository.

YNABpy

INTRODUCTON

A Python module to interface with the YNAB (You Need A Budget) application.

SETUP

Just run:

python setup.py install

REQUIREMENTS

  • Python
  • A YNAB3 database file
  • reportlab (if you want to use YNAB3.Reporting)

TODO

  • Expand Category functionality
  • Better error handling
  • Add module docstrings to new modules
  • Reporting

AUTHOR

Mark J. Nenadov (2011)

LICENSING

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.