Metadata-Version: 1.0
Name: django-listable
Version: 0.1.0
Summary: A reusable Django app to make integrations with the DataTables javascript library easy.
Home-page: https://github.com/randlet/django-listable
Author: Randle Taylor
Author-email: randle.taylor@gmail.com
License: BSD
Description: =============================
        django-listable
        =============================
        
        This is the start of an (incomplete) project to provide easy integration of
        Django and DataTables.js
        
        .. image:: https://badge.fury.io/py/djangoeasytables.png
            :target: http://badge.fury.io/py/djangolistable
        
        .. image:: https://travis-ci.org/randlet/djangolistable.png?branch=master
                :target: https://travis-ci.org/randlet/django-listable
        
        .. image:: https://pypip.in/d/djangoeasytables/badge.png
                :target: https://crate.io/packages/django-listable?version=latest
        
        
        .. A reusable Django app to make integrations with the DataTables javascript library easy.
        
        .. Documentation
        .. -------------
        ..
        .. The full documentation is at http://djangolistable.rtfd.org.
        ..
        .. Quickstart
        .. ----------
        ..
        .. Install django-listable::
        ..
        ..     pip install django-listable
        ..
        .. Then use it in a project::
        ..
        .. 	import listable
        ..
        .. Features
        .. --------
        ..
        .. * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2013-08-15)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: django-listable
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
