[Python-ideas] from __pip__ import

אלעזר elazarg at gmail.com
Mon Sep 19 18:13:06 EDT 2016


Alternative syntax might be that of import decorators

@from_pip("attrs")
import attr

It's only worthwhile if there are any other uses for import decorators. One
possibility is for other online modules, probably by giving a url. I can
come up with more, but it's making a solution without having a problem; it
looks like a handy tool, but I guess such suggestions were already raised
and rejected in the past.

Elazar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160919/c2f01d5c/attachment.html>


More information about the Python-ideas mailing list