This is a simple wrapper for the eBird API version 1.1
The library also wraps the portion of the avian knowledge API that is needed for the eBird API.
from ebird import AvianKnowledge
from ebird import EBird
ak = AvianKnowledge()
print ak.country_list()
ebird = EBird()
print ebird.species_reference()