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.11.0.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file interval-tools-0.11.0.tar.gz
.
File metadata
- Download URL: interval-tools-0.11.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be11ac5768ff9d02299b589df6100393baa4f6f8dafdd24249885fe5191dfa57 |
|
MD5 | ef1ef8b93f479e1afcf5429f60a3172e |
|
BLAKE2b-256 | 4065ca4173387242c5a4aeb3f38ea1236effc2cdbcc3682337f6f4874b556312 |
File details
Details for the file interval_tools-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: interval_tools-0.11.0-py3-none-any.whl
- Upload date:
- Size: 9.8 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 | 3d0c1d077fe85b5742bacf58f11a6c87d42ef32154cae595a0702584780fce36 |
|
MD5 | e4f18606f9fdb7c2f69766424b38c975 |
|
BLAKE2b-256 | cd50381447bc83792bba28f202ccb795b03784d2a6f8051833c888441503aa30 |