I have just finished looking for an EAX or GCM mode AES encryption algorithm in python. This was a particularly difficult search because I was unable to download the PyCrypto alpha version, which includes both of these, due to a dependency issue.
Eventually I turned to an offshoot of pycrypto that can be pip installed without issue, and has a stable release of GCM.
http://pycryptodome.readthedocs.org/en/latest/src/introduction.html