Makefile Tricks for Python Projects
ricardoanderegg.com
Makefile Tricks for Python Projects
1–10 of 35 posts
Re: Makefile Tricks for Python Projects
#2Re: Makefile Tricks for Python Projects
#3Or use https://pydoit.org and a virtualenv and be happy.
> doit is under active development. Version 0.36.0 released on 2022-04.
Re: Makefile Tricks for Python Projects
#4Or use https://pydoit.org and a virtualenv and be happy.
Looks like it’s pretty much abandoned: > doit is under active development. Version 0.36.0 released on 2022-04.
For the immense convenience it brings, the risk is very low.
I'm guessing it could stay that way for 10 years and still be perfectly usable.
Re: Makefile Tricks for Python Projects
#5Or use https://pydoit.org and a virtualenv and be happy.
Looks like it’s pretty much abandoned: > doit is under active development. Version 0.36.0 released on 2022-04.
> doit core features are quite stable. If there is no recent development, it does NOT mean the project is not being maintained... The project has 100% unit-test code coverage.
Re: Makefile Tricks for Python Projects
#6It's a shame that Python venv workflow is so opaque and unfriendly to new users that it requires extra automation tools.