sqlalchemy-cratedb 0.36.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. sqlalchemy_cratedb-0.36.0/CHANGES.md +313 -0
  2. sqlalchemy_cratedb-0.36.0/CODE_OF_CONDUCT.md +76 -0
  3. sqlalchemy_cratedb-0.36.0/CONTRIBUTING.md +9 -0
  4. sqlalchemy_cratedb-0.36.0/DEVELOP.md +78 -0
  5. sqlalchemy_cratedb-0.36.0/LICENSE +178 -0
  6. sqlalchemy_cratedb-0.36.0/MANIFEST.in +5 -0
  7. sqlalchemy_cratedb-0.36.0/NOTICE +24 -0
  8. sqlalchemy_cratedb-0.36.0/PKG-INFO +137 -0
  9. sqlalchemy_cratedb-0.36.0/README.md +46 -0
  10. sqlalchemy_cratedb-0.36.0/backlog.md +23 -0
  11. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/advanced-querying.rst.txt +335 -0
  12. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/backlog.md.txt +12 -0
  13. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/index.rst.txt +30 -0
  14. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/sqlalchemy/advanced-querying.rst.txt +335 -0
  15. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/sqlalchemy/crud.rst.txt +301 -0
  16. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/sqlalchemy/dataframe.rst.txt +258 -0
  17. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/sqlalchemy/getting-started.rst.txt +211 -0
  18. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/sqlalchemy/inspection-reflection.rst.txt +126 -0
  19. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/by-example/sqlalchemy/working-with-types.rst.txt +265 -0
  20. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/crud.rst.txt +301 -0
  21. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/data-types.rst.txt +85 -0
  22. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/dataframe.rst.txt +258 -0
  23. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/getting-started.rst.txt +211 -0
  24. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/index-all.rst.txt +18 -0
  25. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/index.rst.txt +215 -0
  26. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/inspection-reflection.rst.txt +126 -0
  27. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/install.rst.txt +52 -0
  28. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/overview.rst.txt +719 -0
  29. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/sqlalchemy.rst.txt +719 -0
  30. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_sources/working-with-types.rst.txt +265 -0
  31. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/_static/bundle/main.js.LICENSE.txt +63 -0
  32. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/output.txt +28 -0
  33. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.build/robots.txt +4 -0
  34. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/Babel-2.14.0.dist-info/entry_points.txt +20 -0
  35. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/Babel-2.14.0.dist-info/top_level.txt +1 -0
  36. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/entry_points.txt +2 -0
  37. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/Jinja2-3.1.2.dist-info/top_level.txt +1 -0
  38. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/MarkupSafe-2.1.3.dist-info/top_level.txt +1 -0
  39. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/PyYAML-6.0.1.dist-info/top_level.txt +2 -0
  40. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/alabaster-0.7.13.dist-info/entry_points.txt +3 -0
  41. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/alabaster-0.7.13.dist-info/top_level.txt +1 -0
  42. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/certifi-2023.11.17.dist-info/top_level.txt +1 -0
  43. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt +2 -0
  44. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt +1 -0
  45. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt +27 -0
  46. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/crate/theme/rtd/crate/static/bundle/main.js.LICENSE.txt +63 -0
  47. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/crate_docs_theme-0.29.9.dist-info/top_level.txt +1 -0
  48. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/README.txt +17 -0
  49. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsa.txt +162 -0
  50. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsb.txt +126 -0
  51. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsc.txt +29 -0
  52. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsn.txt +96 -0
  53. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamso.txt +62 -0
  54. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsr.txt +191 -0
  55. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isobox.txt +46 -0
  56. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isocyr1.txt +73 -0
  57. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isocyr2.txt +32 -0
  58. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isodia.txt +20 -0
  59. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk1.txt +55 -0
  60. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk2.txt +26 -0
  61. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk3.txt +52 -0
  62. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt +49 -0
  63. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk4.txt +8 -0
  64. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isolat1.txt +68 -0
  65. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isolat2.txt +128 -0
  66. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt +58 -0
  67. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomfrk.txt +11 -0
  68. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomopf-wide.txt +32 -0
  69. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomopf.txt +13 -0
  70. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomscr-wide.txt +58 -0
  71. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomscr.txt +17 -0
  72. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isonum.txt +82 -0
  73. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isopub.txt +90 -0
  74. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isotech.txt +168 -0
  75. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/mmlalias.txt +554 -0
  76. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt +113 -0
  77. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/mmlextra.txt +87 -0
  78. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/s5defs.txt +68 -0
  79. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt +102 -0
  80. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/xhtml1-special.txt +37 -0
  81. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt +130 -0
  82. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/writers/html4css1/template.txt +8 -0
  83. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/writers/html5_polyglot/template.txt +8 -0
  84. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/writers/pep_html/template.txt +29 -0
  85. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils/writers/s5_html/themes/README.txt +6 -0
  86. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils-0.16.dist-info/COPYING.txt +137 -0
  87. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/docutils-0.16.dist-info/top_level.txt +1 -0
  88. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/imagesize-1.4.1.dist-info/top_level.txt +1 -0
  89. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/linkify_it_py-1.0.3.dist-info/top_level.txt +1 -0
  90. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/livereload-2.6.3.dist-info/entry_points.txt +2 -0
  91. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/livereload-2.6.3.dist-info/top_level.txt +1 -0
  92. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/markdown_it_py-2.2.0.dist-info/entry_points.txt +3 -0
  93. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/myst_parser-1.0.0.dist-info/entry_points.txt +10 -0
  94. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/pip/_vendor/vendor.txt +24 -0
  95. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/pip-23.3.2.dist-info/AUTHORS.txt +753 -0
  96. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/pip-23.3.2.dist-info/LICENSE.txt +20 -0
  97. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/pip-23.3.2.dist-info/entry_points.txt +4 -0
  98. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/pip-23.3.2.dist-info/top_level.txt +1 -0
  99. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/pygments-2.17.2.dist-info/entry_points.txt +2 -0
  100. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/requests-2.31.0.dist-info/top_level.txt +1 -0
  101. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/setuptools-68.2.2.dist-info/entry_points.txt +56 -0
  102. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/setuptools-68.2.2.dist-info/top_level.txt +3 -0
  103. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/six-1.16.0.dist-info/top_level.txt +1 -0
  104. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/snowballstemmer-2.2.0.dist-info/top_level.txt +1 -0
  105. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx-5.3.0.dist-info/entry_points.txt +9 -0
  106. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx_autobuild-2021.3.14.dist-info/entry_points.txt +3 -0
  107. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx_copybutton-0.5.2.dist-info/top_level.txt +1 -0
  108. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx_design/compiled/material-icons_VERSION.txt +3 -0
  109. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx_design_elements-0.2.1.dist-info/top_level.txt +1 -0
  110. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx_sitemap-2.5.1.dist-info/top_level.txt +1 -0
  111. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinx_togglebutton-0.3.2.dist-info/top_level.txt +1 -0
  112. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxcontrib_jsmath-1.0.1.dist-info/namespace_packages.txt +1 -0
  113. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxcontrib_jsmath-1.0.1.dist-info/top_level.txt +1 -0
  114. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxcontrib_mermaid-0.9.2.dist-info/namespace_packages.txt +1 -0
  115. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxcontrib_mermaid-0.9.2.dist-info/top_level.txt +1 -0
  116. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxcontrib_plantuml-0.27.dist-info/namespace_packages.txt +1 -0
  117. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxcontrib_plantuml-0.27.dist-info/top_level.txt +1 -0
  118. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/sphinxext_opengraph-0.9.1.dist-info/top_level.txt +1 -0
  119. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/tornado/test/static/robots.txt +2 -0
  120. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/tornado/test/static_foo.txt +2 -0
  121. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/tornado-6.4.dist-info/top_level.txt +1 -0
  122. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/uc_micro_py-1.0.2.dist-info/top_level.txt +1 -0
  123. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/urllib3-2.1.0.dist-info/licenses/LICENSE.txt +21 -0
  124. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/wheel/vendored/vendor.txt +1 -0
  125. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/wheel-0.42.0.dist-info/LICENSE.txt +21 -0
  126. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/.venv/lib/python3.11/site-packages/wheel-0.42.0.dist-info/entry_points.txt +6 -0
  127. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/common-build/requirements.txt +10 -0
  128. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/docs/_extra/robots.txt +2 -0
  129. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/docs/requirements.txt +2 -0
  130. sqlalchemy_cratedb-0.36.0/docs/.crate-docs/helpers/preview/etc/requirements.txt +3 -0
  131. sqlalchemy_cratedb-0.36.0/docs/_extra/robots.txt +4 -0
  132. sqlalchemy_cratedb-0.36.0/docs/requirements.txt +1 -0
  133. sqlalchemy_cratedb-0.36.0/pyproject.toml +279 -0
  134. sqlalchemy_cratedb-0.36.0/setup.cfg +10 -0
  135. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/__init__.py +59 -0
  136. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/compat/__init__.py +0 -0
  137. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/compat/api13.py +156 -0
  138. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/compat/core10.py +264 -0
  139. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/compat/core14.py +359 -0
  140. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/compat/core20.py +447 -0
  141. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/compiler.py +319 -0
  142. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/dialect.py +372 -0
  143. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/predicate.py +99 -0
  144. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/sa_version.py +28 -0
  145. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/support.py +62 -0
  146. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/type/__init__.py +3 -0
  147. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/type/array.py +144 -0
  148. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/type/geo.py +48 -0
  149. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb/type/object.py +92 -0
  150. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb.egg-info/PKG-INFO +137 -0
  151. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb.egg-info/SOURCES.txt +154 -0
  152. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb.egg-info/dependency_links.txt +1 -0
  153. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb.egg-info/entry_points.txt +2 -0
  154. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb.egg-info/requires.txt +32 -0
  155. sqlalchemy_cratedb-0.36.0/src/sqlalchemy_cratedb.egg-info/top_level.txt +1 -0
@@ -0,0 +1,313 @@
1
+ # Changelog
2
+
3
+
4
+ ## Unreleased
5
+
6
+ ## 2024/06/11 0.36.0
7
+ - Dependencies: Use `dask[dataframe]`
8
+ - Maintenance release after splitting packages `crate-python` vs.
9
+ `sqlalchemy-cratedb`
10
+
11
+ ## 2023/09/29 0.34.0
12
+
13
+ - Fix handling URL parameters `timeout` and `pool_size`
14
+ - Improve DDL compiler to ignore foreign key and uniqueness constraints.
15
+ - Ignore SQL's `FOR UPDATE` clause. Thanks, @surister.
16
+
17
+
18
+ ## 2023/07/17 0.33.0
19
+
20
+ - Rename leftover occurrences of `Object`. The new symbol to represent
21
+ CrateDB's `OBJECT` column type is now `ObjectType`.
22
+
23
+ - DQL: Use CrateDB's native `ILIKE` operator instead of using SA's
24
+ generic implementation `lower() LIKE lower()`. Thanks, @hlcianfagna.
25
+
26
+
27
+ ## 2023/07/06 0.32.0
28
+
29
+ - DDL: Allow turning off column store using `crate_columnstore=False`.
30
+ Thanks, @fetzerms.
31
+
32
+ - DDL: Allow setting `server_default` on columns to enable
33
+ server-generated defaults. Thanks, @JanLikar.
34
+
35
+ - Allow handling datetime values tagged with time zone info when inserting or updating.
36
+
37
+ - Fix SQL statement caching for CrateDB's `OBJECT` type. Thanks, @faymarie.
38
+
39
+ - Refactor `OBJECT` type to use SQLAlchemy's JSON type infrastructure.
40
+
41
+ - Added `insert_bulk` fast-path `INSERT` method for pandas, in
42
+ order to support efficient batch inserts using CrateDB's "bulk operations" endpoint.
43
+
44
+ - Add documentation and software tests for usage with Dask
45
+
46
+
47
+ ## 2023/04/18 0.31.1
48
+
49
+ - Core: Re-enable support for `INSERT/UPDATE...RETURNING` in
50
+ SQLAlchemy 2.0 by adding the new `insert_returning` and `update_returning` flags
51
+ in the CrateDB dialect.
52
+
53
+
54
+ ## 2023/03/30 0.31.0
55
+
56
+ - Core: Support `INSERT...VALUES` with multiple value sets by enabling
57
+ `supports_multivalues_insert` on the CrateDB dialect, it is used by pandas'
58
+ `method="multi"` option
59
+
60
+ - Core: Enable the `insertmanyvalues` feature, which lets you control
61
+ the batch size of `INSERT` operations using the `insertmanyvalues_page_size`
62
+ engine-, connection-, and statement-options.
63
+
64
+ - ORM: Remove support for the legacy `session.bulk_save_objects` API
65
+ on SQLAlchemy 2.0, in favor of the new `insertmanyvalues` feature. Performance
66
+ optimizations from `bulk_save()` have been made inherently part of `add_all()`.
67
+ Note: The legacy mode will still work on SQLAlchemy 1.x, while SQLAlchemy 2.x users
68
+ MUST switch to the new method now.
69
+
70
+
71
+ ## 2023/03/02 0.30.1
72
+
73
+ - Fixed SQLAlchemy 2.0 incompatibility with `CrateDialect.{has_schema,has_table}`
74
+
75
+
76
+ ## 2023/02/16 0.30.0
77
+
78
+ - Added deprecation warning about dropping support for SQLAlchemy 1.3 soon, it
79
+ is effectively EOL.
80
+
81
+ - Added support for SQLAlchemy 2.0. See also [What's New in SQLAlchemy 2.0]
82
+ and [SQLAlchemy 2.0 migration guide].
83
+
84
+ - Updated to geojson 3.0.0.
85
+
86
+ [SQLAlchemy 2.0 migration guide]: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
87
+ [What's New in SQLAlchemy 2.0]: https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html
88
+
89
+
90
+ ## 2022/12/08 0.29.0
91
+
92
+ - Added support for `crate_index` and `nullable` attributes in
93
+ ORM column definitions.
94
+
95
+ - Added support for converting `TIMESTAMP` columns to timezone-aware
96
+ `datetime` objects, using the new `time_zone` keyword argument.
97
+
98
+
99
+ ## 2022/12/02 0.28.0
100
+
101
+ - Added a generic data type converter to the `Cursor` object, for converting
102
+ fetched data from CrateDB data types to Python data types.
103
+
104
+ - Fixed generating appropriate syntax for OFFSET/LIMIT clauses. It was possible
105
+ that SQL statement clauses like `LIMIT -1` could have been generated. Both
106
+ PostgreSQL and CrateDB only accept `LIMIT ALL` instead.
107
+
108
+ - Added support for ORM computed columns
109
+
110
+
111
+ ## 2022/10/10 0.27.2
112
+ - Improved `CrateDialect.get_pk_constraint` to be compatible
113
+ with breaking changes in CrateDB >=5.1.0.
114
+
115
+
116
+ ## 2022/06/02 0.27.0
117
+
118
+ - Added support for Python 3.9 and 3.10.
119
+
120
+ - Dropped support for Python 3.4, 3.5 and 3.6.
121
+
122
+ - Dropped support for SQLAlchemy 1.1 and 1.2.
123
+
124
+ - Dropped support for CrateDB < 2.0.0.
125
+
126
+ - Added support for enabling SSL using SQLAlchemy DB URI with parameter
127
+ `?ssl=true`.
128
+
129
+ - Added support for SQLAlchemy 1.4
130
+
131
+ ### Notes
132
+
133
+ For learning about the transition to SQLAlchemy 1.4, we recommend the
134
+ corresponding documentation [What’s New in SQLAlchemy 1.4?].
135
+
136
+ ### Breaking changes
137
+
138
+ #### Textual column expressions
139
+ SQLAlchemy 1.4 became stricter on some details. It requires to wrap [CrateDB
140
+ system columns] like `_score` in a [SQLAlchemy literal_column] type.
141
+ Before, it was possible to use a query like this:
142
+
143
+ session.query(Character.name, '_score')
144
+
145
+ It must now be written like:
146
+
147
+ session.query(Character.name, sa.literal_column('_score'))
148
+
149
+ Otherwise, SQLAlchemy will complain like:
150
+
151
+ sqlalchemy.exc.ArgumentError: Textual column expression '_score' should be
152
+ explicitly declared with text('_score'), or use column('_score') for more
153
+ specificity
154
+
155
+
156
+ [CrateDB system columns]: https://crate.io/docs/crate/reference/en/4.8/general/ddl/system-columns.html
157
+ [SQLAlchemy literal_column]: https://docs.sqlalchemy.org/en/14/core/sqlelement.html#sqlalchemy.sql.expression.literal_column
158
+ [What’s New in SQLAlchemy 1.4?]: https://docs.sqlalchemy.org/en/14/changelog/migration_14.html
159
+
160
+
161
+ ## 2020/09/28 0.26.0
162
+ - Propagate connect parameter `pool_size` to urllib3 as `maxsize` parameter
163
+ in order to make the connection pool size configurable.
164
+
165
+ ## 2020/08/05 0.25.0
166
+ - Added support for the `RETURNING` clause. This requires CrateDB 4.2 or greater.
167
+ In case you use any server side generated columns in your primary key constraint
168
+ with earlier CrateDB versions, you can turn off this feature by passing
169
+ `implicit_returning=False` in the `create_engine()` call.
170
+ - Added support for `geo_point` and `geo_json` types
171
+
172
+ ## 2020/05/27 0.24.0
173
+ - Upgraded SQLAlchemy support to 1.3.
174
+ - Added official Python 3.8 support.
175
+ - Made it so that the dialect is now aware of the return type of the
176
+ `date_trunc` function.
177
+ - Added driver attribute, as SQLAlchemy relies on interfaces having that string for identification.
178
+
179
+ ## 2019/08/01 0.23.1
180
+ - Extended the type mapping for the upcoming type name changes in CrateDB 4.0.
181
+ - Added support for Python 3.7 and made that version the recommended one.
182
+
183
+ ## 2018/05/02 0.22.0
184
+ - BREAKING: Dropped support for Python 2.7 and 3.3
185
+ If you are using this package with Python 2.7 or 3.3 already, you will not be
186
+ able to install newer versions of this package.
187
+ - Add support for SQLAlchemy 1.2
188
+ - Updated `get_table_names()` method to only return tables but not views.
189
+ This enables compatibility with CrateDB 3.0 and newer.
190
+
191
+ ## 2018/03/14 0.21.3
192
+ - Fixed an issue that caused `metadata.create_all(bind=engine)` to fail
193
+ creating tables that contain an `ObjectArray` column.
194
+
195
+ ## 2018/01/03 0.21.1
196
+ - Fixed an issue that prevented the usage of SQLAlchemy types `NUMERIC` and
197
+ `DECIMAL` as column types.
198
+
199
+ ## 2017/12/07 0.21.0
200
+ - Prepared primary key retrieval for CrateDB 2.3.0. Preserved
201
+ backwards-compatibility for lower versions.
202
+
203
+ ## 2017/02/02 0.18.0
204
+ - Added support for `Insert` from select
205
+ - Support `get_columns` and `get_pk_constraint`
206
+
207
+ ## 2016/12/19 0.17.0
208
+ - BREAKING: Dropped support for SQLAlchemy < 1.0.0
209
+ - Fix: The dialect didn't work properly with alpha and beta
210
+ versions of sqlalchemy due to a wrong version check
211
+ (e.g.: sandman2 depends on 1.1.0b3)
212
+ - Added support for native Arrays
213
+ - Fix: `sa.inspect(engine).get_table_names` failed due
214
+ to an attribute error
215
+
216
+ ## 2016/11/21 0.16.5
217
+ - Added compatibility for SQLAlchemy version 1.1
218
+
219
+ ## 2016/10/18 0.16.4
220
+ - Fix: Updates in nested `OBJECT` columns have been ignored
221
+
222
+ ## 2016/06/23 0.16.1
223
+ - Fix: `Date` column type is now correctly created as `TIMESTAMP` column
224
+ when creating the table
225
+
226
+ ## 2016/06/09 0.16.0
227
+ - Added support for serialization of Decimals
228
+
229
+ ## 2016/05/17 0.15.0
230
+ - Added support for client certificates
231
+ - Dropped support for Python 2.6
232
+
233
+ ## 2016/02/05 0.14.0
234
+ - Added support for serialization of date and datetime objects
235
+
236
+ ## 2015/10/12 0.13.5
237
+ - Fix: use proper `CLUSTERED` clause syntax in `CREATE TABLE` statement
238
+
239
+ ## 2015/06/29 0.13.3
240
+ - Fix: Allow `ObjectArray`s to be set to `None`
241
+
242
+ ## 2015/05/29 0.13.1
243
+ - Fixed compatibility issues with SQLAlchemy 1.0.x
244
+ - Map SQLAlchemy's `TEXT` column type to CrateDB's `STRING` type
245
+
246
+ ## 2015/03/10 0.13.0
247
+ - Add support for table creation using the SQLAlchemy ORM functionality
248
+ - Fix: Match predicate now properly handles term literal
249
+
250
+ ## 2015/02/13 0.12.5
251
+ - Changed update statement generation to be compatible with CrateDB 0.47.X
252
+
253
+ ## 2015/02/04 0.12.4
254
+ - Add missing functionality in `CrateDialect`, including:
255
+ default schema name, server version info,
256
+ check if table/schema exists, list all tables/schemas
257
+
258
+ ## 2014/10/20 0.12.2
259
+ - Add `match` predicate to support fulltext search
260
+
261
+ ## 2014/07/14 0.10.3
262
+ - Fix: Columns that have an onupdate definition are now correctly updated
263
+
264
+ ## 2014/05/16 0.10.0
265
+ - Implemented `ANY` operator on object array containment checks
266
+
267
+ ## 2014/05/13 0.9.5
268
+ - Bugfix: Updates of complex types will only be rewritten if the dialect
269
+ is set to `crate`
270
+
271
+ ## 2014/05/07 0.9.1
272
+ - use new crate doc theme
273
+
274
+ ## 2014/03/11 0.4.0
275
+ - Fix a bug where setting an empty list on a multivalued field results in
276
+ returning `None` after refreshing the session
277
+
278
+ ## 2014/01/27 0.3.0
279
+ - Add the `ObjectArray` type
280
+ - Rename `Craty` type to `Object`. `Craty` can still be imported to
281
+ maintain backward compatibility.
282
+
283
+ ## 2014/01/15 0.2.0
284
+ - Compatibility adjustments for SQLAlchemy >= 0.9.x
285
+
286
+ ## 2013/12/06 0.1.9
287
+ - Support native booleans
288
+
289
+ ## 2013/11/25 0.1.7
290
+ - Raise an exception if timezone aware datetime objects are stored
291
+
292
+ ## 2013/11/08 0.1.3
293
+ - Fix datetime parsing that didn't work with crate >= 0.18.4 due
294
+ to the fixed datetime mapping
295
+
296
+ ## 2013/11/08 0.1.2
297
+ - Document `count()` and `group_by()` support
298
+
299
+ ## 2013/10/09 0.0.9
300
+ - `DateTime` and `Date` can now be nullable
301
+
302
+ ## 2013/10/04 0.0.8
303
+ - Fix an ORM error with the `Craty` type and where the `update`
304
+ statement wasn't correctly generated
305
+
306
+ ## 2013/10/02 0.0.7
307
+ - Support the `Date` and `DateTime` types
308
+
309
+ ## 2013/10/01 0.0.6
310
+ - Initial release of SQLAlchemy dialect including complex types
311
+
312
+ ## 2013/09/05 0.0.2
313
+ - Initial release of Python DBAPI driver
@@ -0,0 +1,76 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, sex characteristics, gender identity and expression,
9
+ level of experience, education, socio-economic status, nationality, personal
10
+ appearance, race, religion, or sexual identity and orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at support@crate.io. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72
+
73
+ [homepage]: https://www.contributor-covenant.org
74
+
75
+ For answers to common questions about this code of conduct, see
76
+ https://www.contributor-covenant.org/faq
@@ -0,0 +1,9 @@
1
+ # Contributing
2
+
3
+ Thank you for your interest in contributing.
4
+
5
+ Please see the [CrateDB contribution guide] for more information.
6
+ Everything in the CrateDB contribution guide applies to this repository.
7
+
8
+
9
+ [CrateDB contribution guide]: https://github.com/crate/crate/blob/master/CONTRIBUTING.rst
@@ -0,0 +1,78 @@
1
+ # CrateDB Python developer guide
2
+
3
+ ## Setup
4
+
5
+ To start things off, bootstrap the sandbox environment:
6
+
7
+ git clone https://github.com/crate-workbench/sqlalchemy-cratedb
8
+ cd sqlalchemy-cratedb
9
+ source bootstrap.sh
10
+
11
+ This command should automatically install all prerequisites for the
12
+ development sandbox and drop you into the virtualenv, ready for invoking
13
+ further commands.
14
+
15
+ ## Running Tests
16
+
17
+ Verify code by running all linters and software tests:
18
+
19
+ docker compose -f tests/docker-compose.yml up
20
+ poe check
21
+
22
+ Run specific tests:
23
+
24
+ pytest -k SqlAlchemyCompilerTest
25
+ pytest -k test_score
26
+
27
+ # Integration tests, written as doctests.
28
+ python -m unittest -vvv tests/integration.py
29
+
30
+ Format code:
31
+
32
+ poe format
33
+
34
+
35
+ ## Preparing a release
36
+
37
+ On branch `main`:
38
+
39
+ - Add a section for the new version in the `CHANGES.md` file
40
+ - Commit your changes with a message like \"Release x.y.z\"
41
+ - Push to origin/\<release_branch\>
42
+ - Create a tag, and push to remote.
43
+ ```shell
44
+ git tag v0.0.1
45
+ git push --tags
46
+ ```
47
+ - Build package, and upload to PyPI.
48
+ ```shell
49
+ poe release
50
+ ```
51
+
52
+ On GitHub:
53
+
54
+ - Designate a new release on GitHub, copying in the relevant section
55
+ from the CHANGELOG.
56
+ https://github.com/crate-workbench/sqlalchemy-cratedb/releases
57
+
58
+
59
+ ## Writing documentation
60
+
61
+ The docs live under the `docs` directory.
62
+
63
+ The docs are written with [ReStructuredText] and Markdown,
64
+ and will be processed with [Sphinx].
65
+
66
+ Build the docs by running:
67
+
68
+ ./bin/sphinx
69
+
70
+ The output can then be found in the `out/html` directory.
71
+
72
+ The docs are automatically built from Git by [Read the Docs]. There is
73
+ nothing special you need to do to get the live docs to update.
74
+
75
+
76
+ [Read the Docs]: http://readthedocs.org
77
+ [ReStructuredText]: https://docutils.sourceforge.net/rst.html
78
+ [Sphinx]: https://sphinx-doc.org/
@@ -0,0 +1,178 @@
1
+
2
+
3
+ Apache License
4
+ Version 2.0, January 2004
5
+ http://www.apache.org/licenses/
6
+
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+
9
+ 1. Definitions.
10
+
11
+ "License" shall mean the terms and conditions for use, reproduction,
12
+ and distribution as defined by Sections 1 through 9 of this document.
13
+
14
+ "Licensor" shall mean the copyright owner or entity authorized by
15
+ the copyright owner that is granting the License.
16
+
17
+ "Legal Entity" shall mean the union of the acting entity and all
18
+ other entities that control, are controlled by, or are under common
19
+ control with that entity. For the purposes of this definition,
20
+ "control" means (i) the power, direct or indirect, to cause the
21
+ direction or management of such entity, whether by contract or
22
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
23
+ outstanding shares, or (iii) beneficial ownership of such entity.
24
+
25
+ "You" (or "Your") shall mean an individual or Legal Entity
26
+ exercising permissions granted by this License.
27
+
28
+ "Source" form shall mean the preferred form for making modifications,
29
+ including but not limited to software source code, documentation
30
+ source, and configuration files.
31
+
32
+ "Object" form shall mean any form resulting from mechanical
33
+ transformation or translation of a Source form, including but
34
+ not limited to compiled object code, generated documentation,
35
+ and conversions to other media types.
36
+
37
+ "Work" shall mean the work of authorship, whether in Source or
38
+ Object form, made available under the License, as indicated by a
39
+ copyright notice that is included in or attached to the work
40
+ (an example is provided in the Appendix below).
41
+
42
+ "Derivative Works" shall mean any work, whether in Source or Object
43
+ form, that is based on (or derived from) the Work and for which the
44
+ editorial revisions, annotations, elaborations, or other modifications
45
+ represent, as a whole, an original work of authorship. For the purposes
46
+ of this License, Derivative Works shall not include works that remain
47
+ separable from, or merely link (or bind by name) to the interfaces of,
48
+ the Work and Derivative Works thereof.
49
+
50
+ "Contribution" shall mean any work of authorship, including
51
+ the original version of the Work and any modifications or additions
52
+ to that Work or Derivative Works thereof, that is intentionally
53
+ submitted to Licensor for inclusion in the Work by the copyright owner
54
+ or by an individual or Legal Entity authorized to submit on behalf of
55
+ the copyright owner. For the purposes of this definition, "submitted"
56
+ means any form of electronic, verbal, or written communication sent
57
+ to the Licensor or its representatives, including but not limited to
58
+ communication on electronic mailing lists, source code control systems,
59
+ and issue tracking systems that are managed by, or on behalf of, the
60
+ Licensor for the purpose of discussing and improving the Work, but
61
+ excluding communication that is conspicuously marked or otherwise
62
+ designated in writing by the copyright owner as "Not a Contribution."
63
+
64
+ "Contributor" shall mean Licensor and any individual or Legal Entity
65
+ on behalf of whom a Contribution has been received by Licensor and
66
+ subsequently incorporated within the Work.
67
+
68
+ 2. Grant of Copyright License. Subject to the terms and conditions of
69
+ this License, each Contributor hereby grants to You a perpetual,
70
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
71
+ copyright license to reproduce, prepare Derivative Works of,
72
+ publicly display, publicly perform, sublicense, and distribute the
73
+ Work and such Derivative Works in Source or Object form.
74
+
75
+ 3. Grant of Patent License. Subject to the terms and conditions of
76
+ this License, each Contributor hereby grants to You a perpetual,
77
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
78
+ (except as stated in this section) patent license to make, have made,
79
+ use, offer to sell, sell, import, and otherwise transfer the Work,
80
+ where such license applies only to those patent claims licensable
81
+ by such Contributor that are necessarily infringed by their
82
+ Contribution(s) alone or by combination of their Contribution(s)
83
+ with the Work to which such Contribution(s) was submitted. If You
84
+ institute patent litigation against any entity (including a
85
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
86
+ or a Contribution incorporated within the Work constitutes direct
87
+ or contributory patent infringement, then any patent licenses
88
+ granted to You under this License for that Work shall terminate
89
+ as of the date such litigation is filed.
90
+
91
+ 4. Redistribution. You may reproduce and distribute copies of the
92
+ Work or Derivative Works thereof in any medium, with or without
93
+ modifications, and in Source or Object form, provided that You
94
+ meet the following conditions:
95
+
96
+ (a) You must give any other recipients of the Work or
97
+ Derivative Works a copy of this License; and
98
+
99
+ (b) You must cause any modified files to carry prominent notices
100
+ stating that You changed the files; and
101
+
102
+ (c) You must retain, in the Source form of any Derivative Works
103
+ that You distribute, all copyright, patent, trademark, and
104
+ attribution notices from the Source form of the Work,
105
+ excluding those notices that do not pertain to any part of
106
+ the Derivative Works; and
107
+
108
+ (d) If the Work includes a "NOTICE" text file as part of its
109
+ distribution, then any Derivative Works that You distribute must
110
+ include a readable copy of the attribution notices contained
111
+ within such NOTICE file, excluding those notices that do not
112
+ pertain to any part of the Derivative Works, in at least one
113
+ of the following places: within a NOTICE text file distributed
114
+ as part of the Derivative Works; within the Source form or
115
+ documentation, if provided along with the Derivative Works; or,
116
+ within a display generated by the Derivative Works, if and
117
+ wherever such third-party notices normally appear. The contents
118
+ of the NOTICE file are for informational purposes only and
119
+ do not modify the License. You may add Your own attribution
120
+ notices within Derivative Works that You distribute, alongside
121
+ or as an addendum to the NOTICE text from the Work, provided
122
+ that such additional attribution notices cannot be construed
123
+ as modifying the License.
124
+
125
+ You may add Your own copyright statement to Your modifications and
126
+ may provide additional or different license terms and conditions
127
+ for use, reproduction, or distribution of Your modifications, or
128
+ for any such Derivative Works as a whole, provided Your use,
129
+ reproduction, and distribution of the Work otherwise complies with
130
+ the conditions stated in this License.
131
+
132
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
133
+ any Contribution intentionally submitted for inclusion in the Work
134
+ by You to the Licensor shall be under the terms and conditions of
135
+ this License, without any additional terms or conditions.
136
+ Notwithstanding the above, nothing herein shall supersede or modify
137
+ the terms of any separate license agreement you may have executed
138
+ with Licensor regarding such Contributions.
139
+
140
+ 6. Trademarks. This License does not grant permission to use the trade
141
+ names, trademarks, service marks, or product names of the Licensor,
142
+ except as required for reasonable and customary use in describing the
143
+ origin of the Work and reproducing the content of the NOTICE file.
144
+
145
+ 7. Disclaimer of Warranty. Unless required by applicable law or
146
+ agreed to in writing, Licensor provides the Work (and each
147
+ Contributor provides its Contributions) on an "AS IS" BASIS,
148
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
149
+ implied, including, without limitation, any warranties or conditions
150
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
151
+ PARTICULAR PURPOSE. You are solely responsible for determining the
152
+ appropriateness of using or redistributing the Work and assume any
153
+ risks associated with Your exercise of permissions under this License.
154
+
155
+ 8. Limitation of Liability. In no event and under no legal theory,
156
+ whether in tort (including negligence), contract, or otherwise,
157
+ unless required by applicable law (such as deliberate and grossly
158
+ negligent acts) or agreed to in writing, shall any Contributor be
159
+ liable to You for damages, including any direct, indirect, special,
160
+ incidental, or consequential damages of any character arising as a
161
+ result of this License or out of the use or inability to use the
162
+ Work (including but not limited to damages for loss of goodwill,
163
+ work stoppage, computer failure or malfunction, or any and all
164
+ other commercial damages or losses), even if such Contributor
165
+ has been advised of the possibility of such damages.
166
+
167
+ 9. Accepting Warranty or Additional Liability. While redistributing
168
+ the Work or Derivative Works thereof, You may choose to offer,
169
+ and charge a fee for, acceptance of support, warranty, indemnity,
170
+ or other liability obligations and/or rights consistent with this
171
+ License. However, in accepting such obligations, You may act only
172
+ on Your own behalf and on Your sole responsibility, not on behalf
173
+ of any other Contributor, and only if You agree to indemnify,
174
+ defend, and hold each Contributor harmless for any liability
175
+ incurred by, or claims asserted against, such Contributor by reason
176
+ of your accepting any such warranty or additional liability.
177
+
178
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,5 @@
1
+ include LICENSE
2
+ include *.md
3
+ recursive-include docs *.txt
4
+ recursive-include src *.txt *.rst *.md
5
+ recursive-exclude src tests*.py
@@ -0,0 +1,24 @@
1
+ SQLALchemy dialect for CrateDB
2
+ Copyright 2013-2023 Crate.IO GmbH ("Crate")
3
+
4
+
5
+ Licensed to Crate.IO GmbH (referred to in this notice as "Crate") under one or
6
+ more contributor license agreements.
7
+
8
+ Unless otherwise stated, every component of the CrateDB Python Adapter is
9
+ licensed under the Apache License, Version 2.0.
10
+
11
+ Third-party components bundled with the CrateDB Python Adapter are listed in
12
+ the LICENSE file along with their respective licenses. Any additional mandatory
13
+ notices pertaining to those dependencies will be reproduced in this file.
14
+
15
+ Crate provides pre-built releases for convenience, also known as convenience
16
+ releases. Building the CrateDB Python Adapter from source pulls in a number of
17
+ additional third-party dependencies. Hence, convenience releases will contain a
18
+ mix of CrateDB Python Adapter source code and third-party build-time
19
+ dependencies not listed in the LICENSE file or in this file.
20
+
21
+ Crate is committed to only using permissively licensed third-party code.
22
+ However, for the time being, if you make use of convenience releases, it is
23
+ your responsibility to check the licensing status of the bundled third-party
24
+ build-time dependencies.