{ "info": { "author": "Daniel Anggrianto", "author_email": "d.anggrianto@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# export_yaml\n\n`export_yaml` is a python scripts to read yaml file and convert it to bash file\nto be sourced later\n\n## Installation\n\n`pip install export-yaml`\n\n## How to use\n\n```\nexport YAML_FILE=path_to_yaml\nsource $(export_yaml)\n```\n\n## YAML File configuration\n```\n---\nenv:\n HELLO: \"world\"\n```\nNote: `export_yaml` is going only to read everything under `env`\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/danggrianto/export_yaml/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "export-yaml", "package_url": "https://pypi.org/project/export-yaml/", "platform": "", "project_url": "https://pypi.org/project/export-yaml/", "project_urls": { "Homepage": "https://github.com/danggrianto/export_yaml/" }, "release_url": "https://pypi.org/project/export-yaml/0.0.2/", "requires_dist": [ "pyyaml" ], "requires_python": "", "summary": "Export environment variable from YAML file", "version": "0.0.2" }, "last_serial": 5338458, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2b02d5a4dc41db2589769a2e298dcbdd", "sha256": "41e1df659a006839ef672ca918bdfdaf1037361878645c96e93e26ddb9720af1" }, "downloads": -1, "filename": "export_yaml-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2b02d5a4dc41db2589769a2e298dcbdd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2859, "upload_time": "2019-05-30T15:40:51", "url": "https://files.pythonhosted.org/packages/fa/d8/b6776fe8fa632eeb15249be4c42802b5b84447c72a1888eff1e386ccc8d2/export_yaml-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6dea92ff267928af23937ad482f7ca01", "sha256": "384955a392702eb2ad8f2f7c2daeaeae9fe4399ea5f6f561cdf83660df7b5e57" }, "downloads": -1, "filename": "export_yaml-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6dea92ff267928af23937ad482f7ca01", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2895, "upload_time": "2019-05-30T16:37:45", "url": "https://files.pythonhosted.org/packages/bc/96/9946f082888ce0e5efcc90ed8b8665e1a61f10dc379bb6970b42db861bba/export_yaml-0.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6dea92ff267928af23937ad482f7ca01", "sha256": "384955a392702eb2ad8f2f7c2daeaeae9fe4399ea5f6f561cdf83660df7b5e57" }, "downloads": -1, "filename": "export_yaml-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6dea92ff267928af23937ad482f7ca01", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2895, "upload_time": "2019-05-30T16:37:45", "url": "https://files.pythonhosted.org/packages/bc/96/9946f082888ce0e5efcc90ed8b8665e1a61f10dc379bb6970b42db861bba/export_yaml-0.0.2-py3-none-any.whl" } ] }