{ "info": { "author": "Derrick Chambers", "author_email": "djachambeador@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.6" ], "description": "\n# FigCon\n\nA simple way to configure applications using pure python files.\n\n# Quickstart\n\n```\n# contents of default config (base_config.py)\nbob = 1\nharry = {0: 1, 1: 3}\n\n# contents of secondary config (~/config.py)\nbob = 2\nharry = {1: 2, 3: 4}\n\n# contents of primary config (config.py)\nbill = 4\nharry = {1: 6}\n\n# now use the configuration:\n\nfrom figcon import Figcon\n\n# give figcon a path to the default config file\nconfig = Figcon(default_path='base_config', primary_path='config.py', \n secondary_path='~')\n\n# objects are updated based on lowest priority (default) to highest (primary)\n\nassert config.bob == 2\nassert config.harry == {0:1, 1: 6, 3:4}\n```\n\n# Features\n\n* 3 step hierarchical configuration using a default, primary, and secondary config file.\n* Config files are pure python which allow lots flexibility.\n* Dont use this if you don't trust your users.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/smrd/figcon", "keywords": "figcon", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "figcon", "package_url": "https://pypi.org/project/figcon/", "platform": "", "project_url": "https://pypi.org/project/figcon/", "project_urls": { "Homepage": "https://bitbucket.org/smrd/figcon" }, "release_url": "https://pypi.org/project/figcon/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "A simple way to configure python libraries", "version": "0.0.0" }, "last_serial": 5267909, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "15116756f280c334ec083ae75cb2a1f2", "sha256": "efdf0b04c498b928d06e18e2a6346ac022be24c8d1f9a66d03ed86b87ff18533" }, "downloads": -1, "filename": "figcon-0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "15116756f280c334ec083ae75cb2a1f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5001, "upload_time": "2019-05-14T15:01:02", "url": "https://files.pythonhosted.org/packages/f6/f0/32fc4be23c8d14bed14e3369f5c6337d9b7da4e98842dbf2de71680c9d58/figcon-0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "670225f172ccb162263740582b301870", "sha256": "9104f14d076aa4c71eda04812ee8c7040407de852a9f3e7887f8c5a4105da26d" }, "downloads": -1, "filename": "figcon-0.0.0.tar.gz", "has_sig": false, "md5_digest": "670225f172ccb162263740582b301870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3949, "upload_time": "2019-05-14T15:01:04", "url": "https://files.pythonhosted.org/packages/de/2c/c702dc6167985f10af275b5954e9335979a6ed56bbf9171ee872ec8ffa41/figcon-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15116756f280c334ec083ae75cb2a1f2", "sha256": "efdf0b04c498b928d06e18e2a6346ac022be24c8d1f9a66d03ed86b87ff18533" }, "downloads": -1, "filename": "figcon-0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "15116756f280c334ec083ae75cb2a1f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5001, "upload_time": "2019-05-14T15:01:02", "url": "https://files.pythonhosted.org/packages/f6/f0/32fc4be23c8d14bed14e3369f5c6337d9b7da4e98842dbf2de71680c9d58/figcon-0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "670225f172ccb162263740582b301870", "sha256": "9104f14d076aa4c71eda04812ee8c7040407de852a9f3e7887f8c5a4105da26d" }, "downloads": -1, "filename": "figcon-0.0.0.tar.gz", "has_sig": false, "md5_digest": "670225f172ccb162263740582b301870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3949, "upload_time": "2019-05-14T15:01:04", "url": "https://files.pythonhosted.org/packages/de/2c/c702dc6167985f10af275b5954e9335979a6ed56bbf9171ee872ec8ffa41/figcon-0.0.0.tar.gz" } ] }