{ "info": { "author": "Eugene Cheltsov", "author_email": "chill.icp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "gears-jsx\n==================\n\nJSX compiler for Gears. \n\nBundled [react-tools](https://github.com/facebook/react) version: 0.10.0\n\n\nInstallation\n------------\n\nInstall `gears-jsx` with pip:\n\n $ pip install gears-jsx\n\n\nRequirements\n------------\n- [node.js](http://nodejs.org)\n\n\nUsage\n-----\n\nAdd `gears_jsx.JSXCompiler` to `environment`'s compilers registry:\n\n from gears_jsx import JSXCompiler\n environment.compilers.register('.jsx', JSXCompiler.as_handler())\n\nIf you use Gears in your Django project, add this code to its settings:\n\n GEARS_COMPILERS = {\n '.jsx': 'gears_jsx.JSXCompiler',\n }", "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/ChillyBwoy/gears-jsx", "keywords": "gears django-gears react jsx gears-jsx", "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "gears-jsx", "package_url": "https://pypi.org/project/gears-jsx/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gears-jsx/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ChillyBwoy/gears-jsx" }, "release_url": "https://pypi.org/project/gears-jsx/0.1/", "requires_dist": null, "requires_python": null, "summary": "JSX compiler for Gears", "version": "0.1" }, "last_serial": 1085231, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dfb8f283d01e2a3ffdd3b1ce4ff9c9c8", "sha256": "f4d95551bf0cac0e511d321ba3862ef810270477c808cf3fc91dbb3f7beae87b" }, "downloads": -1, "filename": "gears_jsx-0.1-py2.7.egg", "has_sig": false, "md5_digest": "dfb8f283d01e2a3ffdd3b1ce4ff9c9c8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1866454, "upload_time": "2014-05-08T11:23:09", "url": "https://files.pythonhosted.org/packages/29/a2/21784cefb60a9707239afbc38e991e4d6d358beb3cdee647825bf9e04a20/gears_jsx-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b3321a6d811a2a4d82a258915b9e9682", "sha256": "8700858d86f8332cb95d4fcec5d098ea8d9fc2d106863d3a3010219ba7aa084a" }, "downloads": -1, "filename": "gears-jsx-0.1.tar.gz", "has_sig": false, "md5_digest": "b3321a6d811a2a4d82a258915b9e9682", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353874, "upload_time": "2014-05-08T11:23:13", "url": "https://files.pythonhosted.org/packages/ac/f4/b1a00328f358e727c0c527debccde2b62c1e1aab076d47cf9ac9b7caccf0/gears-jsx-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dfb8f283d01e2a3ffdd3b1ce4ff9c9c8", "sha256": "f4d95551bf0cac0e511d321ba3862ef810270477c808cf3fc91dbb3f7beae87b" }, "downloads": -1, "filename": "gears_jsx-0.1-py2.7.egg", "has_sig": false, "md5_digest": "dfb8f283d01e2a3ffdd3b1ce4ff9c9c8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1866454, "upload_time": "2014-05-08T11:23:09", "url": "https://files.pythonhosted.org/packages/29/a2/21784cefb60a9707239afbc38e991e4d6d358beb3cdee647825bf9e04a20/gears_jsx-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b3321a6d811a2a4d82a258915b9e9682", "sha256": "8700858d86f8332cb95d4fcec5d098ea8d9fc2d106863d3a3010219ba7aa084a" }, "downloads": -1, "filename": "gears-jsx-0.1.tar.gz", "has_sig": false, "md5_digest": "b3321a6d811a2a4d82a258915b9e9682", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353874, "upload_time": "2014-05-08T11:23:13", "url": "https://files.pythonhosted.org/packages/ac/f4/b1a00328f358e727c0c527debccde2b62c1e1aab076d47cf9ac9b7caccf0/gears-jsx-0.1.tar.gz" } ] }