{ "info": { "author": "Daniel Lepage", "author_email": "dplepage@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 2" ], "description": "==========================================================\n Dfiance: Partial Serialization and Validation for Python\n==========================================================\n\nDfiance is a tool for building serializers, deserializers, and validators for\npython types.\n\nDfiance does not fully serialize things, because you deserve control over the\nformat of the data you pass around. Instead, it serializes python objects into\n'dictified' objects, which are either basic types - strings, ints, floats, and\nbools - or lists/dictionaries whose keys and values are all dictified objects.\n\nThe resulting objects are trivially serializable in JSON, YAML, XML, or pretty\nmuch any other serialization protocol you like.\n\nAt the moment the majority of the documentation is embedded in the code. You can\nbrowse it on github at .", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dplepage/dfiance", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "dfiance", "package_url": "https://pypi.org/project/dfiance/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dfiance/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dplepage/dfiance" }, "release_url": "https://pypi.org/project/dfiance/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.3" }, "last_serial": 840988, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "871a65ffe20feccc7e89e43f6764fbca", "sha256": "8b370dd2282d13b3ca9d71f6ce31e78b07471d11c75ea703d599d193cd5aac34" }, "downloads": -1, "filename": "dfiance-0.1.1.tar.gz", "has_sig": false, "md5_digest": "871a65ffe20feccc7e89e43f6764fbca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13799, "upload_time": "2013-03-05T22:03:41", "url": "https://files.pythonhosted.org/packages/b4/d9/b5e54ab933a1de7bc88c6fd406f8e9527d71c79e9357fdf00bb2aa0a30fd/dfiance-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ff8456ed6cb8e215aa0e8ae287a190ef", "sha256": "11658e023de5af867b8310735fe31d526a9b45aa5ecb505e8b553632f659fac4" }, "downloads": -1, "filename": "dfiance-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ff8456ed6cb8e215aa0e8ae287a190ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13812, "upload_time": "2013-03-15T19:18:08", "url": "https://files.pythonhosted.org/packages/b6/eb/30e26abe3bd5c2b8becdc1aa031be55e63628fa2a19fa2d165e89200d4e0/dfiance-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "c3adba49a679b8201f20165e9af8eba8", "sha256": "fe5ffa2325b21aa7ba60bb85e9224472fde1d91ffe0498895c9d25e61b55812b" }, "downloads": -1, "filename": "dfiance-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c3adba49a679b8201f20165e9af8eba8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16883, "upload_time": "2013-08-15T18:16:15", "url": "https://files.pythonhosted.org/packages/90/bc/64445704074c6d378839b150c2645f520730a5ec9cb18da0106f84b5f06a/dfiance-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c3adba49a679b8201f20165e9af8eba8", "sha256": "fe5ffa2325b21aa7ba60bb85e9224472fde1d91ffe0498895c9d25e61b55812b" }, "downloads": -1, "filename": "dfiance-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c3adba49a679b8201f20165e9af8eba8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16883, "upload_time": "2013-08-15T18:16:15", "url": "https://files.pythonhosted.org/packages/90/bc/64445704074c6d378839b150c2645f520730a5ec9cb18da0106f84b5f06a/dfiance-0.1.3.tar.gz" } ] }