Metadata-Version: 1.0
Name: from-camel
Version: 0.2.0
Summary: A script to convert python files from camel case variable naming to underscore variable naming.
Home-page: http://bitbucket.org/lars512/from-camel/
Author: Lars Yencken
Author-email: lljy@csse.unimelb.edu.au
License: BSD
Description: 
        Provides a convenience script for changing varaible and method naming
        in your python files from camel case to underscore notation. For
        example, oneMoreVariable would be renamed to one_more_variable. Backs
        up all your original files so you can easily revert.
        
Platform: UNKNOWN
