Metadata-Version: 2.0
Name: fab
Version: 2.0.1
Summary: Wrapper around Phabricator API
Home-page: https://github.com/legoktm/fab
Author: Kunal Mehta
Author-email: legoktm@member.fsf.org
License: GPL-3.0-or-later
Description-Content-Type: text/x-rst
Platform: UNKNOWN
Requires-Python: >=3.4
Requires-Dist: requests

fab
===

A fabulous, lightweight wrapper around Phabricator's API, Conduit, to handle
authentication and other annoying things.

Usage
-----

.. code:: python

    import phabricator

    phab = phabricator.Phabricator('https://...', 'Username', token='api-token')
    phab.request('user.whoami')

License
-------
Copyright 2014, 2018 Kunal Mehta, under the GPL v3 or later. See COPYING for more
details.


