Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

anonlink-client

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anonlink-client

Client side tool for clkhash and blocklib

  • 0.1.9
  • PyPI
  • Socket score

Maintainers
4

codecov Documentation Status Testing Requirements Status Downloads

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc