lovely.buildouthttp

HTTP plugins for buildout
Download

lovely.buildouthttp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ZPL
  • Publisher Name:
  • Lovely Systems GmbH
  • Publisher web site:
  • http://lovelysystems.com

lovely.buildouthttp Tags


lovely.buildouthttp Description

HTTP plugins for buildout lovely.buildouthttp is a buildout extension to add HTTP authentication for find-links and download recipiesWhith 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/distFile buildout.cfg: find-links=http://www.example.com/dist extensions=lovely.buildouthttpCreate 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, secretNote that basic auth also works with any recipe using zc.buildout.download (e.g. hexagonit.recipe.download) because this extension also overwrites the url opener of zc.buildout.Github Private DownloadsPrivate downloads on http://github.com/ are protected by a user token (see: http://github.com/blog/170-token-authentication). This extension allows to use such urls too. It uses the global git configuration for github.user and github.token. For setting up this config see http://github.com/blog/180-local-github-config. Requirements: · Python What's New in This Release: · bugfix: make git credentials work without any basic http auth definitions


lovely.buildouthttp Related Software