Metadata-Version: 1.0
Name: FilenameSort
Version: 0.2.0
Summary: utility to aid in natural or "human-like" sorting of file names
Home-page: http://pypi.python.org/pypi/FilenameSort/
Author: David N. Mashburn
Author-email: david.n.mashburn@gmail.com
License: LICENSE.txt
Description: FilenameSort is a utility to aid in natural or "human-like" sorting of file names.
        
        Normally using sort, ["file_1_10a.png","file_1_1a.png","file_1_5a.png"] would sort as:
        ["file_1_10a.png","file_1_1a.png","file_1_5a.png"]
        
        Using the function getSortableList instead results in:
        ["file_1_1a.png","file_1_5a.png","file_1_10a.png"]
        
        Which is more like what one would expect.
        
Platform: UNKNOWN
