Metadata-Version: 1.1
Name: linereader
Version: 1.0.0
Summary: Gives Python the ability to randomly access any chuck of a file quickly, without loading anything into memory, and implements two new dynamic types of file handles.
Home-page: https://github.com/nickpandolfi/linereader
Author: Nicholas C Pandolfi
Author-email: viaanimi@gmail.com
License: The MIT License (MIT)
Download-URL: https://github.com/nickpandolfi/linereader
Description: 
        Reads randomly accessed lines from a text file faster than Python's built-in linecache,
        and creates dynamic data types for the manipulation of massive data sets within files.
        
Platform: UNKNOWN
