Metadata-Version: 2.1
Name: mireq_django_ajax_utils
Version: 0.0.1
Summary: Django ajax utils
Author-email: Miroslav Bendík <miroslav.bendik@gmail.com>
License: 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: License :: OSI Approved :: BSD License
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
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS

=================
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/
