-
Notifications
You must be signed in to change notification settings - Fork 5
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
plans to split out the dvid module as a package? #6
Comments
Sorry for the delayed response.
I do want to extract the
As mentioned above, I the
Currently, a few of the dependencies are conda-only. They are not available on PyPI, so Most of those issues won't take too long to address, except for items 5 and 7. Also, I'm unsure if the test suite is really comprehensive enough to catch mistakes introduced by item 3. For now, I think the place to start is with items 1, 2, 4, and 6. We'll be stuck with the Unfortunately, I can't commit to a particular timeline for any of this. But I think by reducing the scope of what needs to be done initially, there's hope that it won't take too long.
Thanks. Can you think of any ways to do that? I'm not sure it makes sense at this stage, but I'm open to suggestions. |
@stuarteberg I just split the code to a new package. It is still not working since it requires dvidutils The requirement of dvidutils is a bit outdated and is not compatible with my environment. I can move this repo to your github organization if you prefer. |
thanks for making this great package!
I am very interested in trying the DVID module.
you mentioned splitting the DVID module as a standalone package, do you have any plan to do it?
I can also help if you feel appropriate.
currently, the conda install is pretty heavy and a lot of packages have fixed version and it is hard to integrate with other packages. I would prefer a
requirements.txt
file and make it a little bit light weight.The text was updated successfully, but these errors were encountered: