{ "info": { "author": "uams", "author_email": "uams@mit.edu", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2" ], "description": "## geturl - provide path. get url.\n### A CLI tool to get a public link for any file\n\nUses [filepicker.io](https://www.filepicker.io) to store the files. It's a cool uploading tool that I've been using on my website and this is a hack on top of it.\n\n#### Use Cases\n\n- You need a quick way to send a file to someone. Instead of attaching it to an email or starting up your FTP server, use this to get a public URL.\n\n- Another tool in your arsenal of `scp`, yousendit, and flash drives for quickly exchanging files.\n\n#### Usage\n\nYou provide a path, it returns a URL\n\n geturl path/to/file\n\nIt also tries to use `pbcopy` on a mac, `xsel` or `xclip` on Linux to put the url into your clipboard.\n\n\n\n#### Installation\n\n sudo curl https://raw.github.com/uams/geturl/master/geturl -o /usr/local/bin/geturl;\n sudo chmod +x /usr/local/bin/geturl\n\nEnable Clipboard Access (Only necessary on Linux)\n\n sudo apt-get install xclip\n\n\n\n#### Notes\n\nIt uses Filepicker.io as a storage backend. (They have a 5000 file free limit so it shouldn't be a problem)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/uams/geturl", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "geturl", "package_url": "https://pypi.org/project/geturl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/geturl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/uams/geturl" }, "release_url": "https://pypi.org/project/geturl/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A CLI tool to get a public link for any file", "version": "0.2.1" }, "last_serial": 792382, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "fdfe136f45b3a90ce01ffe932228608e", "sha256": "04518887c57ca8337e097ae1e84db02e44ec861127c3ff501ad380a098e049d7" }, "downloads": -1, "filename": "geturl-0.2.1.tar.gz", "has_sig": false, "md5_digest": "fdfe136f45b3a90ce01ffe932228608e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2648, "upload_time": "2013-01-22T07:59:02", "url": "https://files.pythonhosted.org/packages/98/7d/757240cf1a7ad620d7c2a3b8177c1a9a8d97781b9a095f61587033ef5cd7/geturl-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdfe136f45b3a90ce01ffe932228608e", "sha256": "04518887c57ca8337e097ae1e84db02e44ec861127c3ff501ad380a098e049d7" }, "downloads": -1, "filename": "geturl-0.2.1.tar.gz", "has_sig": false, "md5_digest": "fdfe136f45b3a90ce01ffe932228608e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2648, "upload_time": "2013-01-22T07:59:02", "url": "https://files.pythonhosted.org/packages/98/7d/757240cf1a7ad620d7c2a3b8177c1a9a8d97781b9a095f61587033ef5cd7/geturl-0.2.1.tar.gz" } ] }