easymdm is an open source mdm system, usefull for user data consolidation.
Project description
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
uzzywuzzyuzz.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
> Updated version in pyproject.toml {uv version --bump patch}
> git synch using message - PleaseDeploytoPyPI
> Same version run {git tag 0.0.x} then {git push --tag}
Code Quality
> git synch using message - 'CheckCodeQuality'
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.8-py3-none-any.whl
(13.1 kB
view details)
File details
Details for the file easymdm-0.0.8-py3-none-any.whl.
File metadata
- Download URL: easymdm-0.0.8-py3-none-any.whl
- Upload date:
- Size: 13.1 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 |
f495bf5e5438c0f41315b58d67c764be4d40f0dc4805f6e70ace9616db7f4ccc
|
|
| MD5 |
daa2c09431c8f7277b679cc65f85861c
|
|
| BLAKE2b-256 |
6ca9d80acb8c55094a8ea926830e9a855f4e1abbd4b281a3ce9c6e9cb44b6a53
|