No project description provided
Project description
common_fn_chunk
Table of Contents
Installation
pip install common-fn-chunk
Usage
from common_fn_chunk import chunk_it
r = range(1000)
for chunk in chunk_it(r):
print(len(chunk)) # 50
break
r = range(1000)
for chunk in chunk_it(r, 100):
print(len(chunk)) # 100
break
License
common-fn-chunk is distributed under the terms of the MIT license.
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
common_fn_chunk-0.0.2.tar.gz
(2.3 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
File details
Details for the file common_fn_chunk-0.0.2.tar.gz.
File metadata
- Download URL: common_fn_chunk-0.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1ac6d8d836afe750c61e612c240d5634c050e95a1f85851747acec49911bf14
|
|
| MD5 |
172bfe54daec92441b52f02b0014c3df
|
|
| BLAKE2b-256 |
439c8316380d7d6ff10da712a052022bcaa18f52b322869f640b53d8dbc33db2
|
File details
Details for the file common_fn_chunk-0.0.2-py3-none-any.whl.
File metadata
- Download URL: common_fn_chunk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21a09886413466c46a274c819459fd065f2723d39ba82b2f2c43cfc440b1382a
|
|
| MD5 |
efe4c47f0c8bbbbba14176e21d590488
|
|
| BLAKE2b-256 |
94e6ae3716aa320d86c9c45734cd44c7f0fd0e651f950e37075fd3a9e6e7b82f
|