Metadata-Version: 1.0
Name: django-trackable
Version: 0.2.1
Summary: A Django application which provides tools for out-of-band capture of arbitrary tracking data.
Home-page: http://github.com/yorkedork/django-trackable/tree/master
Author: Thom Linton
Author-email: thom.linton@gmail.com
License: BSD
Description: ================
        django-trackable
        ================
        
        ``Django-trackable`` attempts to be a reusable Django application that provides
        infrastructure to easily implement the functionality required to capture
        arbitrary tracking data out-of-band. This documentation assumes a basic 
        familiarity with `Django`_ and the `Celery`_ package. For usage and installation 
        instructions, please review the documentation.
        
        .. _Django: http://djangoproject.org
        .. _Celery: http://celeryproject.org
        
        
        Release notes
        -------------
        
        0.2.0
        =====
        
        * Refactoring process_messages to remove ad-hoc message structure and to instead utilize pickle.
        * Added tests/test infrastructure.
        * Restructuring application to operate correctly under (real) concurrency.
        
        0.1.2
        =====
        
        * Maintenance release to fix PyPI issues.
        
        0.1.1
        =====
        
        * Updating documentation
        
        0.1.0
        =====
        
        * Initial release
        
Keywords: django tracking
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
