This is a plugin to use with the quetz package server.
It takes a list of channels, a subdir and a spec as input and generates a specification file (similar to what conda list --explicit would produce). The contents of this file can be used to create an identical environment on a machine with the same platform. This can be done using the command conda create --name myenv --file spec-file.txt where spec-file.txt is the file containing the response from this API endpoint.
To install use:
quetz plugin install plugins/quetz_mamba_solve