There is a new version of generateDS.py -- version 2.10b.

Here are a few notes and details from the README:

# =========================================================

Version 2.10b (07/22/2013)
- Changed flag for generating getters and setters.  Removed flag
  --use-old-getter-setter.  Replaced it with new flag
  --use-getter-setter, which can have the following values:
     "old" - Name getters/setters getVar()/setVar().
     "new" - Name getters/setters get_var()/set_var().
     "none" - Do not generate getter/setter methods.
  The default is "new".  See the help (use --help option) or see the
  doc (generateDS.txt/generateDS.html) for more on this.  Thanks to
  Mike Vella for suggesting this.
- Changed suffix used to prevent name conflicts with Python keywords
  from "xx" to "_".

# =========================================================

You can find it here:

- Python Package Index -- http://pypi.python.org/pypi/generateDS/
- Source Forge -- http://sourceforge.net/projects/generateds/

For those of you who prefer using Mercurial, there is also a
Mercurial repository at Bitbucket:
https://bitbucket.org/dkuhlman/generateds

If you have comments, suggestions, or problems, please send them
along.

- Dave



 
--


Dave Kuhlman
http://www.rexx.com/~dkuhlman

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to