{ "info": { "author": "Jim Kitchen", "author_email": "jim22k@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Divine\n\nDivine is a configuration utility with unique features:\n - Ability to chain configs together, composing the whole from pieces\n - Ability to quickly grab a nested key using notation like\n c.get('abc/xyz/foo/bar')\n - Integrated f-strings for composable values and DRY patterns\n - Auto-callable config entries to instantiate a class or call a function with args and kwargs automatically from the config (yes, this is a security risk; don't parse any config from unknown sources)\n\nDivine accepts YAML or JSON files. It can be manually configured or auto-configured with an environment variable pointing to a config file. This allows for many processes to use the config without having to explicitly initialize the config in each process.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "divine", "package_url": "https://pypi.org/project/divine/", "platform": "", "project_url": "https://pypi.org/project/divine/", "project_urls": null, "release_url": "https://pypi.org/project/divine/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Configuration tool", "version": "0.0.1" }, "last_serial": 5234705, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1516f6cab37d77cd07a75cd9518d1a78", "sha256": "f52b8f5fb04f3b681b67203e936dc373a56c1300809c557978f102b2c1b82591" }, "downloads": -1, "filename": "divine-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1516f6cab37d77cd07a75cd9518d1a78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1428, "upload_time": "2019-05-06T20:34:18", "url": "https://files.pythonhosted.org/packages/83/c0/02a486b951dce8f4dcf15b8830f5810c3fa380c01f0b6247ccdc436a87f4/divine-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1516f6cab37d77cd07a75cd9518d1a78", "sha256": "f52b8f5fb04f3b681b67203e936dc373a56c1300809c557978f102b2c1b82591" }, "downloads": -1, "filename": "divine-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1516f6cab37d77cd07a75cd9518d1a78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1428, "upload_time": "2019-05-06T20:34:18", "url": "https://files.pythonhosted.org/packages/83/c0/02a486b951dce8f4dcf15b8830f5810c3fa380c01f0b6247ccdc436a87f4/divine-0.0.1.tar.gz" } ] }