{"id":17222632,"url":"https://github.com/marksteve/flask-redisconfig","last_synced_at":"2025-04-13T23:57:34.330Z","repository":{"id":8579206,"uuid":"10210245","full_name":"marksteve/flask-redisconfig","owner":"marksteve","description":"Redis-backed config for Flask applications","archived":false,"fork":false,"pushed_at":"2014-07-24T05:34:34.000Z","size":180,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T13:25:41.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marksteve.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-22T02:44:32.000Z","updated_at":"2015-05-16T16:21:00.000Z","dependencies_parsed_at":"2022-08-30T03:50:28.246Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/flask-redisconfig","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflask-redisconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflask-redisconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflask-redisconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflask-redisconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/flask-redisconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799926,"owners_count":21163403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T04:05:59.451Z","updated_at":"2025-04-13T23:57:34.310Z","avatar_url":"https://github.com/marksteve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================\nFlask-RedisConfig\n=================\n\n.. image:: http://img.shields.io/pypi/v/Flask-RedisConfig.png\n\nRedis-backed config for Flask applications based on the `disqus/durabledict \u003chttps://github.com/disqus/durabledict\u003e`_ library\n\n-----\nUsage\n-----\n::\n\n    from flask import Flask\n    from flask.ext.redisconfig import RedisConfig\n\n    app = Flask(__name__)\n    config = RedisConfig('app:config')\n    config.init_app(app)\n\n----------------------\nCommand Line Interface\n----------------------\nA CLI utility is provided for setting or reviewing config values easily.\n\n::\n\n    config.cli()\n\n::\n\n    Flask-RedisConfig\n    \u003e help\n\n    Documented commands (type help \u003ctopic\u003e):\n    ========================================\n    exit  get  help  list  set  set_bool  set_int\n\n    \u003e set SECRET_KEY oo5thuj4kaem2Pai0iviefahkaShah5iemae8Aev\n    \u003e get SECRET_KEY\n    SECRET_KEY = 'oo5thuj4kaem2Pai0iviefahkaShah5iemae8Aev'\n    \u003e set_bool PRESERVE_CONTEXT_ON_EXCEPTION False\n    \u003e set_int SQLALCHEMY_POOL_SIZE 100\n    \u003e list\n    PRESERVE_CONTEXT_ON_EXCEPTION = False\n    SECRET_KEY = 'oo5thuj4kaem2Pai0iviefahkaShah5iemae8Aev'\n    SQLALCHEMY_POOL_SIZE = 100\n    \u003e\n\n-------\nExample\n-------\n\n::\n\n    $ python example.py config\n    $ python example.py\n\n-------\nLicense\n-------\nhttp://marksteve.mit-license.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fflask-redisconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fflask-redisconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fflask-redisconfig/lists"}