planet-nine-app / sessionless

A repo for the sessionless protocol
https://sessionless.org
MIT License
38 stars 10 forks source link

Python cli #48

Closed zach-planet-nine closed 3 months ago

zach-planet-nine commented 3 months ago

I see why people like python now :). This PR adds a python cli to the repo. It isn't as fully functional as the JS and Rust CLIs yet. Left as a TODO for now. But this let me see what needed to be updated in the package to get python working with the other languages. Once this is merged we'll need to update the pip package.

habomane commented 3 months ago

great job!! I would just remove the print statements but it doesn't really matter!

thank you!