Metadata-Version: 1.1
Name: django-angular
Version: 0.6.2
Summary: Reusable mixins classes and utility functions which help to integrate AngularJS with Django.
Home-page: https://github.com/jrief/django-angular
Author: Jacob Rief
Author-email: jacob.rief@gmail.com
License: MIT
Description: django-angular
        ==============
        
        Utilities to let Django play nice together with AngularJS
        ---------------------------------------------------------
        
        **NEW in 0.6.2**: Fixed bug in form validation mixin.
        
        Project home: https://github.com/jrief/django-angular
        
        Detailed documentation
        
        |ReadTheDocs|
        
        Features
        --------
        
        -  Seamless integration of Django forms with AngularJS controllers.
        -  Client side form validation for Django forms using AngularJS.
        -  Let an AngularJS controller call methods in a Django view - kind of
           Javascript RPCs.
        -  Manage Django URLs for static controller files.
        -  Three way data binding to connect AngularJS models with a server side
           message queue.
        -  Perform basic CRUD operations.
        
        Build status
        ------------
        
        |Build Status|
        
        License
        -------
        
        Copyright (c) 2014 Jacob Rief Licensed under the MIT license.
        
        .. |ReadTheDocs| image:: https://raw.github.com/jrief/django-angular/master/docs/_static/badge-rtd.png
           :target: http://django-angular.readthedocs.org/
        .. |Build Status| image:: https://travis-ci.org/jrief/django-angular.png?branch=master
           :target: https://travis-ci.org/jrief/django-angular
        
Keywords: django,angularjs
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 4 - Beta
