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.2.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.2-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file easymdm-0.0.2.tar.gz.
File metadata
- Download URL: easymdm-0.0.2.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 |
dae2c337c862b5eed4d9240fec940a9cdcbf667431f7d73fe8133c383862d119
|
|
| MD5 |
9baf43cc3e26d001be59fc75a1b35c51
|
|
| BLAKE2b-256 |
7fc14eff5ba50c5e3cac0f7e1ee1ba5e388df3ee8131e33f570f29933039381e
|
File details
Details for the file easymdm-0.0.2-py3-none-any.whl.
File metadata
- Download URL: easymdm-0.0.2-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 |
779a3c910bbe735dbba8a1bb369bec86ac8b925e68377fa27ea8ed36eca3eb6d
|
|
| MD5 |
5136c9578fc991e34a80ec1c9aa55160
|
|
| BLAKE2b-256 |
a472ab485fd583848d0814a20c31abdce4d2a8962adc14cc5a35b3e3d6bf7e73
|