interval-tools 0.14.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

intervaltools 0.14.1

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',)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.