-
Notifications
You must be signed in to change notification settings - Fork 7
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
TODOs #1
Comments
I have written the JavaScript implementation and have enough python knowledge to review python code. I'm travelling the next two days, but I can review it on Friday probably. |
@sbellem told me he'd like to do it. |
I'd probably leave the multiaddr support to another module. or did you mean multihash? (sorry we have so many 😄 ) |
I meant multiaddr. I think we're aligned though:
So when I say "Include support for Multiaddr", I mean the second point (which includes doing the first point). OK? EDIT: As @fredthomsen pointed out, there are already two implementations of multiaddr: |
note: the package has been registered on PyPI: https://pypi.python.org/pypi/ipld/0.0.1 I propose to use the simpler name $ pip install ipld import ipld |
@TimDaub there are actually two python implementations of py-multiaddr already implemented that could be leveraged/added as dependencies by this library for the ipld links. |
Package was just released on pypi :) |
What's left to be done:
str()
): Add multiaddr support #10 (comment)The text was updated successfully, but these errors were encountered: