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
Credits
Thanks to Tarek Ziade for bugfixes and extensions.
Changes for lovely.buildouthttp
2008/03/22 0.2.2:
added try/except around the retry section protection against weird URLs
2007/12/08 0.2.1:
avoid an error when the realm is wrong or the file on bad realms and a few other controls. Thanks to Tarek Ziade.
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 Distribution
Built Distribution
Hashes for lovely.buildouthttp-0.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15c1637351797aadae51a72eb330e4ebae5ba63364ce67d182f73a23fd6a08fc |
|
MD5 | 0b7818c35dc921ca411b4c97b6d950c3 |
|
BLAKE2b-256 | fc88950d3a6516df52241b1748014c161b01a806f2805284f95a28f8e2653291 |
Hashes for lovely.buildouthttp-0.2.2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86e247618f0754bcb9f9ba7c67b2f957d21b6780efcb02223ea758a0c4545697 |
|
MD5 | a6719c48c51b42bddd981e78dc28f627 |
|
BLAKE2b-256 | f1da7fb310c73d3525c7dfed104eb9b5db229d4339d75acf35e8f294a8771fd4 |