Create runs for data pipelines
Project description
Koltrast
Koltrast is a small module that splits a time interval into multiple, shorter intervals.
It was made to help simplify the process of backfilling pipelines.
How to install
pip install koltrast
Example usage
import koltrast
intervals = koltrast.generate_intervals(
since="2014-06-01", until="2014-06-09", chunk="day"
)
for interval in intervals:
print(interval)
results in:
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
koltrast-0.0.1.tar.gz
(4.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 koltrast-0.0.1.tar.gz.
File metadata
- Download URL: koltrast-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
950f9bc0d8b3dc1eb1379c3845de5714bbb8fa175c9620bde99b98d5785acab4
|
|
| MD5 |
8e1aa2f656a9e850d7a89e9f541b6699
|
|
| BLAKE2b-256 |
6ea16f24678392cc381392942b74d99ad7011b408eb896d60020f2b8b0deae84
|
File details
Details for the file koltrast-0.0.1-py3-none-any.whl.
File metadata
- Download URL: koltrast-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a206ccbf756357030322e4e7270c29bb5b0833c40e622e191810f464746df8ab
|
|
| MD5 |
f852885743ec591db126eb004479f4e8
|
|
| BLAKE2b-256 |
344511afa854805c4659e9d5ed39bf9cc4d4c925fba0479f740f126433d6c126
|