Skip to main content

Create runs for data pipelines

Project description

Koltrast

Koltrast is a very 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.interval.generate_intervals(since="2014-06-01", until="2014-06-04", chunk="day")

for interval in intervals:
    print(interval)
Interval(since=DateTime(2014, 6, 1, 0, 0, 0, tzinfo=Timezone('UTC')), until=DateTime(2014, 6, 2, 0, 0, 0, tzinfo=Timezone('UTC')))
Interval(since=DateTime(2014, 6, 2, 0, 0, 0, tzinfo=Timezone('UTC')), until=DateTime(2014, 6, 3, 0, 0, 0, tzinfo=Timezone('UTC')))
Interval(since=DateTime(2014, 6, 3, 0, 0, 0, tzinfo=Timezone('UTC')), until=DateTime(2014, 6, 4, 0, 0, 0, tzinfo=Timezone('UTC')))

Notes

Accepts the following chunks: day, hour, week, month, year

Koltrast always uses "left", which means for a range from A > D, only A B C are selected.

If you provide a since and until, which cannot be divided evenly by the chunk you provided, the last interval will be shorter.

Project details


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.2.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

koltrast-0.0.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file koltrast-0.0.2.tar.gz.

File metadata

  • Download URL: koltrast-0.0.2.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for koltrast-0.0.2.tar.gz
Algorithm Hash digest
SHA256 3e432ccdbe0a7bf964083ecf0cd3d7c042cc68cb1dcbdd800170584dfdfa6fad
MD5 745869081a4982a4e1d33b3ddb3c6aa1
BLAKE2b-256 ed9270a981ea14b5389de93b7552a415856e03b0b04bd9e08823d76f6f799042

See more details on using hashes here.

File details

Details for the file koltrast-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: koltrast-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for koltrast-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4bf065c76d8dd6ee04b8e3bb1b7adc8c3fde0eebdeb26e29c6a5c48afa82d050
MD5 31642a60a985265b270db5aad1673736
BLAKE2b-256 230807b1e8406ccb2ce568532aab61a0e4466011162d74a0a425744d37c308f8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page