zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

Subcommand for generating conda environment files. #60

Open analog-cbarber opened 1 year ago

analog-cbarber commented 1 year ago

Add new subcommand for generating conda environment files from pyproject.toml dependencies.

This should handle environment markers and should provide options to include extra dependencies using both extra marker and tool specific lists (e.g. poetry).

analog-cbarber commented 1 year ago

Probably just emulate the conda env command, e.g.:

analog-cbarber commented 1 year ago

Some references;

analog-cbarber commented 7 months ago

This would depend on #25