Metadata-Version: 2.4
Name: mireq_django_ajax_utils
Version: 0.0.8
Summary: Django ajax utils
Author-email: Miroslav Bendík <miroslav.bendik@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/mireq/django-ajax-utils
Project-URL: documentation, https://github.com/mireq/django-ajax-utils
Project-URL: repository, https://github.com/mireq/django-ajax-utils
Project-URL: changelog, https://github.com/mireq/django-ajax-utils/blob/master/CHANGELOG.md
Keywords: django,ajax
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: django
Requires-Dist: contextvars; python_version < "3.7"
Requires-Dist: dataclasses; python_version < "3.7"
Provides-Extra: dev
Requires-Dist: tox; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: commitizen; extra == "dev"
Dynamic: license-file

=================
Django ajax utils
=================

|version| |downloads| |license|

This is small set of ajax utility functions. It's used mostly in my internal
projects.

Install
-------

.. code:: bash

	pip install mireq-django-ajax-utils

.. |version| image:: https://badge.fury.io/py/mireq-django-ajax-utils.svg
	:target: https://pypi.python.org/pypi/mireq-django-ajax-utils/

.. |downloads| image:: https://img.shields.io/pypi/dw/mireq-django-ajax-utils.svg
	:target: https://pypi.python.org/pypi/mireq-django-ajax-utils/

.. |license| image:: https://img.shields.io/pypi/l/mireq-django-ajax-utils.svg
	:target: https://pypi.python.org/pypi/mireq-django-ajax-utils/
