-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPKG-INFO
More file actions
25 lines (25 loc) · 1.27 KB
/
PKG-INFO
File metadata and controls
25 lines (25 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Metadata-Version: 1.0
Name: ftputil
Version: 5.2.0
Summary: High-level FTP client library (virtual filesystem and more)
Home-page: http://ftputil.sschwarzer.net/
Author: Stefan Schwarzer
Author-email: sschwarzer@sschwarzer.net
License: BSD-3-Clause
Description: ftputil is a high-level FTP client library for the Python programming
language. ftputil implements a virtual file system for accessing FTP servers,
that is, it can generate file-like objects for remote files. The library
supports many functions similar to those in the os, os.path and
shutil modules. ftputil has convenience functions for conditional uploads
and downloads, and handles FTP clients and servers in different timezones.
Keywords: FTP,client,library,virtual file system
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems