Re: [Tutor] pydoc introspecting info via OptionParser?

2008-03-15 Thread Neal McBurnett
On Fri, Mar 14, 2008 at 10:43:08AM -0700, Neal McBurnett wrote: > I'm trying to do nice clean documentation for a python script I run > from the command-line, and I'd like pydoc or a similar program to > document it well. But I don't want to duplicate option information by

[Tutor] pydoc introspecting info via OptionParser?

2008-03-14 Thread Neal McBurnett
aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278844 But it has limitations (doesn't support all of optparse, won't work with -OO) and is a bit uglier. Cheers, Neal McBurnett http://mcburnett.org/neal/ ___ Tutor mail

Re: [Tutor] python-based system programming and admin?

2006-01-22 Thread Neal McBurnett
nvironment. > I'm thinking that perhaps allowing him to run idle and exporting X > display to the Mac could be an option? The system is a server - doesn't even need X libraries, which are a significant source of security concerns. Thanks, Neal McBurnett http://bc

[Tutor] python-based system programming and admin?

2006-01-20 Thread Neal McBurnett
lution that was adequate for providing a reasonable development environment? Any ideas I haven't thought of yet? Cheers, Neal McBurnett http://bcn.boulder.co.us/~neal/ Signed and/or sealed mail encouraged. GPG/PGP Keyid: 2C9EBA60 ___

pickle juice and YAML (Re: [Tutor] dumping .pck files)

2005-01-04 Thread Neal McBurnett
curity issues with the PyYaml implementation in terms of importing arbitrary data structures, and other limitations currently. But YAML is an interesting development. Another implementation for Ruby, Perl, Python, PHP and oCaml is syck: http://whytheluckystiff.net/syck/ but I haven't seen any demo

[Tutor] dumping .pck files

2005-01-02 Thread Neal McBurnett
mparing configurations across mailing lists? Are there other serialization options that would make this easier? Many thanks, Neal McBurnett http://bcn.boulder.co.us/~neal/ Signed and/or sealed mail encouraged. GPG/PGP Keyid: 2C9EBA60 _