{ "info": { "author": "Jack Bastow", "author_email": "jack.bastow@hindsightsoftware.co.uk", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development" ], "description": "================================\nHindsight Software Python Client\n================================\n\nThis client provides access to Behave for Jira in a Python environment. It uses a HTTP GET call to\ndownload a compressed stream containing the feature files for the specified project, and then unzips\nthe features into the specified directory.\n\nInstallation\n============\n\nIf using pip, simply::\n\n pip install hindsight\n\nIf installing manually, grab the tarball below and extract to a temporary directory. Make sure the\n`requests `_ package is installed and available, and then run::\n\n python setup.py install\n\nfrom inside the temporary directory\n\nUsage\n=====\n\nWithin a script::\n\n #!/usr/bin/env python\n\n from hindsight.behave import JiraConnector\n\n b4j = JiraConnector()\n b4j.fetch(\n host='http://localhost:2990/jira',\n username='behaver',\n password='atdd4me',\n key='PROJ',\n dir='features',\n manual=True,\n verify=False\n )\n\nThis take mandatory arguments host and key, and the rest are optional.\n\nOr the same request from the command line (if you installed via pip)::\n\n behave-cli -u behaver -p atdd4me -d features -m http://localhost:2990/jira PROJ\n\nTaking the form::\n\n behave-cli [-u USERNAME] [-p PASSWORD] [-d DIR] [-m] [--verify] HOST KEY\n\nField descriptions::\n\n host: the host URL to the Jira installation running Behave for Jira\n username: username of user with Behave rights on desired project\n password: password for this user\n key: project key to download features for\n dir: directory relative to the script to download features to\n (can also use absolute path)\n manual: flag to include scenarios tagged with manual in the download\n verify: flag to indicate whether to verify the SSL certificate if connecting over SSL\n (only applicable to CA certificates - self signed certificates cannot be verified)\n\nMore info\n=========\n\nPlease see the guide at http://hindsighttesting.com/docs", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/hindsight/", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "hindsight", "package_url": "https://pypi.org/project/hindsight/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hindsight/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/hindsight/" }, "release_url": "https://pypi.org/project/hindsight/0.1.7/", "requires_dist": null, "requires_python": null, "summary": "Python tools for Hindsight Software", "version": "0.1.7" }, "last_serial": 792934, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e195b345f9f001be9996ee37bbb2aaea", "sha256": "96c8d343ddf9c9191fcb4e998b51f46b195f1295926b1deba51c048a8005af6d" }, "downloads": -1, "filename": "hindsight-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e195b345f9f001be9996ee37bbb2aaea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2012-12-10T15:19:37", "url": "https://files.pythonhosted.org/packages/5c/34/eb66c6b5f136cc9584fbd5d1a695e8dfb35391986ab3c1ef15f9ef07d0f4/hindsight-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e4d9b28d4d02dad2e2482a23de72ca10", "sha256": "321af8b16ab2afc952f46a01f2ad3160bdfa3a46fa6ab076473d822f7073687a" }, "downloads": -1, "filename": "hindsight-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e4d9b28d4d02dad2e2482a23de72ca10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2906, "upload_time": "2012-12-10T15:23:56", "url": "https://files.pythonhosted.org/packages/c5/95/5db376cedb4d0a212b651093ced68870fc6c135d02531deefb77bc307be9/hindsight-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5b1bba92692d29e0906593264b051e20", "sha256": "21937d8728cf5e6a59a25d78873e53adf6a4f20bffeb1609a4362cd0cffe380e" }, "downloads": -1, "filename": "hindsight-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5b1bba92692d29e0906593264b051e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2999, "upload_time": "2012-12-10T15:44:19", "url": "https://files.pythonhosted.org/packages/16/90/e536478acaadf21f9fd84e7f87c6f679bb8dc832906cade23de522e76ca4/hindsight-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ed7f78b1672043718c630a6c5e9d90c6", "sha256": "9ec1aa4e88099543930a26fb09c695b6bce8fd267d56efe76dff5ab937409dfa" }, "downloads": -1, "filename": "hindsight-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ed7f78b1672043718c630a6c5e9d90c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107, "upload_time": "2012-12-10T16:42:36", "url": "https://files.pythonhosted.org/packages/78/01/af247c9ab91871e71b390729ffdd40f23908cb022d60d86f0fb57862177d/hindsight-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "f6ba73e9e85be34eec62fb08348ccdc0", "sha256": "adf5cef19a29d101223633350f8ec2951d20c63d620de8ac235be0bec2e69978" }, "downloads": -1, "filename": "hindsight-0.1.4.tar.gz", "has_sig": false, "md5_digest": "f6ba73e9e85be34eec62fb08348ccdc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3060, "upload_time": "2012-12-10T16:43:21", "url": "https://files.pythonhosted.org/packages/16/d0/c0b06b5fd34c8c4df7e5075d931e5bc0d4fe847100b168d44aaa7892328f/hindsight-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "a8c88b8ee0153d8c10bf62ddbeed316b", "sha256": "6177bd6fe51474c21d7ee15e8be64c877867f3e6fb01d2443b9142bfa4a6b43d" }, "downloads": -1, "filename": "hindsight-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a8c88b8ee0153d8c10bf62ddbeed316b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3125, "upload_time": "2012-12-10T18:54:55", "url": "https://files.pythonhosted.org/packages/db/5b/8d1dd02a8945ccc9e6fbe0fe4bc82754e3f2fc2edb0fdd996f34a7364da8/hindsight-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "2140831efc525ded20dfb87b759730e1", "sha256": "61be37fbf66962d678d766d6e70514b103788544fdcfae3b0f0b18e4ac534689" }, "downloads": -1, "filename": "hindsight-0.1.6.tar.gz", "has_sig": false, "md5_digest": "2140831efc525ded20dfb87b759730e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3053, "upload_time": "2012-12-11T11:12:08", "url": "https://files.pythonhosted.org/packages/91/cc/7eac2ac98e70a39e810e26565d6cadcb669233ea33d81554e5f41a27f0de/hindsight-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9f431673eec1f9d86549785176893282", "sha256": "89ee969e4bcbf237328fde7c6a699faacb1cffbc6dc368eeda5801dc1548fe52" }, "downloads": -1, "filename": "hindsight-0.1.7.tar.gz", "has_sig": false, "md5_digest": "9f431673eec1f9d86549785176893282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3314, "upload_time": "2013-01-22T14:06:58", "url": "https://files.pythonhosted.org/packages/e8/5a/2c0a21931b652c64f66823e9619c32d6463b51a1d4ae9dc3a8bfb6e1fbe5/hindsight-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f431673eec1f9d86549785176893282", "sha256": "89ee969e4bcbf237328fde7c6a699faacb1cffbc6dc368eeda5801dc1548fe52" }, "downloads": -1, "filename": "hindsight-0.1.7.tar.gz", "has_sig": false, "md5_digest": "9f431673eec1f9d86549785176893282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3314, "upload_time": "2013-01-22T14:06:58", "url": "https://files.pythonhosted.org/packages/e8/5a/2c0a21931b652c64f66823e9619c32d6463b51a1d4ae9dc3a8bfb6e1fbe5/hindsight-0.1.7.tar.gz" } ] }