Phabricator API Bindings
Project description
============
python-phabricator3
============
***************
About
***************
Python3 port/fork of disqus/python-phabricator (Phabricator Conduit wrapper)
***************
Installation
***************
pip
===============
pip install phabricator3
without pip
===============
Download/clone the code and then run:
python setup.py install
***************
Usage
***************
See examples/ for more examples.
.. code-block:: python
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:
.. code-block:: python
phab.user.find(aliases=["sugarc0de"])
Documentation on all methods is located at https://secure.phabricator.com/conduit/
***************
Thanks
***************
*Disqus* for python-phabricator
*vilhelmk*, *lifeisstillgood*, *marcqualie* for pull requests
python-phabricator3
============
***************
About
***************
Python3 port/fork of disqus/python-phabricator (Phabricator Conduit wrapper)
***************
Installation
***************
pip
===============
pip install phabricator3
without pip
===============
Download/clone the code and then run:
python setup.py install
***************
Usage
***************
See examples/ for more examples.
.. code-block:: python
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:
.. code-block:: python
phab.user.find(aliases=["sugarc0de"])
Documentation on all methods is located at https://secure.phabricator.com/conduit/
***************
Thanks
***************
*Disqus* for python-phabricator
*vilhelmk*, *lifeisstillgood*, *marcqualie* for pull requests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
phabricator3-0.1.0.zip
(17.2 kB
view details)
File details
Details for the file phabricator3-0.1.0.zip.
File metadata
- Download URL: phabricator3-0.1.0.zip
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab6b8eead4c1e1b94481116eda1f79657ea04d4ee0d532662c9f5d0baeff05f1
|
|
| MD5 |
b5e7aea46b30f15eb155c6ab824246ab
|
|
| BLAKE2b-256 |
f20815a54898e95c0f9756c6b8720c08940e33ccb7b2167230bbb32a7ef5ef56
|