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.4.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.4-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file easymdm-0.0.4.tar.gz.
File metadata
- Download URL: easymdm-0.0.4.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 |
80995ed73a2ada6c612c79c9cc812e15b0d92586895b1e75b0ac153692c45370
|
|
| MD5 |
3f63a48da3cffdf7cf9904701ec0dd35
|
|
| BLAKE2b-256 |
04961ae99361e59c649bf5fd74e72ca7dd8609d4966f759f93f91f1f8d44bcbe
|
File details
Details for the file easymdm-0.0.4-py3-none-any.whl.
File metadata
- Download URL: easymdm-0.0.4-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 |
c2e0bfba6ad371e803f9f20553aa0736e2ec0fb0f572aa7757f531d552bf514a
|
|
| MD5 |
20893d5325e22dbb7b7087f07453a016
|
|
| BLAKE2b-256 |
5d6227cbcf6f2c436fdab0e987aed54febbac99621d313699d9a598740ad5a35
|