Live data from Hacker News

Makefile Tricks for Python Projects

ricardoanderegg.com

1–10 of 35 posts

Re: Makefile Tricks for Python Projects

#4

Or 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.

It works great, it's stable, never found a bug for years and it's compatible with the next python release candidates.

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

#5

Or 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.

Below what you quoted

> 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.

Post reply on HN