Usage

Install

To use dcarte-transform, first install it using pip:

(.venv) $ pip install git+https://github.com/alexcapstick/dcarte-transform@main#egg=dcarte_transform

For example:

>>> import dcarte_transform as dct

From here, you can use the functions and classes provided, for example:

>>> dct.Labeller()