SkillAgentSearch skills...

Arrayfiles

Array-like File Access in Python

Install / Use

/learn @yasufumy/Arrayfiles
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ArrayFiles: Array-like File Access in Python

Build Status Build Status Language grade: Python Codacy Badge Codacy Badge codecov

ArrayFiles allows you to access an arbitrary line of a text file.

If your interest is in using arrayfiles for Deep Learning, please check LineFlow.

Installation

To install arrayfiles:

pip install arrayfiles

Usage

import arrayfiles

data = arrayfiles.read_text('/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

Related Skills

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated16d ago
Forks3

Languages

Python

Security Score

95/100

Audited on Mar 18, 2026

No findings