{ "info": { "author": "Benjamin M. Gyori", "author_email": "ben.gyori@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only" ], "description": "# S3edit\n\ns3edit allows you to edit files from AWS S3 directly from your terminal.\n\n## Installation\n\n```bash\npip install s3edit\n```\n\n## Usage\n\nAssuming your file is at `s3://my-bucket/path/to/file.json`:\n\n```bash\ns3edit my-bucket/path/to/file.json\n```\n\n## Editor\ns3edit uses your `EDITOR` environmental variable to choose an editor. If not\nset, `vi` is used by default.\n\n## AWS\nYour AWS profile, credentials, and region needs to be set up for s3edit to\nwork. This can be done through enviromental variables or configuration files.\nFor more information, see\nhttps://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bgyori/s3edit", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "s3edit", "package_url": "https://pypi.org/project/s3edit/", "platform": "", "project_url": "https://pypi.org/project/s3edit/", "project_urls": { "Homepage": "https://github.com/bgyori/s3edit" }, "release_url": "https://pypi.org/project/s3edit/0.0.1/", "requires_dist": [ "boto3", "click" ], "requires_python": "", "summary": "Edit files from S3 directly with your default editor.", "version": "0.0.1" }, "last_serial": 5008270, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b820a6ada6d4fd5e96bfe3dd6b271f55", "sha256": "b0c81d9db6ae8c8360862bbfb462fd8041f76982993b48adcda8a201d6710831" }, "downloads": -1, "filename": "s3edit-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b820a6ada6d4fd5e96bfe3dd6b271f55", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4245, "upload_time": "2019-03-31T00:10:40", "url": "https://files.pythonhosted.org/packages/d5/36/759938c9284775de31247c555f3cb46a9d9011f5692fa703435411ead9f6/s3edit-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f33e09b1e2687fe662415045010cb19", "sha256": "d04512810bdc5522299b414f75e343a2f3c7a36534dac541b0015fb47a13e303" }, "downloads": -1, "filename": "s3edit-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5f33e09b1e2687fe662415045010cb19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3322, "upload_time": "2019-03-31T00:10:42", "url": "https://files.pythonhosted.org/packages/97/8b/08fc97435224974bb1417b032e2578dc3da83f94ff6aacd3a147f04a39be/s3edit-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b820a6ada6d4fd5e96bfe3dd6b271f55", "sha256": "b0c81d9db6ae8c8360862bbfb462fd8041f76982993b48adcda8a201d6710831" }, "downloads": -1, "filename": "s3edit-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b820a6ada6d4fd5e96bfe3dd6b271f55", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4245, "upload_time": "2019-03-31T00:10:40", "url": "https://files.pythonhosted.org/packages/d5/36/759938c9284775de31247c555f3cb46a9d9011f5692fa703435411ead9f6/s3edit-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f33e09b1e2687fe662415045010cb19", "sha256": "d04512810bdc5522299b414f75e343a2f3c7a36534dac541b0015fb47a13e303" }, "downloads": -1, "filename": "s3edit-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5f33e09b1e2687fe662415045010cb19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3322, "upload_time": "2019-03-31T00:10:42", "url": "https://files.pythonhosted.org/packages/97/8b/08fc97435224974bb1417b032e2578dc3da83f94ff6aacd3a147f04a39be/s3edit-0.0.1.tar.gz" } ] }