Skip to main content

A lightweight archive downloader for pre-build binary dependencies.

Project description

Poks

CI Status Test coverage percentage

uv Ruff pypeline pre-commit

PyPI Version Supported Python versions License


Source Code: https://github.com/cuinixam/poks


A lightweight, cross-platform archive downloader for pre-built binary dependencies. Inspired by Scoop, Poks provides a uniform way to install and manage developer tools using simple JSON manifests.

Features

  • Cross-Platform: Works on Windows, Linux, and macOS
  • No Admin Rights: Installs tools in user space
  • Deterministic: Pin exact versions in manifests for reproducible builds
  • Relocatable: The apps directory is self-contained and portable

Installation

Install via pipx(or your favorite package manager):

pipx install poks

Quick Start

Create a poks.json configuration file:

{
    "buckets": [
        {
            "name": "main",
            "url": "https://github.com/poks/main-bucket.git"
        }
    ],
    "apps": [
        {
            "name": "cmake",
            "version": "3.28.1",
            "bucket": "main"
        }
    ]
}

Install the defined tools:

poks install -c poks.json

CLI Commands

# Install tools from config file
poks install -c poks.json

# Install a specific tool
poks install zephyr-sdk@0.16.5-1 --bucket main

# Uninstall a specific version
poks uninstall zephyr-sdk@0.16.5-1

# Uninstall all versions of an app
poks uninstall zephyr-sdk

# Uninstall everything
poks uninstall --all

Documentation

For detailed specifications and manifest format, see docs/specs.md.

Development

This project uses pypeline for build automation.

# Run full pipeline (lint + tests)
pypeline run

# Run only linting
pypeline run --step PreCommit

# Run tests with specific Python version
pypeline run --step CreateVEnv --step PyTest --single --input python_version=3.13

For AI agents and contributors, see AGENTS.md for development guidelines.

Credits

Copier

This package was created with Copier and the browniebroke/pypackage-template project template.

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

poks-0.0.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

poks-0.0.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file poks-0.0.0.tar.gz.

File metadata

  • Download URL: poks-0.0.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for poks-0.0.0.tar.gz
Algorithm Hash digest
SHA256 212edc821f37206b033569e9ae69443a274d5b280415ee52caa0373595e760bc
MD5 cc2c8fe12d3cd85ff828d6f29c836f8b
BLAKE2b-256 a79005034470e3f2e90a1025b582bd0ef00e8ff411994ebfbf86e592ba21c8d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for poks-0.0.0.tar.gz:

Publisher: ci.yml on cuinixam/poks

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file poks-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: poks-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for poks-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8509b2ac11d29d737559b420741803d0ba6db353b49f86c13ffce7ee1725a256
MD5 e9163b7875d5f9a63b4de2c7e30badc7
BLAKE2b-256 f5adb6af5d7c287edce8d696f987f3b3cd785ccf77d60c03c9f19d1d43917cf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for poks-0.0.0-py3-none-any.whl:

Publisher: ci.yml on cuinixam/poks

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page