{ "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-backend-redis is a Redis storage for `GottWall metrics aggregation platform `_\n\n.. image:: https://secure.travis-ci.org/GottWall/gottwall-backend-redis.png\n\t :target: https://secure.travis-ci.org/GottWall/gottwall-backend-redis\n\nINSTALLATION\n------------\n\nTo use gottwall-backend-redis use `pip` or `easy_install`:\n\n``pip install gottwall-backend-redis``\n\nor\n\n``easy_install gottwall-backend-redis``\n\n\nUSAGE\n-----\n\nTo configure GottWall with `gottwall-backend-redis` you need specify backend in GottWall config.\n\n.. sourcecode:: python\n\n BACKENDS = {\n 'gw_backend_redis.RedisBackend': {\n 'HOST': \"127.0.0.1\",\n 'PORT': 6379,\n 'PASSWORD': None,\n 'DB': 2,\n \"CHANNEL\": \"gottwall\"},\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-backend-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-backend-redis", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "gottwall-backend-redis", "package_url": "https://pypi.org/project/gottwall-backend-redis/", "platform": "Linux,Mac", "project_url": "https://pypi.org/project/gottwall-backend-redis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GottWall/gottwall-backend-redis" }, "release_url": "https://pypi.org/project/gottwall-backend-redis/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Redis transport backend for GottWall statistics aggregator", "version": "0.0.1" }, "last_serial": 980426, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6cb276e7f247ed2bdbac6397d821e898", "sha256": "590c7c69b7afe9b10dc09db00b02b8c3110a33c75f31d6e76d6916b2cf399f0b" }, "downloads": -1, "filename": "gottwall-backend-redis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6cb276e7f247ed2bdbac6397d821e898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5200, "upload_time": "2014-01-24T15:16:15", "url": "https://files.pythonhosted.org/packages/86/34/950a4633becea7ea8d8195fe91ecb6113bc874882bf545a4a0ba287226ec/gottwall-backend-redis-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6cb276e7f247ed2bdbac6397d821e898", "sha256": "590c7c69b7afe9b10dc09db00b02b8c3110a33c75f31d6e76d6916b2cf399f0b" }, "downloads": -1, "filename": "gottwall-backend-redis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6cb276e7f247ed2bdbac6397d821e898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5200, "upload_time": "2014-01-24T15:16:15", "url": "https://files.pythonhosted.org/packages/86/34/950a4633becea7ea8d8195fe91ecb6113bc874882bf545a4a0ba287226ec/gottwall-backend-redis-0.0.1.tar.gz" } ] }