{ "info": { "author": "James Rutherford", "author_email": "james.rutherford@maplecroft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP" ], "description": "========\nJIRA-RPC\n========\n\nPython client for the JIRA SOAP API.\nTested with JIRA 4.1 - 5.1 and Python 2.6 / 2.7.\n\n\nConfiguration\n=============\n\nFirst, you need to set up the configuration.\nEither create a ``config.ini`` file in the ``jira`` folder, or if you're using this in a Django project, you can put the settings in your ``settings.py``, for example::\n\n JIRA_RPC_USER = 'abc'\n JIRA_RPC_PASS = '123'\n JIRA_WSDL_URL = 'http://jira.example.com/rpc/soap/jirasoapservice-v2?wsdl'\n JIRA_TESTING = True\n JIRA_TEST_PROJECT = 'TEST'\n\n\n**WARNING** If ``TESTING`` is set to ``True``, the client connects to a project named ``TEST`` (which is assumed to exist on the server).\nThis is useful for testing functionality on a test project before pushing into production (maintaining an entire JIRA server just for testing seems excessive).\nIf you have a *real* project called ``TEST``, you should change this by overriding the test project name in the settings (see ``config.example.ini``).\n\n\nInstallation\n============\n\nThe only requirement is Suds_::\n\n pip install -r requirements.txt\n\n.. _Suds: https://fedorahosted.org/suds/", "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/Maplecroft/jira-rpc", "keywords": "jira,rpc", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "jira-rpc", "package_url": "https://pypi.org/project/jira-rpc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jira-rpc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Maplecroft/jira-rpc" }, "release_url": "https://pypi.org/project/jira-rpc/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python client for JIRA SOAP API", "version": "0.1" }, "last_serial": 793634, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0f2e7243f4397b5b55407b665fedcc62", "sha256": "7feae4d55ecff865008e853ca4a99146581978701296381a97f4fcec5adf5f15" }, "downloads": -1, "filename": "jira-rpc-0.1.tar.gz", "has_sig": false, "md5_digest": "0f2e7243f4397b5b55407b665fedcc62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6451, "upload_time": "2013-01-10T11:30:26", "url": "https://files.pythonhosted.org/packages/2d/47/c85470b9406aa078385c036f05bf2fdbe54ff4457c99a94851de5eddad6b/jira-rpc-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f2e7243f4397b5b55407b665fedcc62", "sha256": "7feae4d55ecff865008e853ca4a99146581978701296381a97f4fcec5adf5f15" }, "downloads": -1, "filename": "jira-rpc-0.1.tar.gz", "has_sig": false, "md5_digest": "0f2e7243f4397b5b55407b665fedcc62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6451, "upload_time": "2013-01-10T11:30:26", "url": "https://files.pythonhosted.org/packages/2d/47/c85470b9406aa078385c036f05bf2fdbe54ff4457c99a94851de5eddad6b/jira-rpc-0.1.tar.gz" } ] }