.. module:: github2.users
.. autoclass:: User(type)
.. autoclass:: Users(type)
>>> results = github.users.search("foo")
>>> user = github.users.show("ask") >>> user.name "Ask Solem"
>>> github.users.followers("ask") ['greut', 'howiworkdaily', 'emanchado', 'webiest']>>> github.users.following("ask") ['sverrejoh', 'greut', 'jezdez', 'bradleywright', 'ericflo', 'howiworkdaily', 'emanchado', 'traviscline', 'russell']
>>> github.users.follow("jezdez")>>> github.users.unfollow("jezdez")