{ "info": { "author": "Francesco Banconi", "author_email": "francesco.banconi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Django Generic Bookmarks\n========================\n\nThis application provides bookmarks management functionality to \na Django project.\n\nFor instance, using bookmarks, users can store their favourite\ncontents, or items they follow, or topics they like or dislike.\n\nA bookmark connects users to Django contents in a generic way, without\nmodifying existing models tables, and *django-generic-bookmarks* exposes\na simple API to handle them, yet allowing the management of bookmarks\nin complex scenarios too.\n\nThe bookmarks can be stored using different backends. \nThe default one uses Django models to store user's preferences in the database,\nbut it is possible to write customized backends, and the application, \nout of the box, includes also a MongoDB backend.\n\nThe source code for this app is hosted on \nhttps://bitbucket.org/frankban/django-generic-bookmarks\n\n**Documentation** is avaliable \n`online `_ \nand in the docs directory of the project.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/frankban/django-generic-bookmarks/downloads", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-generic-bookmarks", "package_url": "https://pypi.org/project/django-generic-bookmarks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-generic-bookmarks/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/frankban/django-generic-bookmarks/downloads" }, "release_url": "https://pypi.org/project/django-generic-bookmarks/0.3/", "requires_dist": null, "requires_python": null, "summary": "Bookmarks, favourites, likes functionality for Django projects", "version": "0.3" }, "last_serial": 264975, "releases": { "0.1": [], "0.2": [], "0.3": [] }, "urls": [] }