Metadata-Version: 1.1
Name: django-amptags
Version: 0.1
Summary: Django template tags for developing Google AMP websites.
Home-page: https://github.com/sethlivingston/django-amptags
Author: Seth Livingston
Author-email: webdevbyseth@gmail.com
License: ISC License
Description: ========
        AMP Tags
        ========
        
        Django template tags designed to make it easier to build `Google Amp <http://ampproject.com>`_ websites.
        
        Quick Start
        -----------
        
        1. Add 'amptags' to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'amptags',
            ]
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
