{ "info": { "author": "C\u00c3\u00a9dric Krier", "author_email": "cedric.krier@b2ck.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Bug Tracking", "Topic :: System :: Shells" ], "description": "roundup-cli\r\n===========\r\n\r\nroundup-cli is a simple command line interface for the `Roundup Issue Tracker`_.\r\nIt uses the XML-RPC interface to communicate with Roundup.\r\n\r\nConfiguration\r\n-------------\r\n\r\nroundup-cli will look for a configuration file in this order `roundup.cf`,\r\n`~/.roundup.cfg`. The format is based on `configparser`_.\r\n\r\nA section describe parameters for a roundup instance. `url`, `username` and\r\n`password` are required entries like this::\r\n\r\n [foo]\r\n url = http://localhost:8000/roundup\r\n username = foo\r\n password = bar\r\n\r\nAny other entries will be used to display the corresponding roundup class. It\r\nmust be a comma separated list of field names, the first field will be used for\r\nshort display::\r\n\r\n issue = title,priority,status,superseder,nosy,assignedto,keyword\r\n user = username,realname,organisation,address\r\n msg = author,date,content\r\n\r\n\r\nNutshell\r\n--------\r\n\r\nHere a simple scenario::\r\n\r\n $ roundup-cli\r\n None: use foo\r\n demo: get issue1\r\n title: Add issue creation to roundup-cli\r\n priority: feature\r\n status: in-progress\r\n superseder:\r\n nosy: admin,demo\r\n assignedto: admin\r\n keyword:\r\n issue1@demo: show messages\r\n messages:\r\n -------------------------------------------------------------------------------\r\n msg1\r\n author: demo\r\n date: \r\n content: It will be great to create issue from roundup-cli\r\n -------------------------------------------------------------------------------\r\n msg2\r\n author: admin\r\n date: \r\n content: Agree, I start working on it.\r\n -------------------------------------------------------------------------------\r\n issue1@demo: search issue status:in-progress\r\n issue1: Add issue creation to roundup-cli\r\n\r\n\r\nFor more information please visit the `roundup-cli website`_.\r\n\r\n.. _Roundup Issue Tracker: http://www.roundup-tracker.org/\r\n.. _configparser: http://docs.python.org/library/configparser.html\r\n.. _roundup-cli website: http://code.google.com/p/roundup-cli/", "description_content_type": null, "docs_url": null, "download_url": "http://code.google.com/p/roundup-cli/downloads/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/roundup-cli/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "roundup-cli", "package_url": "https://pypi.org/project/roundup-cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/roundup-cli/", "project_urls": { "Download": "http://code.google.com/p/roundup-cli/downloads/", "Homepage": "http://code.google.com/p/roundup-cli/" }, "release_url": "https://pypi.org/project/roundup-cli/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Command Line Interface for Roundup", "version": "0.1" }, "last_serial": 953488, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f2a498e42d6bf45d5973ded4a594cb96", "sha256": "9e0e910e3dcd0581b3ab5da37c60bc3bb7d2202ef1172f71649221d0dc1e2bbf" }, "downloads": -1, "filename": "roundup-cli-0.1.tar.gz", "has_sig": false, "md5_digest": "f2a498e42d6bf45d5973ded4a594cb96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5528, "upload_time": "2011-11-25T22:29:38", "url": "https://files.pythonhosted.org/packages/f3/79/1a1ad202399ede328f631efd240d9cca6d49cab6b41390ee4eeafd08c621/roundup-cli-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2a498e42d6bf45d5973ded4a594cb96", "sha256": "9e0e910e3dcd0581b3ab5da37c60bc3bb7d2202ef1172f71649221d0dc1e2bbf" }, "downloads": -1, "filename": "roundup-cli-0.1.tar.gz", "has_sig": false, "md5_digest": "f2a498e42d6bf45d5973ded4a594cb96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5528, "upload_time": "2011-11-25T22:29:38", "url": "https://files.pythonhosted.org/packages/f3/79/1a1ad202399ede328f631efd240d9cca6d49cab6b41390ee4eeafd08c621/roundup-cli-0.1.tar.gz" } ] }