root/trunk/PKG-INFO

Revision 752, 1.4 kB (checked in by schwa, 3 weeks ago)
Prepared for version 2.4b.
Line 
1 Metadata-Version: 1.0
2 Name: ftputil
3 Version: 2.4b
4 Summary: High-level FTP client library (virtual filesystem and more)
5 Home-page: http://ftputil.sschwarzer.net/
6 Author: Stefan Schwarzer
7 Author-email: sschwarzer@sschwarzer.net
8 License: Open source (revised BSD license)
9 Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.4b.tar.gz?format=raw
10 Description: ftputil is a high-level FTP client library for the Python programming
11         language. ftputil implements a virtual file system for accessing FTP servers,
12         that is, it can generate file-like objects for remote files. The library
13         supports many functions similar to those in the os, os.path and
14         shutil modules. ftputil has convenience functions for conditional uploads
15         and downloads, and handles FTP clients and servers in different timezones.
16 Keywords: FTP,client,virtual file system
17 Platform: Pure Python (Python version >= 2.3)
18 Classifier: Development Status :: 6 - Mature
19 Classifier: Environment :: Other Environment
20 Classifier: Intended Audience :: Developers
21 Classifier: License :: OSI Approved :: BSD License
22 Classifier: Operating System :: OS Independent
23 Classifier: Programming Language :: Python
24 Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
25 Classifier: Topic :: Software Development :: Libraries :: Python Modules
26 Classifier: Topic :: System :: Filesystems
Note: See TracBrowser for help on using the browser.