Metadata-Version: 2.1
Name: rfslib
Version: 3.1.9
Summary: Remote file system libraries for data manipulation between remote /and local host/ (cp, mv, ls, rm,..)
Home-page: https://git.profinit.eu/pstastny/rfslib
Author: Přemysl Šťastný
Author-email: p-w@stty.cz
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pysmb <2,>=1.2.7
Requires-Dist: paramiko <3,>=2.7.2
Requires-Dist: smbprotocol <2,>=1.6.1
Requires-Dist: ftputil <6,>=5.0.1

# rfslib
Remote file system libraries for data manipulation between remote /and local host/ (cp, mv, ls, rm,..).
Libraries provides Python3 universal interface for multiple protocols like SFTP, FTP, FTPS, SMB, FS (local filesystem) and enables you to solve encoding problems during file transfer.

*Warning: This package is still under heavy development and the API may change.*

## Installation
TODO

## Documentation
Documentation can be found at repository [rfslib-docs](https://gitlab.com/rfs4/rfslib-docs)

