diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 14:27:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 14:27:35 +0800 |
commit | b6be00e9889987376bd4dbb1d56c7bb797a80bdd (patch) | |
tree | d2388457beeccb1283bb3b181b4ee7451d661ad6 /misc/hb/pkg-descr | |
parent | ceb8191020f7cc4bd9d9db514c8b3d0b09fb5f83 (diff) | |
download | freebsd-ports-gnome-b6be00e9889987376bd4dbb1d56c7bb797a80bdd.tar.gz freebsd-ports-gnome-b6be00e9889987376bd4dbb1d56c7bb797a80bdd.tar.zst freebsd-ports-gnome-b6be00e9889987376bd4dbb1d56c7bb797a80bdd.zip |
add hb
A simple, but complete budget management in Python
PR: 29048
Submitted by: Tim Daneliuk <tundra@tundraware.com>
Diffstat (limited to 'misc/hb/pkg-descr')
-rw-r--r-- | misc/hb/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/hb/pkg-descr b/misc/hb/pkg-descr new file mode 100644 index 000000000000..3a888eefd898 --- /dev/null +++ b/misc/hb/pkg-descr @@ -0,0 +1,8 @@ +HB is a simple Home Budget management system. As such, it is only mildly +interesting. However, it's real purpose is to demonstrate how to write a +complete application in Python. It is loaded with comments as well as a lot +of explanatory material which should help anyone interested in learning +Python better. + +- tim +tundra@tundraware.com |