-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compare with beni #6
Comments
Hi, I still have some plans for the project to also call grayskull and generate the recipe to build the project. In regards of the mapping between pypi and conda the user needs to map that. Indeed, it would be a nice addition to use the cf graph, that is something that can be added as a configuration in pyproject.toml to use it or disable it. Thanks for your suggestion! If you have more features request please let me know :) |
I think it’s mostly complete for its original scope (a CLI for what beni/orko do), but it could be expanded. Ideally there would be only one tool, since the overlap is very high, but if not, the second best outcome is that orko builds on the lessons learned while beni was built.
I don’t quite understand why anyone would want to disable it. You can just use the PyPI names, hope that the packages you use happen to have matching names, and watch things inevitably break, or you use the graph and things will probably go alright (it’s not perfect, but continuously maintained). |
There are a few cases, especially when handling private pypi channels or private conda channels that can arise, like name clashing. But in general, you are correct. That should be the default behaviour within an option to be able to disable it. At the moment, I don't feel compelled enough to use Lessons can be learned from beni, indeed. That is something I will take a look, thanks! |
Hi!
Any reason you didn’t choose to contribute to beni instead of making this? https://github.com/Quansight-Labs/beni
Seems like a cool project once it has some docs. How does Orko handle the name mapping between PyPI and conda? Does it use the cf-graph data? https://github.com/regro/cf-graph-countyfair
The text was updated successfully, but these errors were encountered: