{ "info": { "author": "GDGVIT", "author_email": "gdgvitvellore@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: X11 Applications :: Qt", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Communications :: File Sharing" ], "description": "Shareinator\n^^^^^^^^^^^ \n\nShareinator is a tool to easily transfer files over a network using ssh.\n\nIt uses ``openssh-server`` and ``rsync``. It currently requires root privileges \n\nInstallation\n------------\n``$ pip3 install shareinator``\n\nUsage\n-----\n``$ sudo -E ~/.local/bin/shareinator`` - This opens a GUI for shareinator. Click on Receive to receive a file or Send to send one.\n\nYou can also use CLI to send or receive files. \n\n``$ sudo -E ~/.local/bin/shareinator -r`` - This is used to receive a file. It will ask for confirmation when someone tries to send a file.\n\n``$ sudo -E ~/.local/bin/shareinator -s -f FILEPATH`` -\nTo send a file. First it scans the network and gives a list of hostnames with their IP addresses. You have few options here.\n\nOptions:\n\n+ list - Lists out all the online hosts\n+ select NUMBER - Select the host to which the file is to transferred\n+ refresh - Scan again for hosts\n+ quit - Exit the program\n\nDevelopment Setup\n-----------------\n.. code-block::\n\n git clone https://github.com/GDGVIT/ssh.git\n cd ssh\n ./setup.sh\n source venv/bin/activate\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GDGVIT/ssh", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "shareinator", "package_url": "https://pypi.org/project/shareinator/", "platform": "", "project_url": "https://pypi.org/project/shareinator/", "project_urls": { "Homepage": "https://github.com/GDGVIT/ssh" }, "release_url": "https://pypi.org/project/shareinator/0.0.1/", "requires_dist": [ "pyqt5 (>=5.6,<5.9)" ], "requires_python": "~=3.5", "summary": "Share files using ssh on same network", "version": "0.0.1" }, "last_serial": 3017227, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "83738c82f359c05d4888edfa9ac86c3c", "sha256": "bac9c4109617edd9618ec893327d3c03592fe70d88e45559463915cd711a832a" }, "downloads": -1, "filename": "shareinator-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "83738c82f359c05d4888edfa9ac86c3c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.5", "size": 18748, "upload_time": "2017-07-12T11:10:19", "url": "https://files.pythonhosted.org/packages/4f/18/cf0fdee3eabad209f449eb09e3fedf570c925b5313d9492d21c20f1e8fce/shareinator-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83738c82f359c05d4888edfa9ac86c3c", "sha256": "bac9c4109617edd9618ec893327d3c03592fe70d88e45559463915cd711a832a" }, "downloads": -1, "filename": "shareinator-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "83738c82f359c05d4888edfa9ac86c3c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.5", "size": 18748, "upload_time": "2017-07-12T11:10:19", "url": "https://files.pythonhosted.org/packages/4f/18/cf0fdee3eabad209f449eb09e3fedf570c925b5313d9492d21c20f1e8fce/shareinator-0.0.1-py3-none-any.whl" } ] }