sqlproof 0.2.1__tar.gz → 0.2.2__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 (130) hide show
  1. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/ci.yml +1 -1
  2. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/nightly.yml +1 -1
  3. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/release.yml +1 -1
  4. sqlproof-0.2.2/.release-please-manifest.json +3 -0
  5. {sqlproof-0.2.1 → sqlproof-0.2.2}/.sqlproof/failures/property_fails.json +1 -1
  6. {sqlproof-0.2.1 → sqlproof-0.2.2}/CHANGELOG.md +7 -0
  7. {sqlproof-0.2.1 → sqlproof-0.2.2}/PKG-INFO +1 -1
  8. {sqlproof-0.2.1 → sqlproof-0.2.2}/pyproject.toml +1 -1
  9. sqlproof-0.2.2/src/sqlproof/_version.py +1 -0
  10. {sqlproof-0.2.1 → sqlproof-0.2.2}/uv.lock +1 -1
  11. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/pages/index.astro +1 -6
  12. sqlproof-0.2.1/.release-please-manifest.json +0 -3
  13. sqlproof-0.2.1/src/sqlproof/_version.py +0 -1
  14. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  15. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  16. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  17. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/question.yml +0 -0
  18. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  19. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/actions/setup-supabase-test-db/action.yml +0 -0
  20. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/actions/setup-supabase-test-db/sql/supabase-test-init.sql +0 -0
  21. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/dependabot.yml +0 -0
  22. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/deploy-website.yml +0 -0
  23. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/pr-title.yml +0 -0
  24. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/release-please.yml +0 -0
  25. {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/uv-lock-refresh.yml +0 -0
  26. {sqlproof-0.2.1 → sqlproof-0.2.2}/.gitignore +0 -0
  27. {sqlproof-0.2.1 → sqlproof-0.2.2}/AGENTS.md +0 -0
  28. {sqlproof-0.2.1 → sqlproof-0.2.2}/CONTRIBUTING.md +0 -0
  29. {sqlproof-0.2.1 → sqlproof-0.2.2}/README.md +0 -0
  30. {sqlproof-0.2.1 → sqlproof-0.2.2}/SECURITY.md +0 -0
  31. {sqlproof-0.2.1 → sqlproof-0.2.2}/SPEC.md +0 -0
  32. {sqlproof-0.2.1 → sqlproof-0.2.2}/docs/superpowers/specs/2026-05-30-release-engineering-design.md +0 -0
  33. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ecommerce/schema.sql +0 -0
  34. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ecommerce/test_orders.py +0 -0
  35. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ripenn_scoring/schema.sql +0 -0
  36. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ripenn_scoring/test_scoring.py +0 -0
  37. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/README.md +0 -0
  38. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/schema.sql +0 -0
  39. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/test_rls.pgtap.sql +0 -0
  40. {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/test_rls.py +0 -0
  41. {sqlproof-0.2.1 → sqlproof-0.2.2}/release-please-config.json +0 -0
  42. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/__init__.py +0 -0
  43. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/cli.py +0 -0
  44. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/client.py +0 -0
  45. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/config.py +0 -0
  46. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/contrib/__init__.py +0 -0
  47. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/contrib/plpgsql_coverage.py +0 -0
  48. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/contrib/supabase.py +0 -0
  49. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/core.py +0 -0
  50. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/__init__.py +0 -0
  51. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/diversity.py +0 -0
  52. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/plpgsql.py +0 -0
  53. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/schema_shape.py +0 -0
  54. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/exceptions.py +0 -0
  55. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/__init__.py +0 -0
  56. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/columns.py +0 -0
  57. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/constraints.py +0 -0
  58. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/functions.py +0 -0
  59. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/graph.py +0 -0
  60. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/rows.py +0 -0
  61. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/sampling.py +0 -0
  62. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/well_known.py +0 -0
  63. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/pytest_plugin.py +0 -0
  64. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/reporter/__init__.py +0 -0
  65. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/reporter/console.py +0 -0
  66. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/reporter/json_io.py +0 -0
  67. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/__init__.py +0 -0
  68. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/db.py +0 -0
  69. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/migration.py +0 -0
  70. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/overload.py +0 -0
  71. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/property.py +0 -0
  72. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/rls.py +0 -0
  73. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/stateful.py +0 -0
  74. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/__init__.py +0 -0
  75. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/dependency_graph.py +0 -0
  76. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/fingerprint.py +0 -0
  77. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/introspect.py +0 -0
  78. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/model.py +0 -0
  79. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/parse_sql.py +0 -0
  80. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/testing.py +0 -0
  81. {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/types.py +0 -0
  82. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/benchmarks/test_generation_benchmark.py +0 -0
  83. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/conftest.py +0 -0
  84. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_plpgsql_coverage.py +0 -0
  85. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_postgres_execution.py +0 -0
  86. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_pytest_plugin_fixtures_integration.py +0 -0
  87. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_supabase_auth_surface.py +0 -0
  88. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/meta/test_meta_properties.py +0 -0
  89. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_cli_smoke.py +0 -0
  90. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_column_strategies.py +0 -0
  91. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_constraint_strategies.py +0 -0
  92. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_contrib_plpgsql_coverage.py +0 -0
  93. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_contrib_supabase.py +0 -0
  94. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_db_manager.py +0 -0
  95. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_generators_core.py +0 -0
  96. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_package_scaffold.py +0 -0
  97. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_parse_sql_edge_cases.py +0 -0
  98. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_pytest_plugin_fixtures.py +0 -0
  99. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_runner_slice.py +0 -0
  100. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_schema_core.py +0 -0
  101. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_state_machine.py +0 -0
  102. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_v01_surfaces.py +0 -0
  103. {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_well_known.py +0 -0
  104. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/.env.example +0 -0
  105. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/astro.config.mjs +0 -0
  106. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/package-lock.json +0 -0
  107. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/package.json +0 -0
  108. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/public/CNAME +0 -0
  109. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/public/favicon.svg +0 -0
  110. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/config.ts +0 -0
  111. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/check-options.md +0 -0
  112. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/sqlproof-class.md +0 -0
  113. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/state-machine.md +0 -0
  114. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/table-customization.md +0 -0
  115. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/data-generation.md +0 -0
  116. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/orders.md +0 -0
  117. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/property-patterns.md +0 -0
  118. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/testing-sql-functions.md +0 -0
  119. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/getting-started.md +0 -0
  120. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/ci-cd.md +0 -0
  121. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/custom-generators.md +0 -0
  122. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/fk-distributions.md +0 -0
  123. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/local-dev.md +0 -0
  124. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/security.md +0 -0
  125. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/supabase.md +0 -0
  126. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/vs-pgtap.md +0 -0
  127. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/supabase-quickstart.md +0 -0
  128. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/posthog.mjs +0 -0
  129. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/styles/custom.css +0 -0
  130. {sqlproof-0.2.1 → sqlproof-0.2.2}/website/tsconfig.json +0 -0
@@ -32,7 +32,7 @@ jobs:
32
32
  SQLPROOF_TEST_DATABASE_URL: postgresql://postgres:postgres@127.0.0.1:5432/postgres
33
33
  steps:
34
34
  - uses: actions/checkout@v4
35
- - uses: actions/setup-python@v5
35
+ - uses: actions/setup-python@v6
36
36
  with:
37
37
  python-version: ${{ matrix.python-version }}
38
38
  - uses: astral-sh/setup-uv@v5
@@ -10,7 +10,7 @@ jobs:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
12
  - uses: actions/checkout@v4
13
- - uses: actions/setup-python@v5
13
+ - uses: actions/setup-python@v6
14
14
  with:
15
15
  python-version: "3.11"
16
16
  - uses: astral-sh/setup-uv@v5
@@ -41,7 +41,7 @@ jobs:
41
41
  # as input. For push events, default behavior checks out the
42
42
  # tag-ref that triggered the workflow (no override needed).
43
43
  ref: ${{ inputs.tag || github.ref }}
44
- - uses: actions/setup-python@v5
44
+ - uses: actions/setup-python@v6
45
45
  with:
46
46
  python-version: "3.11"
47
47
  - uses: astral-sh/setup-uv@v5
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.2.2"
3
+ }
@@ -17,7 +17,7 @@
17
17
  "property_name": "property_fails",
18
18
  "row_context": {},
19
19
  "runs": 110,
20
- "schema_fingerprint": "sha256:4b3c6e96fcc1496c4e139d1d64570ad6ecf430a0e82b800aa121a8c50f6df020",
20
+ "schema_fingerprint": "sha256:10216d67c52fe4492028569c0a44ea070c450fb3488ad02a3599c35192366658",
21
21
  "seed": null,
22
22
  "shrink_steps": 0,
23
23
  "version": 1
@@ -5,6 +5,13 @@ All notable changes to SqlProof will be documented here. The format is based on
5
5
  to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). While SqlProof
6
6
  remains in `0.x`, minor versions may include breaking changes.
7
7
 
8
+ ## [0.2.2](https://github.com/alialavia/sqlproof/compare/v0.2.1...v0.2.2) (2026-05-30)
9
+
10
+
11
+ ### Documentation
12
+
13
+ * **website:** drop alpha framing from landing page ([#40](https://github.com/alialavia/sqlproof/issues/40)) ([9845743](https://github.com/alialavia/sqlproof/commit/9845743917d4bdf1dbda311e63545feabd902371))
14
+
8
15
  ## [0.2.1] - 2026-05-30
9
16
 
10
17
  First PyPI-published stable release. Equivalent in code to `v0.2.0`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlproof
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Property-based testing for PostgreSQL schemas and SQL behavior. Pre-1.0; APIs may change between minor versions.
5
5
  Project-URL: Homepage, https://sqlproof.com
6
6
  Project-URL: Documentation, https://sqlproof.com
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sqlproof"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  description = "Property-based testing for PostgreSQL schemas and SQL behavior. Pre-1.0; APIs may change between minor versions."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.2" # x-release-please-version
@@ -1160,7 +1160,7 @@ wheels = [
1160
1160
 
1161
1161
  [[package]]
1162
1162
  name = "sqlproof"
1163
- version = "0.2.1"
1163
+ version = "0.2.2"
1164
1164
  source = { editable = "." }
1165
1165
  dependencies = [
1166
1166
  { name = "hypothesis" },
@@ -54,7 +54,6 @@ const posthogScript = posthogScriptContent({
54
54
 
55
55
  <!-- Hero -->
56
56
  <div class="sp-hero">
57
- <div class="sp-badge sp-badge-alpha">⚠ v0.1.0a1 alpha · Python 3.11+ · APIs unstable</div>
58
57
  <h1>Find SQL bugs<br />before your <span>users</span> do</h1>
59
58
  <p>
60
59
  Property-based testing for PostgreSQL. Generates random valid datasets
@@ -62,12 +61,8 @@ const posthogScript = posthogScriptContent({
62
61
  </p>
63
62
  <div class="sp-install">
64
63
  <span class="prompt">$</span>
65
- <span>pip install --pre sqlproof</span>
64
+ <span>pip install sqlproof</span>
66
65
  </div>
67
- <p class="sp-npm-disclaimer">
68
- Early-stage alpha. APIs may change without deprecation warnings until 0.x stabilizes.
69
- Don't rely on this for production test suites yet.
70
- </p>
71
66
  <div class="sp-hero-buttons">
72
67
  <a href={docsBase} class="sp-btn-primary">Get Started →</a>
73
68
  <a href={githubUrl} target="_blank" rel="noopener" class="sp-btn-secondary">View on GitHub</a>
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.2.1"
3
- }
@@ -1 +0,0 @@
1
- __version__ = "0.2.1" # x-release-please-version
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