{ "info": { "author": "Konvexum", "author_email": "info@konvexum.se", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development" ], "description": "============\npython-phabricator3\n============\n\n***************\nAbout\n***************\nPython3 port/fork of disqus/python-phabricator (Phabricator Conduit wrapper)\n\n***************\nInstallation\n***************\npip\n===============\n pip install phabricator3\n\nwithout pip\n===============\nDownload/clone the code and then run:\n\n python setup.py install\n\n***************\nUsage\n***************\nSee examples/ for more examples.\n\n.. code-block:: python\n\n from phabricator import Phabricator\n phab = Phabricator() # This will use your ~/.arcrc file\n phab.user.whoami()\n\t\nParameters are passed as keyword arguments to the resource call:\n\n.. code-block:: python\n\n phab.user.find(aliases=[\"sugarc0de\"])\n\nDocumentation on all methods is located at https://secure.phabricator.com/conduit/\n\n***************\nThanks\n***************\n*Disqus* for python-phabricator\r\n\n*vilhelmk*, *lifeisstillgood*, *marcqualie* for pull requests\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/konvexum/python-phabricator", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "phabricator3", "package_url": "https://pypi.org/project/phabricator3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/phabricator3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/konvexum/python-phabricator" }, "release_url": "https://pypi.org/project/phabricator3/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Phabricator API Bindings", "version": "0.1.0" }, "last_serial": 1461313, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b5e7aea46b30f15eb155c6ab824246ab", "sha256": "ab6b8eead4c1e1b94481116eda1f79657ea04d4ee0d532662c9f5d0baeff05f1" }, "downloads": -1, "filename": "phabricator3-0.1.0.zip", "has_sig": false, "md5_digest": "b5e7aea46b30f15eb155c6ab824246ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17155, "upload_time": "2015-03-14T22:41:35", "url": "https://files.pythonhosted.org/packages/f2/08/15a54898e95c0f9756c6b8720c08940e33ccb7b2167230bbb32a7ef5ef56/phabricator3-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5e7aea46b30f15eb155c6ab824246ab", "sha256": "ab6b8eead4c1e1b94481116eda1f79657ea04d4ee0d532662c9f5d0baeff05f1" }, "downloads": -1, "filename": "phabricator3-0.1.0.zip", "has_sig": false, "md5_digest": "b5e7aea46b30f15eb155c6ab824246ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17155, "upload_time": "2015-03-14T22:41:35", "url": "https://files.pythonhosted.org/packages/f2/08/15a54898e95c0f9756c6b8720c08940e33ccb7b2167230bbb32a7ef5ef56/phabricator3-0.1.0.zip" } ] }