Metadata-Version: 2.0
Name: django-systemjs
Version: 1.4.3
Summary: Brings SystemJS to Django staticfiles
Home-page: https://github.com/sergei-maertens/django-systemjs
Author: Sergei Maertens
Author-email: sergeimaertens@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: django-appconf (>=0.6)
Requires-Dist: semantic-version
Provides-Extra: test
Requires-Dist: mock; extra == 'test'
Requires-Dist: coverage; extra == 'test'

=====================
Django SystemJS
=====================

.. image:: https://travis-ci.org/sergei-maertens/django-systemjs.svg?branch=master
    :target: https://travis-ci.org/sergei-maertens/django-systemjs


.. image:: https://coveralls.io/repos/sergei-maertens/django-systemjs/badge.svg
  :target: https://coveralls.io/r/sergei-maertens/django-systemjs

.. image:: https://img.shields.io/pypi/v/django-systemjs.svg
  :target: https://pypi.python.org/pypi/django-systemjs


.. image:: https://readthedocs.org/projects/django-systemjs/badge/?version=latest
    :target: http://django-systemjs.readthedocs.org/en/latest/?badge=latest
    :alt: Documentation Status


Django SystemJS brings the Javascript of tomorrow to Django, today.

It leverages JSPM (https://jspm.io) to do the heavy lifting for your
client side code, while keeping development flow easy and deployment
without worries. In DEBUG mode, your Javascript modules are loaded
asynchronously. In production, your app is nicely bundled via JSPM
and ties in perfectly with `django.contrib.staticfiles`.


Installation
============

Follow the documentation on http://django-systemjs.readthedocs.org/en/latest/.


