Skip to main content

Python application runtime

v0.1.4

Inspect a Python deployment — interpreter + venv state, pip inventory + freeze, dependency conflicts, outdated packages, sys.path. Read-only. Most actions act on the venv at PY_VENV env var (default /opt/app/venv).

10 allowed by default
Pack ID
python-app
Vendor
emisar
OS
linux
Actions
10

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:f0f36636fe741560b2112bf5ec0003ec2a68a0bb5352eeb2b41f3406fa9f65f2

on the runner host
sudo emisar pack install python-app \
  --hash sha256:f0f36636fe741560b2112bf5ec0003ec2a68a0bb5352eeb2b41f3406fa9f65f2 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 10 total

View on GitHub