[Python-ideas] Timer that starts as soon as it is imported
Chris Angelico
rosuav at gmail.com
Tue May 26 20:28:39 CEST 2015
On Wed, May 27, 2015 at 4:24 AM, anatoly techtonik <techtonik at gmail.com> wrote:
> There are a lot of helpers like this that might be useful. Installing them
> separately is a lot of hassle - it is easy to forget some.
Package 'em all up into a single repository and clone that repo on
every system you use. For me, that's called "shed", and I keep it on
github:
https://github.com/Rosuav/shed
But whether it's public or private, git or hg, pure Python or a mix of
languages, it's an easy way to pick up all those convenient little
scripts. You'll never "forget some", because they're all in one place.
ChrisA
More information about the Python-ideas
mailing list