Skip to content

pkl-community/pkl-python

Repository files navigation

pkl-python

Status:

  • Evaluator: ⚠️ Not working
  • Codegen: 😶‍🌫️ Not implemented

Python bindings for Pkl.

Installation (dev)

Using rye

  1. Install rye: https://rye-up.com/guide/installation/
  2. Run rye sync from the root of this directory
  3. Run . .venv/bin/activate to activate the virtualenv

pip only

  1. Create a virtualenv and activate it
  2. pip install -r requirements.lock

Example

tests/test_evaluator.py contains an example of how to setup and invoke the evaluator for a Pkl module. To run:

export PKL_EXEC=$(which pkl)
python tests/test_evaluator.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages