METADATA 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Metadata-Version: 2.3
  2. Name: apache-airflow-providers-fab
  3. Version: 1.5.3
  4. Summary: Provider package apache-airflow-providers-fab for Apache Airflow
  5. Keywords: airflow-provider,fab,airflow,integration
  6. Author-email: Apache Software Foundation <dev@airflow.apache.org>
  7. Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
  8. Requires-Python: ~=3.9
  9. Description-Content-Type: text/x-rst
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Environment :: Console
  12. Classifier: Environment :: Web Environment
  13. Classifier: Intended Audience :: Developers
  14. Classifier: Intended Audience :: System Administrators
  15. Classifier: Framework :: Apache Airflow
  16. Classifier: Framework :: Apache Airflow :: Provider
  17. Classifier: License :: OSI Approved :: Apache Software License
  18. Classifier: Programming Language :: Python :: 3.9
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Programming Language :: Python :: 3.12
  22. Classifier: Topic :: System :: Monitoring
  23. Requires-Dist: apache-airflow-providers-common-compat>=1.2.1
  24. Requires-Dist: apache-airflow>=2.9.0
  25. Requires-Dist: flask-appbuilder==4.5.3
  26. Requires-Dist: flask-login>=0.6.2
  27. Requires-Dist: flask>=2.2,<2.3
  28. Requires-Dist: google-re2>=1.0
  29. Requires-Dist: jmespath>=0.7.0
  30. Requires-Dist: kerberos>=1.3.0 ; extra == "kerberos"
  31. Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
  32. Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.3/changelog.html
  33. Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.3
  34. Project-URL: Slack Chat, https://s.apache.org/airflow-slack
  35. Project-URL: Source Code, https://github.com/apache/airflow
  36. Project-URL: Twitter, https://x.com/ApacheAirflow
  37. Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
  38. Provides-Extra: kerberos
  39. .. Licensed to the Apache Software Foundation (ASF) under one
  40. or more contributor license agreements. See the NOTICE file
  41. distributed with this work for additional information
  42. regarding copyright ownership. The ASF licenses this file
  43. to you under the Apache License, Version 2.0 (the
  44. "License"); you may not use this file except in compliance
  45. with the License. You may obtain a copy of the License at
  46. .. http://www.apache.org/licenses/LICENSE-2.0
  47. .. Unless required by applicable law or agreed to in writing,
  48. software distributed under the License is distributed on an
  49. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  50. KIND, either express or implied. See the License for the
  51. specific language governing permissions and limitations
  52. under the License.
  53. .. Licensed to the Apache Software Foundation (ASF) under one
  54. or more contributor license agreements. See the NOTICE file
  55. distributed with this work for additional information
  56. regarding copyright ownership. The ASF licenses this file
  57. to you under the Apache License, Version 2.0 (the
  58. "License"); you may not use this file except in compliance
  59. with the License. You may obtain a copy of the License at
  60. .. http://www.apache.org/licenses/LICENSE-2.0
  61. .. Unless required by applicable law or agreed to in writing,
  62. software distributed under the License is distributed on an
  63. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  64. KIND, either express or implied. See the License for the
  65. specific language governing permissions and limitations
  66. under the License.
  67. .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
  68. OVERWRITTEN WHEN PREPARING PACKAGES.
  69. .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
  70. `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
  71. Package ``apache-airflow-providers-fab``
  72. Release: ``1.5.3``
  73. `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
  74. Provider package
  75. ----------------
  76. This is a provider package for ``fab`` provider. All classes for this provider package
  77. are in ``airflow.providers.fab`` python package.
  78. You can find package information and changelog for the provider
  79. in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.3/>`_.
  80. Installation
  81. ------------
  82. You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
  83. for the minimum Airflow version supported) via
  84. ``pip install apache-airflow-providers-fab``
  85. The package supports the following python versions: 3.9,3.10,3.11,3.12
  86. Requirements
  87. ------------
  88. ========================================== ==================
  89. PIP package Version required
  90. ========================================== ==================
  91. ``apache-airflow`` ``>=2.9.0``
  92. ``apache-airflow-providers-common-compat`` ``>=1.2.1``
  93. ``flask`` ``>=2.2,<2.3``
  94. ``flask-appbuilder`` ``==4.5.3``
  95. ``flask-login`` ``>=0.6.2``
  96. ``google-re2`` ``>=1.0``
  97. ``jmespath`` ``>=0.7.0``
  98. ========================================== ==================
  99. Cross provider package dependencies
  100. -----------------------------------
  101. Those are dependencies that might be needed in order to use all the features of the package.
  102. You need to install the specified provider packages in order to use them.
  103. You can install such cross-provider dependencies when installing from PyPI. For example:
  104. .. code-block:: bash
  105. pip install apache-airflow-providers-fab[common.compat]
  106. ================================================================================================================== =================
  107. Dependent package Extra
  108. ================================================================================================================== =================
  109. `apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat``
  110. ================================================================================================================== =================
  111. The changelog for the provider package can be found in the
  112. `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.3/changelog.html>`_.