{ "info": { "author": "Nobuo Okazaki", "author_email": "nobrin@biokids.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha" ], "description": "Macaron is a small object-relational mapper (ORM) for SQLite on Python.\r\nIt is distributed as a single file module which has no dependencies other\r\nthan the Python Standard Library.\r\n\r\nMacaron provides easy access way to SQLite database as standalone. And also\r\nit can work in Bottle web framework through the plugin mechanism.\r\n\r\nExample::\r\n\r\n >>> import macaron\r\n >>> macaron.macaronage(\"members.db\")\r\n >>> team = Team.create(name=\"Houkago Tea Time\")\r\n >>> team.members.append(name=\"Ritsu\", part=\"Dr\")\r\n \r\n >>> mio = team.members.append(name=\"Mio\", part=\"Ba\")\r\n >>> print mio\r\n \r\n >>> for member in team.members: print member\r\n ...\r\n \r\n \r\n >>> macaron.bake()\r\n >>> macaron.cleanup()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://nobrin.github.com/macaron", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "macaron", "package_url": "https://pypi.org/project/macaron/", "platform": "any", "project_url": "https://pypi.org/project/macaron/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://nobrin.github.com/macaron" }, "release_url": "https://pypi.org/project/macaron/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Simple object-relational mapper for SQLite3, includes plugin for Bottle web framework", "version": "0.3.1" }, "last_serial": 794438, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c58eb8ecca534ccf801e45b29b7c96a2", "sha256": "335ac445f32631f8291428babc7d6a80369dc145bd9f3a92f1d4a4541d6a595e" }, "downloads": -1, "filename": "macaron-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c58eb8ecca534ccf801e45b29b7c96a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7049, "upload_time": "2012-02-14T07:28:10", "url": "https://files.pythonhosted.org/packages/1a/14/bfe3e93552340c8c7b7399737cc0cc3a584045784d28069daae192f489a5/macaron-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f6bc12af285658953d3736b525a64105", "sha256": "feaad6dd1a2d8f1b21ec130d2bc83a3b52cd77f53167727d8f4137f8d59dbf38" }, "downloads": -1, "filename": "macaron-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f6bc12af285658953d3736b525a64105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9220, "upload_time": "2012-02-15T07:24:14", "url": "https://files.pythonhosted.org/packages/8d/7a/6cb8c14c3003f13d45d5d54a55f9fa7da7cb15e7cacb25e0914b47875d39/macaron-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "1b2a5a73577666b3d5f93b4d2a0eef2a", "sha256": "a499db6563b15d685b801c333618c28e9f203ef8a3fa4801a7cf372b8a1fe37d" }, "downloads": -1, "filename": "macaron-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1b2a5a73577666b3d5f93b4d2a0eef2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14153, "upload_time": "2012-02-23T14:41:29", "url": "https://files.pythonhosted.org/packages/bc/56/6850198b9b6e7c85a82d1d32b314c3d38706e330f3e04fe821f950f6cb02/macaron-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9b02d293a2fdef5d1e965d5d1be05988", "sha256": "c8d4c6b3a9217f7fd3c0f2c404eb0a9a207aea83a91370cf5cfdf192e38c5c1c" }, "downloads": -1, "filename": "macaron-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9b02d293a2fdef5d1e965d5d1be05988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15250, "upload_time": "2012-02-28T02:40:24", "url": "https://files.pythonhosted.org/packages/4e/f7/b1a604969b58813351bd79bf2f2eed9e022269e4ff2a16397d3ef0a72a99/macaron-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b02d293a2fdef5d1e965d5d1be05988", "sha256": "c8d4c6b3a9217f7fd3c0f2c404eb0a9a207aea83a91370cf5cfdf192e38c5c1c" }, "downloads": -1, "filename": "macaron-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9b02d293a2fdef5d1e965d5d1be05988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15250, "upload_time": "2012-02-28T02:40:24", "url": "https://files.pythonhosted.org/packages/4e/f7/b1a604969b58813351bd79bf2f2eed9e022269e4ff2a16397d3ef0a72a99/macaron-0.3.1.tar.gz" } ] }