Rmount

Latest version: v0.0.7

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.6

Optional dependencies such as `RemoteServer` would not work unless all the libraries are installed as expected.

What's Changed
1. A Google Colab example
2. Depedency issues by fostiropoulos in https://github.com/fostiropoulos/rmount/pull/4


**Full Changelog**: https://github.com/fostiropoulos/rmount/compare/v0.0.5...v0.0.6

0.0.5

This release supports using "spawn" method of multiprocessing and makes all background processes pickable.


Example:

python
import multiprocessing as mp
from rmount import RemoteMount

if __name__ == "__main__":
mp.set_start_method("spawn", force=True)
mount = RemoteMount(config, remote_path, local_path)


**Full Changelog**: https://github.com/fostiropoulos/rmount/compare/v0.0.4...v0.0.5

0.0.3

This release includes a `RemoteServer` or rmount server.

The rmount server that was originally developed for testing but can be of broad use. An example would be to test rmount applications as well as setting up an isolated environment to use rmount without S3.

The release additional includes misc fixes that further improve the robustness, and failing early and loudly, such as reducing the number of retries when unable to connect.

0.0.2

This is the first stable release of RMount where it has been tested for 2 different providers, GCP and AWS through S3 and an SSH remote host.

What's Changed
* First stable version of RMount by fostiropoulos in https://github.com/fostiropoulos/rmount/pull/1

New Contributors
* fostiropoulos made their first contribution in https://github.com/fostiropoulos/rmount/pull/1

**Full Changelog**: https://github.com/fostiropoulos/rmount/commits/v0.0.2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.