Metadata-Version: 1.1
Name: django-angular
Version: 0.8.2
Summary: Let Django play well with AngularJS
Home-page: https://github.com/jrief/django-angular
Author: Jacob Rief
Author-email: jacob.rief@gmail.com
License: MIT
Description: django-angular
        ==============
        
        Let Django play well with AngularJS
        
        Documentation
        -------------
        
        Detailed documentation on
        `ReadTheDocs <http://django-angular.readthedocs.org/en/latest/>`__.
        
        `Demo <http://django-angular.awesto.com/form_validation/>`__ on how to
        combine Django with Angular's form validation.
        
        Please drop me a line, if and where you use this project.
        
        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| |Downloads|
        
        Latest Changes
        --------------
        
        0.8.2
        ~~~~~
        
        -  On the client side, validation of the email address is done using the
           same regular expression as is used by Django. Until 0.8.1, the less
           restrictive Angular validation patterns were used.
        
        License
        -------
        
        Copyright © 2016
        
        MIT licensed
        
        .. |Build Status| image:: https://travis-ci.org/jrief/django-angular.svg?branch=master
           :target: https://travis-ci.org/jrief/django-angular
        .. |Downloads| image:: http://img.shields.io/pypi/dm/django-angular.svg?style=flat-square
           :target: https://pypi.python.org/pypi/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
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
