keybase / saltpack-python

A Python implementation of saltpack, mainly for testing. Only partial support for V2.
103 stars 15 forks source link

Question : can saltpack be used as Python library? #4

Open mirceaulinic opened 7 years ago

mirceaulinic commented 7 years ago

Hi,

Thanks a lot for this work! I understand saltpack can be used as standalone software, but would be possible to use it as library and imported in other projects? If so, would you mind sharing a quick and tiny example? I wasn't able to identify a good way.

Cheers, -Mircea

ptruser commented 4 years ago

No, saltpack-python write as CLI tool.

Using as a library requires rewriting most of the code.