{ "info": { "author": "Axel Haustant", "author_email": "noirbizarre+django@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution" ], "description": "===============\nDjango ezTables\n===============\n\n\n\n\nEasy integration between jQuery DataTables and Django.\n\nCompatibility\n=============\n\nDjango ezTables requires Python 2.6+, Django 1.4+ and Django.js 0.7.6+.\n\n\nInstallation\n============\n\nYou can install Django ezTables with pip:\n\n::\n\n $ pip install django-eztables\n\nor with easy_install:\n\n::\n\n $ easy_install django-eztables\n\n\nAdd ``djangojs`` and ``eztables`` to your ``settings.INSTALLED_APPS``.\n\n\nFeatures\n========\n\n- Datatables.net, plugins and localization integration with Django.\n- Server-side processing with a simple view supporting:\n - sorting (single and multi columns)\n - filtering with regex support (global and by column)\n - formatting using format pattern\n- Deferred loading support.\n- Twitter Bootstrap integration.\n\n\nDemo\n====\n\nYou can try the demo by cloning this repository and running the test server with provided data:\n\n::\n\n $ python manage.py syncdb\n $ python manage.py loaddata eztables/demo/fixtures/browsers.json\n $ python manage.py runserver\n\nThen open your browser to http://localhost:8000\n\n\nDocumentation\n=============\n\nThe documentation is hosted `on Read the Docs `_\n\nChangelog\n=========\n\n0.3.2 (2013-06-07)\n------------------\n\n- Python 2.6 support\n\n\n0.3.1 (2013-05-05)\n------------------\n\n- Prevent errors on regex lookups with SQLite (`issue #5 `_)\n\n\n0.3.0 (2013-04-30)\n------------------\n\n- Python 3 support\n- Documented integration with Django Pipeline or RequireJS\n- Package the unminified version too (used when ``settings.DEBUG=True``)\n\n\n0.2.2 (2013-03-02)\n------------------\n\n- Django 1.5 compatibility\n- Added custom search and sort demo\n\n\n0.2.1 (2013-02-08)\n------------------\n\n- Fix formatting with unicode\n\n\n0.2 (2013-02-07)\n----------------\n\n- Handle custom server-side search implementation\n- Handle custom server-side sort implementation\n\n\n0.1.2 (2013-02-07)\n------------------\n\n- Fix static files packaging\n\n\n0.1.1 (2013-02-07)\n------------------\n\n- Fix requirements packaging\n\n\n0.1 (2013-02-07)\n----------------\n\n- Initial implementation", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-eztables/", "download_url": "http://pypi.python.org/pypi/django-eztables", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/noirbizarre/django-eztables", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "django-eztables", "package_url": "https://pypi.org/project/django-eztables/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-eztables/", "project_urls": { "Download": "http://pypi.python.org/pypi/django-eztables", "Homepage": "https://github.com/noirbizarre/django-eztables" }, "release_url": "https://pypi.org/project/django-eztables/0.3.2/", "requires_dist": null, "requires_python": null, "summary": "jQuery Datatables integration for Django", "version": "0.3.2" }, "last_serial": 789596, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fd88cde67f638ddc5c95d498ac45e002", "sha256": "233c60e7cb6f525d480be657af1314081e6fb64dd4727406b0a93ddb92bd2e12" }, "downloads": -1, "filename": "django-eztables-0.1.tar.gz", "has_sig": false, "md5_digest": "fd88cde67f638ddc5c95d498ac45e002", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97499, "upload_time": "2013-02-07T14:48:28", "url": "https://files.pythonhosted.org/packages/3a/b8/c66ea933bb36933f8b7420bc8182f425795019a66cf758cab80c091d1319/django-eztables-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "200502410c1bba46de6fe1b6e38263d3", "sha256": "d1ab5245b43a9a96c720b714064b3f29d6306f156f95513109166e0fe85e511d" }, "downloads": -1, "filename": "django-eztables-0.1.1.tar.gz", "has_sig": false, "md5_digest": "200502410c1bba46de6fe1b6e38263d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97759, "upload_time": "2013-02-07T15:01:05", "url": "https://files.pythonhosted.org/packages/e1/cb/10eb078fbca9ce1bdad995f113aa91e9752cda034b12d64f9d8eafc67f0b/django-eztables-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e56f99996bad5b526d32b04c58f8fd3f", "sha256": "823a177bae7c0a017762d42bbd01835e579f3d2375ae249072c387d0f4187dab" }, "downloads": -1, "filename": "django-eztables-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e56f99996bad5b526d32b04c58f8fd3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151973, "upload_time": "2013-02-07T15:29:42", "url": "https://files.pythonhosted.org/packages/17/0a/394535d5c7a81b5e18267af86f30a5dd9ea9d287620d557e8670f062a6be/django-eztables-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "615ace050f70cb6449bdb045cd0f0d44", "sha256": "25c95b84e32b63ae39e040f28d98b7d0a47fe904460a5e14c884a4a3a048520f" }, "downloads": -1, "filename": "django-eztables-0.2.tar.gz", "has_sig": false, "md5_digest": "615ace050f70cb6449bdb045cd0f0d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152459, "upload_time": "2013-02-07T21:08:45", "url": "https://files.pythonhosted.org/packages/9f/e7/a5f27bcd3759b94193ac6da3a6f35cc1c46042f6295349ba9cddbacf8f99/django-eztables-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6ad50dcb24b6cf67cf027add4ba3253a", "sha256": "caf8cf97b881e253474cb2bf6b8f4168461fdb2dd0277c423c57259bda57ab13" }, "downloads": -1, "filename": "django-eztables-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6ad50dcb24b6cf67cf027add4ba3253a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152942, "upload_time": "2013-02-08T10:36:57", "url": "https://files.pythonhosted.org/packages/81/19/0a8eee058342c6d64c6fb631df2c805eb2e5834dd022a11c6ebf46624cee/django-eztables-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "c1ee641c15504710253c71ec549e75cc", "sha256": "d70e8f06b32db9c03a49f12bc76fdc9f5f30f5c0662fe0be8d9d81b8b7a67e78" }, "downloads": -1, "filename": "django-eztables-0.2.2.tar.gz", "has_sig": false, "md5_digest": "c1ee641c15504710253c71ec549e75cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153003, "upload_time": "2013-03-02T11:43:24", "url": "https://files.pythonhosted.org/packages/48/ba/e5693cef3d9e04fb0c2dc9f8c1408b7f4df41d92c49e3ff082fca1d3a363/django-eztables-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a70b40f062d4bf16e8f5e9d509a13d8f", "sha256": "dedde76b62fd668e1542dcbbec0aa35f3ac90c816871249e662d1d61cc054e1f" }, "downloads": -1, "filename": "django-eztables-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a70b40f062d4bf16e8f5e9d509a13d8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 239290, "upload_time": "2013-04-30T17:27:25", "url": "https://files.pythonhosted.org/packages/91/14/8b2378d73c354d6bc615602e8c0b7fd8042f81a003a9a249cfc2bd4364b5/django-eztables-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "28027c502cae5fde9dccc6e07722a4fc", "sha256": "c6630b921a8f7a13d39730e5a6f42668d84b481cd35bd704bc9fbb4add00661b" }, "downloads": -1, "filename": "django-eztables-0.3.1.tar.gz", "has_sig": false, "md5_digest": "28027c502cae5fde9dccc6e07722a4fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240633, "upload_time": "2013-05-05T15:26:26", "url": "https://files.pythonhosted.org/packages/ea/b2/6ef58c4c33f9f1db10f9e1cad88440a1e2eb3f49410237a20cb51efa7c96/django-eztables-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "1cc6994579213f8d5b0c47df2d90a42d", "sha256": "e0f23b0714a997d2925b98169abf0562152126bdafc53da39c93e859c62ce24d" }, "downloads": -1, "filename": "django-eztables-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1cc6994579213f8d5b0c47df2d90a42d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240832, "upload_time": "2013-06-07T00:39:20", "url": "https://files.pythonhosted.org/packages/28/8e/e96f2cac43d8b274f1bf312bb1b190a0570e644762698a215600444445fc/django-eztables-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1cc6994579213f8d5b0c47df2d90a42d", "sha256": "e0f23b0714a997d2925b98169abf0562152126bdafc53da39c93e859c62ce24d" }, "downloads": -1, "filename": "django-eztables-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1cc6994579213f8d5b0c47df2d90a42d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240832, "upload_time": "2013-06-07T00:39:20", "url": "https://files.pythonhosted.org/packages/28/8e/e96f2cac43d8b274f1bf312bb1b190a0570e644762698a215600444445fc/django-eztables-0.3.2.tar.gz" } ] }