Python client for w3up / storacha, allowing users to interact with storacha via python.
Python client for w3up / storacha, allowing users to interact with storacha via python. This should allow for more users to easily integrate storacha into their application and thus make storacha more widely used.
The client is mainly made by looking at the current available clients in other languages.
The client is mainly made by looking at code from the javascript & golang client and then converting them into the python client. As there are a lot of libraries lacking in python for ipfs and uncanto those libraries were required to be ported into python as well.
I would say that the main challenge attempting to do this is to make sure that the there will be feature parity for the client with the other clients.