{ "info": { "author": "Christian Assing, Hartmut Goebel, Vincent Driessen", "author_email": "chris@ca-net.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: OS Independent", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Version Control" ], "description": "========\ngit-flow\n========\n\nPure-Python implementation of Git extensions to provide high-level\nrepository operations for Vincent Driessen's\n`branching model `_.\n\n\n.. image:: https://travis-ci.org/chassing/gitflow.svg?branch=develop\n :target: https://travis-ci.org/chassing/gitflow\n\n\nGetting started\n================\n\nFor the best introduction to get started with ``git flow``, please read\nJeff Kreeftmeijer's blog post http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow.\n\nOr have a look at one of these screen casts:\n\n* `How to use a scalable Git branching model called git-flow\n `_\n (by Build a Module)\n\n* `A short introduction to git-flow `_\n (by Mark Derricutt)\n\n* `On the path with git-flow\n `_\n (by Dave Bock)\n\n\nInstalling git-flow\n====================\n\nYou can install ``git-flow``, using::\n\n pip install nu-gitflow\n\n``git-flow`` requires Python >= 2.7 or Python >= 3.4.\n\nIntegration with your shell\n-----------------------------\n\nFor those who use the `Bash `_ or\n`ZSH `_ shell, please check out the excellent work\non the\n`git-flow-completion `_\nproject by `bobthecow `_. It offers\ntab-completion for all git-flow subcommands and branch names.\n\n\nPlease help out\n==================\n\nThis project is still under development. Feedback and suggestions are\nvery welcome and I encourage you to use the `Issues list\n`_ on Github to provide that\nfeedback.\n\nFeel free to fork this repo and to commit your additions. For a list\nof all contributors, please see the file `AUTHORS.txt`.\n\nYou will need `unittest2` to run the tests.\n\n\nLicense terms\n==================\n\ngit-flow is published under the liberal terms of the BSD License, see\nthe file `LICENSE.txt`. Although the BSD License does not\nrequire you to share any modifications you make to the source code,\nyou are very much encouraged and invited to contribute back your\nmodifications to the community, preferably in a Github fork, of\ncourse.\n\n\ngit flow usage\n==================\n\nInitialization\n---------------------\n\nTo initialize a new repo with the basic branch structure, use::\n\n git flow init [-d]\n\nThis will then interactively prompt you with some questions on which\nbranches you would like to use as development and production branches,\nand how you would like your prefixes be named. You may simply press\nReturn on any of those questions to accept the (sane) default\nsuggestions.\n\nThe ``-d`` flag will accept all defaults.\n\n\nCreating feature/release/hotfix/support branches\n----------------------------------------------------\n\n* To list/start/finish feature branches, use::\n\n git flow feature\n git flow feature start []\n git flow feature finish \n\n For feature branches, the ```` arg must be a commit on ``develop``.\n\n* To push/pull a feature branch to the remote repository, use::\n\n git flow feature publish \n git flow feature pull \n\n* To list/start/finish release branches, use::\n\n git flow release\n git flow release start []\n git flow release finish \n\n For release branches, the ```` arg must be a commit on ``develop``.\n\n* To list/start/finish hotfix branches, use::\n\n git flow hotfix\n git flow hotfix start []\n git flow hotfix finish \n\n For hotfix branches, the ```` arg must be a commit on ``master``.\n\n* To list/start support branches, use::\n\n git flow support\n git flow support start \n\n For support branches, the ```` arg must be a commit on ``master``.\n\n\nHistory of the Project\n=========================\n\ngitflow was originally developed by Vincent Driessen as a set of\nshell-scripts. In Juni 2007 he started a Python rewrite but did not\nfinish it. In February 2012 Hartmut Goebel started completing the\nPython rewrite and asked Vincent to pull his changes. But in June 2012\nVincent closed the pull-request and deleted his ``python-rewrite``\nbranch. So Hartmut decided to release the Python rewrite on his own.\n\nIn year 2015 Hartmuts gitflow was abandoned and the python 3\nsupport was missing. So Christian Assing decided to fork his version\nand release it as a new python based gitflow alternative.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/chassing/gitflow/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "nu-gitflow", "package_url": "https://pypi.org/project/nu-gitflow/", "platform": "any", "project_url": "https://pypi.org/project/nu-gitflow/", "project_urls": { "Homepage": "http://github.com/chassing/gitflow/" }, "release_url": "https://pypi.org/project/nu-gitflow/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Git extensions to provide high-level repository operations for Vincent Driessen's branching model.", "version": "1.0.2" }, "last_serial": 2169186, "releases": { "1.0.0dev": [ { "comment_text": "", "digests": { "md5": "d1253a6fbb43a9848c82b0ed3abf1149", "sha256": "001851512277d0dcc7b1504944b59b1de85f19ed520aa9e7ef9c8127c28d5483" }, "downloads": -1, "filename": "nu_gitflow-1.0.0dev-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1253a6fbb43a9848c82b0ed3abf1149", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45816, "upload_time": "2015-05-09T10:01:49", "url": "https://files.pythonhosted.org/packages/90/3c/0ff8eafcd52a45557c841f9b4b9188a5f5a8fe3bfd0e0103f0a75439bc47/nu_gitflow-1.0.0dev-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d6f197fd02e7ea9b4691e6aebdf298b", "sha256": "9cfc395da3944e28a33a1c544742e99b819cf0ebc80ab4777bff1b7035e96ed8" }, "downloads": -1, "filename": "nu-gitflow-1.0.0dev.tar.gz", "has_sig": false, "md5_digest": "4d6f197fd02e7ea9b4691e6aebdf298b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47195, "upload_time": "2015-05-09T10:01:43", "url": "https://files.pythonhosted.org/packages/97/54/e526895292bb775c813fce4f67d62563ce4f0f263a45a530fc6516f31106/nu-gitflow-1.0.0dev.tar.gz" }, { "comment_text": "", "digests": { "md5": "0835d5524206c3d8b95d5e48f5a47691", "sha256": "97068573c8d7e4c0a6b08e2f45a4cc5588d2aa940cd7ac319c275ad7b7e183c2" }, "downloads": -1, "filename": "nu-gitflow-1.0.0dev.zip", "has_sig": false, "md5_digest": "0835d5524206c3d8b95d5e48f5a47691", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70045, "upload_time": "2015-05-09T10:01:46", "url": "https://files.pythonhosted.org/packages/21/b2/97a8b5c398d75327e8e30960044ad498af419aa0d99eda2a97cf7a21baf9/nu-gitflow-1.0.0dev.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c6a3fedb037bb64926f1bc07bdabe41c", "sha256": "9fcc65284a192b832d9fbd2237a743bcb525a49dd13404b2097531b92596458b" }, "downloads": -1, "filename": "nu-gitflow-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c6a3fedb037bb64926f1bc07bdabe41c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31052, "upload_time": "2016-06-07T05:14:31", "url": "https://files.pythonhosted.org/packages/e7/d6/af41c58010acadc7057c2fe8a1cd543f34d1b5c202acfb738aa144f335e3/nu-gitflow-1.0.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "bc6f099da11adfbaf794ea3181f36c53", "sha256": "72937f094dade343b49be5a5db4b998c62e69464e70251d184e4a887c55caa56" }, "downloads": -1, "filename": "nu-gitflow-1.0.1.zip", "has_sig": false, "md5_digest": "bc6f099da11adfbaf794ea3181f36c53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50123, "upload_time": "2016-06-07T05:14:55", "url": "https://files.pythonhosted.org/packages/dd/78/ab512a42b3cf38bd34cf6a7d3bf66a4203d80680133046c16d5638302774/nu-gitflow-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7fd251f7152af3022f08b986cf253481", "sha256": "bec2f5d99244e3e0b6587f0dc7fce87e26291724c704f3a771d57f3121c4e1e7" }, "downloads": -1, "filename": "nu-gitflow-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7fd251f7152af3022f08b986cf253481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31222, "upload_time": "2016-06-15T18:27:21", "url": "https://files.pythonhosted.org/packages/12/61/76bc5752fdddc86ec841e0bd3deecb32e0f1a12c95dca84b674182689dce/nu-gitflow-1.0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "44e0b85d66bb1375a1c5c3deec3bbc9d", "sha256": "923aa054b728d7c8c5a649ea20a184b36db4d4ad03dfa05506d93e52ed35d2f4" }, "downloads": -1, "filename": "nu-gitflow-1.0.2.zip", "has_sig": false, "md5_digest": "44e0b85d66bb1375a1c5c3deec3bbc9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50358, "upload_time": "2016-06-15T18:27:35", "url": "https://files.pythonhosted.org/packages/b2/13/0c76da37cd9ead202a9d982b0981acdb0bc210091b700dab25889bb87d27/nu-gitflow-1.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7fd251f7152af3022f08b986cf253481", "sha256": "bec2f5d99244e3e0b6587f0dc7fce87e26291724c704f3a771d57f3121c4e1e7" }, "downloads": -1, "filename": "nu-gitflow-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7fd251f7152af3022f08b986cf253481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31222, "upload_time": "2016-06-15T18:27:21", "url": "https://files.pythonhosted.org/packages/12/61/76bc5752fdddc86ec841e0bd3deecb32e0f1a12c95dca84b674182689dce/nu-gitflow-1.0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "44e0b85d66bb1375a1c5c3deec3bbc9d", "sha256": "923aa054b728d7c8c5a649ea20a184b36db4d4ad03dfa05506d93e52ed35d2f4" }, "downloads": -1, "filename": "nu-gitflow-1.0.2.zip", "has_sig": false, "md5_digest": "44e0b85d66bb1375a1c5c3deec3bbc9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50358, "upload_time": "2016-06-15T18:27:35", "url": "https://files.pythonhosted.org/packages/b2/13/0c76da37cd9ead202a9d982b0981acdb0bc210091b700dab25889bb87d27/nu-gitflow-1.0.2.zip" } ] }