{ "info": { "author": "Vivek.Narayanan", "author_email": "mail@vivekn.co.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "resn\n====\nresn (REdis Social Network) is a simple library to create social networks. It provides a backend for data models using Redis, supporting friends, followers, updates and a news feed out of the box. You can use it with any web framework like Django, Flask, Pylons etc. For examples see the file **tests.py**. \n\nRequires:\n\n* Latest version of [redis-py](http://github.com/andymccurdy/redis-py)\n* Latest version of [redis_wrap](http://github.com/amix/redis_wrap)\n\nAuthor: Vivek Narayanan \n\nLicense: BSD, see LICENSE for more info.\n\nInstallation\n============\nFirst install redis_py and redis_wrap if you haven't already:\n\n $ easy_install redis\n $ easy_install resis_wrap\n\nThen install resn:\n\n $ easy_install resn\n\n\nSetting up\n==========\nTo use resn, import the module resn and add this to the beginning of the file.\n \n from resn import *\n setup_system('default', host, port) # host and port of your redis server, default is localhost:6379\n\nThere are a couple of other settings you might want to change.\n \n resn_settings['Feed Size'] = 100 # default value = 1000, No of messages in a user's feed.\n resn_settings['Token Validity'] = 72 * 3600 # This is the default value in seconds\n\nExamples\n==========\n\nFor examples see https://github.com/vivekn/resn/blob/master/tests.py\n\nFuture\n======\nSupport for integrating with Facebook and Twitter APIs is planned.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/vivekn/resn", "keywords": "redis,social network", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "resn", "package_url": "https://pypi.org/project/resn/", "platform": "Any", "project_url": "https://pypi.org/project/resn/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/vivekn/resn" }, "release_url": "https://pypi.org/project/resn/0.1/", "requires_dist": null, "requires_python": null, "summary": "resn (REdis Social Network) is a simple library to create social networks. It provides a backend for data models using Redis, supporting friends, followers, updates and a news feed out of the box.", "version": "0.1" }, "last_serial": 798900, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c04ab3749b48532cc1fb3a09dd452020", "sha256": "3a07c707f3028faa1af077f9499b8af4c55fbe8a3ad4fb34936de18fc2b88902" }, "downloads": -1, "filename": "resn-0.1.tar.gz", "has_sig": false, "md5_digest": "c04ab3749b48532cc1fb3a09dd452020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2011-06-16T10:56:36", "url": "https://files.pythonhosted.org/packages/97/11/ef6910f6610c4f0f6a4a6155438987929cb84d4bc62995428002b95a004b/resn-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c04ab3749b48532cc1fb3a09dd452020", "sha256": "3a07c707f3028faa1af077f9499b8af4c55fbe8a3ad4fb34936de18fc2b88902" }, "downloads": -1, "filename": "resn-0.1.tar.gz", "has_sig": false, "md5_digest": "c04ab3749b48532cc1fb3a09dd452020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2011-06-16T10:56:36", "url": "https://files.pythonhosted.org/packages/97/11/ef6910f6610c4f0f6a4a6155438987929cb84d4bc62995428002b95a004b/resn-0.1.tar.gz" } ] }