Skip to content

ihmeuw/easylink

Repository files navigation

EasyLink

EasyLink is a framework that allows users to build and run highly configurable entity resolution (ER) pipelines.

Supported Python versions: 3.11, 3.12

Installation

There are a few things to install in order to use this package:

  • Install graphviz via:

    $ conda install graphviz
  • Install EasyLink.

    Option 1 - Install from PyPI with pip:

    $ pip install easylink

    Option 2 - Build from source with pip:

    $ git clone [email protected]:ihmeuw/easylink.git  # or git clone https://github.com/ihmeuw/easylink.git
    $ cd easylink
    $ pip install .

Documentation

You can view documentation at https://easylink.readthedocs.io/en/latest/