[Tutor] Examples using Poachplate

2009-09-27 Thread RĂ¼diger Wolf
Hi

Matt Harrison created what appears to be a really nifty tool called
poachplate. A python script boilerplate.
http://pypi.python.org/pypi?%3Aaction=search&term=poachplate
See the following links for more info.
http://panela.blog-city.com/oscon_scripting_with_python_handout.htm
http://en.oreilly.com/oscon2009/public/schedule/detail/8317

I was wondering if anyone has used this and could direct me to a few
simple scripts/examples that used this tool.
I guess I'm looking for some tips on how I go start using poachplate to
create some simple example scripts.

Thanks
Rudi
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Fwd: Examples using Poachplate

2009-09-27 Thread Kent Johnson
2009/9/27 RĂ¼diger Wolf :
> Hi
>
> Matt Harrison created what appears to be a really nifty tool called
> poachplate. A python script boilerplate.
> http://pypi.python.org/pypi?%3Aaction=search&term=poachplate
> See the following links for more info.
> http://panela.blog-city.com/oscon_scripting_with_python_handout.htm
> http://en.oreilly.com/oscon2009/public/schedule/detail/8317
>
> I was wondering if anyone has used this and could direct me to a few
> simple scripts/examples that used this tool.
> I guess I'm looking for some tips on how I go start using poachplate to
> create some simple example scripts.

It seems to be a simple utility to create the structure for a
redistributable script. Did you look at the readme? You just give it
the name of the script to create and it makes the script file and
folder structure. It will only be useful if you are creating scripts
that need to be packaged for redistribution with at setup.py etc.

Kent
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor