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.8.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file interval-tools-0.10.8.tar.gz
.
File metadata
- Download URL: interval-tools-0.10.8.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 | 853d7068d6674b14f771b6c5ab9bae8b62bcf9c6f9c36ac253ce01faff821df4 |
|
MD5 | f8c3d4ccef5e673beeb61b56e895910d |
|
BLAKE2b-256 | 88ec3559746e308620147a859c129be5ecb22e377f0d06771af7c1ca49bb1b4f |
File details
Details for the file interval_tools-0.10.8-py3-none-any.whl
.
File metadata
- Download URL: interval_tools-0.10.8-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 | 726affd5de2830e7a3f207f6f72984c133c0e88d86a57848f6c9b0ab94bbecf8 |
|
MD5 | d837b847d38eb921518c88dec3efb6f8 |
|
BLAKE2b-256 | 1a56346f554c5efac5a940c579dcdfc52b08e2139ea8b5328abddca9839f6e75 |