Buildout extension providing basic authentication support
Project description
This buildout extension allows your buildouts to use ${buildout:extends} or eggs that are protected by basic auth. The minimum configuration:
[buildout] extensions = isotoma.buildout.basicauth
Any downloads that require basic auth will now prompt for a username and password. It will be stored in a secure keyring if one is available. If your credentials are in .pypirc they will be detected and used.
You can provide credentials to the extension via builout, for non-interactive situations. For example:
[basicauth] credentials = github interactive = no [github] uri = https://raw.github.com/ username = user password = chunky
Each of the credentials parts provides authentication details for a different uri. The part must contain a uri, user and password to be used by the extension.
The “interactive” option determines whether or not fetcher methods can prompt the user for input.
Changelog
0.0.0 (2012-07-27)
Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for isotoma.buildout.basicauth-0.0.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | eba692a1510a72240a51ef74a983737a337aa68579d837f950303787954d3fb0 |
|
MD5 | 8780bc953846e973b62e8b69c705d8c2 |
|
BLAKE2b-256 | d6c41e0295a9a51d4af79904b2de084818c501e48c1107e3c9cdd3d6e729967d |