{ "info": { "author": "Javier Collado", "author_email": "javier.collado@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "===============================\nftps\n===============================\n\n.. image:: https://img.shields.io/badge/License-MIT-blue.svg\n :target: https://opensource.org/licenses/MIT\n :alt: License\n\n.. image:: https://img.shields.io/pypi/v/ftps.svg\n :target: https://pypi.python.org/pypi/ftps\n :alt: PyPI version\n\n.. image:: https://img.shields.io/travis/jcollado/ftps.svg\n :target: https://travis-ci.org/jcollado/ftps\n :alt: Continuous Integration\n\n.. image:: https://coveralls.io/repos/github/jcollado/ftps/badge.svg?branch=master\n :target: https://coveralls.io/github/jcollado/ftps?branch=master\n :alt: Coverage\n\n.. image:: https://landscape.io/github/jcollado/ftps/master/landscape.svg?style=flat\n :target: https://landscape.io/github/jcollado/ftps/master\n :alt: Code Health\n\n.. image:: https://readthedocs.org/projects/ftps/badge/?version=latest\n :target: https://ftps.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/jcollado/ftps/shield.svg\n :target: https://pyup.io/repos/github/jcollado/ftps/\n :alt: Updates\n\n\nftps client based on pycurl\n\nMotivation\n----------\n\nIf you use the python standard library to connect to an ftps server, you might\nhave to face some bugs as described `here `_\nand `there `_.\n\nAn alternative is to give a try to pycurl_ which doesn't have those problems.\nHowever, its interface is not very python and sometimes is not very pleasant to\nwork with it.\n\nThe goal of this small library is to provide a wrapper around pycurl_ that can\nbe used easily in a pythonic way.\n\n\nFeatures\n--------\n\n* List remote path\n* Download remote file\n* Upload local file\n\n\nQuick start\n-----------\n\n::\n\n import ftps\n\n client = ftps.FTPS(ftps.FTPS('ftp://:@'))\n client.list()\n client.download(, )\n client.upload(, )\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _pycurl: http://pycurl.io/\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2017-03-20)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jcollado/ftps", "keywords": "ftps", "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "ftps", "package_url": "https://pypi.org/project/ftps/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ftps/", "project_urls": { "Homepage": "https://github.com/jcollado/ftps" }, "release_url": "https://pypi.org/project/ftps/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "ftps client based on pycurl", "version": "0.1.0" }, "last_serial": 2716713, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "84a2310f07bb86236e3126795f1cbb7b", "sha256": "56f69326ee9e663d2e3588d8f329174e741f9ce7a52956a1a7ffd67fe267d3ce" }, "downloads": -1, "filename": "ftps-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84a2310f07bb86236e3126795f1cbb7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5576, "upload_time": "2017-03-20T04:42:03", "url": "https://files.pythonhosted.org/packages/0c/7c/90d4536c27bf3e5644231d37cdc82c3fb262fbd9c498aae8450616de9718/ftps-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22b3d29e9bb076e78b25ee892434d65c", "sha256": "6ee683ad0b9f1238ce2c465bcc29b7be3c9980be073eadaf903fcdd23d3aa962" }, "downloads": -1, "filename": "ftps-0.1.0.tar.gz", "has_sig": false, "md5_digest": "22b3d29e9bb076e78b25ee892434d65c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13977, "upload_time": "2017-03-20T04:42:05", "url": "https://files.pythonhosted.org/packages/8d/26/a9043f1f6afc29624d1d0201d48132aaf922069331d5096b701154989015/ftps-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84a2310f07bb86236e3126795f1cbb7b", "sha256": "56f69326ee9e663d2e3588d8f329174e741f9ce7a52956a1a7ffd67fe267d3ce" }, "downloads": -1, "filename": "ftps-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "84a2310f07bb86236e3126795f1cbb7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5576, "upload_time": "2017-03-20T04:42:03", "url": "https://files.pythonhosted.org/packages/0c/7c/90d4536c27bf3e5644231d37cdc82c3fb262fbd9c498aae8450616de9718/ftps-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22b3d29e9bb076e78b25ee892434d65c", "sha256": "6ee683ad0b9f1238ce2c465bcc29b7be3c9980be073eadaf903fcdd23d3aa962" }, "downloads": -1, "filename": "ftps-0.1.0.tar.gz", "has_sig": false, "md5_digest": "22b3d29e9bb076e78b25ee892434d65c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13977, "upload_time": "2017-03-20T04:42:05", "url": "https://files.pythonhosted.org/packages/8d/26/a9043f1f6afc29624d1d0201d48132aaf922069331d5096b701154989015/ftps-0.1.0.tar.gz" } ] }