/YNABpy

Python module for a read-only interface to the YNAB (You Need A Budget) application.

Primary LanguageHTMLGNU Lesser General Public License v3.0LGPL-3.0

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/.