{ "info": { "author": "Yanchuan Sim", "author_email": "yanchuan@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "ycsettings\n==========\n\n.. image:: https://img.shields.io/pypi/v/ycsettings.svg\n :target: https://pypi.python.org/pypi/ycsettings\n.. image:: https://readthedocs.org/projects/ycsettings/badge/?version=latest\n :target: http://ycsettings.readthedocs.io/en/latest/?badge=latest\n\nycsettings is a utility module for handling app settings.\nIt simplifies the searching of multiple sources (i.e., environment, files, etc) for settings and configuration variables.\n\nExample\n-------\n\n.. code-block:: python\n\n parser = ArgumentParser(description='Hello World!')\n parser.add_argument('settings_uri', type=str, metavar='', help='Positional option')\n A = parser.parse_args()\n\n settings_dict = {'A': 5}\n\n settings = Settings(A, settings_dict, 's3://example/settings.yaml', search_first=['env', 'env_settings_uri'], warn_missing=False)\n\n print(settings.getint('A', default=5, raise_exception=True))\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/skylander86/ycsettings", "keywords": "ycsettings", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "ycsettings", "package_url": "https://pypi.org/project/ycsettings/", "platform": "", "project_url": "https://pypi.org/project/ycsettings/", "project_urls": { "Homepage": "https://github.com/skylander86/ycsettings" }, "release_url": "https://pypi.org/project/ycsettings/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "A utility module for handling app settings.", "version": "0.1.5" }, "last_serial": 3218416, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "938ee13c938ecd04f37653bda392ce33", "sha256": "f942efa7e2eae90c9d3ef90acb745f7930c080206077c66db54b40e424250f8f" }, "downloads": -1, "filename": "ycsettings-0.1.0.tar.gz", "has_sig": false, "md5_digest": "938ee13c938ecd04f37653bda392ce33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13500, "upload_time": "2017-09-25T13:19:03", "url": "https://files.pythonhosted.org/packages/21/bd/57ec1af56882b6c43025117741fa9c9f03c98a6814275ec25eeb070f8711/ycsettings-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0998b2994f898a5e16f4dd063b677b45", "sha256": "206d8e6f1e456aa6b5a7a1a409e23bab6b2796059707246135462ef8c80e511e" }, "downloads": -1, "filename": "ycsettings-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0998b2994f898a5e16f4dd063b677b45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12859, "upload_time": "2017-09-26T03:33:05", "url": "https://files.pythonhosted.org/packages/79/b6/4f261e4cc0f2e7bb6789b82be46ab6ce4c168cf062551d74c807580b6114/ycsettings-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "113e4787cd5ab414e48d2c0d808ecc09", "sha256": "b11e01ca6ceb635bb43ef217d112b706f6cc559b659f24591be88b051eaab3d7" }, "downloads": -1, "filename": "ycsettings-0.1.2.tar.gz", "has_sig": false, "md5_digest": "113e4787cd5ab414e48d2c0d808ecc09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12908, "upload_time": "2017-09-27T05:27:49", "url": "https://files.pythonhosted.org/packages/92/62/77a9983e5988809ef7f430e8d20d9e01d23e743a9aa23daad1a1a0e84711/ycsettings-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "253545e642533de4059919cdf8c27b83", "sha256": "12ec4defeeba2a2b5efb0ba9386cb866c1bfa8979301e00f572f4d529ae768a5" }, "downloads": -1, "filename": "ycsettings-0.1.3.tar.gz", "has_sig": false, "md5_digest": "253545e642533de4059919cdf8c27b83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13140, "upload_time": "2017-09-27T08:37:18", "url": "https://files.pythonhosted.org/packages/55/b0/d9e95116b7cab2d320f10e8f58708c4bcc256902d6c4108c97c5f10d454a/ycsettings-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "b9d17a6152d528907a5b7096f1a752c3", "sha256": "ad95d116db70b81ebd286764b52ea10b8bbba275204578b1f6ae018a7c9b0a84" }, "downloads": -1, "filename": "ycsettings-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b9d17a6152d528907a5b7096f1a752c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13227, "upload_time": "2017-09-27T08:44:36", "url": "https://files.pythonhosted.org/packages/eb/67/9f80974837432abfd1314b434cba0caa47e0dd376779d0569eaea604f30d/ycsettings-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "9489a995f843429d84cf18b7c160370a", "sha256": "2e3448e9bbc492754f9ca84ec9c4e7aef5223997a64ce7d371cb82ca8e52173a" }, "downloads": -1, "filename": "ycsettings-0.1.5.tar.gz", "has_sig": false, "md5_digest": "9489a995f843429d84cf18b7c160370a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13161, "upload_time": "2017-10-02T11:24:34", "url": "https://files.pythonhosted.org/packages/ee/c0/68141d6d16d22189f7c58cd285d29b56a9104a34b1ee5b7304ecfcb6dc06/ycsettings-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9489a995f843429d84cf18b7c160370a", "sha256": "2e3448e9bbc492754f9ca84ec9c4e7aef5223997a64ce7d371cb82ca8e52173a" }, "downloads": -1, "filename": "ycsettings-0.1.5.tar.gz", "has_sig": false, "md5_digest": "9489a995f843429d84cf18b7c160370a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13161, "upload_time": "2017-10-02T11:24:34", "url": "https://files.pythonhosted.org/packages/ee/c0/68141d6d16d22189f7c58cd285d29b56a9104a34b1ee5b7304ecfcb6dc06/ycsettings-0.1.5.tar.gz" } ] }