Upload files to a server via ssh
Find a file
2024-09-15 20:55:02 +00:00
examples@3273aa4e4c LICENSE bug 2024-09-10 22:57:31 +00:00
src/sshare Oops 2024-09-15 20:55:02 +00:00
tests Oops 2024-09-15 20:55:02 +00:00
.gitignore SETUPTOOLS_SCM_PRETEND_VERSION my beloved?? 2024-09-09 17:14:35 +00:00
.gitmodules Added examples submodule 2024-08-31 18:50:28 +00:00
_test_in.py Oops 2024-09-15 20:55:02 +00:00
_test_out.py Oops 2024-09-15 20:55:02 +00:00
LICENSE LICENSE bug 2024-09-10 22:57:31 +00:00
pyproject.toml Oops 2024-09-15 20:55:02 +00:00
README.md Updated README.md 2024-09-08 22:50:25 +00:00

SSHare

Upload files to a server via ssh

Documentation

  • End User: coming soon...
  • Plugin Developer: coming soon...

Installing

SSHare is not available on PyPI. To install it you will need to clone the repo and use pip to install it

git clone https://forge.monodon.me/Gnarwhal/sshare.git
cd sshare
pip install ./

By default, the only dependency SSHare has is the system's ssh (and scp) commands. Beyond that it only utilises the python standard library.

Additional Functionality

The base install is fairly bare bones in terms of functionality. Included in the examples/ submodule, there are included some plugins which provide some additional conveniences

Refer to [coming soon...] for information on installing plugins