1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: pondus
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Eike Nicklas <eike@ephys.de>,
Debian-Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Section: x11
Priority: optional
Build-Depends: debhelper (>= 9),
python
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pondus/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pondus/trunk/
Homepage: http://bitbucket.org/eike/pondus/
X-Python-Version: >= 2.5
Package: pondus
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-gobject,
python-gtk2
Recommends: python-matplotlib
Description: personal weight manager for GTK+2
Pondus keeps track of your body weight and, optionally, the percentage of
bodyfat, muscle and water. It aims to be simple to use, lightweight and
fast. All data can be plotted to get a quick overview of the history of
your weight. A simple weight planner allows one to define "target weights"
and this plan can be compared with the actual measurements in a plot.
|