{ "info": { "author": "Konstantin Martini", "author_email": "k@tuxcode.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: System :: Software Distribution", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/flowtool-githooks.svg)](https://pypi.python.org/pypi/flowtool-githooks)\n[![PyPI Latest Version](https://img.shields.io/pypi/v/flowtool-githooks.svg)](https://pypi.python.org/pypi/flowtool-githooks)\n[![PyPI Distribution Format](https://img.shields.io/pypi/format/flowtool-githooks.svg)](https://pypi.python.org/pypi/flowtool-githooks)\n\nflowtool-githooks\n=================\n\nSome functionality to use granular git hooks.\n\nThe main concept behind `flowtool-githooks` is, that instead of running\none single hook script the package will 'run' a directory instead.\nThe directory will be created right next to where the hook is in\n`.git/hooks` and it has the name of the hook plus `.d`.\nSo for example the directory for the `pre-commit` hook is\n`.git/hooks/pre-commit.d` right next to the hook script:\n`.git/hooks/pre-commit`\n\n`flowtool-githooks` ships the runner script and adds some commands to\nmanage the content of the hook directories.\n\nScripts inside the hooks directory, `.git/hooks/pre-commit.d`\nand `.git/hooks/commit-msg.d` currently, are only executed, if\nthe are executable. This is an old way of activating and\ndeactivating the scripts by the management command.\n\n## Installation\n\nCurrently the `flowtool-githooks` package contains only the runner and\nthe management commands. To get some pre configured hooks check the\n[`flowtool-githooks-demo`](https://github.com/isnok/py-flowlib/tree/master/hooks-demo) package, and (for python-related hooks)\n[`flowtool-python`](https://github.com/isnok/py-flowlib/tree/master/pythonic).\n\nOnce you have `flowtool-githooks` and it's requirements installed,\nyou can run\n\n```shell\nflowtool githooks-install # install the runner (asks before overwriting anything)\n```\n\nfrom inside a git repository to install the hooks.\nWhen they are installed, they can be configred interactively by running\n\n```shell\nflowtool githooks-config # interactively configure git hooks (needs other hook-pkgs also)\n```\n\nAnd you can also just get the status of githooks in the current repo:\n\n```shell\nflowtool githooks-status\n```\n\n## Custom hook scripts\n\nCurrently it is better supported to create symlinks in the hook directory.\nTo introduce arbitrary scripts/executables as git hooks use the command:\n\n```shell\n$ flowtool githooks-introduce --hook /path/to/file\n$ flowtool githooks-introduce --help # might be helpful as well\n```\n\n\n## More to come\n\nThere is also a small library of \"discovery functions\" contained in this package.\nIt is used by some hook scripts to find files to take care of.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/isnok/py-flowlib", "keywords": "git,flow,local,commandline", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "flowtool-githooks", "package_url": "https://pypi.org/project/flowtool-githooks/", "platform": "Debian/GNU Linux", "project_url": "https://pypi.org/project/flowtool-githooks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/isnok/py-flowlib" }, "release_url": "https://pypi.org/project/flowtool-githooks/0.7.46/", "requires_dist": null, "requires_python": null, "summary": "Automating tasks for git users.", "version": "0.7.46" }, "last_serial": 2098037, "releases": { "0.7.10": [ { "comment_text": "", "digests": { "md5": "121405a7f001d453971d99aa8880f3fa", "sha256": "3b6bdf0209770b50abf4331b51b3e6bc11b0b1e1137f1456d5d4cd27d60b6f42" }, "downloads": -1, "filename": "flowtool-githooks-0.7.10.tar.gz", "has_sig": false, "md5_digest": "121405a7f001d453971d99aa8880f3fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6660, "upload_time": "2016-03-20T22:43:54", "url": "https://files.pythonhosted.org/packages/04/61/813374e802628d9bfa6827663a8246b491ef95dafcf16644588ce1bf0427/flowtool-githooks-0.7.10.tar.gz" } ], "0.7.11": [ { "comment_text": "", "digests": { "md5": "71bdc22dfcf77c8ec0a65608e659df74", "sha256": "2dcc8e519a7bfdfeceecd461bf750dfa5ff0d294ebfb771647d6e979f78672ed" }, "downloads": -1, "filename": "flowtool-githooks-0.7.11.tar.gz", "has_sig": false, "md5_digest": "71bdc22dfcf77c8ec0a65608e659df74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6713, "upload_time": "2016-03-20T22:56:37", "url": "https://files.pythonhosted.org/packages/90/8d/dc21c632bbb8c921dda6ae8231ed98040268aeebc852776545091495973a/flowtool-githooks-0.7.11.tar.gz" } ], "0.7.12": [ { "comment_text": "", "digests": { "md5": "6bb450e15bafe066f2d35eb0e0dbbca2", "sha256": "b2fb717bd20be8b2a70e21d8e2f755ae63384ca5b3c45b94ed80bd6bde1f159c" }, "downloads": -1, "filename": "flowtool-githooks-0.7.12.tar.gz", "has_sig": false, "md5_digest": "6bb450e15bafe066f2d35eb0e0dbbca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6720, "upload_time": "2016-03-20T23:10:01", "url": "https://files.pythonhosted.org/packages/cb/02/4139f146fdfd6333144231be030eb6c9cddb823ff4fdf20508d9ec152239/flowtool-githooks-0.7.12.tar.gz" } ], "0.7.13": [ { "comment_text": "", "digests": { "md5": "58e2dd9cb94291453104061d3939125e", "sha256": "75fea5ec55ff8afaa666519352e3427d546fd123580b34a482ef22ade8a415ee" }, "downloads": -1, "filename": "flowtool-githooks-0.7.13.tar.gz", "has_sig": false, "md5_digest": "58e2dd9cb94291453104061d3939125e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8972, "upload_time": "2016-03-30T23:14:44", "url": "https://files.pythonhosted.org/packages/ed/c4/0dd44de6246f23834a53965e1a02dde383ea7523e31da1f74785ac69b547/flowtool-githooks-0.7.13.tar.gz" } ], "0.7.14": [ { "comment_text": "", "digests": { "md5": "b73aeec70de69eeff977966b84582e77", "sha256": "fb73cd21033ff27cea5292447bab859782c0e98098b202647e4e76026be27c5c" }, "downloads": -1, "filename": "flowtool-githooks-0.7.14.tar.gz", "has_sig": false, "md5_digest": "b73aeec70de69eeff977966b84582e77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10591, "upload_time": "2016-04-01T01:20:59", "url": "https://files.pythonhosted.org/packages/9c/42/163124a8cfff83ea97fb5924a1434c597978b82a73270e15537ce6dfe90d/flowtool-githooks-0.7.14.tar.gz" } ], "0.7.15": [ { "comment_text": "", "digests": { "md5": "7fe46294f5088a850bb8d5f79a714fba", "sha256": "6e0bd44572cf25fcc6e5fa2241852e67c04d34a3dcff2a95b14d37d92832b81f" }, "downloads": -1, "filename": "flowtool-githooks-0.7.15.tar.gz", "has_sig": false, "md5_digest": "7fe46294f5088a850bb8d5f79a714fba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9568, "upload_time": "2016-04-02T20:57:53", "url": "https://files.pythonhosted.org/packages/6c/4b/f584f200091e6e9a1bae55884010173a6a2e6e7fbb48ffefdb9a50d098c9/flowtool-githooks-0.7.15.tar.gz" } ], "0.7.16": [ { "comment_text": "", "digests": { "md5": "bcdbf807fd85a0e85a9621ac272b5e96", "sha256": "66bfeeced8bf9e111aea4aaf9ccee8cc43ed42f029c06c58f89010abbbe23b03" }, "downloads": -1, "filename": "flowtool-githooks-0.7.16.tar.gz", "has_sig": false, "md5_digest": "bcdbf807fd85a0e85a9621ac272b5e96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9763, "upload_time": "2016-04-02T23:40:37", "url": "https://files.pythonhosted.org/packages/b2/7e/9be36adfe4e6ca9a78a8a92b32aa8aee96f8e67dc7239d0a235b24a1e87a/flowtool-githooks-0.7.16.tar.gz" } ], "0.7.17": [ { "comment_text": "", "digests": { "md5": "db05433472122aeeca2ef32383826207", "sha256": "5aa3c8d6ad1349d603fa73ffc444b291a02b024e4694bbdd7258ede55c325f22" }, "downloads": -1, "filename": "flowtool-githooks-0.7.17.tar.gz", "has_sig": false, "md5_digest": "db05433472122aeeca2ef32383826207", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9789, "upload_time": "2016-04-02T23:50:28", "url": "https://files.pythonhosted.org/packages/b6/f9/48ca3422ab4edc7c21fe80e4274ceee24b8e5f598a54c1f8c55a81ae7a87/flowtool-githooks-0.7.17.tar.gz" } ], "0.7.18": [ { "comment_text": "", "digests": { "md5": "f0942ad51d662598df33e86e2fe59d8e", "sha256": "f8885aa702ff99f1011a11d54696c4269691ec0fb42ad3cedd702af5e9a691cf" }, "downloads": -1, "filename": "flowtool-githooks-0.7.18.tar.gz", "has_sig": false, "md5_digest": "f0942ad51d662598df33e86e2fe59d8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9818, "upload_time": "2016-04-03T00:00:20", "url": "https://files.pythonhosted.org/packages/07/0c/bb3834f85577a30b7bf5d3901d6fb8982648e096a5827fd0b5fee1a0121c/flowtool-githooks-0.7.18.tar.gz" } ], "0.7.19": [ { "comment_text": "", "digests": { "md5": "bd50966112326cb5012f738008e92815", "sha256": "40e5a3175bb98885eece15877e3f07a714ebb1445e11e9e496646d65befd244a" }, "downloads": -1, "filename": "flowtool-githooks-0.7.19.tar.gz", "has_sig": false, "md5_digest": "bd50966112326cb5012f738008e92815", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9818, "upload_time": "2016-04-03T00:34:41", "url": "https://files.pythonhosted.org/packages/a0/34/8a737f9cbcd70a8028eb80f28395bc91b50056c1cdf3bdd02515e48e2a93/flowtool-githooks-0.7.19.tar.gz" } ], "0.7.20": [ { "comment_text": "", "digests": { "md5": "bcfdc7bd87fd62bcd642508f493a494a", "sha256": "4c7096e71824e7af4099ecf7d99af51e7ed3f49a2901cb9ab7bf1ce5c50731f8" }, "downloads": -1, "filename": "flowtool-githooks-0.7.20.tar.gz", "has_sig": false, "md5_digest": "bcfdc7bd87fd62bcd642508f493a494a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10044, "upload_time": "2016-04-03T22:28:49", "url": "https://files.pythonhosted.org/packages/f4/8c/006ed2833bdaf4c1e0a063cfff41cabaed2b93083420dc3a2a866c9837c8/flowtool-githooks-0.7.20.tar.gz" } ], "0.7.21": [ { "comment_text": "", "digests": { "md5": "310326db4f5f9a05a6aa5e192af06839", "sha256": "411ee604565a54f5ccf95bc34315f30e5bb8b9dbbd8913cd2cfa7eb73f97da9b" }, "downloads": -1, "filename": "flowtool-githooks-0.7.21.tar.gz", "has_sig": false, "md5_digest": "310326db4f5f9a05a6aa5e192af06839", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10389, "upload_time": "2016-04-05T14:42:34", "url": "https://files.pythonhosted.org/packages/93/ea/f98985dea9f865580b7ed9cd0efcc9feb9c8d525b43b2aff7b8a986893ce/flowtool-githooks-0.7.21.tar.gz" } ], "0.7.22": [ { "comment_text": "", "digests": { "md5": "d7109e8e356bea78316fd490237d1971", "sha256": "dafedfa92ccbe83edfc22a689901a778a8348cc5134263980eb5a9faa65bb4a6" }, "downloads": -1, "filename": "flowtool-githooks-0.7.22.tar.gz", "has_sig": false, "md5_digest": "d7109e8e356bea78316fd490237d1971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10383, "upload_time": "2016-04-05T15:00:02", "url": "https://files.pythonhosted.org/packages/a3/71/441c6237af9acec8a4fe0d3329a203dab39a9367231060100f766ccc1452/flowtool-githooks-0.7.22.tar.gz" } ], "0.7.23": [ { "comment_text": "", "digests": { "md5": "4c1939af078ce2cba36ea15f6a97e57b", "sha256": "258b5d2f8d746f1a873ff29dea2f8943c0880d83065e775e73fa00fbfabc32a0" }, "downloads": -1, "filename": "flowtool-githooks-0.7.23.tar.gz", "has_sig": false, "md5_digest": "4c1939af078ce2cba36ea15f6a97e57b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10403, "upload_time": "2016-04-05T15:33:23", "url": "https://files.pythonhosted.org/packages/0b/ec/936f214e539df7ce2bd566ae73b8c9b14482cbfc09ccd039ae235220c485/flowtool-githooks-0.7.23.tar.gz" } ], "0.7.24": [ { "comment_text": "", "digests": { "md5": "c0f7e2173194868cf5aac38ed796bb7c", "sha256": "5a3958494188dcc1019a3fdc7b0aa848a8a376c51c93d4d96f1007269746be3d" }, "downloads": -1, "filename": "flowtool-githooks-0.7.24.tar.gz", "has_sig": false, "md5_digest": "c0f7e2173194868cf5aac38ed796bb7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10915, "upload_time": "2016-04-05T16:43:48", "url": "https://files.pythonhosted.org/packages/ef/25/58f16ee0dfb307d1ffc11fb698c4711d66406756e60d64681fb94b4c9b60/flowtool-githooks-0.7.24.tar.gz" } ], "0.7.25": [ { "comment_text": "", "digests": { "md5": "ba025480f67105cd11e21800db285218", "sha256": "3bd639b32ecb821a91ea7f258a843ceefc89419616dec7572b9b832aeb501b8d" }, "downloads": -1, "filename": "flowtool-githooks-0.7.25.tar.gz", "has_sig": false, "md5_digest": "ba025480f67105cd11e21800db285218", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10923, "upload_time": "2016-04-05T16:53:41", "url": "https://files.pythonhosted.org/packages/7b/75/948dbf74d6b6096e701f1dd0129a41dcdbcfce84a4b07091d01f66e259a7/flowtool-githooks-0.7.25.tar.gz" } ], "0.7.26": [ { "comment_text": "", "digests": { "md5": "771a9ee4e68eb65f09c910eff27f8965", "sha256": "68ac1f845771490102b744609f602615411f31368685a03fbe022c553d7d1017" }, "downloads": -1, "filename": "flowtool-githooks-0.7.26.tar.gz", "has_sig": false, "md5_digest": "771a9ee4e68eb65f09c910eff27f8965", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11067, "upload_time": "2016-04-07T02:13:13", "url": "https://files.pythonhosted.org/packages/18/c7/ae679817a654eeae675d05e3f06208762b7fb2784439d5c25020b206eb5c/flowtool-githooks-0.7.26.tar.gz" } ], "0.7.27": [ { "comment_text": "", "digests": { "md5": "a92ca34f20b7471820bf7be2cf6c8298", "sha256": "2d9a09a38d4493256c1a7aba729dae258c49143ef90dc1e7c2de87ae44f9a24f" }, "downloads": -1, "filename": "flowtool-githooks-0.7.27.tar.gz", "has_sig": false, "md5_digest": "a92ca34f20b7471820bf7be2cf6c8298", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11070, "upload_time": "2016-04-07T13:31:55", "url": "https://files.pythonhosted.org/packages/cd/15/2d96f388af72c6b41643d5016eb20d2451848477ec93374f3fe92224fda1/flowtool-githooks-0.7.27.tar.gz" } ], "0.7.28": [ { "comment_text": "", "digests": { "md5": "046c6f57fe44e134dbd1471eb2dc386e", "sha256": "e3f6dab8bff12224562e2afec2e37f471cfc1a5071b50b34849218d3da7b4e5e" }, "downloads": -1, "filename": "flowtool-githooks-0.7.28.tar.gz", "has_sig": false, "md5_digest": "046c6f57fe44e134dbd1471eb2dc386e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11242, "upload_time": "2016-04-07T16:12:24", "url": "https://files.pythonhosted.org/packages/41/6d/f1c80f6ed02edf3215f678b79c28a9c729ea5b7a586049e47937e930afb8/flowtool-githooks-0.7.28.tar.gz" } ], "0.7.29": [ { "comment_text": "", "digests": { "md5": "a9cbe06b20188feaba39833d08a92606", "sha256": "492bd7659ff756ffaedbe867436af44989fd1f0162c4cf4922f24b394d426788" }, "downloads": -1, "filename": "flowtool-githooks-0.7.29.tar.gz", "has_sig": false, "md5_digest": "a9cbe06b20188feaba39833d08a92606", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12377, "upload_time": "2016-04-07T17:02:41", "url": "https://files.pythonhosted.org/packages/95/52/5756f1ff754c7bb94c87c749eed4289c638257aed64e4621aa39a7887fb8/flowtool-githooks-0.7.29.tar.gz" } ], "0.7.30": [ { "comment_text": "", "digests": { "md5": "06aa4bf9986f97e0e3e1b4722ec3a1eb", "sha256": "f0d134c0064a31e6175ef4ef3ba2c61164e331d293526b5ef14af507aa150ff4" }, "downloads": -1, "filename": "flowtool-githooks-0.7.30.tar.gz", "has_sig": false, "md5_digest": "06aa4bf9986f97e0e3e1b4722ec3a1eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12389, "upload_time": "2016-04-07T18:40:00", "url": "https://files.pythonhosted.org/packages/2e/34/35fc4c2a684246ef9e12437b7ed18477a3e884088bd72c94b23ecd806291/flowtool-githooks-0.7.30.tar.gz" } ], "0.7.31": [ { "comment_text": "", "digests": { "md5": "bdce02dd52e593a9dd770e29405eefae", "sha256": "9ee0b9e1afd7ea2b19ccbcb971a3f531a5028531b4145fc335fb77eec50c4e60" }, "downloads": -1, "filename": "flowtool_githooks-0.7.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bdce02dd52e593a9dd770e29405eefae", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 14715, "upload_time": "2016-04-09T12:25:30", "url": "https://files.pythonhosted.org/packages/e6/8c/9690bf90ebd4f76572c350e92cbc7337e323fee6a76841ffdbfd20fe39ac/flowtool_githooks-0.7.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee3a962a4509d000cbff087b021d7a9e", "sha256": "15cf5fe2de0b06f8893008bb03c98752115b563c721ec9007aaeebbc61a7c4f6" }, "downloads": -1, "filename": "flowtool-githooks-0.7.31.tar.gz", "has_sig": false, "md5_digest": "ee3a962a4509d000cbff087b021d7a9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14284, "upload_time": "2016-04-09T12:25:12", "url": "https://files.pythonhosted.org/packages/72/c7/4e917fa74e4071bfe9f52f6c0a8268e5db9cf3b8331c508bfdcb8ebeee3a/flowtool-githooks-0.7.31.tar.gz" } ], "0.7.32": [ { "comment_text": "", "digests": { "md5": "87285b41e3f485e5b8fd584558edeaa6", "sha256": "7fed89555168938457d971a48ea1bb5c3e058c6ec338422a488274ff7ddf6008" }, "downloads": -1, "filename": "flowtool_githooks-0.7.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87285b41e3f485e5b8fd584558edeaa6", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 19990, "upload_time": "2016-04-13T19:27:28", "url": "https://files.pythonhosted.org/packages/fc/01/1cb86ac64f90dfcbcaa0bb50521ff16777289accef98c99c1bff5fe9d2a3/flowtool_githooks-0.7.32-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48628b1fb99b0ca0a76b36ea05f51819", "sha256": "9f8b8ce5731aee8ebf86f70fa076bd5aafcc2f1d98ceec716403ea8c1004b41f" }, "downloads": -1, "filename": "flowtool-githooks-0.7.32.tar.gz", "has_sig": false, "md5_digest": "48628b1fb99b0ca0a76b36ea05f51819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16731, "upload_time": "2016-04-13T19:27:18", "url": "https://files.pythonhosted.org/packages/9f/cc/6562758e754bcb216fbeeab435d9e37903bc3f73d6b4146a28c26ed59207/flowtool-githooks-0.7.32.tar.gz" } ], "0.7.33": [ { "comment_text": "", "digests": { "md5": "17352cf4811e8293c278486dc653d104", "sha256": "90bf3e51040226fb3533649e087617b909cf33396ce8ae13aa8bf4a77bfb0fb6" }, "downloads": -1, "filename": "flowtool_githooks-0.7.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17352cf4811e8293c278486dc653d104", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 19990, "upload_time": "2016-04-13T19:32:51", "url": "https://files.pythonhosted.org/packages/c0/8e/f42b070b81fcb4414c15d9de047704d7b3f9958ff0c2f4871b53a962115b/flowtool_githooks-0.7.33-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0cabdbbf3b30f6fa7e651b2d40ce05a7", "sha256": "70a469f9c7e7f13822071a60edd9aaff0544bcdbe765184a2e4840854914824a" }, "downloads": -1, "filename": "flowtool-githooks-0.7.33.tar.gz", "has_sig": false, "md5_digest": "0cabdbbf3b30f6fa7e651b2d40ce05a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16734, "upload_time": "2016-04-13T19:32:46", "url": "https://files.pythonhosted.org/packages/e6/00/3470de301ede7fd224a9d8a0c72c01cc9427dbd2722eed0302480e1b27ad/flowtool-githooks-0.7.33.tar.gz" } ], "0.7.34": [ { "comment_text": "", "digests": { "md5": "274bf1bd6ce94302784ce394e090f4cd", "sha256": "f2a0d180258d5097cec9624462af3514093c876da5324a2cb1675fb7f6dbc330" }, "downloads": -1, "filename": "flowtool_githooks-0.7.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "274bf1bd6ce94302784ce394e090f4cd", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 28123, "upload_time": "2016-04-15T01:37:23", "url": "https://files.pythonhosted.org/packages/59/4b/0758f521fd9dda0d58eb19879b2bdb3a612c5ec48ddbad950b0e2ae75526/flowtool_githooks-0.7.34-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "787ba686ee2cefcc841882abefcbd6f8", "sha256": "ef1756b14ce52304d8ac08d43192a790dc24a94fa84856e3b9b06e0f10627d6a" }, "downloads": -1, "filename": "flowtool-githooks-0.7.34.tar.gz", "has_sig": false, "md5_digest": "787ba686ee2cefcc841882abefcbd6f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23394, "upload_time": "2016-04-15T01:37:17", "url": "https://files.pythonhosted.org/packages/9d/4a/9ce238b788e72fbc7239174822e672976b01e1c1e4fa5d3163c02df442f7/flowtool-githooks-0.7.34.tar.gz" } ], "0.7.35": [ { "comment_text": "", "digests": { "md5": "13178588ed5cdfd0d4b008cc071092d3", "sha256": "ef2f03940ad2ac531c3e3be9fdfe233e1c22221edf8cdbf9aedbb301a08c2080" }, "downloads": -1, "filename": "flowtool_githooks-0.7.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "13178588ed5cdfd0d4b008cc071092d3", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 28091, "upload_time": "2016-04-15T02:16:52", "url": "https://files.pythonhosted.org/packages/c0/93/907fe5036f4a85f6e44cb3d33981cbf5c82ccfc558098293788b07c8a6cc/flowtool_githooks-0.7.35-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f548497949b9487a54c510e06328c939", "sha256": "b2cddf4f47add63d3b8eff3e5cd3f097bf972d289e707e90e1121ebc2d45aee9" }, "downloads": -1, "filename": "flowtool-githooks-0.7.35.tar.gz", "has_sig": false, "md5_digest": "f548497949b9487a54c510e06328c939", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23382, "upload_time": "2016-04-15T02:16:30", "url": "https://files.pythonhosted.org/packages/7b/1f/5737b30156aaad96451e5fcbd78fae1bc2e39a350c6e6b6accc7ecb7d458/flowtool-githooks-0.7.35.tar.gz" } ], "0.7.36": [ { "comment_text": "", "digests": { "md5": "a9ec687daca90e2b5669b0917b186914", "sha256": "c1f18ee70d2e59b1a6fee73271da63ffe5cc230442da2eb6075f0cb40e21158f" }, "downloads": -1, "filename": "flowtool_githooks-0.7.36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9ec687daca90e2b5669b0917b186914", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 27693, "upload_time": "2016-04-15T13:30:59", "url": "https://files.pythonhosted.org/packages/ab/18/9b0ed2cabfe6e07606a0405621a0044381f6a2d87609b01f3e5178e77b7d/flowtool_githooks-0.7.36-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8cf11741ef5bdfbd31a182866cad6bc5", "sha256": "6891ec53f86d3f5d941adfe6ff3c578e8f5d74819373df2c91d9c773a172bbeb" }, "downloads": -1, "filename": "flowtool-githooks-0.7.36.tar.gz", "has_sig": false, "md5_digest": "8cf11741ef5bdfbd31a182866cad6bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22981, "upload_time": "2016-04-15T13:30:41", "url": "https://files.pythonhosted.org/packages/f3/6f/6be80d37d0bfc9f3f8a9223bc55c0760a40c325ee547dcd8ba102bdcbc6a/flowtool-githooks-0.7.36.tar.gz" } ], "0.7.37": [ { "comment_text": "", "digests": { "md5": "e70e383296f86301d84a8320461bbfc9", "sha256": "61d40e29ccf81d1ec57226ad927142310de6ce2de8f4c52c8c46eabf2052ed32" }, "downloads": -1, "filename": "flowtool_githooks-0.7.37-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e70e383296f86301d84a8320461bbfc9", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 27696, "upload_time": "2016-04-15T13:50:51", "url": "https://files.pythonhosted.org/packages/f5/f7/2f4f981f43471cc31bfd6d54f8b28fd5d638687bcdcbff10ab73856e32c6/flowtool_githooks-0.7.37-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "baa18a28773be73ad61ad86f2017c0d3", "sha256": "c13747ba93b3ce60b801c74af0546e337fb01cb39d39ac85772ffb767fd593a6" }, "downloads": -1, "filename": "flowtool-githooks-0.7.37.tar.gz", "has_sig": false, "md5_digest": "baa18a28773be73ad61ad86f2017c0d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22989, "upload_time": "2016-04-15T13:50:33", "url": "https://files.pythonhosted.org/packages/b1/74/b6d978d9ca6cc7cfd928131698cf6804158d9dbd0359d31276509789ad60/flowtool-githooks-0.7.37.tar.gz" } ], "0.7.38": [ { "comment_text": "", "digests": { "md5": "2d970e2116b68d86db0a932242a7fc7f", "sha256": "ac79bf841a7e03d1ecaea686d9abc235171275e1be21eab7c289f20f9c5cc30a" }, "downloads": -1, "filename": "flowtool_githooks-0.7.38-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d970e2116b68d86db0a932242a7fc7f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 26678, "upload_time": "2016-04-15T21:50:48", "url": "https://files.pythonhosted.org/packages/e7/97/f53fb26bdea963675ce3777c6efc84d7188da71959780f341468008c0a09/flowtool_githooks-0.7.38-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d325f82c87ed0c0112db0516ef03c89", "sha256": "4dabc68f13e0ed84cd66c4a8f1dd2eea4c86d483a1e20c30da84fbc90c3e2511" }, "downloads": -1, "filename": "flowtool-githooks-0.7.38.tar.gz", "has_sig": false, "md5_digest": "9d325f82c87ed0c0112db0516ef03c89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22947, "upload_time": "2016-04-15T21:50:43", "url": "https://files.pythonhosted.org/packages/36/f9/0724ebd843e5351a51f73a6ce3842dc3be99eb4d5789566192d8647a3a3b/flowtool-githooks-0.7.38.tar.gz" } ], "0.7.39": [ { "comment_text": "", "digests": { "md5": "24c44478b958ee4770ada1b5989cdceb", "sha256": "4bb0afe05a5427d92f4d8d4d4e7a836e861595033393bdad19b14bb5f8464ce7" }, "downloads": -1, "filename": "flowtool_githooks-0.7.39-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24c44478b958ee4770ada1b5989cdceb", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 26558, "upload_time": "2016-04-16T01:08:18", "url": "https://files.pythonhosted.org/packages/88/e7/2a5c71d0676c21b41a95bc0305a46d8a0f7b0b84f3cb17c92950dd625b64/flowtool_githooks-0.7.39-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2da9f7146e529ff7b0ec4e6c7bc1463a", "sha256": "662273c6b74b3c845f542c676a5154e525ece12cc11f2b1503d8920277d429c3" }, "downloads": -1, "filename": "flowtool-githooks-0.7.39.tar.gz", "has_sig": false, "md5_digest": "2da9f7146e529ff7b0ec4e6c7bc1463a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22794, "upload_time": "2016-04-16T01:07:54", "url": "https://files.pythonhosted.org/packages/58/5a/d64af582714e5c6e5f9c8e61438061459278978559f659a708a15f4592c1/flowtool-githooks-0.7.39.tar.gz" } ], "0.7.40": [ { "comment_text": "", "digests": { "md5": "00e51a141cf50468ee925a16badc96a8", "sha256": "dc706257849e2acb7de4607fd7c27bd53a2f56653e5784caca2e6f9c33b8abc8" }, "downloads": -1, "filename": "flowtool-githooks-0.7.40.tar.gz", "has_sig": false, "md5_digest": "00e51a141cf50468ee925a16badc96a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22903, "upload_time": "2016-04-22T22:55:09", "url": "https://files.pythonhosted.org/packages/a5/04/47bcbe1145c3eaeb1f5a32e4160caf472dc6f8ec09c364f04b0dd11d27ff/flowtool-githooks-0.7.40.tar.gz" } ], "0.7.41": [ { "comment_text": "", "digests": { "md5": "ee0dce697d277a4fed496459b68c7952", "sha256": "23464e5896b242890cf5847585483f4a1b70e162df3bbc751ec0d9d024bdf049" }, "downloads": -1, "filename": "flowtool-githooks-0.7.41.tar.gz", "has_sig": false, "md5_digest": "ee0dce697d277a4fed496459b68c7952", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24336, "upload_time": "2016-04-23T14:38:05", "url": "https://files.pythonhosted.org/packages/ed/e5/5a5497eedb5556947f78b2fd2aad46d64ed39700d656525c0782e9751791/flowtool-githooks-0.7.41.tar.gz" } ], "0.7.42": [ { "comment_text": "", "digests": { "md5": "eb436075ed526d57ce685a2bf2c81d84", "sha256": "b80a0a27c1bcefb204dd6202a270df37b813a77af64b047ae3cde5b98ad0bbd7" }, "downloads": -1, "filename": "flowtool-githooks-0.7.42.tar.gz", "has_sig": false, "md5_digest": "eb436075ed526d57ce685a2bf2c81d84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24209, "upload_time": "2016-04-23T16:09:40", "url": "https://files.pythonhosted.org/packages/a5/e0/bdb719a860932d37df97d8e1040e8d11d57017780aeca5b33e7dc8d2e7e7/flowtool-githooks-0.7.42.tar.gz" } ], "0.7.43": [ { "comment_text": "", "digests": { "md5": "bcdebfc647f11d8ed951f9ad0edff45f", "sha256": "c4555a4fedf842b4421dea8f99c343ee74a81a695bcf2b0d221e0e6524648785" }, "downloads": -1, "filename": "flowtool_githooks-0.7.43-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bcdebfc647f11d8ed951f9ad0edff45f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 32666, "upload_time": "2016-04-24T15:16:18", "url": "https://files.pythonhosted.org/packages/dd/45/07e510da230cc7243c27cdfef8549d33cf3350a75698f81bd2c3f7921495/flowtool_githooks-0.7.43-py2.py3-none-any.whl" } ], "0.7.44": [ { "comment_text": "", "digests": { "md5": "f3d870df80a253d897ca8bc366d04050", "sha256": "c38928927fc0ece9370bb1d9d47b577a9e3233f475f9acb0cb83603b8ea2ba21" }, "downloads": -1, "filename": "flowtool_githooks-0.7.44-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f3d870df80a253d897ca8bc366d04050", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 32731, "upload_time": "2016-05-02T21:52:33", "url": "https://files.pythonhosted.org/packages/d3/4e/0059c4b9ea2fb121a7ed8a78b3e35e027fe862cc17fc608628c827b1b499/flowtool_githooks-0.7.44-py2.py3-none-any.whl" } ], "0.7.45": [ { "comment_text": "", "digests": { "md5": "ea22b097e4b82b70663eb174c9ec8d9e", "sha256": "1303bf2ed694a1a864cbd61cdae8c8e57c945a2511824a9732a96d8a311e287a" }, "downloads": -1, "filename": "flowtool_githooks-0.7.45-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea22b097e4b82b70663eb174c9ec8d9e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 32764, "upload_time": "2016-05-04T01:02:31", "url": "https://files.pythonhosted.org/packages/43/b5/8ca6e7741de498a4028101312a9ad65d42ed4f516527cb9e8ce55347a69e/flowtool_githooks-0.7.45-py2.py3-none-any.whl" } ], "0.7.46": [ { "comment_text": "", "digests": { "md5": "bf26ac76219137b5c9aea1b9eb1d0fac", "sha256": "d9cb6e30b885b3d961eba9dc40da85284b83931838e804ac7311c23d0dcd606e" }, "downloads": -1, "filename": "flowtool_githooks-0.7.46-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bf26ac76219137b5c9aea1b9eb1d0fac", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 32756, "upload_time": "2016-05-04T01:05:45", "url": "https://files.pythonhosted.org/packages/86/f8/d2f237f568b050f9d5ab19571b29226e3e131cda4fdc7f83beceb9d6de42/flowtool_githooks-0.7.46-py2.py3-none-any.whl" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "54c11cbbb47d5b79da2e14fce023ec84", "sha256": "73bb243908e55e465ce9dd6f8da2878f688d5ad3c684b68810198f55a5ccb710" }, "downloads": -1, "filename": "flowtool-githooks-0.7.5.tar.gz", "has_sig": false, "md5_digest": "54c11cbbb47d5b79da2e14fce023ec84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6658, "upload_time": "2016-03-20T16:01:20", "url": "https://files.pythonhosted.org/packages/11/c6/3d9355e69c9ff397a104ccb2e6241b754cb837218611af07408c8300b3ef/flowtool-githooks-0.7.5.tar.gz" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "9057617632af04da4ff13f366e0751c9", "sha256": "a3b8bae3e0308c69b1fe8b0887d5a4f6865d5ce4cb255907b4733f5389e066dd" }, "downloads": -1, "filename": "flowtool-githooks-0.7.6.tar.gz", "has_sig": false, "md5_digest": "9057617632af04da4ff13f366e0751c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6654, "upload_time": "2016-03-20T16:12:56", "url": "https://files.pythonhosted.org/packages/ab/c9/5fa17f3087210a1add88c43f0cbe0aa1b44085d00127d6f414345f9505b6/flowtool-githooks-0.7.6.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "9eb382ecc4f65223ce861825cc342c8a", "sha256": "65c3f26a4fefaeb765662837d5d433d99c36a5c161a34de48e7775f3bc94209d" }, "downloads": -1, "filename": "flowtool-githooks-0.7.7.tar.gz", "has_sig": false, "md5_digest": "9eb382ecc4f65223ce861825cc342c8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6627, "upload_time": "2016-03-20T16:18:23", "url": "https://files.pythonhosted.org/packages/77/35/edbcebff0e4ef9428f4a46ef348e5483a511367297812f2251407df4f9f3/flowtool-githooks-0.7.7.tar.gz" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "4c9990e1b609f13322955723124e021b", "sha256": "191760fedd52430067076c18d3d720fdf6ad4552aa0cb53f5209cb2f6431b1ed" }, "downloads": -1, "filename": "flowtool-githooks-0.7.8.tar.gz", "has_sig": false, "md5_digest": "4c9990e1b609f13322955723124e021b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6645, "upload_time": "2016-03-20T16:21:57", "url": "https://files.pythonhosted.org/packages/12/31/815fb914a3bbd18881f9667329b13874c3cece7caef3f2d9ba35319ffbc6/flowtool-githooks-0.7.8.tar.gz" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "05d4fd4bf23bb0d21aef019854405b18", "sha256": "c1e2cc9c443b928c006f9a73748356fa77eab74e55dc56bcdb18439b33cf4120" }, "downloads": -1, "filename": "flowtool-githooks-0.7.9.tar.gz", "has_sig": false, "md5_digest": "05d4fd4bf23bb0d21aef019854405b18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6654, "upload_time": "2016-03-20T18:05:46", "url": "https://files.pythonhosted.org/packages/0f/5c/9fd0a69b2247281e773cc15491e5791b1cdf0bdccd5eafef3a8f35a8b4dc/flowtool-githooks-0.7.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf26ac76219137b5c9aea1b9eb1d0fac", "sha256": "d9cb6e30b885b3d961eba9dc40da85284b83931838e804ac7311c23d0dcd606e" }, "downloads": -1, "filename": "flowtool_githooks-0.7.46-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bf26ac76219137b5c9aea1b9eb1d0fac", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 32756, "upload_time": "2016-05-04T01:05:45", "url": "https://files.pythonhosted.org/packages/86/f8/d2f237f568b050f9d5ab19571b29226e3e131cda4fdc7f83beceb9d6de42/flowtool_githooks-0.7.46-py2.py3-none-any.whl" } ] }