{ "info": { "author": "Zojax", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents:: :depth: 1\n\nIntroduction\n============\n\n**zojax.mr.gae** is a `zc.buildout`_ extension that alows to install GAE libs that distributed with GAE in development mode.\nThis extension is supposed to be used with `rod.recipe.googleapengine`_ recipe. Eggs that distributed with GAE are discovered by buildout as generic eggs.\n\n.. _`zc.buildout`: http://pypi.python.org/pypi/zc.buildout\n.. _`rod.recipe.googleapengine`: http://pypi.python.org/pypi/rod.recipe.appengine\n\nUsage\n=====\n\nAdd ``zojax.mr.gae`` to the ``extensions`` entry in your ``[buildout]``\nsection::\n\n [buildout]\n extensions = mr.developer\n\nThe format of entries in the ``[gae_source]`` section is::\n\n [sources]\n url = url\n extraxt_dir = path to dir\n eggs = list\n\nWhere individual parts are:\n\n``url``\n Link to Google App Engine.\n\n``extraxt_dir``\n The path to directory where Google App Engine will be stored\n\n``eggs``\n The names of the package that will be installed from Google App Engine libs.\n\nExample\n=======\n\nThet is a simple example of buildout config.::\n\n [buildout]\n develop = src/inboxer\n\n parts = PIL\n app\n py-utils\n tests\n ipython-unix\n\n extensions = zojax.mr.gae\n\n [sources]\n jinja2 = fs jinja2\n webob_1_1_1 = fs webob_1_1_1\n webapp2 = fs webapp2\n yaml = fs yaml\n\n [gae_source]\n url = http://googleappengine.googlecode.com/files/google_appengine_1.6.4.zip\n extraxt_dir = parts\n eggs = jinja2\n webob_1_1_1\n webapp2\n yaml\n django_1_3\n\n [versions]\n Django = 1.3.1\n rod.recipe.appengine = 2.0.0\n\n\n [app]\n recipe = rod.recipe.appengine\n eggs = inboxer\n jinja2\n webapp2\n PyYaml\n Django\n\n packages = inboxer\n wtforms\n\n server-script=dev_appserver\n src = src/inboxer\n zip-packages=False\n url=${gae_source:url}\n extra-paths = ${PIL:extra-path}\n\n [py-utils]\n recipe=zc.recipe.egg\n eggs= pastescript\n utils\n WebTest\n ${app:eggs}\n extra-paths= ${tests:extra-paths}\n\n\n [pep8]\n recipe = zc.recipe.egg\n eggs = pep8", "description_content_type": null, "docs_url": "https://pythonhosted.org/zojax.mr.gae/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zojax/zojax.mr.gae", "keywords": "gae zojax", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "zojax.mr.gae", "package_url": "https://pypi.org/project/zojax.mr.gae/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zojax.mr.gae/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Zojax/zojax.mr.gae" }, "release_url": "https://pypi.org/project/zojax.mr.gae/0.3/", "requires_dist": null, "requires_python": null, "summary": "Simple GAE-extension for buildout", "version": "0.3" }, "last_serial": 802322, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "370215428dae5f8499a1fa41d81ce784", "sha256": "214b8c751fa7868b027b3907562534bd6325b2435ceba1cfdf7f38f02ee59230" }, "downloads": -1, "filename": "zojax.mr.gae-0.3.tar.gz", "has_sig": false, "md5_digest": "370215428dae5f8499a1fa41d81ce784", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3312, "upload_time": "2012-04-10T21:40:22", "url": "https://files.pythonhosted.org/packages/ef/17/7d0006b8cfbef87689ceb88bf32b31485728c0f656629555b18e7f667a0e/zojax.mr.gae-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "370215428dae5f8499a1fa41d81ce784", "sha256": "214b8c751fa7868b027b3907562534bd6325b2435ceba1cfdf7f38f02ee59230" }, "downloads": -1, "filename": "zojax.mr.gae-0.3.tar.gz", "has_sig": false, "md5_digest": "370215428dae5f8499a1fa41d81ce784", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3312, "upload_time": "2012-04-10T21:40:22", "url": "https://files.pythonhosted.org/packages/ef/17/7d0006b8cfbef87689ceb88bf32b31485728c0f656629555b18e7f667a0e/zojax.mr.gae-0.3.tar.gz" } ] }