ivilata / pymultihash

Python implementation of the multihash specification
19 stars 8 forks source link

Interoperability with py-multihash #15

Open odesenfans opened 1 year ago

odesenfans commented 1 year ago

Hello,

I'm currently confronted with a dependency issue in one of my projects. Some dependencies of said project depend on your library (pymultihash) while others depend on py-multihash from the official multiformats library (pymultihash). In theory, I'd love to not care about this issue and let everyone compute their multihashes with the library they prefer, but it so happens that both libraries cannot be used together as they both use the multihash module name.

Would it be possible to discuss this issue with the people managing the multiformats library and find a solution?

greatmultihashschism