d0c-s4vage / pipless

Simplifies the Python dev lifecycle by automagically: creating virtualenvs, installing packages, generating requirements
MIT License
5 stars 0 forks source link

add a ~/.pipless directory for mismatching import names #12

Closed d0c-s4vage closed 8 years ago

d0c-s4vage commented 8 years ago

E.g. import flask should be configurable in a ~/.config/pipless/mapping.txt.

This file should come pre-populate with the mappings of the top 1000 packages or so.