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
- Host: GitHub
- URL: https://github.com/andyhorng/exsort
- Owner: andyhorng
- License: mit
- Created: 2017-09-16T15:59:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T14:18:47.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T05:55:33.165Z (about 1 year ago)
- Topics: library, sorting, utility
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-MIT
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 `_.