{ "info": { "author": "Tommy Yu", "author_email": "tommy.yu@auckland.ac.nz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "nunja\n=====\n\nA minimum framework for building reuseable templates for consumption by\nPython backends and JavaScript frontends.\n\nFeatures\n--------\n\n``nunja`` is a framework that offers developers a way to build templates\nin Jinja that can be easily used from within Python and from the web\nbrowser using JavaScript for the frontend user facing UI components.\nThis is achieved by making use of Jinja2 templates that can be rendered\nusing `Jinja2`_ for the Python side, and the `Nunjucks`_ JavaScript\npackage for the rendering on the client side.\n\nThe package leverages upon the |calmjs|_ framework for the management of\naccess to Jinja templates with associated JavaScript front-end libraries\nembedded inside Python packages.\n\n.. _Jinja2: http://jinja.pocoo.org/\n.. _Nunjucks: http://mozilla.github.io/nunjucks/\n.. |calmjs| replace:: ``calmjs``\n.. _calmjs: https://pypi.python.org/pypi/calmjs\n\n\nInstallation\n------------\n\nCurrently under development, please install by cloning this repository\nand run ``python setup.py develop`` within your environment, or follow\nyour framework's method on installation of development packages.\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/calmjs/nunja/issues\n- Source Code: https://github.com/calmjs/nunja\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.", "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/calmjs/nunja", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "nunja", "package_url": "https://pypi.org/project/nunja/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nunja/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/calmjs/nunja" }, "release_url": "https://pypi.org/project/nunja/0.0/", "requires_dist": null, "requires_python": null, "summary": "The templating framework for Python x JavaScript", "version": "0.0" }, "last_serial": 2290275, "releases": { "0.0": [] }, "urls": [] }