{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: Unix", "Programming Language :: Unix Shell", "Topic :: Utilities" ], "description": "\n\n[]()\n\n#### Installation\n```bash\n$ [sudo] pip install env-strip\n```\n\n#### Pros\n+ Docker compatible environment file without comments, blank lines and double quotes\n\n#### Scripts usage\ncommand|`usage`\n-|-\n`env-strip` |`usage: env-strip path`\n\n#### Examples\n`.env`\n```bash\nSECRET_KEY=\"https://www.youtube.com/channel/UCTZUTvv_1Onm-f-533Hyurw\"\n\n# postgres settings:\nDB_NAME=\"name\" # comment\nDB_USER=\"postgres\" # comment\nDB_HOST=\"127.0.0.1\" # comment\nDB_PORT=5432 # comment\n```\n\n```bash\n$ env-strip .env\nSECRET_KEY=https://www.youtube.com/channel/UCTZUTvv_1Onm-f-533Hyurw\nDB_NAME=name\nDB_USER=postgres\nDB_HOST=127.0.0.1\nDB_PORT=5432\n```\n\nstdin\n```bash\n$ find . \\( -name .env.base -o -name \".env.prod.*\" \\) -exec cat {} \\; | env-strip - > .env.prod\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/andrewp-as-is/env-strip", "keywords": "env strip", "license": "", "maintainer": "", "maintainer_email": "", "name": "env-strip", "package_url": "https://pypi.org/project/env-strip/", "platform": "", "project_url": "https://pypi.org/project/env-strip/", "project_urls": { "Homepage": "https://github.com/andrewp-as-is/env-strip" }, "release_url": "https://pypi.org/project/env-strip/2019.8.14/", "requires_dist": null, "requires_python": "", "summary": "strip comments, blank lines and double quotes from env file", "version": "2019.8.14" }, "last_serial": 5675290, "releases": { "2019.4.13": [ { "comment_text": "", "digests": { "md5": "e91d4ffbea2cdfd93c688ea8f28a1cab", "sha256": "92ff510e3b72acd68eae2b1cb95829c2d1a4fdc9574808882dc910c7d0ba2595" }, "downloads": -1, "filename": "env-strip-2019.4.13.tar.gz", "has_sig": false, "md5_digest": "e91d4ffbea2cdfd93c688ea8f28a1cab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1985, "upload_time": "2019-07-14T17:20:26", "url": "https://files.pythonhosted.org/packages/38/32/dfefe1370352a3fca244af00e54f452df8827d5974f227e4e291b4858d02/env-strip-2019.4.13.tar.gz" } ], "2019.8.14": [ { "comment_text": "", "digests": { "md5": "f8b94a15358ad90ccf9dcb8b03b0a20e", "sha256": "06c4e16d90f29ebbe7fd293a07e36455533cd110d8388ad859818043c4a6573d" }, "downloads": -1, "filename": "env-strip-2019.8.14.tar.gz", "has_sig": false, "md5_digest": "f8b94a15358ad90ccf9dcb8b03b0a20e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1845, "upload_time": "2019-08-14T07:47:10", "url": "https://files.pythonhosted.org/packages/70/2e/bdcef7f46317d43d73fafce8a70c9c3c65279fe4567923ecdb3ef040ebdb/env-strip-2019.8.14.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8b94a15358ad90ccf9dcb8b03b0a20e", "sha256": "06c4e16d90f29ebbe7fd293a07e36455533cd110d8388ad859818043c4a6573d" }, "downloads": -1, "filename": "env-strip-2019.8.14.tar.gz", "has_sig": false, "md5_digest": "f8b94a15358ad90ccf9dcb8b03b0a20e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1845, "upload_time": "2019-08-14T07:47:10", "url": "https://files.pythonhosted.org/packages/70/2e/bdcef7f46317d43d73fafce8a70c9c3c65279fe4567923ecdb3ef040ebdb/env-strip-2019.8.14.tar.gz" } ] }