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 encode data containing PI (Personal
Identifying Information) locally using anonlink encode
and generate candidate blocks locally to scale up record linkage
using anonlink block
.
Installation
Install with pip/poetry etc.:
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 encode PII data alice.csv
locally with schema schema.json
and secret horse
, run:
$ anonlink encode '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
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
Built Distribution
File details
Details for the file anonlink_client-0.1.9.tar.gz
.
File metadata
- Download URL: anonlink_client-0.1.9.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9142d582a1526fdc037611fe4b0649c9b269145f8da0c3dcbd9b94e5fee0164 |
|
MD5 | a3c58512aeba00ea977a722c3b2e6760 |
|
BLAKE2b-256 | 32d66f41605dd1072bb6b7d5eec443cf68abce4498c656b0ab249a2b5a30b109 |
File details
Details for the file anonlink_client-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: anonlink_client-0.1.9-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 713de7a68ac5fe21aeb7ec7211db57d609a42a465f3c183c0706054d07a96e41 |
|
MD5 | 1ac661be1ed512ca22c8090d16acfa32 |
|
BLAKE2b-256 | 824a06b7408cc84a3ecf82e700d05765296a37330e1412987c0bdd23a7d21a46 |