getpatchwork / patchwork

Patchwork is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.
http://jk.ozlabs.org/projects/patchwork/
GNU General Public License v2.0
273 stars 82 forks source link

Hasher as external library #568

Open yurinnick opened 10 months ago

yurinnick commented 10 months ago

You have one of the best, maybe the only implementation of diff hashing available. I'd like too use it KernelCI project, but without linking the whole Patchwork as a dependency.

Would you willing to make hasher a separate library available on pypi?