This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, ronaldoussoren, serhiy.storchaka, vstinner
Date 2021-01-20.00:37:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611103049.38.0.442523874523.issue42955@roundup.psfhosted.org>
In-reply-to
Content
The pants project also uses a list of stdlib module names, similar to isort, to infer dependencies:
https://github.com/pantsbuild/pants/tree/master/src/python/pants/backend/python/dependency_inference/python_stdlib

"Pants is a scalable build system for monorepos: codebases containing multiple projects, often using multiple programming languages and frameworks, in a single unified code repository."

See https://blog.pantsbuild.org/dependency-inference/
History
Date User Action Args
2021-01-20 00:37:29vstinnersetrecipients: + vstinner, ronaldoussoren, serhiy.storchaka, corona10
2021-01-20 00:37:29vstinnersetmessageid: <1611103049.38.0.442523874523.issue42955@roundup.psfhosted.org>
2021-01-20 00:37:29vstinnerlinkissue42955 messages
2021-01-20 00:37:29vstinnercreate