pyfingerΒΆ

This package provides some support for the finger protocol primarily for use in the Thimbl project. It includes a local information service for BSD fingerd(8), a helper module to teach urllib2 about finger:// urls and some FOAF support.

Source code is available on PyPI as well as on Github.

Installation should be as simple as doing one of the following depending on your preferences:

easy_install pyfinger
pip install pyfinger
pip install git+git://github.com/wwaites/pyfinger.git#egg=pyfinger

Next topic

daemon

This Page