Closed V0XNIHILI closed 1 year ago
vote with a thumb up for the option you prefer below (bonus point for explanation and discussion !)
pip
poetry
conda
A couple points to clarify, then an argument for Poetry:
setuptools
to package and deploy the projects. pyproject.toml
file defined in PEP 518 for building and installing packages. A package built with Poetry is still installable with Pip, just like a package built with setuptools
(which also supports building from pyproject.toml
).Argument for Poetry:
pyproject.toml
file where conda-build requires a bunch of additional meta files like meta.yaml
, build.sh
, build.bat
, etc.poetry add <dependency>
poetry build
poetry publish
Options:
pip
poetry
conda
Needs to be expanded!