Metadata-Version: 1.1
Name: common-tags
Version: 1.0.3
Summary: Common templatetags provides for Django
Home-page: https://github.com/agusmakmun/common-tags/
Author: Agus Makmun (Summon Agus)
Author-email: agus@python.web.id
License: MIT
Download-URL: https://github.com/agusmakmun/common-tags/tarball/v1.0.3
Description: common-tags |pypi version|
        ------------------------------
        
        .. |pypi version|
           image:: https://img.shields.io/pypi/v/common-tags.svg?style=flat-square
           :target: https://pypi.python.org/pypi/common-tags
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
           :target: https://raw.githubusercontent.com/agusmakmun/common-tags/master/LICENSE
        
        .. image:: https://img.shields.io/pypi/pyversions/common-tags.svg?style=flat-square
           :target: https://pypi.python.org/pypi/common-tags
        
        .. image:: https://img.shields.io/badge/Django-1.8,%201.9,%201.10-green.svg?style=flat-square
          :target: https://www.djangoproject.com
        
        Common templatetags provides for Django.
        
        
        Installation
        ------------------------------
        
        Common Tags is available directly from `PyPI`_:
        
        1. Installing the package.
        
        ::
        
            $ pip install common-tags
        
        
        2. Don't forget to add ``'common'`` to your ``'INSTALLED_APPS'`` setting `(without migrations)`.
        
        ::
        
            # settings.py
            INSTALLED_APPS = [
                ....
                'common',
            ]
        
        
        Usage in template
        ------------------------------
        
        ::
        
            {% load common_tags %}
        
        For complete usage, see `common/templatetags/common_tags.py`_
        
        
        Contributing
        ------------------------------
        
        Feel free to `open a bug`_ or `contribute to code`_ !
        
        
        .. _PyPI: https://pypi.python.org/pypi/common-tags
        .. _common/templatetags/common_tags.py: https://github.com/agusmakmun/common-tags/blob/master/common/templatetags/common_tags.py
        .. _open a bug: https://github.com/agusmakmun/common-tags/issues
        .. _contribute to code: https://github.com/agusmakmun/common-tags/pulls
        
Keywords: django common templatetags,django templatetags
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
