Skip to content

MarcoCouto/lazyme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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.']]

About

Lazy python recipes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%