Skip to content

bw-matthew/file-chunking-generator

 
 

Repository files navigation

File Chunking Generator

This will take a file like object and return a generator of file like objects. Each of those file like objects returned will return one chunk of data when read.

A chunk is made of bytes which can be split by a delimiter into lines. A chunk will return as many lines as possible without exceeding a size limit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%