{ "info": { "author": "Jon Morehouse", "author_email": "morehousej09@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "Python Utilities\n================\n\nConfig Class\n------------\n\n- a class for managing project variables based upon bash env variables\n- recommended to be used with .export files `Jon Morehouse\n Scripts `__\n\nSample Usage\n------------\n\n::\n\n from config import Config\n\n # load variables from env\n Config.load_from_list([\"PATH\", \"PWD\", \"ENV\"])\n\n # load an exports file of the following format\n # ENV=PRODUCTION\n # MODULE=TEST\n Config.load_from_path(\".test.exports\")\n\n # load yaml/json file\n Config.load_from_path(\"config.json\")\n Config.load_from_path(\"config.yml\")\n\n # access config\n print Config.PATH", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jonmorehouse/py-config", "keywords": "configuration,management", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "py-config", "package_url": "https://pypi.org/project/py-config/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py-config/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jonmorehouse/py-config" }, "release_url": "https://pypi.org/project/py-config/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Configuration manager for python projects", "version": "1.0.2" }, "last_serial": 1026739, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "769fea9bb9e2e2c10ae23b081b58ade0", "sha256": "625b3467299de47c50c4d28ec7de1eb886b0de09190d407d1d524fd37aee7a5c" }, "downloads": -1, "filename": "py-config-1.0.2.tar.gz", "has_sig": false, "md5_digest": "769fea9bb9e2e2c10ae23b081b58ade0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2937, "upload_time": "2014-03-12T05:01:21", "url": "https://files.pythonhosted.org/packages/49/4c/43981c7752f2b08e1d0f5fc80710cf35a4abd5c8f40f93150c415cc88146/py-config-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "769fea9bb9e2e2c10ae23b081b58ade0", "sha256": "625b3467299de47c50c4d28ec7de1eb886b0de09190d407d1d524fd37aee7a5c" }, "downloads": -1, "filename": "py-config-1.0.2.tar.gz", "has_sig": false, "md5_digest": "769fea9bb9e2e2c10ae23b081b58ade0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2937, "upload_time": "2014-03-12T05:01:21", "url": "https://files.pythonhosted.org/packages/49/4c/43981c7752f2b08e1d0f5fc80710cf35a4abd5c8f40f93150c415cc88146/py-config-1.0.2.tar.gz" } ] }