sqlframe 0.0.2__tar.gz → 0.0.3__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 (189) hide show
  1. sqlframe-0.0.3/.github/CODEOWNERS +1 -0
  2. {sqlframe-0.0.2 → sqlframe-0.0.3}/.github/workflows/main.workflow.yaml +12 -2
  3. {sqlframe-0.0.2 → sqlframe-0.0.3}/.github/workflows/publish.workflow.yaml +2 -2
  4. sqlframe-0.0.3/.readthedocs.yaml +13 -0
  5. {sqlframe-0.0.2 → sqlframe-0.0.3}/PKG-INFO +7 -7
  6. {sqlframe-0.0.2 → sqlframe-0.0.3}/README.md +5 -5
  7. sqlframe-0.0.3/docs/requirements.txt +6 -0
  8. sqlframe-0.0.3/renovate.json +17 -0
  9. {sqlframe-0.0.2 → sqlframe-0.0.3}/setup.py +30 -29
  10. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/_version.py +2 -2
  11. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe.egg-info/PKG-INFO +7 -7
  12. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe.egg-info/SOURCES.txt +4 -0
  13. sqlframe-0.0.3/sqlframe.egg-info/requires.txt +54 -0
  14. sqlframe-0.0.2/sqlframe.egg-info/requires.txt +0 -49
  15. {sqlframe-0.0.2 → sqlframe-0.0.3}/.gitignore +0 -0
  16. {sqlframe-0.0.2 → sqlframe-0.0.3}/.pre-commit-config.yaml +0 -0
  17. {sqlframe-0.0.2 → sqlframe-0.0.3}/LICENSE +0 -0
  18. {sqlframe-0.0.2 → sqlframe-0.0.3}/Makefile +0 -0
  19. {sqlframe-0.0.2 → sqlframe-0.0.3}/blogs/images/but_wait_theres_more.gif +0 -0
  20. {sqlframe-0.0.2 → sqlframe-0.0.3}/blogs/images/cake.gif +0 -0
  21. {sqlframe-0.0.2 → sqlframe-0.0.3}/blogs/images/you_get_pyspark_api.gif +0 -0
  22. {sqlframe-0.0.2 → sqlframe-0.0.3}/blogs/sqlframe_universal_dataframe_api.md +0 -0
  23. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/bigquery.md +0 -0
  24. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/bigquery.md +0 -0
  25. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/duckdb.md +0 -0
  26. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/images/SF.png +0 -0
  27. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/images/favicon.png +0 -0
  28. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/images/favicon_old.png +0 -0
  29. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/images/sqlframe_diagram.png +0 -0
  30. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/images/sqlframe_logo.png +0 -0
  31. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/docs/postgres.md +0 -0
  32. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/duckdb.md +0 -0
  33. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/images/SF.png +0 -0
  34. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/images/favicon.png +0 -0
  35. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/images/favicon_old.png +0 -0
  36. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/images/sqlframe_diagram.png +0 -0
  37. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/images/sqlframe_logo.png +0 -0
  38. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/index.md +0 -0
  39. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/postgres.md +0 -0
  40. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/standalone.md +0 -0
  41. {sqlframe-0.0.2 → sqlframe-0.0.3}/docs/stylesheets/extra.css +0 -0
  42. {sqlframe-0.0.2 → sqlframe-0.0.3}/mkdocs.yml +0 -0
  43. {sqlframe-0.0.2 → sqlframe-0.0.3}/pytest.ini +0 -0
  44. {sqlframe-0.0.2 → sqlframe-0.0.3}/setup.cfg +0 -0
  45. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/LICENSE +0 -0
  46. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/__init__.py +0 -0
  47. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/__init__.py +0 -0
  48. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/_typing.py +0 -0
  49. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/catalog.py +0 -0
  50. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/column.py +0 -0
  51. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/dataframe.py +0 -0
  52. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/decorators.py +0 -0
  53. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/exceptions.py +0 -0
  54. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/function_alternatives.py +0 -0
  55. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/functions.py +0 -0
  56. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/group.py +0 -0
  57. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/mixins/__init__.py +0 -0
  58. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/mixins/catalog_mixins.py +0 -0
  59. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/mixins/readwriter_mixins.py +0 -0
  60. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/normalize.py +0 -0
  61. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/operations.py +0 -0
  62. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/readerwriter.py +0 -0
  63. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/session.py +0 -0
  64. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/transforms.py +0 -0
  65. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/types.py +0 -0
  66. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/util.py +0 -0
  67. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/base/window.py +0 -0
  68. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/__init__.py +0 -0
  69. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/catalog.py +0 -0
  70. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/column.py +0 -0
  71. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/dataframe.py +0 -0
  72. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/functions.py +0 -0
  73. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/functions.pyi +0 -0
  74. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/group.py +0 -0
  75. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/readwriter.py +0 -0
  76. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/session.py +0 -0
  77. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/types.py +0 -0
  78. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/bigquery/window.py +0 -0
  79. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/__init__.py +0 -0
  80. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/catalog.py +0 -0
  81. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/column.py +0 -0
  82. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/dataframe.py +0 -0
  83. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/functions.py +0 -0
  84. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/functions.pyi +0 -0
  85. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/group.py +0 -0
  86. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/readwriter.py +0 -0
  87. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/session.py +0 -0
  88. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/types.py +0 -0
  89. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/duckdb/window.py +0 -0
  90. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/__init__.py +0 -0
  91. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/catalog.py +0 -0
  92. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/column.py +0 -0
  93. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/dataframe.py +0 -0
  94. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/functions.py +0 -0
  95. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/functions.pyi +0 -0
  96. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/group.py +0 -0
  97. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/readwriter.py +0 -0
  98. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/session.py +0 -0
  99. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/types.py +0 -0
  100. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/postgres/window.py +0 -0
  101. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/__init__.py +0 -0
  102. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/catalog.py +0 -0
  103. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/column.py +0 -0
  104. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/dataframe.py +0 -0
  105. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/functions.py +0 -0
  106. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/group.py +0 -0
  107. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/readwriter.py +0 -0
  108. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/session.py +0 -0
  109. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/types.py +0 -0
  110. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/redshift/window.py +0 -0
  111. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/__init__.py +0 -0
  112. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/catalog.py +0 -0
  113. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/column.py +0 -0
  114. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/dataframe.py +0 -0
  115. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/functions.py +0 -0
  116. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/group.py +0 -0
  117. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/readwriter.py +0 -0
  118. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/session.py +0 -0
  119. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/types.py +0 -0
  120. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/snowflake/window.py +0 -0
  121. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/__init__.py +0 -0
  122. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/catalog.py +0 -0
  123. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/column.py +0 -0
  124. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/dataframe.py +0 -0
  125. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/functions.py +0 -0
  126. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/group.py +0 -0
  127. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/readwriter.py +0 -0
  128. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/session.py +0 -0
  129. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/types.py +0 -0
  130. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/spark/window.py +0 -0
  131. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/__init__.py +0 -0
  132. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/catalog.py +0 -0
  133. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/column.py +0 -0
  134. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/dataframe.py +0 -0
  135. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/functions.py +0 -0
  136. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/group.py +0 -0
  137. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/readwriter.py +0 -0
  138. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/session.py +0 -0
  139. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/types.py +0 -0
  140. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe/standalone/window.py +0 -0
  141. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe.egg-info/dependency_links.txt +0 -0
  142. {sqlframe-0.0.2 → sqlframe-0.0.3}/sqlframe.egg-info/top_level.txt +0 -0
  143. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/__init__.py +0 -0
  144. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/common_fixtures.py +0 -0
  145. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/conftest.py +0 -0
  146. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/fixtures/employee.csv +0 -0
  147. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/fixtures/employee.json +0 -0
  148. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/fixtures/employee.parquet +0 -0
  149. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/__init__.py +0 -0
  150. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/__init__.py +0 -0
  151. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/bigquery/__init__.py +0 -0
  152. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/bigquery/test_bigquery_catalog.py +0 -0
  153. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/bigquery/test_bigquery_session.py +0 -0
  154. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/duck/__init__.py +0 -0
  155. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/duck/test_duckdb_catalog.py +0 -0
  156. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/duck/test_duckdb_session.py +0 -0
  157. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/postgres/__init__.py +0 -0
  158. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/postgres/test_postgres_catalog.py +0 -0
  159. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/postgres/test_postgres_session.py +0 -0
  160. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/redshift/__init__.py +0 -0
  161. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/redshift/test_redshift_catalog.py +0 -0
  162. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/redshift/test_redshift_session.py +0 -0
  163. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/snowflake/__init__.py +0 -0
  164. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/snowflake/test_snowflake_catalog.py +0 -0
  165. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/snowflake/test_snowflake_session.py +0 -0
  166. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/spark/__init__.py +0 -0
  167. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/spark/test_spark_catalog.py +0 -0
  168. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/test_engine_dataframe.py +0 -0
  169. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/test_engine_reader.py +0 -0
  170. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/test_engine_session.py +0 -0
  171. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/test_engine_writer.py +0 -0
  172. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/engines/test_int_functions.py +0 -0
  173. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/fixtures.py +0 -0
  174. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/test_int_dataframe.py +0 -0
  175. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/test_int_dataframe_stats.py +0 -0
  176. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/test_int_grouped_data.py +0 -0
  177. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/integration/test_int_session.py +0 -0
  178. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/types.py +0 -0
  179. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/__init__.py +0 -0
  180. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/__init__.py +0 -0
  181. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/fixtures.py +0 -0
  182. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_column.py +0 -0
  183. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_dataframe.py +0 -0
  184. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_dataframe_writer.py +0 -0
  185. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_functions.py +0 -0
  186. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_session.py +0 -0
  187. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_session_case_sensitivity.py +0 -0
  188. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_types.py +0 -0
  189. {sqlframe-0.0.2 → sqlframe-0.0.3}/tests/unit/standalone/test_window.py +0 -0
@@ -0,0 +1 @@
1
+ * @eakmanrq
@@ -3,10 +3,20 @@ on:
3
3
  push:
4
4
  branches:
5
5
  - main
6
+ paths:
7
+ - 'sqlframe/**'
8
+ - 'tests/**'
9
+ - 'Makefile'
10
+ - 'setup.py'
6
11
  pull_request:
7
12
  types:
8
13
  - synchronize
9
14
  - opened
15
+ paths:
16
+ - 'sqlframe/**'
17
+ - 'tests/**'
18
+ - 'Makefile'
19
+ - 'setup.py'
10
20
  jobs:
11
21
  run-tests:
12
22
  runs-on: ubuntu-latest
@@ -17,9 +27,9 @@ jobs:
17
27
  python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
18
28
  steps:
19
29
  - name: Checkout
20
- uses: actions/checkout@v2
30
+ uses: actions/checkout@v4
21
31
  - name: Install Python
22
- uses: actions/setup-python@v2
32
+ uses: actions/setup-python@v5
23
33
  with:
24
34
  python-version: ${{ matrix.python-version }}
25
35
  - name: Install dependencies
@@ -13,7 +13,7 @@ jobs:
13
13
  TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
14
14
  steps:
15
15
  - name: Checkout
16
- uses: actions/checkout@v2
16
+ uses: actions/checkout@v4
17
17
  - name: Publish
18
18
  run: make publish
19
19
  - name: Create release
@@ -23,5 +23,5 @@ jobs:
23
23
  run: |
24
24
  gh release create "$tag" \
25
25
  --repo="$GITHUB_REPOSITORY" \
26
- --title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
26
+ --title="SQLFrame ${tag#v}" \
27
27
  --generate-notes
@@ -0,0 +1,13 @@
1
+ version: 2
2
+
3
+ build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.8"
7
+
8
+ mkdocs:
9
+ configuration: mkdocs.yml
10
+
11
+ python:
12
+ install:
13
+ - requirements: docs/requirements.txt
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sqlframe
3
- Version: 0.0.2
4
- Summary: PySpark without Spark by converting to SQL
3
+ Version: 0.0.3
4
+ Summary: Taking the Spark out of PySpark by converting to SQL
5
5
  Home-page: https://github.com/eakmanrq/sqlframe
6
6
  Author: Ryan Eakman
7
7
  Author-email: eakmanrq@gmail.com
@@ -27,7 +27,7 @@ Provides-Extra: spark
27
27
  License-File: LICENSE
28
28
 
29
29
  <div align="center">
30
- <img src="docs/images/sqlframe_logo.png" alt="SQLFrame Logo" width="400"/>
30
+ <img src="https://sqlframe.readthedocs.io/en/latest/docs/images/sqlframe_logo.png" alt="SQLFrame Logo" width="400"/>
31
31
  </div>
32
32
 
33
33
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
@@ -36,12 +36,12 @@ SQLFrame implements the PySpark DataFrame API in order to enable running transfo
36
36
 
37
37
  SQLFrame currently supports the following engines (many more in development):
38
38
 
39
- * [BigQuery](docs/bigquery.md)
40
- * [DuckDB](docs/duckdb.md)
41
- * [Postgres](docs/postgres.md)
39
+ * [BigQuery](https://sqlframe.readthedocs.io/en/latest/bigquery/)
40
+ * [DuckDB](https://sqlframe.readthedocs.io/en/latest/duckdb)
41
+ * [Postgres](https://sqlframe.readthedocs.io/en/latest/postgres)
42
42
 
43
43
  SQLFrame also has a "Standalone" session that be used to generate SQL without any connection to a database engine.
44
- * [Standalone](docs/standalone.md)
44
+ * [Standalone](https://sqlframe.readthedocs.io/en/latest/standalone)
45
45
 
46
46
  SQLFrame is great for:
47
47
 
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="docs/images/sqlframe_logo.png" alt="SQLFrame Logo" width="400"/>
2
+ <img src="https://sqlframe.readthedocs.io/en/latest/docs/images/sqlframe_logo.png" alt="SQLFrame Logo" width="400"/>
3
3
  </div>
4
4
 
5
5
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
@@ -8,12 +8,12 @@ SQLFrame implements the PySpark DataFrame API in order to enable running transfo
8
8
 
9
9
  SQLFrame currently supports the following engines (many more in development):
10
10
 
11
- * [BigQuery](docs/bigquery.md)
12
- * [DuckDB](docs/duckdb.md)
13
- * [Postgres](docs/postgres.md)
11
+ * [BigQuery](https://sqlframe.readthedocs.io/en/latest/bigquery/)
12
+ * [DuckDB](https://sqlframe.readthedocs.io/en/latest/duckdb)
13
+ * [Postgres](https://sqlframe.readthedocs.io/en/latest/postgres)
14
14
 
15
15
  SQLFrame also has a "Standalone" session that be used to generate SQL without any connection to a database engine.
16
- * [Standalone](docs/standalone.md)
16
+ * [Standalone](https://sqlframe.readthedocs.io/en/latest/standalone)
17
17
 
18
18
  SQLFrame is great for:
19
19
 
@@ -0,0 +1,6 @@
1
+ mkdocs==1.4.2
2
+ mkdocs-include-markdown-plugin==4.0.3
3
+ mkdocs-material==9.0.5
4
+ mkdocs-material-extensions==1.1.1
5
+ mkdocs-glightbox==0.3.7
6
+ pymdown-extensions
@@ -0,0 +1,17 @@
1
+ {
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "rangeStrategy": "widen",
4
+ "extends": [
5
+ "config:recommended"
6
+ ],
7
+ "ignoreDeps": [
8
+ "mkdocs-include-markdown-plugin",
9
+ "mkdocs",
10
+ "mkdocs-material",
11
+ "mkdocs-material-extensions",
12
+ "mkdocs-include-markdown-plugin"
13
+ ],
14
+ "ignorePaths": [
15
+ "docs/**"
16
+ ]
17
+ }
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name="sqlframe",
5
- description="PySpark without Spark by converting to SQL",
5
+ description="Taking the Spark out of PySpark by converting to SQL",
6
6
  long_description=open("README.md").read(),
7
7
  long_description_content_type="text/markdown",
8
8
  url="https://github.com/eakmanrq/sqlframe",
@@ -19,30 +19,31 @@ setup(
19
19
  setup_requires=["setuptools_scm"],
20
20
  python_requires=">=3.8",
21
21
  install_requires=[
22
- "prettytable",
23
- "sqlglot",
22
+ "prettytable<3.11.0",
23
+ "sqlglot>=23.14.0,<23.17",
24
24
  ],
25
25
  extras_require={
26
26
  "bigquery": [
27
- "google-cloud-bigquery[pandas]",
28
- "google-cloud-bigquery-storage",
29
- "pandas",
27
+ "google-cloud-bigquery[pandas]>=3,<4",
28
+ "google-cloud-bigquery-storage>=2,<3",
29
+ "pandas>=2,<3",
30
30
  ],
31
31
  "dev": [
32
- "duckdb",
33
- "mypy",
34
- "pandas",
35
- "pandas-stubs",
36
- "psycopg",
37
- "pyarrow",
38
- "pyspark",
39
- "pytest",
40
- "pytest-postgresql",
41
- "pytest-xdist",
42
- "pre-commit",
43
- "ruff",
44
- "typing_extensions",
45
- "types-psycopg2",
32
+ "duckdb>=0.9,<0.11",
33
+ "mypy>=1.10.0,<1.11",
34
+ "pandas>=2,<3",
35
+ "pandas-stubs>=2,<3",
36
+ "psycopg>=3.1,<4",
37
+ "pyarrow>=10,<17",
38
+ "pyspark>=2,<3.6",
39
+ "pytest>=8.2.0,<8.3",
40
+ "pytest-postgresql>=6,<7",
41
+ "pytest-xdist>=3.6,<3.7",
42
+ "pre-commit>=3.5;python_version=='3.8'",
43
+ "pre-commit>=3.7,<3.8;python_version>='3.9'",
44
+ "ruff>=0.4.4,<0.5",
45
+ "typing_extensions>=4.11,<5",
46
+ "types-psycopg2>=2.9,<3",
46
47
  ],
47
48
  "docs": [
48
49
  "mkdocs==1.4.2",
@@ -52,23 +53,23 @@ setup(
52
53
  "pymdown-extensions",
53
54
  ],
54
55
  "duckdb": [
55
- "duckdb",
56
- "pandas",
56
+ "duckdb>=0.9,<0.11",
57
+ "pandas>=2,<3",
57
58
  ],
58
59
  "postgres": [
59
- "pandas",
60
- "psycopg2",
60
+ "pandas>=2,<3",
61
+ "psycopg2>=2.8,<3",
61
62
  ],
62
63
  "redshift": [
63
- "pandas",
64
- "redshift_connector",
64
+ "pandas>=2,<3",
65
+ "redshift_connector>=2.1.1,<2.2.0",
65
66
  ],
66
67
  "snowflake": [
67
- "pandas",
68
- "snowflake-connector-python[pandas,secure-local-storage]",
68
+ "pandas>=2,<3",
69
+ "snowflake-connector-python[pandas,secure-local-storage]>=3.10.0,<3.11",
69
70
  ],
70
71
  "spark": [
71
- "pyspark",
72
+ "pyspark>=2,<3.6",
72
73
  ],
73
74
  },
74
75
  classifiers=[
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.0.2'
16
- __version_tuple__ = version_tuple = (0, 0, 2)
15
+ __version__ = version = '0.0.3'
16
+ __version_tuple__ = version_tuple = (0, 0, 3)
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sqlframe
3
- Version: 0.0.2
4
- Summary: PySpark without Spark by converting to SQL
3
+ Version: 0.0.3
4
+ Summary: Taking the Spark out of PySpark by converting to SQL
5
5
  Home-page: https://github.com/eakmanrq/sqlframe
6
6
  Author: Ryan Eakman
7
7
  Author-email: eakmanrq@gmail.com
@@ -27,7 +27,7 @@ Provides-Extra: spark
27
27
  License-File: LICENSE
28
28
 
29
29
  <div align="center">
30
- <img src="docs/images/sqlframe_logo.png" alt="SQLFrame Logo" width="400"/>
30
+ <img src="https://sqlframe.readthedocs.io/en/latest/docs/images/sqlframe_logo.png" alt="SQLFrame Logo" width="400"/>
31
31
  </div>
32
32
 
33
33
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
@@ -36,12 +36,12 @@ SQLFrame implements the PySpark DataFrame API in order to enable running transfo
36
36
 
37
37
  SQLFrame currently supports the following engines (many more in development):
38
38
 
39
- * [BigQuery](docs/bigquery.md)
40
- * [DuckDB](docs/duckdb.md)
41
- * [Postgres](docs/postgres.md)
39
+ * [BigQuery](https://sqlframe.readthedocs.io/en/latest/bigquery/)
40
+ * [DuckDB](https://sqlframe.readthedocs.io/en/latest/duckdb)
41
+ * [Postgres](https://sqlframe.readthedocs.io/en/latest/postgres)
42
42
 
43
43
  SQLFrame also has a "Standalone" session that be used to generate SQL without any connection to a database engine.
44
- * [Standalone](docs/standalone.md)
44
+ * [Standalone](https://sqlframe.readthedocs.io/en/latest/standalone)
45
45
 
46
46
  SQLFrame is great for:
47
47
 
@@ -1,12 +1,15 @@
1
1
  .gitignore
2
2
  .pre-commit-config.yaml
3
+ .readthedocs.yaml
3
4
  LICENSE
4
5
  Makefile
5
6
  README.md
6
7
  mkdocs.yml
7
8
  pytest.ini
9
+ renovate.json
8
10
  setup.cfg
9
11
  setup.py
12
+ .github/CODEOWNERS
10
13
  .github/workflows/main.workflow.yaml
11
14
  .github/workflows/publish.workflow.yaml
12
15
  blogs/sqlframe_universal_dataframe_api.md
@@ -17,6 +20,7 @@ docs/bigquery.md
17
20
  docs/duckdb.md
18
21
  docs/index.md
19
22
  docs/postgres.md
23
+ docs/requirements.txt
20
24
  docs/standalone.md
21
25
  docs/docs/bigquery.md
22
26
  docs/docs/duckdb.md
@@ -0,0 +1,54 @@
1
+ prettytable<3.11.0
2
+ sqlglot<23.17,>=23.14.0
3
+
4
+ [bigquery]
5
+ google-cloud-bigquery-storage<3,>=2
6
+ google-cloud-bigquery[pandas]<4,>=3
7
+ pandas<3,>=2
8
+
9
+ [dev]
10
+ duckdb<0.11,>=0.9
11
+ mypy<1.11,>=1.10.0
12
+ pandas-stubs<3,>=2
13
+ pandas<3,>=2
14
+ psycopg<4,>=3.1
15
+ pyarrow<17,>=10
16
+ pyspark<3.6,>=2
17
+ pytest-postgresql<7,>=6
18
+ pytest-xdist<3.7,>=3.6
19
+ pytest<8.3,>=8.2.0
20
+ ruff<0.5,>=0.4.4
21
+ types-psycopg2<3,>=2.9
22
+ typing_extensions<5,>=4.11
23
+
24
+ [dev:python_version == "3.8"]
25
+ pre-commit>=3.5
26
+
27
+ [dev:python_version >= "3.9"]
28
+ pre-commit<3.8,>=3.7
29
+
30
+ [docs]
31
+ mkdocs-include-markdown-plugin==4.0.3
32
+ mkdocs-material-extensions==1.1.1
33
+ mkdocs-material==9.0.5
34
+ mkdocs==1.4.2
35
+ pymdown-extensions
36
+
37
+ [duckdb]
38
+ duckdb<0.11,>=0.9
39
+ pandas<3,>=2
40
+
41
+ [postgres]
42
+ pandas<3,>=2
43
+ psycopg2<3,>=2.8
44
+
45
+ [redshift]
46
+ pandas<3,>=2
47
+ redshift_connector<2.2.0,>=2.1.1
48
+
49
+ [snowflake]
50
+ pandas<3,>=2
51
+ snowflake-connector-python[pandas,secure-local-storage]<3.11,>=3.10.0
52
+
53
+ [spark]
54
+ pyspark<3.6,>=2
@@ -1,49 +0,0 @@
1
- prettytable
2
- sqlglot
3
-
4
- [bigquery]
5
- google-cloud-bigquery-storage
6
- google-cloud-bigquery[pandas]
7
- pandas
8
-
9
- [dev]
10
- duckdb
11
- mypy
12
- pandas
13
- pandas-stubs
14
- pre-commit
15
- psycopg
16
- pyarrow
17
- pyspark
18
- pytest
19
- pytest-postgresql
20
- pytest-xdist
21
- ruff
22
- types-psycopg2
23
- typing_extensions
24
-
25
- [docs]
26
- mkdocs-include-markdown-plugin==4.0.3
27
- mkdocs-material-extensions==1.1.1
28
- mkdocs-material==9.0.5
29
- mkdocs==1.4.2
30
- pymdown-extensions
31
-
32
- [duckdb]
33
- duckdb
34
- pandas
35
-
36
- [postgres]
37
- pandas
38
- psycopg2
39
-
40
- [redshift]
41
- pandas
42
- redshift_connector
43
-
44
- [snowflake]
45
- pandas
46
- snowflake-connector-python[pandas,secure-local-storage]
47
-
48
- [spark]
49
- pyspark
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes