bndr/pipreqs

Support requirement extras in mapping file

Open

#103 建立於 2017年10月26日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)Python (5,545 star) (368 fork)batch import
enhancementhelp wantedmapping

描述

Per #61, it's occasionally useful to be able to use an extras requirement (e.g. requests[security] or scikit-learn[alldeps]). This can be accomplished using Requirement objects and the Requirement.parse method to extract the name prior to performing a search against the package index API and to add it back during the serialization step.

貢獻者指南

Support requirement extras in mapping file · bndr/pipreqs#103 | Good First Issue