Metadata-Version: 2.1
Name: interval-tools
Version: 0.6.0
Summary: Utility functions and classes used in applications of Interval Design.
Home-page: https://github.com/interval-design/python-tools
Author: Interval Design
Author-email: yao.lv@interval.im
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: objectid
License-File: LICENSE

# Python Tools for Applications of Interval Design

## Requirements

Python 3.10+

## Installation

```console
$ pip install interval-tools
```

Or if you want to use [ObjectID](https://www.mongodb.com/docs/manual/reference/bson-types/#objectid) as a unique identifier in Domain-Driven Design, run

```console
$ pip install "interval-tools[objectid]"
```
