Skip to main content

Create intervals and helpers 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-2.0.6.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-2.0.6-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for koltrast-2.0.6.tar.gz
Algorithm Hash digest
SHA256 31b50bacac15f3af61dd049f768bcea108606158240021b99c3d5c890df331c1
MD5 97a24e7f522a70f1d0e4ed5bcc4b066b
BLAKE2b-256 055f8a30b6ce28e51f5773e940fa12cbb0f946b443521e61de80c1486b2a32cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: koltrast-2.0.6-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.7

File hashes

Hashes for koltrast-2.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 c91a5c54dee8418cab8786c944e29866ba2b4a8ba62ee00d34315e01fe34897e
MD5 24d84342c1efa1a91a00ab99eb245f0d
BLAKE2b-256 b3b06ce7916fe4bdbb68ac4f04af7feded1b1eecddc85eaa4a51d1f9e4bfba84

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