"pyproject2conda": A script to convert `pyproject.toml` dependencies to `environemnt.yaml` files.
收藏NIST Chemistry WebBook2023-10-06 更新2026-03-14 收录
下载链接:
https://data.nist.gov/od/id/mds2-3081
下载链接
链接失效反馈官方服务:
资源简介:
The main goal of `pyproject2conda` is to provide a means to keep all basic
dependency information, for both `pip` based and `conda` based environments, in
`pyproject.toml`. I often use a mix of pip and conda when developing packages,
and in my everyday workflow. Some packages just aren't available on both.
The application provides a simple comment based syntax to add information to dependencies when creating
`environment.yaml`. This package is actively used by the author, but is still very much a work in
progress. Please feel free to create a pull request for wanted features and
suggestions!



