METADATA 5.0 KB

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