Metadata-Version: 1.0
Name: isorted
Version: 0.2
Summary: Sorts objects/dictionaries by keys/attributes
Home-page: http://douglasandrade.com
Author: Douglas Soares de Andrade
Author-email: contato@douglasandrade.com
License: GPL v 3
Download-URL: http://pypi.python.org/pypi/isorted
Description: 
        Sorts a list of dictionaries/objects by key/attribute taking user locale
        in consideration.
        
        It has been tested in django systems and also in some python libraries
        that deal with accents and special characters, as python sorted/sort
        methods does not deal with this kind of data.
        
Keywords: sorted,ordered,dict,data structure,key,locale
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
