Re: Python script: Gnucash

2011-11-15 Thread Hendrik Boom
On Fri, 07 Oct 2011 14:38:37 +1300, Andrew Ruthven wrote:

 Also, I'm not sure if has been mentioned here already, but myself, Micha
 Lenk and mostly Philipp Kern packaged up the python bindings for Debian.
 They're in the python-gnucash package in Debian testing  unstable.

If that was recent, it explains an anomaly I noticed today.  The package 
python-gnucash has arrived in Debian wheezy according to aptitude on one 
of my machines, but not on another, which uses different mirrors.

In any case, thanks.

-- hendrik

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Python script: Gnucash

2011-11-15 Thread Andrew Ruthven
On Tue, 2011-11-15 at 12:39 +, Hendrik Boom wrote:
 On Fri, 07 Oct 2011 14:38:37 +1300, Andrew Ruthven wrote:
 
  Also, I'm not sure if has been mentioned here already, but myself, Micha
  Lenk and mostly Philipp Kern packaged up the python bindings for Debian.
  They're in the python-gnucash package in Debian testing  unstable.
 
 If that was recent, it explains an anomaly I noticed today.  The package 
 python-gnucash has arrived in Debian wheezy according to aptitude on one 
 of my machines, but not on another, which uses different mirrors.
 
 In any case, thanks.

Early October, so possibly a broken Debian mirror?

Cheers!

-- 
Andrew Ruthven, Wellington, New Zealand
At home: and...@etc.gen.nz |  linux.conf.au 2012 
   | Come with us, Under the Stars
   | http://lcaunderthestars.org.au


signature.asc
Description: This is a digitally signed message part
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Python script: Gnucash - CalDAV

2011-10-08 Thread Geert Janssens
On vrijdag 7 oktober 2011, Andrew Ruthven wrote:
 Hey,
 
 As mentioned on IRC today to a few people, I've been tinkering with the
 Python bindings.  My initial goal was to make sure that the transactions
 that I've indicated as needing to be paid manually aren't forgotten.  To
 this I've written a script that looks for txns with a number of To
 Do.  Those are then inserted into a CalDAV calendar (and removed if the
 To Do flag is removed in Gnucash).
 
 This has made my life easier, and I hope it makes the life of others
 easier as well.
 
 You can fetch the program from the git repo linked off
 http://www.etc.gen.nz/projects/gnucash .  I have a few other little
 tools I want to write as well so other things might start cropping up.
 
 Feedback is most certainly welcome.
 
Hi Andrew,

After our irc conversation about in-tree or out-of-tree management of your 
tools, I thought I'd let you know GnuCash is also using an experimental git 
repository, which is a clone of the master subversion tree. They are kept in 
sync and some developers are using it daily.

You may be interested to clone your own gnucash git repository and store your 
python script directly in there. This will give you both the benefit of git 
management and in-tree development.

As said before, if you prefer your own git repo, that's fine as well.

You can learn more about the GnuCash git repo and how to use it on
http://wiki.gnucash.org/wiki/Git

 Also, I'm not sure if has been mentioned here already, but myself, Micha
 Lenk and mostly Philipp Kern packaged up the python bindings for Debian.
 They're in the python-gnucash package in Debian testing  unstable.
 
Nice to hear !

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Python script: Gnucash - CalDAV

2011-10-06 Thread Andrew Ruthven
Hey,

As mentioned on IRC today to a few people, I've been tinkering with the
Python bindings.  My initial goal was to make sure that the transactions
that I've indicated as needing to be paid manually aren't forgotten.  To
this I've written a script that looks for txns with a number of To
Do.  Those are then inserted into a CalDAV calendar (and removed if the
To Do flag is removed in Gnucash).

This has made my life easier, and I hope it makes the life of others
easier as well.

You can fetch the program from the git repo linked off
http://www.etc.gen.nz/projects/gnucash .  I have a few other little
tools I want to write as well so other things might start cropping up.

Feedback is most certainly welcome.

Also, I'm not sure if has been mentioned here already, but myself, Micha
Lenk and mostly Philipp Kern packaged up the python bindings for Debian.
They're in the python-gnucash package in Debian testing  unstable.

Cheers!

PS. I'm not really a python coder, but I really wanted to write this
tool!

-- 
Andrew Ruthven, Wellington, New Zealand
At home: and...@etc.gen.nz |  linux.conf.au 2012 
   | Come with us, Under the Stars
   | http://lcaunderthestars.org.au


signature.asc
Description: This is a digitally signed message part
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel