{ "info": { "author": "Nikolay Kim", "author_email": "fafhrd91@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython" ], "description": "Mustache to javascript compiler\n===============================\n\nMustache to javascript compiler written in python. It is based on\ntwitter hogan.js compiler http://twitter.github.com/hogan.js/\n\n`Hogan.Template` is still required for rendering.\n\n\nInstallation\n------------\n\n1. Install virtualenv::\n\n $ wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py\n $ python2.7 ./virtualenv.py --no-site-packages venv\n\n2. Clone pyhogan from github and then install::\n\n $ git clone git://github.com/fafhrd91/pyhogan.git\n $ cd pyhogan\n $ ../venv/bin/python setup.py develop\n\n3. Compile your mustache templates::\n\n $ ../venv/bin/pyhogan template.mustache\n\n new Hogan.Template(function(c,p,i){...}\n\n\nTesting\n-------\n\nNode.js is required for tests::\n\n $ cd pyhogen/spec/\n $ ../../venv/python ./mustache_spec.py\n\n\nRequirements\n------------\n\n- Python 2.6 and up\n\n- Hogan.js 1.0.5\n\nCHANGES\n=======\n\n0.2 (2012-02-09)\n================\n\n- Fixed setup.py\n\n\n0.1 (2012-02-09)\n================\n\n- Initial 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/fafhrd91/pyhogan/", "keywords": null, "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "pyhogan", "package_url": "https://pypi.org/project/pyhogan/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyhogan/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fafhrd91/pyhogan/" }, "release_url": "https://pypi.org/project/pyhogan/0.2/", "requires_dist": null, "requires_python": null, "summary": "Mustache to javascript compiler.", "version": "0.2" }, "last_serial": 797286, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "69293bdca7a95d51d2cd9305598376d6", "sha256": "62c43dcb5a1fd04fed4ec1506f33de726066e5db403b55726e0afe7c67fda853" }, "downloads": -1, "filename": "pyhogan-0.1.tar.gz", "has_sig": false, "md5_digest": "69293bdca7a95d51d2cd9305598376d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17560, "upload_time": "2012-02-09T08:12:10", "url": "https://files.pythonhosted.org/packages/d8/67/455e5cdff572e14dd0f8777dbd6c093c9292f5b8f0c53440256dee5981a5/pyhogan-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "9f31d2b66d1848372bbc94fd9aaab2a0", "sha256": "dc5f6da78294443a7dfe51f4bdb2abfb26badb088ed923f70d7d13060d7263c7" }, "downloads": -1, "filename": "pyhogan-0.2.tar.gz", "has_sig": false, "md5_digest": "9f31d2b66d1848372bbc94fd9aaab2a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17615, "upload_time": "2012-02-10T01:35:34", "url": "https://files.pythonhosted.org/packages/94/75/4af7573e27014f4b33cfaf2b4ce64397f6e75f98f7ca3e405efbd5447742/pyhogan-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f31d2b66d1848372bbc94fd9aaab2a0", "sha256": "dc5f6da78294443a7dfe51f4bdb2abfb26badb088ed923f70d7d13060d7263c7" }, "downloads": -1, "filename": "pyhogan-0.2.tar.gz", "has_sig": false, "md5_digest": "9f31d2b66d1848372bbc94fd9aaab2a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17615, "upload_time": "2012-02-10T01:35:34", "url": "https://files.pythonhosted.org/packages/94/75/4af7573e27014f4b33cfaf2b4ce64397f6e75f98f7ca3e405efbd5447742/pyhogan-0.2.tar.gz" } ] }