29 lines
833 B
Markdown
29 lines
833 B
Markdown
# SSHare
|
|
|
|
Upload files to a server via ssh
|
|
|
|
## Documentation
|
|
|
|
- **End User**: coming soon...
|
|
- **Plugin Developer**: coming soon...
|
|
|
|
## Installing
|
|
|
|
SSHare is not available on [PyPI](https://pypi.org).
|
|
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/`](https://forge.monodon.me/Gnarwhal/sshare_plugins) submodule, there are included some
|
|
plugins which provide some additional conveniences
|
|
|
|
Refer to \[coming soon...\] for information on installing plugins
|