{ "info": { "author": "Mathias Weber", "author_email": "mathew.weber@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "appconfig\n=========\n\n`appconfig` is a python module that simplifies the usage of ini based config\nfiles. It uses the Python ConfigParser module. The advantage of the appconfig\nmodule it that it allows defining default values for all config parameters and\nto provide a description of each parameter. While writing the config file back\nit will add comments above all of the config values and since we have default\nvalues we never need to check if a value is defined.\n\nFeatures\n--------\n\nThe `appconfig` module offers the following features:\n\n* default values for config values\n* config file generation with parameter description\n* automatic type conversion and type checks for config values\n* config directory handling\n\n\n\n\nChangelog\n=========\n\n0.1 (2013-06-19)\n----------------\n\n* Initial Version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mweb.github.io/appconfig", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "appconfig", "package_url": "https://pypi.org/project/appconfig/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/appconfig/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://mweb.github.io/appconfig" }, "release_url": "https://pypi.org/project/appconfig/0.1/", "requires_dist": null, "requires_python": null, "summary": "An easy to use config file wrapper.", "version": "0.1" }, "last_serial": 833762, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c280488cd4ba8706ab0753863e56754d", "sha256": "d1504ba3dd994e1c7b05eab794615c9d8033f73396193f9bed2fa11f8f74441f" }, "downloads": -1, "filename": "appconfig-0.1.tar.gz", "has_sig": false, "md5_digest": "c280488cd4ba8706ab0753863e56754d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8159, "upload_time": "2013-06-19T20:10:32", "url": "https://files.pythonhosted.org/packages/c1/10/70dc466ba5345ba06a63e0fe562224ac6502e3d123cab7a01ac55318ab18/appconfig-0.1.tar.gz" } ], "0.2dev": [ { "comment_text": "", "digests": { "md5": "961fcc86f7f5db8cbc14d121c7e68466", "sha256": "0c8f19e002cfd30af7d0525f6b7cabf7c0eeb3bd59a98698e110da7282ef06b5" }, "downloads": -1, "filename": "appconfig-0.2dev.tar.gz", "has_sig": false, "md5_digest": "961fcc86f7f5db8cbc14d121c7e68466", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9220, "upload_time": "2013-08-06T19:33:35", "url": "https://files.pythonhosted.org/packages/9c/9f/50ebbb54594c56c401ce92e0ba7507c295e09711988edaa2cf780935dcf5/appconfig-0.2dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c280488cd4ba8706ab0753863e56754d", "sha256": "d1504ba3dd994e1c7b05eab794615c9d8033f73396193f9bed2fa11f8f74441f" }, "downloads": -1, "filename": "appconfig-0.1.tar.gz", "has_sig": false, "md5_digest": "c280488cd4ba8706ab0753863e56754d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8159, "upload_time": "2013-06-19T20:10:32", "url": "https://files.pythonhosted.org/packages/c1/10/70dc466ba5345ba06a63e0fe562224ac6502e3d123cab7a01ac55318ab18/appconfig-0.1.tar.gz" } ] }