Lazy python recipes
Project description
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.']]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lazyme-0.0.30.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
lazyme-0.0.30-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file lazyme-0.0.30.tar.gz.
File metadata
- Download URL: lazyme-0.0.30.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
616de8011f361cb8cdbd0ca5c90e532f6ca9e78971b5eca68e8d1f82fb08a121
|
|
| MD5 |
52b9ad1101fa7d1942d01482734e4689
|
|
| BLAKE2b-256 |
bc248f9f0f50eaee42e06f51874c24155a8c34721acb2bf661cf535291d83053
|
File details
Details for the file lazyme-0.0.30-py3-none-any.whl.
File metadata
- Download URL: lazyme-0.0.30-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15570a2840babfb04bd1a356dfc152f9cd3e67948dd26f130250c3a9eef5d98a
|
|
| MD5 |
7d4d91e79f79e58cee051257a60072a9
|
|
| BLAKE2b-256 |
3cd500629ee8908b1f2755f04ef33ffa49df31dec3cafcadcbf5a5c55525f274
|