python-bluefin 1.2 released, sans urllib2
/python-bluefin 1.2 has been released. python-bluefin is a very thinwrapper around the Bluefin payment gateway’s API. The two major changes are:
- urllib2 has been removed, with the excellent requests taking its place.
- We now check directmode’s status_code for known failure codes and raise exceptions based on what we find. Previously, no exception was raised, which would result in a silent failure if you weren’t looking at status_code yourself.
To install, either easy_install/pip install bluefin, or download directly from its PyPi page.