Bug#1139213: ITP: python-pause -- A timestamp-based sleep function for Python

Lionel Elie Mamane <[email protected]>
Newsgroups gmane.linux.debian.devel.general
Message-ID <aiVF2sJml69108VZ__15787.6749568217$1780828207$gmane$org@piperine.mamane.lu>
Package: wnpp
Severity: wishlist
Owner: Lionel Elie Mamane <[email protected]>
X-Debbugs-Cc: [email protected], [email protected], [email protected]

* Package name    : python-pause
  Version         : 0.3
  Upstream Contact: Jeremy Gillick https://pypi.org/user/jgillick/ https://github.com/jgillick
* URL             : https://github.com/jgillick/python-pause/ https://pypi.org/project/pause/#
* License         : MIT
  Programming Lang: Python
  Description     : A timestamp-based sleep function for Python

 Suspend the execution of your program for a given amount of time. This works similarly to ``time.sleep``, but uses your computers timestamp to track time, versus a counter.
 .
 For example, traditionally using ``time.sleep(3600)``, will pause the program for 60 minutes. If your computer goes into standby mode during minute one, and wakes up several hours later, your program will continue to be paused for 59 minutes.
 .
 On the other hand, with ``pause.seconds(3600)``, if your computer goes into standby mode for several hours, the program will continue immediately after the machine wakes back up since the minimum amount of time has passed since the pause was started.

As I've been away from Debian work for far too many years than I want
to admit to myself, I'd very much appreciate if someone looked over my
package and gave me feedback. Don't count on me to read any Debian
mailing list (CC me on replies), nor to be very responsive in the next
week or two.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.