Metadata-Version: 2.1
Name: fab
Version: 3.0.0
Summary: Wrapper around Phabricator API
Home-page: https://github.com/legoktm/fab
Author: Kunal Mehta
Author-email: legoktm@member.fsf.org
License: LGPL-3.0-or-later
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
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, 2020 Kunal Mehta, under the LGPL v3 or later. See COPYING for more
details.


