{ "info": { "author": "Alexandr Lispython", "author_email": "alex@obout.ru", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development :: Libraries" ], "description": "Welcome to gottwall-backend-redis's documentation!\n==================================================\n\ngottwall-storage-redis is a Redis storage for `GottWall metrics aggregation platform `_\n\n.. image:: https://secure.travis-ci.org/GottWall/gottwall-storage-redis.png\n\t :target: https://secure.travis-ci.org/GottWall/gottwall-storage-redis\n\nINSTALLATION\n------------\n\nTo use gottwall-storage-redis use `pip` or `easy_install`:\n\n``pip install gottwall-storage-redis``\n\nor\n\n``easy_install gottwall-storage-redis``\n\n\nUSAGE\n-----\n\nTo configure GottWall with `gottwall-storage-redis` you need specify backend in GottWall config.\n\n.. sourcecode:: python\n\n STORAGE = \"gw_storage_redis.RedisStorage\"\n\n STORAGE_SETTINGS = {\n \"HOST\": \"localhost\",\n\t \"PORT\": 6379,\n\t \"PASSWORD\": \"\",\n\t \"DB\": 2\n }\n\n\n\nCONTRIBUTE\n----------\n\nWe need you help.\n\n#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.\n There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.\n#. Fork `the repository`_ on Github to start making your changes to the **develop** branch (or branch off of it).\n#. Write a test which shows that the bug was fixed or that the feature works as expected.\n#. Send a pull request and bug the maintainer until it gets merged and published.\n\n.. _`the repository`: https://github.com/GottWall/gottwall-storage-redis/", "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/GottWall/gottwall-storage-redis", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "gottwall-storage-redis", "package_url": "https://pypi.org/project/gottwall-storage-redis/", "platform": "Linux,Mac", "project_url": "https://pypi.org/project/gottwall-storage-redis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GottWall/gottwall-storage-redis" }, "release_url": "https://pypi.org/project/gottwall-storage-redis/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Redis storage for GottWall statistics aggregator", "version": "0.0.1" }, "last_serial": 980069, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "88c081ab0acef10d5e774d9e63f9d35a", "sha256": "cba68f1959af5bd779e88981b0fe7a60acac81448939915eb3ec480248b22e27" }, "downloads": -1, "filename": "gottwall-storage-redis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "88c081ab0acef10d5e774d9e63f9d35a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5992, "upload_time": "2014-01-24T14:22:06", "url": "https://files.pythonhosted.org/packages/89/19/76aaac67cf89d6abeb2f1631b922f4595c481fadbe3f20672893cea7a183/gottwall-storage-redis-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88c081ab0acef10d5e774d9e63f9d35a", "sha256": "cba68f1959af5bd779e88981b0fe7a60acac81448939915eb3ec480248b22e27" }, "downloads": -1, "filename": "gottwall-storage-redis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "88c081ab0acef10d5e774d9e63f9d35a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5992, "upload_time": "2014-01-24T14:22:06", "url": "https://files.pythonhosted.org/packages/89/19/76aaac67cf89d6abeb2f1631b922f4595c481fadbe3f20672893cea7a183/gottwall-storage-redis-0.0.1.tar.gz" } ] }