Specialized zc.buildout plugin to add http basicauthentication support with a pwd file.
Project description
HTTP plugins for buildout
HTTP Basic-Authenication
Whith this extension it is possible to define password protected package directories without specifying the password and user in the url.
Example: protected location http://www.example.com/dist
File buildout.cfg: [buildout] find-links=http://www.example.com/dist extensions=lovely.buildouthttp
Create the password file, this file contains all authentication information. Each row consists of realm, uri, username, password.
file ~/.buildout/.httpauth: Example com realm, http://www.example.com, username, secret
Changes for lovely.buildouthttp
2007/08/06 0.2.0a1:
don’t overwrite handlers in case a handler already exists. (e.g. in paramiko) thanks to Aaron Lehmann
2007/07/23 0.1.0a3:
added information to setup.py, moved to cheeseshop
2007/06/21 0.1.0a2:
Log download failures
Fixed license header
Log connections on debug.
2007/06/14 0.1.0a1:
initial release
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for lovely.buildouthttp-0.2.0a1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9872cf4cf8b733a4bbb224465666b80c4765cc1d7cff03a27e9e2e315a0ad551 |
|
MD5 | 8db084fe72361409d5483a27c4adb70d |
|
BLAKE2b-256 | 8cc420ef217753dea985790ef22c6b21943664289b1b250e3ed25f1c70100878 |