Metadata-Version: 1.1
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
Description: 
        =============
        big_file_sort
        =============
        Description
        -----------
        Python library to sort large files by breaking them into smaller chunks, writing those to temporary files, and merging.
        
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
