Problem Statement
Currently, Tern does not lists the metadata of packages and modules installed by language-level package managers like pip(#149), npm, yarn, gem, and golang.
Describe the Proposal
After this Tern should be able to list all the packages and modules installed via the above-mentioned package managers with their proper metadata.
Steps to Implement Proposal
Tern already supports adding snippets to the command library. For each language level package management system we would need to add the required scripts in snippets.yml.
as mentioned here