Metadata-Version: 2.4
Name: django-datatables-serverside
Version: 1.0.1
Summary: A basic yet customisable django app for integration of DataTables.net plugin into Django projects in the server-side mode.
Home-page: https://github.com/hanicinecm/django-datatables-serverside/
Author: Martin Hanicinec
Author-email: hanicinecm@gmail.com
Project-URL: Bug Reports, https://github.com/hanicinecm/django-datatables-serverside/issues
Keywords: django datatables serverside ajax
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: django<4; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

|Test action| |GitHub license| |PyPI version| |PyPI pyversions| |Code style|

.. |Test action| image:: https://github.com/hanicinecm/django-datatables-serverside/workflows/tests/badge.svg
   :target: https://github.com/hanicinecm/django-datatables-serverside/actions
.. |GitHub license| image:: https://img.shields.io/github/license/hanicinecm/django-datatables-serverside.svg
   :target: https://github.com/hanicinecm/django-datatables-serverside/blob/master/LICENSE
.. |PyPI version| image:: https://img.shields.io/pypi/v/django-datatables-serverside.svg
   :target: https://pypi.python.org/pypi/django-datatables-serverside/
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/django-datatables-serverside.svg
   :target: https://pypi.python.org/pypi/django-datatables-serverside/
.. |Code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

************
Introduction
************

The ``django-datatables-serverside`` is a basic yet customisable django app for
integration of DataTables.net plugin into Django 3 projects in the server-side mode.
