Klongpy

Latest version: v0.6.8

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.6.0

fixed format2 and form broadcasting bugs.
some minor dyad perf optimizations
fixed kgpy printing of strings, particularly annoying when embedded in arrays and you couldn't tell if an element was a string or integer.

added some initial examples for docker / k8s deploy

0.5.12

refactored library kg files from examples.
lib files now are included in the package deployment so that help and other libraries are "batteries included".

in kgpy help is now accessible via ]h

$> ]h
[shows all help]
$> ]h <topic or symbol>

0.5.10

Fixed IPC issue where KGLambda references were not properly passed back to IPC clients.

The database example now works:

$ cd examples/db

start the web server:

$ kgpy -s 8888 server.kg

and on a client REPL (separate terminal):

$ kgpy
?> c::.cli(8888)
?> upd::c(:upd)
?> db::c(:db)
?> upd([1691111164807793000 100 10000])
?> db("select * from prices")

0.5.9

kgpy (REPL) fixes

0.5.6

fixed bug in collecting IPC client host information.

0.5.1

Improve IPC shutdown
add initial websocket client via the klongpy.ws module
add polygon.io connection example

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.