{ "info": { "author": "Jason DeWitt", "author_email": "jason.dewitt@10up.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# ElasticBeanstalk to Env\n\nThis tool simply does one thing, connects to an Elastic Beanstalk environment, pulls out any custom envrionment variables that are configured and will display them on stdout, or if given a file for output, will write a file containing the values. This is useful when a project requires a different server not running inside Elastic Beanstalk (one that should not recieve web requests, for example) but still requires the same environment configuration. Trying to keep these envrionments in sync manually does not scale, so this tool can be used as a cronjob to write out a new .env file if the configurations do not match.\n\n## Installation\n\n`pip install elasticbeanstalk-to-env`\n\n## Usage\n\nRun the eb-to-env command, the `--application` and `--environment` options are required. `--output` requires a filename in the current working directory, if none is specified, the envrionment variables from EB will be printed to stdout.\n\n`eb-to-env --application --environment --output .env`", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "elasticbeanstalk-to-env", "package_url": "https://pypi.org/project/elasticbeanstalk-to-env/", "platform": "", "project_url": "https://pypi.org/project/elasticbeanstalk-to-env/", "project_urls": null, "release_url": "https://pypi.org/project/elasticbeanstalk-to-env/0.2/", "requires_dist": null, "requires_python": "", "summary": "A simple tool that exports ElasticBeanstalk envrionment variables to a .env file", "version": "0.2" }, "last_serial": 4560690, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "98dd9bee455762a9c40fce90e9663b85", "sha256": "82b2c9b72031fcc2884686be9604ed5c3dd7478d6b4a31709a1364a8935d63c8" }, "downloads": -1, "filename": "elasticbeanstalk_to_env-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "98dd9bee455762a9c40fce90e9663b85", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4200, "upload_time": "2018-10-31T18:10:37", "url": "https://files.pythonhosted.org/packages/11/7c/b5b1a31ac5607333fdb363cedb17f275ef1671d4ebf9cc1dea970ac9fd2e/elasticbeanstalk_to_env-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed0ebfbda019b696b0164a48944421b4", "sha256": "2ace32bfbafe5079736de2f1edf6ad004601e3cc6e65920745430802050897ba" }, "downloads": -1, "filename": "elasticbeanstalk-to-env-0.1.tar.gz", "has_sig": false, "md5_digest": "ed0ebfbda019b696b0164a48944421b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2581, "upload_time": "2018-10-31T18:10:38", "url": "https://files.pythonhosted.org/packages/39/0e/5a7bbc6cdbad9d2059c0a43c5d2ebf90fca7a3c19deaccec06bd867ee23c/elasticbeanstalk-to-env-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b7b0efd7e498d30760c210e0d9d56226", "sha256": "1d95bff5facf4f33f7e1b0007bf56eceb66207b6d9fe561a67aa2f40107a9ead" }, "downloads": -1, "filename": "elasticbeanstalk-to-env-0.2.tar.gz", "has_sig": false, "md5_digest": "b7b0efd7e498d30760c210e0d9d56226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2865, "upload_time": "2018-12-04T18:50:49", "url": "https://files.pythonhosted.org/packages/c1/0a/e56c6768ea56d508240a5dd90af12f1655c71bf91f0a6e0cf8e0ead918b4/elasticbeanstalk-to-env-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7b0efd7e498d30760c210e0d9d56226", "sha256": "1d95bff5facf4f33f7e1b0007bf56eceb66207b6d9fe561a67aa2f40107a9ead" }, "downloads": -1, "filename": "elasticbeanstalk-to-env-0.2.tar.gz", "has_sig": false, "md5_digest": "b7b0efd7e498d30760c210e0d9d56226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2865, "upload_time": "2018-12-04T18:50:49", "url": "https://files.pythonhosted.org/packages/c1/0a/e56c6768ea56d508240a5dd90af12f1655c71bf91f0a6e0cf8e0ead918b4/elasticbeanstalk-to-env-0.2.tar.gz" } ] }