summaryrefslogtreecommitdiff
path: root/devel/py-pip-api/pkg-descr
blob: 255dceb8cd7786538ea24c86480bee27caa67fea (plain) (blame)
1
2
3
4
5
6
7
8
Since pip is a command-line-tool, it does not have an official, supported,
importable API.

However, this does not mean that people haven't tried to import pip, usually to
end up with much headache when pip's maintainers do routine refactoring.

This project attempts to provide an importable pip API, which is fully compliant
with the recommended method of using pip from your program.