Skip to content

alvations/lazyme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazyme

Lazy python recipes.

Install

pip install -U lazyme

Usage

$ cat test.txt 
This is a text block start
This is the end

And this is another
with more than one line
and another line.

$ python
>>> from lazyme import per_section
>>> list(per_section(open('test.txt')))
[['This is a text block start', 'This is the end'], ['And this is another', 'with more than one line', 'and another line.']]

Releases

No releases published

Packages

No packages published

Languages