Client side tool for clkhash and blocklib
Project description
Anonlink Client
Client-facing API to interact with anonlink system including command line tools and Rest API communication. Anonlink system needs the following three components to work together:
This package provides an easy to use API to interact with the above packages to complete a record linkage job.
The way to interact with anonlink system is via Command Line Tool anonlink
. You can hash data containing PII (Personal
Identifying Information) locally using anonlink hash
, generate candidate blocks locally to scale up record linkage
using anonlink block
, create a record linkage job in entity service with anonlink create-project
etc.
Installation
Currently manual install:
pip install anonlink-client
Documentation
https://anonlink-client.readthedocs.io/en/stable/
CLI Tool
After installation, you should have a anonlink
program in your path. For
example, to hash PII data alice.csv
locally with schema schema.json
and secret horse
, run:
$ anonlink hash 'alice.csv' 'horse' 'schema.json' 'encoded-entities.json'
It will generate the CLK output and store in clk.json
. To find out how to define the schema
for your PII data, please refer this page for
details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for anonlink_client-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1744edef38541935d91af5d07b19b2a681f5fdda59e9eb671713f8db006cd9e2 |
|
MD5 | 5701f0750caba8970ab5934b7797393a |
|
BLAKE2-256 | 532bf63671c68c534664261b263033a309328205b588090d81056cd537478836 |