Metadata-Version: 2.0
Name: django-achilles
Version: 0.0.7
Summary: Django AJAX Framework
Home-page: http://github.com/exekias/django-achilles/
Author: Carlos Pérez-Aradros Herce
Author-email: exekias@gmail.com
License: Apache License (2.0)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: Django (>=1.4)
Requires-Dist: six (==1.4.1)

Achilles - Django AJAX Framework
================================

.. image:: https://pypip.in/v/django-achilles/badge.png
  :target: https://pypi.python.org/pypi/django-achilles

.. image:: https://secure.travis-ci.org/exekias/django-achilles.png?branch=master
  :target: http://travis-ci.org/exekias/django-achilles

.. image:: https://coveralls.io/repos/exekias/django-achilles/badge.png?branch=master
  :target: https://coveralls.io/r/exekias/django-achilles?branch=master

Achilles provides a framework to communicate with Django applications using
AJAX. Trough the use of some primitives it allows you to build asynchronous
applications without the need of writting javascript to manage client side.


