There is a new version of generateDS.py -- version 2.17a.

You can find it here:

- Python Package Index -- http://pypi.python.org/pypi/generateDS/
- Source Forge -- http://sourceforge.net/projects/generateds/
- Bitbucket -- For those of you who prefer using Mercurial, there is
  also a Mercurial repository at Bitbucket:
  https://bitbucket.org/dkuhlman/generateds

Below are a few notes and details from the README.

Thanks to Fedor Tyurin for the enhancements and increased power of
cleanupName.

If you have comments, suggestions, or problems, please send them
along.  The email list is here:
https://lists.sourceforge.net/lists/listinfo/generateds-users

Dave

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

Version2.17a (08/17/2015)
- Modified setup.py so that process_includes.py is installed where
  it can be imported.
- Changed default settings for export -- Default is now to generate
  only the normal export methods, instead of both normal and
  literal.  See command line option --export.
- Fix to regex pattern used to capture "<![CDATA[ ... ]]>".  The old
  pattern was dropping ending characters when the content contained
  HTML/XML markup.  Thanks to Adrian Cook for this fix.
- Merged use of replacement patterns in cleanupName. With this fix
  users can specify patterns to look for and replacements strings to
  be used to clean up special characters and other patterns in
  names.  There are some notes in the document; search for
  "cleanup-name" in generateDS.html.  Thanks to Fedor Tyurin for
  suggesting and implementing this enhancement.
- Added unit test for enhanced cleanupName.  Added documentation to
  generateDS.txt.

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

-- 

Dave Kuhlman
http://www.davekuhlman.org

------------------------------------------------------------------------------
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to