Python repository where common libraries and tools are pre-configured with automated testing.
hello-world
prints Hello World
Some notes
-
Test with tox
tox
-
Build pypi package
python -m build
-
Generate Recipe with grayskull (to be replaced with "rattler-build generate-recipe")
grayskull pypi --strict-conda-forge .\dist\my_package-0.1.0.tar.gz
-
Modifying Recipe for rattler-build
rattler-build build -r .\path\to\recipe.yaml
-
Clean up
mamba remove --all -p .\.tox\.package\ mamba remove --all -p .\.tox\other-envs\