{ "info": { "author": "Atsushi Odagiri", "author_email": "aodagx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Pyramid", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": ".. contents::\n\nrebecca.todict_bpmappers\n===============================\n\n``rebecca.todict_bpmappers`` is implementation for `rebecca.todict `_\nusing `bpmappers `_\n\nINSTALL\n==================\n\nInstall using pip or easy_install.::\n\n $ pip install rebecca.todict_bpmappers\n $ easy_install rebecca.todict_bpmappers\n\n\nUSAGE\n===============\n\n``rebecca.todict_bpmappers`` has include hook.::\n\n config.include('rebecca.todict_bpmappers')\n\nThis hook will include ``rebecca.todict`` too.\n\n``bpmapper`` decorator register todict adapter implemented by ``bpmappers``.\n\n::\n\n from bpmappers import Mapper, RawField\n from rebecca.todict_bpmappers import bpmapper\n\n @bpmapper('dummy.Person', name=\"p1\")\n class PersonMapper(Mapper):\n username = RawField('name')\n num = RawField('value')\n\nTo use that mapper, call ``todict`` API of `rebecca.todict`::\n\n d = todict(request, person, name=\"p1\")\n\n\n\nContributors\n============\n\n.. Note: place names and roles of the people who contribute to this package\n.. in this file, one to a line, like so:\n\n- Atsushi Odagiri, Original Author\n\nChangelog\n=========\n\n0.1 (2013-02-16)\n--------------------\n\n- first release", "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/rebeccaframework/rebecca.todict_bpmappers", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rebecca.todict_bpmappers", "package_url": "https://pypi.org/project/rebecca.todict_bpmappers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rebecca.todict_bpmappers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rebeccaframework/rebecca.todict_bpmappers" }, "release_url": "https://pypi.org/project/rebecca.todict_bpmappers/0.1/", "requires_dist": null, "requires_python": null, "summary": "implementation for rebecca.todict using bpmappers", "version": "0.1" }, "last_serial": 722965, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6d07b85c0a594a4005360d7346e9768f", "sha256": "5f5a2ec34968b35287034acc80a55995da38fd937e88c8a8e2ce9e08b374b560" }, "downloads": -1, "filename": "rebecca.todict_bpmappers-0.1.tar.gz", "has_sig": false, "md5_digest": "6d07b85c0a594a4005360d7346e9768f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3012, "upload_time": "2013-02-16T07:50:56", "url": "https://files.pythonhosted.org/packages/94/e1/445d3b9fc94b4d2c0912528d7d340cbae85f022398c0ee703059e4a45586/rebecca.todict_bpmappers-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d07b85c0a594a4005360d7346e9768f", "sha256": "5f5a2ec34968b35287034acc80a55995da38fd937e88c8a8e2ce9e08b374b560" }, "downloads": -1, "filename": "rebecca.todict_bpmappers-0.1.tar.gz", "has_sig": false, "md5_digest": "6d07b85c0a594a4005360d7346e9768f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3012, "upload_time": "2013-02-16T07:50:56", "url": "https://files.pythonhosted.org/packages/94/e1/445d3b9fc94b4d2c0912528d7d340cbae85f022398c0ee703059e4a45586/rebecca.todict_bpmappers-0.1.tar.gz" } ] }