poetry2conda icon indicating copy to clipboard operation
poetry2conda copied to clipboard

Convert pyproject.toml to environment.yaml

Results 17 poetry2conda issues
Sort by recently updated
recently updated
newest added

Add option to make pip the default channel and include the package extras for pip dependencies.

Poetry by default will install your project’s package everytime you run `install` unless using the option `--no-root`. When exporting an environment.yaml and installing it to a conda virtual environment the...

Following is the error ``` sumit@Sumits-MacBook-Air backend % poetry2conda pyproject.toml environment.yaml Traceback (most recent call last): File "/opt/homebrew/bin/poetry2conda", line 8, in sys.exit(main()) File "/opt/homebrew/lib/python3.9/site-packages/poetry2conda/convert.py", line 294, in main converted_obj =...

Hello! I think this is a great tool, but I think there is one package that stops me from using it. I'm talking about [rdkit](https://github.com/rdkit/rdkit). You see, it's impossible to...

I have a project that has a dependency for a package from an alternate source (not pypi). Is there a work around to to specify a package like that for...

Thank so much for putting together this tool! I've found myself in exactly the same situation you describe in the readme– I've recently joined an org that needs to manage...

It would be nice to generate a `meta.yaml` file to generate conda package with `conda build` (https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html)

This PR adds support for a `channels` option on `tool.poetry2conda`, to specify channels to be used for the whole environment.

This was a quick and easy feature to implement! the unit tests are in place, I also tested it with my repos (only one and a default one) and it...

Hi, first of all many thanks for this project! **TL;DR**: the generated `pip` section should include the `--index-url` and `--extra-index-url` using info from `tool.poetry.source` I'm on a limbo of mixed...