{ "info": { "author": "4pf team", "author_email": "guido.garciabernardo@telefonica.com, eduardo.alonsogarcia@telefonica.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# redmine-cli\nA simple redmine client\n\n## Installation\n\nThe project is available at Pypy and you can simply install in the usually way:\n\n```bash\npip install red\n```\n\nYou can install the last version in github in this way:\n\n```bash\npython setup.py install\n```\n\nIf you get the warning InsecureRequestWarning while running the command, this is likely that you are running an old\npython version that uses a deprecated ssl version.\n\nYou'd better upgrade to a newer python interpreter but if you can not, you can omit the warning with this command:\n\n```bash\npip install 'requests[security]'\n```\n\n## Usage\n\n```sh\nexport REDMINE_ENDPOINT=xxx\nexport REDMINE_API_KEY=xxx\n\n./redmine --help\n\n./redmine list --help\n./redmine detail --help\n./redmine close --help\n```\n\n## TODO\n\n- pip install\n- create issue\n- docs\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/palmerabollo/redmine-cli", "keywords": "", "license": "(C) Telefonica I+D", "maintainer": "", "maintainer_email": "", "name": "pyRedmineClient", "package_url": "https://pypi.org/project/pyRedmineClient/", "platform": "", "project_url": "https://pypi.org/project/pyRedmineClient/", "project_urls": { "Homepage": "https://github.com/palmerabollo/redmine-cli" }, "release_url": "https://pypi.org/project/pyRedmineClient/1.0.0/", "requires_dist": [ "docopt (==0.6.2)", "requests (==2.17.3)" ], "requires_python": "", "summary": "CLI library to manage and operate all the entities of the service directory via HTTP", "version": "1.0.0" }, "last_serial": 2937622, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c612f6480102c0c0a6a6cf0d9d7fcb72", "sha256": "3eb1f64f606b29ccdf047eca0352c6c08c30f1e6240d73ba6cd692c0c5b8e20e" }, "downloads": -1, "filename": "pyRedmineClient-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c612f6480102c0c0a6a6cf0d9d7fcb72", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6171, "upload_time": "2017-06-09T08:57:44", "url": "https://files.pythonhosted.org/packages/43/aa/1d27f0bb55b4fd848d2e665802011cd426ac77e6db493a31a625f09bba1c/pyRedmineClient-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7295697341d8127dcd0ed54549e0797", "sha256": "f122146c616821cb676145cc6e27dfdde93ccb281587fce13c7efcd65e3213b6" }, "downloads": -1, "filename": "pyRedmineClient-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c7295697341d8127dcd0ed54549e0797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4123, "upload_time": "2017-06-09T08:57:45", "url": "https://files.pythonhosted.org/packages/29/ef/895435f6f56f5e942c2b147f49181f1369248f2b86f5bfdad99d3f2aa3a2/pyRedmineClient-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c612f6480102c0c0a6a6cf0d9d7fcb72", "sha256": "3eb1f64f606b29ccdf047eca0352c6c08c30f1e6240d73ba6cd692c0c5b8e20e" }, "downloads": -1, "filename": "pyRedmineClient-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c612f6480102c0c0a6a6cf0d9d7fcb72", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6171, "upload_time": "2017-06-09T08:57:44", "url": "https://files.pythonhosted.org/packages/43/aa/1d27f0bb55b4fd848d2e665802011cd426ac77e6db493a31a625f09bba1c/pyRedmineClient-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7295697341d8127dcd0ed54549e0797", "sha256": "f122146c616821cb676145cc6e27dfdde93ccb281587fce13c7efcd65e3213b6" }, "downloads": -1, "filename": "pyRedmineClient-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c7295697341d8127dcd0ed54549e0797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4123, "upload_time": "2017-06-09T08:57:45", "url": "https://files.pythonhosted.org/packages/29/ef/895435f6f56f5e942c2b147f49181f1369248f2b86f5bfdad99d3f2aa3a2/pyRedmineClient-1.0.0.tar.gz" } ] }