I'm making a debian package manager for
people who don't have internet connection
on their computer but have access to
internet else where... (Like an internet cafe)

here's the code:

        http://github.com/shashi/downemdebs

It is almost functional but lacks one important
function named isNewer in

        http://github.com/shashi/downemdebs/tree/master/dedlib.py

which lets you compare two version nos
and returns true if available is newer than
wanted... The official algorithm is described
here:

        http://manpages.ubuntu.com/manpages/hardy/man5/deb-version.htm

in the Sorting Algorithm section... I can't
understand a little bit of it... Please help
me write it... If you are good in GUI
programming and want to help please
take a look at the code at github.

-- 
    ,               ,
   /                 \
  ((__-^^-,-^^-__))
   `_----' `----_-'
   `--|  o`  'o |--'
       \  `     /
        ):   : (
        :o_o:
         "--- "

   www.gnu.org
www.uncorkers.org
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to