{ "info": { "author": "Ivan Gromov", "author_email": "summer.is.gone@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Buildout", "Intended Audience :: Developers", "License :: Freely Distributable", "License :: OSI Approved :: BSD License", "Natural Language :: Russian", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python :: 2.5", "Topic :: Software Development :: Version Control" ], "description": "Welcome to gitrecipe doc page\r\n\r\nUsage\r\n-----\r\n\r\nRecipe clones git repository and checkouts to revision, if it is provided \r\nin configuration. You can use recipe like this: ::\r\n\r\n [buildout]\r\n parts = data\r\n \r\n [data]\r\n recipe = gitrecipe\r\n repository = git://example.com/my-git-repo.git\r\n rev = origin/redevlop-branch\r\n\r\nOptions\r\n-------\r\n\r\n*repository* - repository url\r\n\r\n*ref* of *rev* - git reference_ wich you want to checkout\r\n\r\nNotes\r\n`````\r\n\r\n*rev* option leaved for compatibility with ``zerokspot.recipe.git``.\r\nIt is better to use *ref* parameter, because it corresponds Git terminology\r\n\r\nSince 0.0.2 recipe does check existing repository while install and update.\r\nRepository origin url must be the same as given in **rev** option.\r\nOtherwise repository will be deleted and cloned again.\r\n\r\n\r\nAbout\r\n-----\r\n\r\nI've used recipe ``zerokspot.recipe.git``, but as for me, it too complex and has some disadvantages:\r\n\r\n- it does not allow commit from the source folder, default remote is local copy in downloads\r\n- it does not allow to specify the tag or branch of the repository, only revision hash\r\n\r\nSo I wrote my own git recipe with compatible options. You can choose this or that.\r\n\r\n\r\n.. _PYPI: http://pypi.python.org/pypi\r\n.. _reference: http://book.git-scm.com/7_git_references.html", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/summerisgone/gitrecipe/zipball/0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/summerisgone/gitrecipe", "keywords": "git recipe buildout zc.buildout", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "gitrecipe", "package_url": "https://pypi.org/project/gitrecipe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gitrecipe/", "project_urls": { "Download": "http://github.com/summerisgone/gitrecipe/zipball/0.2", "Homepage": "http://github.com/summerisgone/gitrecipe" }, "release_url": "https://pypi.org/project/gitrecipe/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Simple buildout recipe for downloading git repositories. It uses system git command and its syntax", "version": "0.0.2" }, "last_serial": 792482, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3aff2cc071d7cf2c60bf9d963addc486", "sha256": "cffcc996ef24f2b7f35ca7671ce6f9f4c4f7ad6e0884ccc3235f38a242533549" }, "downloads": -1, "filename": "gitrecipe-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3aff2cc071d7cf2c60bf9d963addc486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3979, "upload_time": "2010-04-01T21:54:27", "url": "https://files.pythonhosted.org/packages/a0/11/48b6e2b5867f767ba7f9305b0e8ceab138960d58ee00194fa0f4c03c6675/gitrecipe-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0eb186706501c73c5082d7d6c08b55f0", "sha256": "86530e16ab7d0501bb4eadc3e6e4b98ecffa777e0d26827734295b8aa87fbe5f" }, "downloads": -1, "filename": "gitrecipe-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0eb186706501c73c5082d7d6c08b55f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4485, "upload_time": "2012-02-20T08:55:55", "url": "https://files.pythonhosted.org/packages/c3/a4/f4a38183b614be7b49957d793726cab58d30d81d6a80bde63226a0cb185f/gitrecipe-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0eb186706501c73c5082d7d6c08b55f0", "sha256": "86530e16ab7d0501bb4eadc3e6e4b98ecffa777e0d26827734295b8aa87fbe5f" }, "downloads": -1, "filename": "gitrecipe-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0eb186706501c73c5082d7d6c08b55f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4485, "upload_time": "2012-02-20T08:55:55", "url": "https://files.pythonhosted.org/packages/c3/a4/f4a38183b614be7b49957d793726cab58d30d81d6a80bde63226a0cb185f/gitrecipe-0.0.2.tar.gz" } ] }