Metadata-Version: 1.0
Name: djangular
Version: 0.2.3
Summary: A reusable app that provides better app integration with AngularJS.
Home-page: http://github.com/appliedsec/djangular
Author: Brian Montgomery
Author-email: brianm@appliedsec.com
License: Apache
Description: 
        A reusable app that provides better app integration with Angular.  Djangular allows you to create Angular content per
        app, instead of creating a single massive Angular application inside of Django.  This allows you to selectively use
        apps per site, as well as create a consistent structure across all of your Django apps.
        
        This is intended to be a Django version of the Angular-Seed project (https://github.com/angular/angular-seed).  The
        current mindset is to limit the amount of changes introduced by Djangular.
        
Keywords: djangular django angular angularjs
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
