dml
========

The Date Mechanics Library (DML) provides common functionalities for building Data Mechanics platform components.

Package Installation and Usage
------------------------------

The package is available on PyPI:

    pip install dml

The library can be imported in the usual way:

    import dml
