Metadata-Version: 1.0
Name: django-hitcount-mixed-object
Version: 0.1.1
Summary: holds hit count of mixed objects represented at relation model using NoSQL db
Home-page: https://github.com/rmaceissoft/django-hitcount-mixed-object
Author: Reiner Marquez
Author-email: rmaceissoft@gmail.com
License: UNKNOWN
Description: =============================
        Django Hit Count Mixed Object
        =============================
        
        Allow hit count mixed objects represented into relational database, using NoSQL databases.
        
        Motivation
        ==========
        
        Imagine that you have ordered items, and each one can be customized with diferent toppings.
        Example:
        
          * Round Pizza with toppings (Spinach, Hot Sopresatta)
          * Round Pizza with toppings (Anchovies, Fried Eggplant)
        
        So you want to know, the number of items ordered with the same toppings.
        
        Application provides the following methods
        ==========================================
        
        * push_hit
        
            ``object:`` model instance
        
            ``related_objects:`` sequence of model instances that compound  the mixed object together the object param
        
            ``hit_count:`` number of hits to push
        
        * get_hit_count
        
            ``object:`` model instance
        
            ``related_objects:`` sequence of model instances that compound  the mixed object together the object param
        
        
        * get_mixed_objects
        
        
              ``filters:`` dictionary of filter to quering mixed objects
        
              ``limit:`` max number of mixed objects to return
        
              ``offset:`` skip to this position before returning the results
        
              ``order_by:`` order the mixed objects by these keys
        
        
        Feedback
        ========
        
        If you have questions about usage or development you can send an email to rmaceissoft at gmail dot com
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
