{ "info": { "author": "Eric V. Smith", "author_email": "eric@trueblade.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "============\npyconfreader\n============\n\nOverview\n========\n\nA library for reading config files written in Python. Since Python\nconfig files are not sandboxed, you should only read config files that\nyou trust.\n\nBy controlling the globals, locals, and builtins that are passed in to\ntthe config file, you can 'pre-populate' the config file with values,\nand you can control (to a very limited extent) what Python features\nare available to the config file.\n\nTwo interfaces are provided:\n\n* A low-level interface for that takes strings.\n\n* A high-level interfaces that supports nested configuration files.\n\nIn addition, there is a simple function to convert dicts to\nnamedtuples.\n\nTypical usage\n=============\n\nLow-level interface\n-------------------\n\nHigh-level interface\n--------------------\n\nto_namedtuple\n-------------\n\nChange log\n==========\n\n0.5 2016-11-03 Eric V. Smith\n----------------------------\n* No code changes.\n\n* Mark wheel as universal (issue #3).\n\n0.4 2016-11-02 Eric V. Smith\n----------------------------\n* No code changes.\nw\n* Always require setuptools (issue #2).\n\n* Remove code to modify the RPM name for bdist_rpm (issue #1).\n\n0.3 2016-08-22 Eric V. Smith\n----------------------------\n* Fixed fl_validator. Switched to a single namespace, instead of\n using globals and locals (This is because at module level, they're\n the same). Switch to a dict-based interface, instead of always\n using namedtuples. Added to_namedtuple.\n\n0.2 2016-08-21 Eric V. Smith\n----------------------------\n* Added fl_validator.\n\n0.1 2016-08-20 Eric V. Smith\n----------------------------\n* Initial release.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/ericvsmith/pyconfreader", "keywords": "", "license": "Apache License Version 2.0", "maintainer": "", "maintainer_email": "", "name": "pyconfreader", "package_url": "https://pypi.org/project/pyconfreader/", "platform": "", "project_url": "https://pypi.org/project/pyconfreader/", "project_urls": { "Homepage": "https://gitlab.com/ericvsmith/pyconfreader" }, "release_url": "https://pypi.org/project/pyconfreader/0.5/", "requires_dist": null, "requires_python": "", "summary": "A library to read config files written in Python.", "version": "0.5" }, "last_serial": 2441395, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4bd1aa659718053f19bdd341e64efc71", "sha256": "1d6159cb295eaf6554357d76ae7ea5c741f0cb7de7e61b4059535b0502a50d15" }, "downloads": -1, "filename": "pyconfreader-0.1.tar.gz", "has_sig": false, "md5_digest": "4bd1aa659718053f19bdd341e64efc71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7780, "upload_time": "2016-08-20T17:16:06", "url": "https://files.pythonhosted.org/packages/58/1f/94c17d848ac12900b54af572ab9ef69efedcc58647760810462305b52b33/pyconfreader-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d4600639ca78a7becbaa26485822d1a1", "sha256": "607319639f5bb613bff67b86795b3c17c494d65171b88465b997611ec1dce416" }, "downloads": -1, "filename": "pyconfreader-0.2.tar.gz", "has_sig": false, "md5_digest": "d4600639ca78a7becbaa26485822d1a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8221, "upload_time": "2016-08-22T01:35:45", "url": "https://files.pythonhosted.org/packages/0b/87/f7a4f2a7cd77fb1957492b0b4e6063016a4d81d6142269fe18761cff57ba/pyconfreader-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "94a8f8a0e19cf23609eb1a4eaf8e886c", "sha256": "ada9d69befecf80df4dbd4c744ada1ddb002bed0a8faae5b55288906a40daa36" }, "downloads": -1, "filename": "pyconfreader-0.3.tar.gz", "has_sig": false, "md5_digest": "94a8f8a0e19cf23609eb1a4eaf8e886c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8885, "upload_time": "2016-08-23T00:38:54", "url": "https://files.pythonhosted.org/packages/bc/91/e5df0e17f2387ae011f3da1d18a39c9595a789c5f23847623cbf7352ace7/pyconfreader-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "6b7944807314a61cd7e688070cd0ef95", "sha256": "4299e6083a101391473476155338362660226710fd45eccacbcb12266ebeda88" }, "downloads": -1, "filename": "pyconfreader-0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "6b7944807314a61cd7e688070cd0ef95", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5346, "upload_time": "2016-11-02T20:17:50", "url": "https://files.pythonhosted.org/packages/97/70/b0298d07dd9fadaec24bd25be1d3fe4d185a7ba490fb2e1b56e3f7e00d50/pyconfreader-0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b2fe5f728d3ce8513e056e557dd2d8c", "sha256": "a83543a8c2c7174d72199ef4620358487a5587772ad564de483fb47f5e123e2a" }, "downloads": -1, "filename": "pyconfreader-0.4.tar.gz", "has_sig": false, "md5_digest": "3b2fe5f728d3ce8513e056e557dd2d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9024, "upload_time": "2016-11-02T20:17:52", "url": "https://files.pythonhosted.org/packages/fc/39/d448f6699042ae228738510521f7385a9368e4bd17c3660f107775affc16/pyconfreader-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "51249c8a6c590dffdd7efa0822eb729b", "sha256": "10511b4ce6f819d01cf0071afce478214125b9f10f3fc088d53f720da0d2152b" }, "downloads": -1, "filename": "pyconfreader-0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51249c8a6c590dffdd7efa0822eb729b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5412, "upload_time": "2016-11-03T23:46:46", "url": "https://files.pythonhosted.org/packages/67/15/0b92f0d4fb245f9bedc921ac9e77041aa88a1dd4defe1ac4baae782f599b/pyconfreader-0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28f61a75932b55dd002b8ca709eccca2", "sha256": "238e27d66f4119adaf4241843a9f0cad524b964aa3ac22bf03b058be7a7d7164" }, "downloads": -1, "filename": "pyconfreader-0.5.tar.gz", "has_sig": false, "md5_digest": "28f61a75932b55dd002b8ca709eccca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9044, "upload_time": "2016-11-03T23:46:49", "url": "https://files.pythonhosted.org/packages/6b/74/bd732462f7fd1b7c17fe6f34ea8977b8df32843912679c5961eb736bf58b/pyconfreader-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "51249c8a6c590dffdd7efa0822eb729b", "sha256": "10511b4ce6f819d01cf0071afce478214125b9f10f3fc088d53f720da0d2152b" }, "downloads": -1, "filename": "pyconfreader-0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "51249c8a6c590dffdd7efa0822eb729b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5412, "upload_time": "2016-11-03T23:46:46", "url": "https://files.pythonhosted.org/packages/67/15/0b92f0d4fb245f9bedc921ac9e77041aa88a1dd4defe1ac4baae782f599b/pyconfreader-0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28f61a75932b55dd002b8ca709eccca2", "sha256": "238e27d66f4119adaf4241843a9f0cad524b964aa3ac22bf03b058be7a7d7164" }, "downloads": -1, "filename": "pyconfreader-0.5.tar.gz", "has_sig": false, "md5_digest": "28f61a75932b55dd002b8ca709eccca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9044, "upload_time": "2016-11-03T23:46:49", "url": "https://files.pythonhosted.org/packages/6b/74/bd732462f7fd1b7c17fe6f34ea8977b8df32843912679c5961eb736bf58b/pyconfreader-0.5.tar.gz" } ] }