{ "info": { "author": "Santiago Videla", "author_email": "santiago.videla@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "hurry.extjs\n***********\n\nIntroduction\n============\n\nThis library provides a simple API to use ExtJS_ with `hurry.resource`_.\n\n.. _`hurry.resource`: http://pypi.python.org/pypi/hurry.resource\n\n.. _ExtJS: http://www.extjs.com/\n\nDue to licenses conflicts, `hurry.extjs` can't packages the sources of ExtJS. So you need\nto do it manually.\n\nHow to use?\n===========\n\nAdd `hurry.zoperesource` and `hurry.extjs` to your setup.py and run ./bin/buildout::\n\n install_requires=[\n ...,\n 'hurry.zoperesource'\n 'hurry.extjs',\n ],\n\nDownload ExtJS_ and place it in your project. Next step, it's to publish the sources of\nExtJS as a resource directory. Using Grok, you should have something like this in your\nconfigure.zcml ::\n\n \n\n \n \n \n\n \n\n \n\n \n\n`hurry.extjs` will look for the resourceDirectory named `extjs`, so it's important that\nyou use the same `name` in the resourceDirectory statement.\n\nNow, you can import ``extjs`` like this::\n\n from hurry.extjs import extjs_all, extjs_css\n\nAnd then to trigger inclusion in the web page, anywhere within\nyour page or widget rendering code, do this::\n\n extjs_all.need()\n extjs_css.need()\n\n\nAuthors\n-------\n\n- Santiago Videla\n\nCHANGES\n*******\n\n2.2.1 (2009-05-04) (ExtJS version: 2.2.1)\n=========================================\n\n* Initial public release.\n\nDownload\n********", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "hurry.extjs", "package_url": "https://pypi.org/project/hurry.extjs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hurry.extjs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/hurry.extjs/2.2.1/", "requires_dist": null, "requires_python": null, "summary": "ExtJS for hurry.resource.", "version": "2.2.1" }, "last_serial": 793116, "releases": { "2.2.1": [ { "comment_text": "", "digests": { "md5": "32cb806d341b125b42838414b3163760", "sha256": "21febc685092b3508958dfe1ed671bb4e0f01607d1c4787296fffb7f70fa4b3e" }, "downloads": -1, "filename": "hurry.extjs-2.2.1.tar.gz", "has_sig": false, "md5_digest": "32cb806d341b125b42838414b3163760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4244, "upload_time": "2009-05-05T00:42:19", "url": "https://files.pythonhosted.org/packages/d8/1f/bcbc67c4501cc7aa7643b721eba7c5de43fe60a20b07d2c110745cd04116/hurry.extjs-2.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "32cb806d341b125b42838414b3163760", "sha256": "21febc685092b3508958dfe1ed671bb4e0f01607d1c4787296fffb7f70fa4b3e" }, "downloads": -1, "filename": "hurry.extjs-2.2.1.tar.gz", "has_sig": false, "md5_digest": "32cb806d341b125b42838414b3163760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4244, "upload_time": "2009-05-05T00:42:19", "url": "https://files.pythonhosted.org/packages/d8/1f/bcbc67c4501cc7aa7643b721eba7c5de43fe60a20b07d2c110745cd04116/hurry.extjs-2.2.1.tar.gz" } ] }