Metadata-Version: 1.1
Name: exsort
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/andyhorng/exsort
Author: Andy Hung
Author-email: andyhorng168@gmail.com
License: MIT
Download-URL: https://github.com/andyhorng/exsort/archive/0.1.tar.gz
Description-Content-Type: UNKNOWN
Description: exsort
        ======
        
        Introduction
        ------------
        
        I found Python doesn't have a convenient module to sort huge list that is 
        unable to fit in memory.
            
        
        Installation
        ------------
        
        exsort is distributed on `PyPI <https://pypi.org>`_ as a universal
        wheel and is available on Linux/macOS and Windows and supports
        Python 2.7/3.5+ and PyPy.
        
        .. code-block:: bash
        
            $ pip install exsort
        
        License
        -------
        
        exsort is distributed under the terms of the
        `MIT License <https://choosealicense.com/licenses/mit>`_.
        
Keywords: external sorting,sorting,utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
