Upload files to a server via ssh
Find a file
2024-09-08 22:49:07 +00:00
examples@8ba852a849 Updated README.md 2024-09-08 22:49:07 +00:00
src/sshare Split 'result' plugin type into 'location' and 'feedback' 2024-09-08 21:14:22 +00:00
.gitignore Handle versioning manually (because setuptools_scm is mean and won't work with release tarballs ;-;) 2024-08-01 07:16:54 +00:00
.gitmodules Added examples submodule 2024-08-31 18:50:28 +00:00
LICENSE Add LICENSE 2024-07-31 18:29:03 +00:00
pyproject.toml Removed antiquated dependency 2024-09-01 21:06:51 +00:00
README.md Updated README.md 2024-09-08 22:49:07 +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 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