A simple Python client implementation of WebFinger RFC 7033.
Go to file
Jeremy Carbaugh 0df7a42a8e add updated requirements file 2010-02-12 23:00:39 -05:00
.gitignore initial commit 2010-02-11 17:52:34 -05:00
LICENSE add LICENSE file and basic README 2010-02-12 23:00:25 -05:00
README.rst add LICENSE file and basic README 2010-02-12 23:00:25 -05:00
pywebfinger.py initial commit 2010-02-11 17:52:34 -05:00
requirements.txt add updated requirements file 2010-02-12 23:00:39 -05:00

README.rst

================
python-webfinger
================

Usage
=====

Example::

	from pywebfinger import finger
	
	res = finger('user@host.com')

Dependencies
============

* `python-xrd <http://github.com/jcarbaugh/python-xrd>`_
* iso8601 (required by python-xrd)

License
=======

python-webfinger is distributed under the `BSD license <http://creativecommons.org/licenses/BSD/>`_.

See LICENSE for the full terms of the BSD license.