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
Release history Release notifications | RSS feed
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.3.tar.gz
(30.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
easymdm-0.0.3-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file easymdm-0.0.3.tar.gz.
File metadata
- Download URL: easymdm-0.0.3.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d613cfc23ef393d396b8259b368657be8f5c7758d19202aa6e480915d4fc1f47
|
|
| MD5 |
fdccc9dca2aa3287db32ccd939f82f25
|
|
| BLAKE2b-256 |
512eca98416f09502f31b2911315cd9631b8681b01a53d4fc3aa4f05693d90f7
|
File details
Details for the file easymdm-0.0.3-py3-none-any.whl.
File metadata
- Download URL: easymdm-0.0.3-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baf319e9b065d4dc57b84e0a023ea5b63c3f2afbda1d76565ebc0e4ffb216467
|
|
| MD5 |
3cf60574e3d535b2d9934b9b242a2183
|
|
| BLAKE2b-256 |
52309d16c95fe99af392471664cb14503d62ff6de461cf2a11e932b2ee578a0c
|