An open API service indexing awesome lists of open source software.

https://github.com/andyhorng/exsort

External Sorting
https://github.com/andyhorng/exsort

library sorting utility

Last synced: about 1 year ago
JSON representation

External Sorting

Awesome Lists containing this project

README

          

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 `_ 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 `_.