Skip to main content

prim-ai-functions

A comprehensive SDK for interacting with the Prim AI Functions.

Table of Contents

Prerequisites

  • Python 3.12+
  • uv

If you do not have a uv virtual environment, you can create one with:

uv venv --python 3.12

Note: We recommend using uv to install the package due to the incredible speed of the package manager. The package can still be installed via pip directly, but it will be slower.

Installation

From PyPI

pip install primfunctions

From Source

uv pip install .

Development Setup

Git Hooks

This project includes git hooks to ensure code quality. To set up the git hooks:

python setup_hooks.py

This will create a pre-commit hook that automatically runs black on Python files before each commit.

Git Worktrees (Parallel Agent Development)

This repo supports running multiple coding agents in parallel using git worktrees. Each agent gets an isolated working directory with its own branch while sharing the same git object store.

Worktrees are stored in .worktrees/ (gitignored).

Create a worktree

git worktree add .worktrees/feature-xyz -b feature-xyz

List active worktrees

git worktree list

Remove a worktree

git worktree remove .worktrees/feature-xyz

Clean up stale worktrees

git worktree prune

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

primfunctions-0.1.105.tar.gz (95.8 kB view details)

Uploaded Source

Built Distribution

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

primfunctions-0.1.105-py3-none-any.whl (68.4 kB view details)

Uploaded Python 3

File details

Details for the file primfunctions-0.1.105.tar.gz.

File metadata

  • Download URL: primfunctions-0.1.105.tar.gz
  • Upload date:
  • Size: 95.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for primfunctions-0.1.105.tar.gz
Algorithm Hash digest
SHA256 9d3a848a03afccc4cb6f7e2df8950a5721800029c2bb417e335e118a7f1eab1d
MD5 464cfaa6d355b5ef8e34ae3d04a63d7c
BLAKE2b-256 27d40401316485ad42286f83ee17e6cf98db994eb63bc3cb8d701f5399ad5fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for primfunctions-0.1.105.tar.gz:

Publisher: deploy-production.yml on VoiceRun/voicerun-python

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

File details

Details for the file primfunctions-0.1.105-py3-none-any.whl.

File metadata

  • Download URL: primfunctions-0.1.105-py3-none-any.whl
  • Upload date:
  • Size: 68.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for primfunctions-0.1.105-py3-none-any.whl
Algorithm Hash digest
SHA256 843fff3c3028ff7fc5167d7497132ce20b4a535eed1df52316e3ad87cbf21642
MD5 3a7ac8920961b693dfdca7f71913f421
BLAKE2b-256 3f0f2f13f6ef4257df31ab51c9067986c93a30d2f4b99419bc9eeac69685f320

See more details on using hashes here.

Provenance

The following attestation bundles were made for primfunctions-0.1.105-py3-none-any.whl:

Publisher: deploy-production.yml on VoiceRun/voicerun-python

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

Release history Release notifications | RSS feed

This release

0.1.105 This release

2 files

0.1.104

2 files

0.1.103

2 files

0.1.102

2 files

0.1.101

2 files

0.1.100

2 files

0.1.99

2 files

0.1.98

2 files

0.1.97

2 files

0.1.96

2 files

0.1.95

2 files

0.1.94

2 files

0.1.93

2 files

0.1.92

2 files

0.1.91

2 files

0.1.90

2 files

0.1.89

2 files

0.1.87

2 files

0.1.86

2 files

0.1.85

2 files

0.1.84

2 files

0.1.83

2 files

0.1.82

2 files

0.1.81

2 files

0.1.80

2 files

0.1.79

2 files

0.1.78

2 files

0.1.77

2 files

0.1.76

2 files

0.1.75

2 files

0.1.74

2 files

0.1.73

2 files

0.1.72

2 files

0.1.71

2 files

0.1.70

2 files

0.1.69

2 files

0.1.68

2 files

0.1.67

2 files

0.1.66

2 files

0.1.65

2 files

0.1.64

2 files

0.1.63

2 files

0.1.62

2 files

0.1.61

2 files

0.1.60

2 files

0.1.59

2 files

0.1.58

2 files

0.1.57

2 files

0.1.56

2 files

0.1.55

2 files

0.1.54

2 files

0.1.53

2 files

0.1.52

2 files

0.1.51

2 files

0.1.50

2 files

0.1.49

2 files

0.1.48

2 files

0.1.47

2 files

0.1.46

2 files

0.1.45

2 files

0.1.44

2 files

0.1.43

2 files

0.1.42

2 files

0.1.41

2 files

0.1.40

2 files

0.1.39

2 files

0.1.38

2 files

0.1.37

2 files

0.1.36

2 files

0.1.35

2 files

0.1.34

2 files

0.1.33

2 files

0.1.32

2 files

0.1.31

2 files

0.1.30

2 files

0.1.29

2 files

0.1.28

2 files

0.1.27

2 files

0.1.26

2 files

0.1.25

2 files

0.1.24

2 files

0.1.23

2 files

0.1.22

2 files

0.1.21

2 files

0.1.20

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.16

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

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