Description
Hey @joshmoore thank you for the project!
I'm currently using it to integrate MPI's evolutionary biology databases.
I'm wondering if you're interested in having the package over at conda-forge.
I'm a contributor there and can easily do it, it really doesn't require any extra work for you other than tagging each new version you release with a commit tag.
So for example, for version 1.0 in pipy, on github you'd have to have:
git tag -a v1.0 -m "Tagging version 1.0"
git push origin v1.0
By keeping the commits tagged, a bot will automatically pick up the new versions from your repository and create a PR on the conda-forge side. And then someone has to check everything is alright and merge (this could me, you or other contributors).
I'll be happy to do the port and maintain the package.
Thanks for your work with OMERO!