aiidateam / aiida-project

AiiDA project manager
Other
3 stars 8 forks source link

✨ Add support for `hatch` as virtual env manager #27

Open GeigerJ2 opened 1 month ago

GeigerJ2 commented 1 month ago

In addition to pip and conda. Let's make @agoscinski happy :3

... to be done ...

agoscinski commented 1 month ago

I am not so sure if this makes sense, because hatch is a tool on top of a virtual environment manager. It just uses virtualenv or uv as backend for managing the virtual environments (see https://hatch.pypa.io/1.10/plugins/environment/virtual/#options). It is similar as aiida-project something on top of it to manage the virtual environments associated with a python project.

I think aiida-project should support however uv.