pkl-python icon indicating copy to clipboard operation
pkl-python copied to clipboard

Python binding for Apple's Pkl language

Results 7 pkl-python issues
Sort by recently updated
recently updated
newest added

Some more instructions for basic usage and maybe a simple `PklProject` file addition to the `README.md` would be great. In cases where I don't have a `PklProject` file, there's an...

I would like to suggest the addition of support for code generation for Pydantic v2 types in the `pkl-python` library. In case others think that there's a reason to keep...

The following is on `Python 3.10` and `pkl-python 0.1.16`. Two different Dynamic objects with different members, e.g. ``` dynamic1 { a = "a" } dynamic2 { b = "b" c...

Looks like by default the codegen tries to use the "global" pkl cache at `~/.pkl`. This breaks builds that use strict sandboxing (ex. bazel) that disallow write access outside of...

Version: pip `0.1.16` Sometimes the ordering of classes in the generated python is improper so that base classes appear after derived classes that require them. Seems to be a function...

bug

I have some extremely large PKL based models that need periodic value updates to them. This lib is working super slick to read the model in and update the right...