Python Random File Access for Humans
Project description
Easyfile: Random File Access for Humans
Easyfile allows you to access an arbitrary line of a text file.
If your interest is in using Easyfile for Deep Learning, please check Lineflow.
Installation
To install Easyfile:
pip install easyfile
Usage
import easyfile data = easyfile.TextFile('/path/to/text') data[0] # Access the first line of your text data[-1] # Access the last line of your text data[10:100] # Access the 10th line to the 100 the line of your text
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size easyfile-0.0.7.tar.gz (12.8 kB) | File type Source | Python version None | Upload date | Hashes View |