Metadata-Version: 2.1
Name: interval-tools
Version: 0.10.2
Summary: Utility functions and classes used in applications of Interval Design.
Author-email: Yao Lv <yao.lv@interval.im>
Project-URL: Homepage, https://github.com/interval-design/python-tools
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: objectid
License-File: LICENSE

# Python Tools for Applications of Interval Design

## Requirements

Python 3.11+

## 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]"
```
