{ "info": { "author": "Kirill Kuzminykh", "author_email": "saikuz@mail.ru", "bugtrack_url": null, "classifiers": [], "description": "This is a fork of ``isotoma.buildout.basicauth``. Main differences are:\n\n- Added Python 3 support.\n\n=========================\ncykooz.buildout.basicauth\n=========================\n\nThis buildout extension allows your buildouts to use ``${buildout:extends}`` or\neggs that are protected by basic auth. The minimum configuration::\n\n [buildout]\n extensions = cykooz.buildout.basicauth\n\nAny downloads that require basic auth will now prompt for a username and\npassword. It will be stored in a secure keyring if one is available. If your\ncredentials are in .pypirc they will be detected and used.\n\nYou can provide credentials to the extension via buildout, for non-interactive\nsituations. For example::\n\n [basicauth]\n credentials =\n github\n interactive = false\n\n [github]\n uri = https://raw.github.com/\n username = user\n password = chunky\n\nEach of the credentials parts provides authentication details for a different\nuri. The part must contain a uri, user and password to be used by the\nextension.\n\nThe \"interactive\" option determines whether or not fetcher methods can prompt\nthe user for input.\n\n\nChangelog\n=========\n\n0.1.1 (2015-12-01)\n------------------\n\n- Fixed default value of option ``intercative``.\n- Fixed some tests.\n\n0.1.0 (2015-11-09)\n------------------\n\n- Project was forked. Source code moved to Bitbucket.\n- Added Python 3 support.\n\n0.0.7 (2013-07-30)\n------------------\n\n- Read basicauth:credentials option from ~/.pypirc.\n\n\n0.0.6 (2013-04-18)\n------------------\n\n- Remove the hard-dependency on python-keyring\n\n\n0.0.5 (2012-09-14)\n------------------\n\n- Support usernames and passwords with '/' in them.\n\n\n0.0.4 (2012-07-28)\n------------------\n\n- Restore pytho2.4 support.\n\n\n0.0.3 (2012-07-28)\n------------------\n\n- Force download to happen straight away so we can handle retries for buildout.\n\n\n0.0.2 (2012-07-28)\n------------------\n\n- Fix injection of credentials in urlretrieve\n\n\n0.0.1 (2012-07-27)\n------------------\n\n- Disable keyring backend until we can support it on python2.4\n\n\n0.0.0 (2012-07-27)\n------------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cykooz/cykooz.buildout.basicauth", "keywords": "buildout basicauth http authentication", "license": "Apache Public License", "maintainer": null, "maintainer_email": null, "name": "cykooz.buildout.basicauth", "package_url": "https://pypi.org/project/cykooz.buildout.basicauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cykooz.buildout.basicauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/cykooz/cykooz.buildout.basicauth" }, "release_url": "https://pypi.org/project/cykooz.buildout.basicauth/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Buildout extension providing basic authentication support", "version": "0.1.1" }, "last_serial": 1841308, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e7ad2cffe53a8b2677ae45601339edb7", "sha256": "ade4ed04023ce95d63bb7e18817dd6b1b949e2974cf78da8f7d55bf69cc999b2" }, "downloads": -1, "filename": "cykooz.buildout.basicauth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e7ad2cffe53a8b2677ae45601339edb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13344, "upload_time": "2015-11-09T11:49:16", "url": "https://files.pythonhosted.org/packages/6a/80/4f512f5fdcf047d7e073db835139d41706270346955517dedf81428f245c/cykooz.buildout.basicauth-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "478d88c57779e6acf3b6637e8883136b", "sha256": "54623f23a28fe5eb3e54da1433fc101947a66c614df260d42762f507dd504ebc" }, "downloads": -1, "filename": "cykooz.buildout.basicauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "478d88c57779e6acf3b6637e8883136b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13101, "upload_time": "2015-12-01T11:08:01", "url": "https://files.pythonhosted.org/packages/d8/74/d56b64e20ddccc4af7b568d17769cae2db8c5ea158b98c8e55be8c559411/cykooz.buildout.basicauth-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "478d88c57779e6acf3b6637e8883136b", "sha256": "54623f23a28fe5eb3e54da1433fc101947a66c614df260d42762f507dd504ebc" }, "downloads": -1, "filename": "cykooz.buildout.basicauth-0.1.1.tar.gz", "has_sig": false, "md5_digest": "478d88c57779e6acf3b6637e8883136b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13101, "upload_time": "2015-12-01T11:08:01", "url": "https://files.pythonhosted.org/packages/d8/74/d56b64e20ddccc4af7b568d17769cae2db8c5ea158b98c8e55be8c559411/cykooz.buildout.basicauth-0.1.1.tar.gz" } ] }