{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: Unix", "Programming Language :: Unix Shell", "Topic :: Software Development", "Topic :: Utilities" ], "description": "### Install\n\n```bash\n$ [sudo] pip install export-file\n```\n\n### Features\n\n+ create environment variables from text files - filename as variable name, content as value\n+ ignore not existing and empty files\n\n### Usage\n\n```bash\nusage: export-file path ...\n```\n\n### Examples\n\n```bash\n$ export-file description.txt keywords.txt\nexport DESCRIPTION=\"@accepts decorator to check arguments types\"\nexport KEYWORDS=\"type decorator\"\n\n$ eval <<< export-file description.txt keywords.txt\n$ echo $DESCRIPTION\nrepo description\n```\n\n`find` files:\n```\n$ IFS=;find=\"$(find -H . -type f -name \"*.txt\")\"\n$ [[ -n \"$find ]] && { IFS=$'\\n';set $find; eval \"$(export-file \"$@\")\"; }\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/looking-for-a-job/export-file", "keywords": "environment", "license": "", "maintainer": "", "maintainer_email": "", "name": "export-file", "package_url": "https://pypi.org/project/export-file/", "platform": "", "project_url": "https://pypi.org/project/export-file/", "project_urls": { "Homepage": "https://github.com/looking-for-a-job/export-file" }, "release_url": "https://pypi.org/project/export-file/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "create environment variables from text files", "version": "0.0.1" }, "last_serial": 5587850, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "ae1c166f936ee87dc3a4111cccf8c0cb", "sha256": "8c7241bf5f4b8a4aaab458a74879939c4cdd49afee650d69436b5bcc4712183a" }, "downloads": -1, "filename": "export-file-0.0.0.tar.gz", "has_sig": false, "md5_digest": "ae1c166f936ee87dc3a4111cccf8c0cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 387, "upload_time": "2018-05-13T21:43:13", "url": "https://files.pythonhosted.org/packages/1c/df/4fc98c6d9cc680761d01393636bad1f51a41521c22302e62c3abaa3062b4/export-file-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "49e72782d9bddd0dde281ba240db2727", "sha256": "e39a45362085ce243ba7d29994f35b0eb6d0bb06f48cd76f4b0fb332636de12a" }, "downloads": -1, "filename": "export-file-0.0.1.tar.gz", "has_sig": false, "md5_digest": "49e72782d9bddd0dde281ba240db2727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1466, "upload_time": "2018-05-16T00:28:21", "url": "https://files.pythonhosted.org/packages/8f/97/c35f4c0cad69d42f77b6a1e3128e9500fc8cc94646be7b79810b7f947545/export-file-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49e72782d9bddd0dde281ba240db2727", "sha256": "e39a45362085ce243ba7d29994f35b0eb6d0bb06f48cd76f4b0fb332636de12a" }, "downloads": -1, "filename": "export-file-0.0.1.tar.gz", "has_sig": false, "md5_digest": "49e72782d9bddd0dde281ba240db2727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1466, "upload_time": "2018-05-16T00:28:21", "url": "https://files.pythonhosted.org/packages/8f/97/c35f4c0cad69d42f77b6a1e3128e9500fc8cc94646be7b79810b7f947545/export-file-0.0.1.tar.gz" } ] }