Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install isotoma.buildout.basicauth

How to install isotoma.buildout.basicauth

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install isotoma.buildout.basicauth
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.0.1
0.0.7Never BuiltWhy not?
0.0.1 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
0.0.1
0.0.7Never BuiltWhy not?
0.0.1 Available View build log
Linux (32-bit)
0.0.1
0.0.7Never BuiltWhy not?
0.0.1 Available View build log
Linux (64-bit)
0.0.7 Available View build log
0.0.1 Available View build log
 
Author
License
Apache Public License
Dependencies
Lastest release
version 0.0.7 on Jan 9th, 2014

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.7 (2013-07-30)
  • Read basicauth:credentials option from ~/.pypirc.
0.0.6 (2013-04-18)
  • Remove the hard-dependency on python-keyring
0.0.5 (2012-09-14)
  • Support usernames and passwords with '/' in them.
0.0.4 (2012-07-28)
  • Restore pytho2.4 support.
0.0.3 (2012-07-28)
  • Force download to happen straight away so we can handle retries for buildout.
0.0.2 (2012-07-28)
  • Fix injection of credentials in urlretrieve
0.0.1 (2012-07-27)
  • Disable keyring backend until we can support it on python2.4
0.0.0 (2012-07-27)
  • Initial release

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.