New:Socket for Asana Is Now Available.Learn more
Get Started

samaki

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

samaki

samaki agent for python

pipPyPI
Version
0.4.9
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

Samaki

Samaki is a Python agent that can be configured using environment variables and run from the command line.

Configuration

Set the required public keys before starting Samaki:

export ECDSA_PUBKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export ECIES_PUBKEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export KPORT=8000

Environment Variables

  • ECDSA_PUBKEY: The ECDSA public key used for signature verification.
  • ECIES_PUBKEY: The ECIES public key used for encryption.
  • KPORT: The port on which the agent listens. The default port is 8000.

Installation and Usage

Using pip

Install Samaki from PyPI:

pip install samaki

Start the agent:

samaki

Using uv

Run Samaki without installing it permanently:

uv run --with samaki samaki

FAQs

Related posts