-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate out encoding.py as multicodec ? #73
Comments
encoding.py
code seems a lot like multicodec implementation
I looked around a little, but didn't find the multicodec specs. What is it responsible for? |
yeah, that's the purpose of it, more details https://github.com/multiformats/multicodec so its one of the requirements listed here too ipfs-shipyard/py-ipfs#23 |
I like the idea, but reviewing the current |
I have started a python multicodec implementation https://github.com/fredthomsen/py-multicodec. I believe only json works correctly right now. I'll look and seeing if we can integrate this. |
lets complete the module first and then integrate ? |
Another problem is that we need to make py-multicodec support streaming, currently it only takes fixed length rather than streams. |
I've looked at https://github.com/multiformats/py-multicodec (now existing multicodec implementation in Python) and it doesn't look like |
The
encoding.py
code seems a lot like multicodec implementation, should we separate it out ? so that it can be used in py-ifps too ?The text was updated successfully, but these errors were encountered: