Skip to main content

Phabricator API Bindings

Project description

Installation

$ python setup.py install

Usage

Use the API by instantiating it, and then calling the method through dotted notation chaining:

from phabricator import Phabricator
phab = Phabricator()  # This will use your ~/.arcrc file
phab.user.whoami()

Parameters are passed as keyword arguments to the resource call:

phab.user.find(aliases=["sugarc0de"])

Documentation on all methods is located at https://secure.phabricator.com/conduit/

Interface out-of-date

If Phabricator modifies Conduit and the included interfaces.json is out-of-date or to make sure to always have the latest interfaces:

from phabricator import Phabricator
phab = Phabricator()
phab.update_interfaces()
phab.user.whoami()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phabricator-0.5.0.zip (15.8 kB view details)

Uploaded Source

File details

Details for the file phabricator-0.5.0.zip.

File metadata

  • Download URL: phabricator-0.5.0.zip
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for phabricator-0.5.0.zip
Algorithm Hash digest
SHA256 39708b39715fb13a1fb9892b2c17862d602d21d84feaf05c378509086c91e9eb
MD5 9b8ed908a37b71edd34aa571f83e0f14
BLAKE2b-256 8eb37dde127325a6d260dcfea8b47533a3dc43bd2e5d6376a26589d5e413a476

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page