{ "info": { "author": "Colm O'Connor", "author_email": "colm.oconnor.github@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing" ], "description": "# HitchKey\n\nHitchKey is a python 3 framework to let you easily run short,\nad hoc python code snippets from the command line.\n\nIt is designed to be used to trigger tasks like building code,\nrunning tests, generating documentation, linting, reformatting\ncode and deploying code.\n\nExample [key.py](https://github.com/crdoconnor/strictyaml/blob/master/hitch/key.py)\nfrom [StrictYAML](https://hitchdev.com/strictyaml) can be used.\n\n```\n$ hk\n\nUsage: hk command [args]\n\n bdd - Run story matching keywords.\n docgen - Build documentation.\n rbdd - Run story matching keywords and rewrite if changed.\n regressfile - Run all stories in filename 'filename' in python 2 and 3.\n regression - Run regression testing - lint and then run all tests.\n reformat - Reformat using black and then relint.\n lint - Lint project code and hitch code.\n deploy - Deploy to pypi as specified version.\n\nRun 'hk help [command]' to get more help on a particular command.\n```\n\n## Features\n\n* Run \"hk command\" in any directory or subdirectory in your project and it will run the corresponding method in the key.py file.\n\n* Automatically freezes new packages specified in hitchreqs.in in hitchreqs.txt and keeps the isolated project virtualenv up to date every time a command is run.\n\n* Creates a project build folder which can be easily accessed with a quick shortcut (DIR.gen) as well as all other commonly required directories (project directory, shared build path, etc.).\n\n* Provides an inbuilt mechanism for bootstrapping various different kinds of hitchkey environments.\n\n\n## Getting started\n\nThe best way to install the bootstrapper is with [pipsi](https://github.com/mitsuhiko/pipsi):\n\n```\npipsi install hitchkey\n```\n\nIt's also safe to install in the system python with sudo pip (hitchkey is dependencyless):\n\n```\nsudo pip install hitchkey\n```\n\nYou can then run this command in the root folder of a project you are in:\n\n```\nhk --tutorial key\n\nhk helloworld\n```\n\nIt will create a new directory called \"hitch\" and put five things in there:\n\n* key.py - the commands which you can run with \"hk\".\n* gen - a symlink to the gen folder (e.g. ~/.hitch/ltnd0x) which contains the hitchkey's python 3 virtualenv and build folder.\n* hitchreqs.in - the python packages which you want installed in this virtualenv.\n* hitchreqs.txt - the compiled / frozen list of all the packages (does not need to be edited by hand).\n* __pycache__ - folder containing the compiled version of key.py.\n\nThen opening hitch/key.py in a text editor and poking around.\n\n\n## Using hitchkey when you already have a key.py\n\nOnce installed, you can simply cd to any project directory with a key.py file or a hitch/key.py file\nand run 'hk' and it will set up the environment, installing all the packages specified in hitchreqs.txt.\n\n## Why?\n\nThis project grew out of a bash script that I kept creating repeatedly called \"dev.sh\" that I used to\nkeep in the root of every project. I would use it to run various development environment workflow tasks\nlike rebuilding code, running tests or deploying.\n\nOver time I found myself building more and more complex workflows, and it became easier just to \nuse python and its ecosystem of packages.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://hitchtest.readthedocs.org/", "keywords": "hitch development environment command line", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "hitchkey", "package_url": "https://pypi.org/project/hitchkey/", "platform": "", "project_url": "https://pypi.org/project/hitchkey/", "project_urls": { "Homepage": "https://hitchtest.readthedocs.org/" }, "release_url": "https://pypi.org/project/hitchkey/0.5.3/", "requires_dist": null, "requires_python": "", "summary": "HitchKey bootstrapper - set up a development environment.", "version": "0.5.3" }, "last_serial": 5822050, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6cf1aaf9ad78620b8a34754e60b9fdf8", "sha256": "9a90125584501cba0ae8025356ff95510954fc5224b8d0e6a3f0226bf4a41fcc" }, "downloads": -1, "filename": "hitchkey-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6cf1aaf9ad78620b8a34754e60b9fdf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4681, "upload_time": "2017-01-19T19:14:55", "url": "https://files.pythonhosted.org/packages/1d/50/8df94842b611b68afc99551ccc3bd9fb10061c8fa6bd8b1b3424a8a55de5/hitchkey-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8a147cc9a78f53dff3b610dd26f39a76", "sha256": "6f8313dc52fedae5ad4e822842ba71176111792fe8205933fee11b154f8eea86" }, "downloads": -1, "filename": "hitchkey-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8a147cc9a78f53dff3b610dd26f39a76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4950, "upload_time": "2017-02-04T15:39:30", "url": "https://files.pythonhosted.org/packages/80/fe/9767467e66250ddf5144914e8fa0400110156dfe9798c1debe073e809c9a/hitchkey-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "1d62c489d1778a38fb7077edff87cd1a", "sha256": "a9337af2ad3799c324b1c4026dd7d1c5c6eb91d11d60bbdb433c3a897f30fa5d" }, "downloads": -1, "filename": "hitchkey-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1d62c489d1778a38fb7077edff87cd1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4956, "upload_time": "2017-06-28T17:14:19", "url": "https://files.pythonhosted.org/packages/9c/a4/46b4283e3406848ef4f5ab9cedfa11953f01424581366ce640dbcbd4a13b/hitchkey-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3cab9176f9f12d3580e7a4a499a45929", "sha256": "4e84b579bc79b04872041a39872fc90c7ffce081ff648c0e53ba94c80cf694ea" }, "downloads": -1, "filename": "hitchkey-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3cab9176f9f12d3580e7a4a499a45929", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5001, "upload_time": "2017-07-03T21:49:16", "url": "https://files.pythonhosted.org/packages/48/ef/0a3aeaff1ffb9750c138b4d66dc4021212207e3731e59ca482bf95b78255/hitchkey-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "13c35195e9bfc1654119ccac1ce7057e", "sha256": "83aafa1af35dde2b2ca8d3eb284fa970e88dbb133c6d99c058f31c38e55de53b" }, "downloads": -1, "filename": "hitchkey-0.3.0.tar.gz", "has_sig": false, "md5_digest": "13c35195e9bfc1654119ccac1ce7057e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5004, "upload_time": "2017-07-03T21:56:52", "url": "https://files.pythonhosted.org/packages/cd/4b/5a232141251c9975100b5bb734576c24627e209fabf7a0ab1b97eb7967fb/hitchkey-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "558285bd7ef02cb74ce1aaad9f167683", "sha256": "5a48f0719dd5c5c0abbb80f329bd9b75e11eefa683dedb9999ad7f4487ae4d69" }, "downloads": -1, "filename": "hitchkey-0.3.1.tar.gz", "has_sig": false, "md5_digest": "558285bd7ef02cb74ce1aaad9f167683", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4448, "upload_time": "2018-03-13T12:55:20", "url": "https://files.pythonhosted.org/packages/88/42/42563d48e9ca560b761fd9556a68eee360541ebed0c4982bb2c83e9edfc2/hitchkey-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a69ae0e917b9b79875b1c68498ebb2c6", "sha256": "1d5e168a4812880655d873c9a02c88196d96ed8ef253668d14e2dbab744d9440" }, "downloads": -1, "filename": "hitchkey-0.3.2.tar.gz", "has_sig": false, "md5_digest": "a69ae0e917b9b79875b1c68498ebb2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4514, "upload_time": "2018-06-24T15:18:47", "url": "https://files.pythonhosted.org/packages/5d/85/be5e90b9baaddeeaae564dd3e346e90c52d0bf75bb9e7c1ded6976b5f3a6/hitchkey-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "d5c0d03a1deaec390840e10b4841ad29", "sha256": "89d96decb581f802d6960846c0c1bca57e2e062add12bdb91bcee81fb82c2004" }, "downloads": -1, "filename": "hitchkey-0.3.3.tar.gz", "has_sig": false, "md5_digest": "d5c0d03a1deaec390840e10b4841ad29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4530, "upload_time": "2018-07-04T17:38:31", "url": "https://files.pythonhosted.org/packages/3d/d9/b0a59cf7583dde67531a5af838a4d84dece82cc3000c6c4ca29db3279eed/hitchkey-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "2c5a06351794cbbeb9a0fffb48bde852", "sha256": "985b563522659d9841ea873587291b90f1e8fae9a60b12c731a83977e535a3ec" }, "downloads": -1, "filename": "hitchkey-0.3.4.tar.gz", "has_sig": false, "md5_digest": "2c5a06351794cbbeb9a0fffb48bde852", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4665, "upload_time": "2018-09-19T14:47:30", "url": "https://files.pythonhosted.org/packages/5e/76/773450badfc407190eb05b7a576d4c6f6dd6b6735f1453d5dd8ef98c014d/hitchkey-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "27d153138134825b907dadf92eb0f5ea", "sha256": "ab474f0a30225dd5fc5dc5a1a2baa0ea286ed9f416614a56cabb228c66dac84a" }, "downloads": -1, "filename": "hitchkey-0.3.5.tar.gz", "has_sig": false, "md5_digest": "27d153138134825b907dadf92eb0f5ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4662, "upload_time": "2018-09-19T15:01:41", "url": "https://files.pythonhosted.org/packages/4f/9b/350257b024e37f35832b7fb48a7544f5dc4663637ff3d39751f3b40a008a/hitchkey-0.3.5.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "ab5a921c8d6ec3b57c84f30468d0ab89", "sha256": "1447fe711efecb152196e0ad35f3666472862bdec0a04478ddd386788c33eb88" }, "downloads": -1, "filename": "hitchkey-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ab5a921c8d6ec3b57c84f30468d0ab89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6285, "upload_time": "2018-11-18T13:39:04", "url": "https://files.pythonhosted.org/packages/2a/07/20f8ac20ba50b294c04e92fb04e1fb4453f6cbd842a9a7e71748e4759c0a/hitchkey-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "d4364c36b46e2e7fdc3f404ac9841f82", "sha256": "43cc36d491266d9020f4540165a8a7f57c8ee1f6281532389ed4bd846efedcb1" }, "downloads": -1, "filename": "hitchkey-0.4.1.tar.gz", "has_sig": false, "md5_digest": "d4364c36b46e2e7fdc3f404ac9841f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6292, "upload_time": "2018-11-18T14:08:51", "url": "https://files.pythonhosted.org/packages/d1/e8/c8d2fd4fcee06fac2a47ba8ecfb5bf827a5e42d01daaeaf96c8d4637fd33/hitchkey-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "5c708d0b2ad8f1ba5a09f8d2125be02b", "sha256": "7234ef8eb417a3799efa5bc77af1c41816260ae4daf4ae62e66db0cbf8649942" }, "downloads": -1, "filename": "hitchkey-0.4.2.tar.gz", "has_sig": false, "md5_digest": "5c708d0b2ad8f1ba5a09f8d2125be02b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6326, "upload_time": "2018-11-23T14:19:34", "url": "https://files.pythonhosted.org/packages/4e/b2/d8363b09679983d64baf314f3f273dc8bef031f63a87137b44151cbaa4e6/hitchkey-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b1f95b2e67f08721486098cf77e647eb", "sha256": "24243871c658f6c34aa8dc47130472d618786649f9764287b571150520ae0f85" }, "downloads": -1, "filename": "hitchkey-0.5.0.tar.gz", "has_sig": false, "md5_digest": "b1f95b2e67f08721486098cf77e647eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6807, "upload_time": "2018-12-13T22:34:36", "url": "https://files.pythonhosted.org/packages/11/14/42ef658dbaaa7f4ea57ff04b7cce7eb72fd5be5047e2ce4a5e4d4d9fc5eb/hitchkey-0.5.0.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "5abc8132a9f032359c0e89b638b44f08", "sha256": "3a83d7e5eaa8f6ffe5dbd08d85758c59c01e9a674798150b4a8bc5699f05dccc" }, "downloads": -1, "filename": "hitchkey-0.5.3.tar.gz", "has_sig": false, "md5_digest": "5abc8132a9f032359c0e89b638b44f08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18664, "upload_time": "2019-09-12T19:04:39", "url": "https://files.pythonhosted.org/packages/31/07/48d42a6d630b339a9f8766acde530f7cfe513aee9528ad34820f64ffd667/hitchkey-0.5.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5abc8132a9f032359c0e89b638b44f08", "sha256": "3a83d7e5eaa8f6ffe5dbd08d85758c59c01e9a674798150b4a8bc5699f05dccc" }, "downloads": -1, "filename": "hitchkey-0.5.3.tar.gz", "has_sig": false, "md5_digest": "5abc8132a9f032359c0e89b638b44f08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18664, "upload_time": "2019-09-12T19:04:39", "url": "https://files.pythonhosted.org/packages/31/07/48d42a6d630b339a9f8766acde530f7cfe513aee9528ad34820f64ffd667/hitchkey-0.5.3.tar.gz" } ] }