Where to find python code beautifier ?

Mark McEahern marklists at mceahern.com
Sun May 19 16:17:51 EDT 2002


[Matthew Chong]
> Although Python obviate the need of brace but does not mean the
> code cannot be beautify]
> Anyone knows where to get one ?

What specifically are you looking for?  I can imagine a number of things you
might want:

1.  Force indentation to be a certain number of spaces.

2.  Force indentation for things like this:

	if x: print x

3.  Force naming conventions--this might be tough to do.

Hmm, just thinking out loud.

Cheers,

// mark






More information about the Python-list mailing list