Skip to content
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

Subcommand for generating conda environment files. #60

Open
analog-cbarber opened this issue Sep 6, 2023 · 3 comments
Open

Subcommand for generating conda environment files. #60

analog-cbarber opened this issue Sep 6, 2023 · 3 comments
Assignees
Labels
new feature Entirely new feature (e.g. new subcommand)

Comments

@analog-cbarber
Copy link
Collaborator

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 analog-cbarber added the enhancement New feature or request label Sep 6, 2023
@analog-cbarber analog-cbarber self-assigned this Sep 6, 2023
@analog-cbarber
Copy link
Collaborator Author

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

  • whl2conda env export - generate environment file
  • whl2conda env create - create environment
  • whl2conda env update - update environment

@analog-cbarber
Copy link
Collaborator Author

Some references;

@analog-cbarber analog-cbarber added new feature Entirely new feature (e.g. new subcommand) and removed enhancement New feature or request labels Sep 10, 2023
@analog-cbarber
Copy link
Collaborator Author

This would depend on #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Entirely new feature (e.g. new subcommand)
Projects
None yet
Development

No branches or pull requests

1 participant