Metadata-Version: 2.0
Name: big-file-sort
Version: 0.1.0
Summary: Python library to sort large files
Home-page: https://github.com/benchi/big_file_sort
Author: Laurent Benchimol
Author-email: laurent.benchimol@gmail.com
License: Apache License Version 2.0
Keywords: sort sorting large big data files disk external merge
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides-Extra: dev
Provides-Extra: test

=============
big_file_sort
=============
Description
-----------
Python library to sort large files by breaking them into smaller chunks, writing those to temporary files, and merging.


