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 in Domain-Driven Design, run
pip install "interval-tools[objectid]"
Quickstart
>>> from interval.utils import get_stream_logger
>>> import logging
>>> formatter = logging.Formatter('%(levelname)s:%(name)s:%(message)s')
>>> logger = get_stream_logger('interval', 'INFO', formatter=formatter)
>>> logger.info('Readability counts.')
INFO:interval:Readability counts.
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
interval-tools-0.10.7.tar.gz
(7.8 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 interval-tools-0.10.7.tar.gz.
File metadata
- Download URL: interval-tools-0.10.7.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e66c16e060b79ee726ef6d1c5180fddf4a8fb870cb2a7bbe3310a25cdaeb075
|
|
| MD5 |
29e7bbf531f3db702806dbf40c5fc908
|
|
| BLAKE2b-256 |
a6bd52580ba194dfbeb820ade8d80a251b213891b7ff356e81891aa191045895
|
File details
Details for the file interval_tools-0.10.7-py3-none-any.whl.
File metadata
- Download URL: interval_tools-0.10.7-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2ca037201561ad2560e71eb2e4ced92cd2b87d8dc44ad856791736111c1bc87
|
|
| MD5 |
1306e0d39599f61dda57abad8307235d
|
|
| BLAKE2b-256 |
da1e483e61b2cf7b7ac34369a4fef52d374f58631b833c6e50b7a056ca7f47a6
|