{ "info": { "author": "Reiner Marquez", "author_email": "rmaceissoft@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=============================\nDjango Hit Count Mixed Object\n=============================\n\nAllow hit count mixed objects represented into relational database, using NoSQL databases.\n\nMotivation\n==========\n\nImagine that you have ordered items, and each one can be customized with diferent toppings.\nExample:\n\n * Round Pizza with toppings (Spinach, Hot Sopresatta)\n * Round Pizza with toppings (Anchovies, Fried Eggplant)\n\nSo you want to know, the number of items ordered with the same toppings.\n\nApplication provides the following methods\n==========================================\n\n* push_hit\n\n ``object:`` model instance\n\n ``related_objects:`` sequence of model instances that compound the mixed object together the object param\n\n ``hit_count:`` number of hits to push\n\n* get_hit_count\n\n ``object:`` model instance\n\n ``related_objects:`` sequence of model instances that compound the mixed object together the object param\n\n\n* get_mixed_objects\n\n\n ``filters:`` dictionary of filter to quering mixed objects\n\n ``limit:`` max number of mixed objects to return\n\n ``offset:`` skip to this position before returning the results\n\n ``order_by:`` order the mixed objects by these keys\n\n\nFeedback\n========\n\nIf you have questions about usage or development you can send an email to rmaceissoft at gmail dot com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rmaceissoft/django-hitcount-mixed-object", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-hitcount-mixed-object", "package_url": "https://pypi.org/project/django-hitcount-mixed-object/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-hitcount-mixed-object/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rmaceissoft/django-hitcount-mixed-object" }, "release_url": "https://pypi.org/project/django-hitcount-mixed-object/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "holds hit count of mixed objects represented at relation model using NoSQL db", "version": "0.1.1" }, "last_serial": 789808, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7ee9137efbd85e060263dc19d6210120", "sha256": "e13a9f320f0087840946712fd10d10db713907d2ffccdd9809e58e79ac2559e1" }, "downloads": -1, "filename": "django-hitcount-mixed-object-0.1.1.zip", "has_sig": false, "md5_digest": "7ee9137efbd85e060263dc19d6210120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8341, "upload_time": "2012-02-23T18:21:41", "url": "https://files.pythonhosted.org/packages/0b/47/cd57e45a8a668c9a88cbceba4fc9164d2f49192d16531e9b2948636dbba7/django-hitcount-mixed-object-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ee9137efbd85e060263dc19d6210120", "sha256": "e13a9f320f0087840946712fd10d10db713907d2ffccdd9809e58e79ac2559e1" }, "downloads": -1, "filename": "django-hitcount-mixed-object-0.1.1.zip", "has_sig": false, "md5_digest": "7ee9137efbd85e060263dc19d6210120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8341, "upload_time": "2012-02-23T18:21:41", "url": "https://files.pythonhosted.org/packages/0b/47/cd57e45a8a668c9a88cbceba4fc9164d2f49192d16531e9b2948636dbba7/django-hitcount-mixed-object-0.1.1.zip" } ] }