ftputil


Nameftputil JSON
Version 5.1.0 PyPI version JSON
download
home_pagehttps://ftputil.sschwarzer.net/
SummaryHigh-level FTP client library (virtual file system and more)
upload_time2024-01-06 17:22:14
maintainer
docs_urlNone
authorStefan Schwarzer
requires_python>=3.6
licenseOpen source (revised BSD license)
keywords ftp client library virtual file system
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://ftputil.sschwarzer.net/",
    "name": "ftputil",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "FTP,client,library,virtual file system",
    "author": "Stefan Schwarzer",
    "author_email": "sschwarzer@sschwarzer.net",
    "download_url": "https://files.pythonhosted.org/packages/73/dc/83f3fa78a9c8a8fe119a70d040df67799094821d3cad511ee0987d544a10/ftputil-5.1.0.tar.gz",
    "platform": "Pure Python",
    "description": "ftputil is a high-level FTP client library for the Python programming\nlanguage. ftputil implements a virtual file system for accessing FTP servers,\nthat is, it can generate file-like objects for remote files. The library\nsupports many functions similar to those in the os, os.path and\nshutil modules. ftputil has convenience functions for conditional uploads\nand downloads, and handles FTP clients and servers in different timezones.\n",
    "bugtrack_url": null,
    "license": "Open source (revised BSD license)",
    "summary": "High-level FTP client library (virtual file system and more)",
    "version": "5.1.0",
    "project_urls": {
        "Download": "http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-5.1.0.tar.gz?format=raw",
        "Homepage": "https://ftputil.sschwarzer.net/"
    },
    "split_keywords": [
        "ftp",
        "client",
        "library",
        "virtual file system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73dc83f3fa78a9c8a8fe119a70d040df67799094821d3cad511ee0987d544a10",
                "md5": "3d782b1b037286f9844a105d16e577e6",
                "sha256": "e9e62d3fd307ef9c52e43b33fd92759fc94c04d8b5178f85f641b183906d4353"
            },
            "downloads": -1,
            "filename": "ftputil-5.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3d782b1b037286f9844a105d16e577e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 86403,
            "upload_time": "2024-01-06T17:22:14",
            "upload_time_iso_8601": "2024-01-06T17:22:14.243872Z",
            "url": "https://files.pythonhosted.org/packages/73/dc/83f3fa78a9c8a8fe119a70d040df67799094821d3cad511ee0987d544a10/ftputil-5.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-06 17:22:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ftputil"
}
        
Elapsed time: 0.16351s