← Back to team overview

lazr-users team mailing list archive

lazr.authentication and pypi

 

Hi everyone,

I would like to request that lazr.authentication be uploaded to PyPI. Would
anyone be willing to do this, or allow me to do so? Are there any
objections?

Any package that depends on lazr.authentication can not be easily installed
with `pip install mypackage`, because pip will object to downloading
unverified packages from external hosts. The actual command becomes:

`pip install mypackge --allow-external lazr.authentication
--allow-unverified lazr.authentication`

I would really like to not have to advertise this as the way to install my
package.

Thanks,
Tim

Follow ups