{ "info": { "author": "Blogg Esse AB", "author_email": "teknik@blogg.se", "bugtrack_url": null, "classifiers": [], "description": "Python-based configuration reader\r\n\r\nSimply enough, loads a file into a Python module object but does not place it\r\nin the module cache or otherwise bind it.\r\n\r\n>>> import posixpath\r\n>>> conf = load(posixpath.__file__)\r\n>>> conf # doctest: +ELLIPSIS\r\n' from '...'>\r\n>>> conf.pathsep\r\n':'\r\n\r\nAnd so on. You could also use `load_dict` to get a dict instead:\r\n\r\n>>> type(load_dict(posixpath.__file__))\r\n\r\n\r\nThough, if you try to load files that aren't recognized or loadable, you get\r\nan error:\r\n\r\n>>> load(\"lala.ini\")\r\nTraceback (most recent call last):\r\n ...\r\nConfigurationError: no suitable loader for config module 'lala.ini'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://blogg.se", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "pyconf", "package_url": "https://pypi.org/project/pyconf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyconf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://blogg.se" }, "release_url": "https://pypi.org/project/pyconf/0.5/", "requires_dist": null, "requires_python": null, "summary": "Python-based configuration reader", "version": "0.5" }, "last_serial": 1336968, "releases": { "0.3": [], "0.4": [ { "comment_text": "", "digests": { "md5": "e1236af2fc0a16a62f5f7c87ae4ed899", "sha256": "9ba3c2bfcf05829c35a10ebd05b94cad24eee8f0e14721f17096541c049d1279" }, "downloads": -1, "filename": "pyconf-0.4.tar.gz", "has_sig": false, "md5_digest": "e1236af2fc0a16a62f5f7c87ae4ed899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1594, "upload_time": "2010-01-22T14:30:57", "url": "https://files.pythonhosted.org/packages/84/00/8539b17588c4242c3da6678e0a185760a7e812d9c8af4a3a64822955138e/pyconf-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "9780fb50e316f1e6042986b711641606", "sha256": "4237ee00cd012bb6de8c1f1b8551e825c53e4e785c6820ea428c6cecf36b59c7" }, "downloads": -1, "filename": "pyconf-0.4.1.tar.gz", "has_sig": false, "md5_digest": "9780fb50e316f1e6042986b711641606", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1602, "upload_time": "2010-01-25T13:38:07", "url": "https://files.pythonhosted.org/packages/d1/a5/bd9db74d5436b635771007311550c521277cdc025a950c273f3dc885c094/pyconf-0.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "7901a62ef704f050a0a2c42dec6c83c5", "sha256": "0b040520a6b330058bd11f97d51e221f9ba2897e5516eacb3014cc324aace865" }, "downloads": -1, "filename": "pyconf-0.5.tar.gz", "has_sig": false, "md5_digest": "7901a62ef704f050a0a2c42dec6c83c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1663, "upload_time": "2014-12-09T11:39:07", "url": "https://files.pythonhosted.org/packages/82/39/6054458b9156dfdd3be3041cbc8b5e19499e43dec55e6199fd7657021af1/pyconf-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7901a62ef704f050a0a2c42dec6c83c5", "sha256": "0b040520a6b330058bd11f97d51e221f9ba2897e5516eacb3014cc324aace865" }, "downloads": -1, "filename": "pyconf-0.5.tar.gz", "has_sig": false, "md5_digest": "7901a62ef704f050a0a2c42dec6c83c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1663, "upload_time": "2014-12-09T11:39:07", "url": "https://files.pythonhosted.org/packages/82/39/6054458b9156dfdd3be3041cbc8b5e19499e43dec55e6199fd7657021af1/pyconf-0.5.tar.gz" } ] }