METADATA 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Metadata-Version: 2.4
  2. Name: apache-airflow-providers-http
  3. Version: 5.2.1
  4. Summary: Provider package apache-airflow-providers-http for Apache Airflow
  5. Keywords: airflow-provider,http,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>=2.9.0
  24. Requires-Dist: requests>=2.27.0,<3
  25. Requires-Dist: requests-toolbelt>=1.0.0
  26. Requires-Dist: aiohttp>=3.9.2,!=3.11.0
  27. Requires-Dist: asgiref>=2.3.0
  28. Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
  29. Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.1/changelog.html
  30. Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.1
  31. Project-URL: Slack Chat, https://s.apache.org/airflow-slack
  32. Project-URL: Source Code, https://github.com/apache/airflow
  33. Project-URL: Twitter, https://x.com/ApacheAirflow
  34. Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
  35. .. Licensed to the Apache Software Foundation (ASF) under one
  36. or more contributor license agreements. See the NOTICE file
  37. distributed with this work for additional information
  38. regarding copyright ownership. The ASF licenses this file
  39. to you under the Apache License, Version 2.0 (the
  40. "License"); you may not use this file except in compliance
  41. with the License. You may obtain a copy of the License at
  42. .. http://www.apache.org/licenses/LICENSE-2.0
  43. .. Unless required by applicable law or agreed to in writing,
  44. software distributed under the License is distributed on an
  45. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  46. KIND, either express or implied. See the License for the
  47. specific language governing permissions and limitations
  48. under the License.
  49. .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
  50. .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
  51. ``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
  52. Package ``apache-airflow-providers-http``
  53. Release: ``5.2.1``
  54. `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
  55. Provider package
  56. ----------------
  57. This is a provider package for ``http`` provider. All classes for this provider package
  58. are in ``airflow.providers.http`` python package.
  59. You can find package information and changelog for the provider
  60. in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.1/>`_.
  61. Installation
  62. ------------
  63. You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
  64. for the minimum Airflow version supported) via
  65. ``pip install apache-airflow-providers-http``
  66. The package supports the following python versions: 3.9,3.10,3.11,3.12
  67. Requirements
  68. ------------
  69. ===================== ====================
  70. PIP package Version required
  71. ===================== ====================
  72. ``apache-airflow`` ``>=2.9.0``
  73. ``requests`` ``>=2.27.0,<3``
  74. ``requests-toolbelt`` ``>=1.0.0``
  75. ``aiohttp`` ``!=3.11.0,>=3.9.2``
  76. ``asgiref`` ``>=2.3.0``
  77. ===================== ====================
  78. The changelog for the provider package can be found in the
  79. `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/5.2.1/changelog.html>`_.