Skip to main content

easymdm is an open source mdm system, usefull for user data consolidation.

Project description

easymdm

Prerequisite

Define a yaml file for configuration details like below, Need to pass its name and location to CLI as shown below

sqlite:
  - DB_PATH: 'D:\\path\\to\\database\\'
    DB_NAME: 'mydatabase.db'

blocking:
  columns:
    - first_name
    - last_name
similarity:
  - column: first_name
    method: jarowinkler
  - column: middle_name
    method: jarowinkler
  - column: last_name
    method: jarowinkler
  - column: address
    method: levenshtein
  - column: city
    method: jarowinkler
  - column: zip_code
    method: exact

thresholds:
  review: 0.6
  auto_merge: 0.8

survivorship:
  rules:
    - column: Last_Updated_On
      strategy: most_recent

priority_rule:
  conditions:
    - column: original
      value: 1
    - column: Address
      value: *STREET*

CLI Run

For flat file
> uv run -m easymdm.cli --source file --name D:\\path\\to_your_file\\123.csv --config D:\\path\\to_your_config\\config.yaml

or for sqlite
uv run -m easymdm.cli --source sqlite --table main.slvr_personal_info --config D:\mygit\easymdm\config.yaml --outpath out/

BUILD

easymdm> uv init --package

easymdm> uv build                          
Building source distribution...
Building wheel from source distribution...
Successfully built dist\easymdm-0.1.0.tar.gz
Successfully built dist\easymdm-0.1.0-py3-none-any.whl

Warnings

\fuzzywuzzy\fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
  warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')

CICD Action Messages

PleaseDeploytoPyPI


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easymdm-0.0.5.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

easymdm-0.0.5-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file easymdm-0.0.5.tar.gz.

File metadata

  • Download URL: easymdm-0.0.5.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for easymdm-0.0.5.tar.gz
Algorithm Hash digest
SHA256 f4ba81e72893a1ede90ff8c7fc0ea1834ca77df1b51ec7d31ca8a842836ca5ee
MD5 d61aa6cda1161ae52f2b738a92f3b5c8
BLAKE2b-256 f227d24b1334df34a42003ec0dd6def308a0dce3c5be5a9369786949bca1d2c5

See more details on using hashes here.

File details

Details for the file easymdm-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: easymdm-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for easymdm-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 14b4584b543f21af4268d29e94b5004ebf2810e7b918296a89e8dbd0af62a18c
MD5 96f8ca270193a52ea5323641083de903
BLAKE2b-256 5bbcf8c9c7ab18e561dd9fb8fb86c946c2e463045758e6d1a0ae75097512dc39

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page