{ "info": { "author": "Cox Media Group", "author_email": "opensource@coxinc.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "okonomi\n=======\n\nIncredibly simple static javascript file handling.\n\nfrom any template, as many times as you want::\n\n {% jsrequire /path/to/my/js.js %}\n\nor::\n\n {% jsrequire http://google.com/some/api %}\n\n``okonomi`` will take care of getting just the right ``\\n``\n* ``OKONOMI_HTML_URL_TEMPLATE`` defaults to ``\\n``\n\n\nRequirements\n============\n\nLocally hosted media\n--------------------\n\n* ${JS} sigil in HEAD or somewhere::\n\n {% jsrequire /formchecking.js %}\n\n* add ``/formchecking.js`` to ``set()`` in context\n\n... (repeat in various templates) ...\n\n* middleware:\n * generate key from what is in the set()\n * not cached?\n * read all the js files, concat, cache\n\n * insert ```` for ``${JS}``\n\n\nRemote hosted media\n-------------------\n\n* ``${JS}`` sigil in HEAD or somewhere::\n\n {% jsrequire https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.js %}\n\n* add url to set() in context\n\n... (repeat in various templates) ...\n\n* middleware:\n * insert ```` for each remote include\n\n\nauthor\n------\nNathaniel Smith \nfor Cox Media Group Digital & Strategy\n\nlicense\n-------\nokonomi is licensed under the MIT license.", "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/coxmediagroup/okonomi", "keywords": "javascript,loader,templatetag,django", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "okonomi", "package_url": "https://pypi.org/project/okonomi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/okonomi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/coxmediagroup/okonomi" }, "release_url": "https://pypi.org/project/okonomi/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "smart JS loading for Django", "version": "0.1.1" }, "last_serial": 795698, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "92b8857483ba630de7a1fb56054e68ca", "sha256": "07a8d6abaa7c3c2845fde8829aeaa0a778c6a5da9a224820d2f7ab63d9410918" }, "downloads": -1, "filename": "okonomi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "92b8857483ba630de7a1fb56054e68ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7858, "upload_time": "2012-06-28T21:03:41", "url": "https://files.pythonhosted.org/packages/f3/94/e08096bc714c506e1cb695e38100a5adad4643971830bbffa3d91bf28c99/okonomi-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92b8857483ba630de7a1fb56054e68ca", "sha256": "07a8d6abaa7c3c2845fde8829aeaa0a778c6a5da9a224820d2f7ab63d9410918" }, "downloads": -1, "filename": "okonomi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "92b8857483ba630de7a1fb56054e68ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7858, "upload_time": "2012-06-28T21:03:41", "url": "https://files.pythonhosted.org/packages/f3/94/e08096bc714c506e1cb695e38100a5adad4643971830bbffa3d91bf28c99/okonomi-0.1.1.tar.gz" } ] }