[issue26074] Add a method to pip.. pip.require("package_name")

2016-01-23 Thread Blaize Rhodes
Blaize Rhodes added the comment: Righto.. will talk to the pip dudes. Thanks for your time. (@matrixise The reason I posted this here is because pip is included as part of the cpython distribution. None of the documentation I've seen suggests that this isn't a forum for discussi

[issue26074] Add a method to pip.. pip.require("package_name")

2016-01-10 Thread Blaize Rhodes
Blaize Rhodes added the comment: I'm more than happy to fill in the contributor agreement.. but it seems like a hassle if, what I'm assuming will happen, someone points out a good reason why this hasn't been done already. -- ___

[issue26074] Add a method to pip.. pip.require("package_name")

2016-01-10 Thread Blaize Rhodes
New submission from Blaize Rhodes: The idea is to add a method to pip that tries to import a package and if the import fails then try to download and install the package handling the UI. Yes, you can put the package as a dependency in your pip config for your code. This is intended for the