Metadata-Version: 1.1
Name: arrayfield-tagsinput
Version: 0.01
Summary: An app that gives you tag input field for forms
Home-page: http://www.routeatlas.com
Author: Ángel Velásquez, Agustín Cangiani
Author-email: angvp@archlinux.org, cangiani@gmail.com
License: GPL
Description: django-arrayfield-tagsinput
        ===========================
        
        .. image:: https://travis-ci.org/RouteAtlas/django-arrayfield-tagsinput.png?branch=master
            :target: https://travis-ci.org/RouteAtlas/django-arrayfield-tagsinput
            
        .. image:: https://coveralls.io/repos/RouteAtlas/django-arrayfield-tagsinput/badge.png?branch=master
          :target: https://coveralls.io/r/RouteAtlas/django-arrayfield-tagsinput?branch=master
        
        .. image:: https://requires.io/github/RouteAtlas/django-arrayfield-tagsinput/requirements.png?branch=master
           :target: https://requires.io/github/RouteAtlas/django-arrayfield-tagsinput/requirements/?branch=master
           :alt: Requirements Status
           
        .. image:: https://landscape.io/github/RouteAtlas/django-arrayfield-tagsinput/master/landscape.png
           :target: https://landscape.io/github/RouteAtlas/django-arrayfield-tagsinput/master
           :alt: Code Health
           
        .. image:: https://d2weczhvl823v0.cloudfront.net/RouteAtlas/django-arrayfield-tagsinput/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        
        Welcome to the documentation for django-arrayfield-tagsinput!
        
        Django Tags Input is a module that gives you a modified version of the `Xoxco jQuery Tags Input`_ library within Django,
        for use with `djorm-pgarray`
        
        It's inspired on `django-tagsinput` module from `@WoLpH` but for ArrayField for
        postgres.
        
        We created this for `RouteAtlas` you should check also `our github page` :).
        
        .. image:: https://s3.amazonaws.com/rabackoffice/vagrantbox/django-arrayfield-tagsinput.png
           :alt: You get the idea huh?
        
        .. _Xoxco jQuery Tags Input: http://xoxco.com/projects/code/tagsinput/
        
        .. _djorm-pgarray: https://github.com/niwibe/djorm-ext-pgarray 
        
        .. _django-tagsinput: https://github.com/WoLpH/django-tags-input
        
        .. _WoLpH: https://github.com/WoLpH
        
        .. _RouteAtlas: http://routeatlas.com
        
        .. _our github page: http://github.com/RouteAtlas
        
        Running the Tests
        -----------------
        
        You can run the tests with via::
        
            python setup.py test
        
        or::
        
            python runtests.py
        
        
        Actually we don't have much tests here, but they will be :)
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
