petpy 1.8.0 Release
General refactoring of the petpy
library to remove unneeded methods from being exposed when importing the library. The best way to import and begin using petpy
is from petpy import Petfinder
or, less optimally, import petpy
, then calling the Petfinder
class by petpy.Petfinder
.