apache-airflow-providers-ftp


Nameapache-airflow-providers-ftp JSON
Version 3.8.0 PyPI version JSON
download
home_pageNone
SummaryProvider package apache-airflow-providers-ftp for Apache Airflow
upload_time2024-04-13 18:12:26
maintainerNone
docs_urlNone
authorNone
requires_python~=3.8
licenseNone
keywords airflow-provider ftp airflow integration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at

..   http://www.apache.org/licenses/LICENSE-2.0

.. Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.

 .. Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

 ..   http://www.apache.org/licenses/LICENSE-2.0

 .. Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.

 .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
    OVERWRITTEN WHEN PREPARING PACKAGES.

 .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
    `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY


Package ``apache-airflow-providers-ftp``

Release: ``3.8.0``


`File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__


Provider package
----------------

This is a provider package for ``ftp`` provider. All classes for this provider package
are in ``airflow.providers.ftp`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.8.0/>`_.

Installation
------------

You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
for the minimum Airflow version supported) via
``pip install apache-airflow-providers-ftp``

The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12

Requirements
------------

==================  ==================
PIP package         Version required
==================  ==================
``apache-airflow``  ``>=2.6.0``
==================  ==================

Cross provider package dependencies
-----------------------------------

Those are dependencies that might be needed in order to use all the features of the package.
You need to install the specified provider packages in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

.. code-block:: bash

    pip install apache-airflow-providers-ftp[openlineage]


==============================================================================================================  ===============
Dependent package                                                                                               Extra
==============================================================================================================  ===============
`apache-airflow-providers-openlineage <https://airflow.apache.org/docs/apache-airflow-providers-openlineage>`_  ``openlineage``
==============================================================================================================  ===============

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.8.0/changelog.html>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "apache-airflow-providers-ftp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "Apache Software Foundation <dev@airflow.apache.org>",
    "keywords": "airflow-provider, ftp, airflow, integration",
    "author": null,
    "author_email": "Apache Software Foundation <dev@airflow.apache.org>",
    "download_url": "https://files.pythonhosted.org/packages/ac/bd/3e6eb4585cf1c6a49ddcbc399f4efa852ec8a97603f01ea2d23a8eff5b87/apache_airflow_providers_ftp-3.8.0.tar.gz",
    "platform": null,
    "description": "\n.. Licensed to the Apache Software Foundation (ASF) under one\n   or more contributor license agreements.  See the NOTICE file\n   distributed with this work for additional information\n   regarding copyright ownership.  The ASF licenses this file\n   to you under the Apache License, Version 2.0 (the\n   \"License\"); you may not use this file except in compliance\n   with the License.  You may obtain a copy of the License at\n\n..   http://www.apache.org/licenses/LICENSE-2.0\n\n.. Unless required by applicable law or agreed to in writing,\n   software distributed under the License is distributed on an\n   \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n   KIND, either express or implied.  See the License for the\n   specific language governing permissions and limitations\n   under the License.\n\n .. Licensed to the Apache Software Foundation (ASF) under one\n    or more contributor license agreements.  See the NOTICE file\n    distributed with this work for additional information\n    regarding copyright ownership.  The ASF licenses this file\n    to you under the Apache License, Version 2.0 (the\n    \"License\"); you may not use this file except in compliance\n    with the License.  You may obtain a copy of the License at\n\n ..   http://www.apache.org/licenses/LICENSE-2.0\n\n .. Unless required by applicable law or agreed to in writing,\n    software distributed under the License is distributed on an\n    \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n    KIND, either express or implied.  See the License for the\n    specific language governing permissions and limitations\n    under the License.\n\n .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE\n    OVERWRITTEN WHEN PREPARING PACKAGES.\n\n .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE\n    `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY\n\n\nPackage ``apache-airflow-providers-ftp``\n\nRelease: ``3.8.0``\n\n\n`File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__\n\n\nProvider package\n----------------\n\nThis is a provider package for ``ftp`` provider. All classes for this provider package\nare in ``airflow.providers.ftp`` python package.\n\nYou can find package information and changelog for the provider\nin the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.8.0/>`_.\n\nInstallation\n------------\n\nYou can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below\nfor the minimum Airflow version supported) via\n``pip install apache-airflow-providers-ftp``\n\nThe package supports the following python versions: 3.8,3.9,3.10,3.11,3.12\n\nRequirements\n------------\n\n==================  ==================\nPIP package         Version required\n==================  ==================\n``apache-airflow``  ``>=2.6.0``\n==================  ==================\n\nCross provider package dependencies\n-----------------------------------\n\nThose are dependencies that might be needed in order to use all the features of the package.\nYou need to install the specified provider packages in order to use them.\n\nYou can install such cross-provider dependencies when installing from PyPI. For example:\n\n.. code-block:: bash\n\n    pip install apache-airflow-providers-ftp[openlineage]\n\n\n==============================================================================================================  ===============\nDependent package                                                                                               Extra\n==============================================================================================================  ===============\n`apache-airflow-providers-openlineage <https://airflow.apache.org/docs/apache-airflow-providers-openlineage>`_  ``openlineage``\n==============================================================================================================  ===============\n\nThe changelog for the provider package can be found in the\n`changelog <https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.8.0/changelog.html>`_.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Provider package apache-airflow-providers-ftp for Apache Airflow",
    "version": "3.8.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/apache/airflow/issues",
        "Changelog": "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.8.0/changelog.html",
        "Documentation": "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.8.0",
        "Slack Chat": "https://s.apache.org/airflow-slack",
        "Source Code": "https://github.com/apache/airflow",
        "Twitter": "https://twitter.com/ApacheAirflow",
        "YouTube": "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
    },
    "split_keywords": [
        "airflow-provider",
        " ftp",
        " airflow",
        " integration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f16d732480afe9d3ec61ae7af52b4c30e8594cbf8995fc596c87673163b46e07",
                "md5": "b6795717e5f6cc4a7c4649df89c5bd8e",
                "sha256": "ea133d5226fc8f9191444923eb4af7a026c276edc5fc0e01ebda09d1cde75196"
            },
            "downloads": -1,
            "filename": "apache_airflow_providers_ftp-3.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6795717e5f6cc4a7c4649df89c5bd8e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 19312,
            "upload_time": "2024-04-13T18:11:25",
            "upload_time_iso_8601": "2024-04-13T18:11:25.946986Z",
            "url": "https://files.pythonhosted.org/packages/f1/6d/732480afe9d3ec61ae7af52b4c30e8594cbf8995fc596c87673163b46e07/apache_airflow_providers_ftp-3.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acbd3e6eb4585cf1c6a49ddcbc399f4efa852ec8a97603f01ea2d23a8eff5b87",
                "md5": "7ac6334ac884bcf46c09234a0af1d4c1",
                "sha256": "8fedd03cc23dfde0ca30ee083084e97a0ae98bfaff80c2bae475c701765b1c4f"
            },
            "downloads": -1,
            "filename": "apache_airflow_providers_ftp-3.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7ac6334ac884bcf46c09234a0af1d4c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 13118,
            "upload_time": "2024-04-13T18:12:26",
            "upload_time_iso_8601": "2024-04-13T18:12:26.184501Z",
            "url": "https://files.pythonhosted.org/packages/ac/bd/3e6eb4585cf1c6a49ddcbc399f4efa852ec8a97603f01ea2d23a8eff5b87/apache_airflow_providers_ftp-3.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-13 18:12:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apache",
    "github_project": "airflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "apache-airflow-providers-ftp"
}
        
Elapsed time: 0.24711s