Skip to main content

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

Project description

pylint PyPi Deployment

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

uv run roar --help

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

or for sqlite
uv run roar --source sqlite --table main.slvr_personal_info --config D:\path\to_your_config\config.yaml --outpath d://outpath// 


CICD Action Messages

PleaseDeploytoPyPI


BUILD

easymdm> uv init --package

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

Warnings

uzzywuzzyuzz.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')

Deploy

> Sync it all up
> Updated version in pyproject.toml {uv version --bump patch}
> Same version run {git tag 0.0.x} then {git push --tag}

Code Quality

> git synch using message - 'CheckCodeQuality'

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

easymdm-0.0.9-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: easymdm-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 16.4 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 26d5c562fdd0fe88c8c3cf7cf45e34c8f0c103e214d04a71c6f0f76f5c2eacd1
MD5 9fe4596524a065069f6c0416e4bf46cd
BLAKE2b-256 95ca5575376270b182898ea60b25a6b3f05a6c5bfed0149b0ebacc61d182b82e

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