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.6.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.6.tar.gz.
File metadata
- Download URL: interval-tools-0.10.6.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 |
04f69e3a7f241c1a5894e04680dfaaa7c002c20ec12ff9c99bafd173aa397673
|
|
| MD5 |
42701369ba6f68c5d7c6cc3aa3158b28
|
|
| BLAKE2b-256 |
513ba8c1d4cf18800b159491d218c91004b15626f87be517303cb137842f2f60
|
File details
Details for the file interval_tools-0.10.6-py3-none-any.whl.
File metadata
- Download URL: interval_tools-0.10.6-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 |
c3f715796bf47768ef3e7824225d47e00d154bbcd172e1b222612c3cc8135c37
|
|
| MD5 |
caaa59bd859af55c1eb819ded2adac19
|
|
| BLAKE2b-256 |
7e407306f6182cc83876b8aecdf4dccb6199718340940694245600761a33d062
|