7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1im45a9z7ryrfyp1v6i39qia5qagw6i1mhif0hl0praz9iv4j1ac";
23 "testConvertToXMLPlistWithData"
26 "testXMLPlistWithData"
29 pythonImportsCheck = [ "biplist" ];
32 homepage = "https://bitbucket.org/wooster/biplist/src/master/";
33 description = "Binary plist parser/generator for Python";
35 Binary Property List (plist) files provide a faster and smaller
36 serialization format for property lists on OS X.
38 This is a library for generating binary plists which can be read
39 by OS X, iOS, or other clients.
41 license = licenses.bsd3;
42 maintainers = with maintainers; [ siriobalmelli ];