Skip to main content

Utility functions and classes used in applications of Interval Design.

Project description

Python Tools for Applications of Interval Design

Requirements

Python 3.11+

Installation

pip install interval-tools

Or if you want to use ObjectID as a unique identifier for Entity or Aggregate, run

pip install "interval-tools[objectid]"

Quickstart

>>> from interval.utils import batched
>>> for batch in batched('ABCDEFG', 3):
...     print(batch)
...
('A', 'B', 'C')
('D', 'E', 'F')
('G',)

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

interval-tools-0.13.0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

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

interval_tools-0.13.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file interval-tools-0.13.0.tar.gz.

File metadata

  • Download URL: interval-tools-0.13.0.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for interval-tools-0.13.0.tar.gz
Algorithm Hash digest
SHA256 c81517407470cd0bf5db817c0a54c49a5d38042d2de0a3db1adbcaa4c74004d5
MD5 45948fff61645a576be01dfbe24de8f5
BLAKE2b-256 46183fa04b31f07b061747362d7169c6d19be83c07b4ad8eb26f44cc666aa2c7

See more details on using hashes here.

File details

Details for the file interval_tools-0.13.0-py3-none-any.whl.

File metadata

File hashes

Hashes for interval_tools-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1de8b2af354051123dcb0800810a5c5a7b912938c2bb791e4c7e84169a422c82
MD5 a9ebf55a070f33329984232cbe8652ce
BLAKE2b-256 e440de7f864ba8e769203bef6ebf639487ff2a9b28ce5b7f87b32fc8152534be

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