dirsql 0.3.81__tar.gz → 0.3.82__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.
- {dirsql-0.3.81 → dirsql-0.3.82}/Cargo.lock +1 -1
- {dirsql-0.3.81 → dirsql-0.3.82}/PKG-INFO +1 -1
- dirsql-0.3.82/packages/python/Cargo.toml +30 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/e2e-attestation.json +2 -2
- dirsql-0.3.81/packages/python/Cargo.toml +0 -22
- {dirsql-0.3.81 → dirsql-0.3.82}/Cargo.toml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/README.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/_async.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/_dirsql.pyi +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/cli/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/cli/binary_path.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/cli/is_windows.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/cli/main.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/cli/resolve_config_extensions.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/py.typed +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/resolve_config_extensions.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/dirsql/resolve_extension.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/AGENTS.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/explanation.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/getting-started.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/embed.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/persist.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/index.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/migrations.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/package.json +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/playwright.config.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/reference/cli.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/reference/columns.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/reference/config.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/reference/hooks.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/reference/http-api.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/reference/sdk.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/tests/integration/sidebar.spec.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/docs/vitest.config.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/README.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/conftest.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/AGENTS.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/explanation.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/getting-started.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/embed.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/persist.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/index.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/migrations.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/package.json +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/playwright.config.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/reference/cli.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/reference/columns.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/reference/config.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/reference/hooks.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/reference/http-api.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/reference/sdk.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/tests/integration/sidebar.spec.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/vitest.config.ts +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/src/lib.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/tests/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/tests/binding/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/tests/conftest.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/tests/e2e/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/tests/integration/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/python/tests/smoke/__init__.py +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/Cargo.toml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/README.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/benches/db_bench.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/benches/differ_bench.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/benches/matcher_bench.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/benches/scanner_bench.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/explanation.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/getting-started.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/embed.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/persist.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/index.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/migrations.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/reference/cli.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/reference/columns.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/reference/config.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/reference/hooks.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/reference/http-api.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/docs/reference/sdk.md +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/bin/dirsql.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/cli/execute.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/cli/init.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/cli/mod.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/cli/router.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/cli/serialize.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/cli/server.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/command.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/config.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/db.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/default_config.toml +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/differ.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/lib.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/matcher.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/persist.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/scanner.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/packages/rust/src/watcher.rs +0 -0
- {dirsql-0.3.81 → dirsql-0.3.82}/pyproject.toml +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[package]
|
|
2
|
+
name = "dirsql-py-ext"
|
|
3
|
+
# Explicit literal (not `version.workspace = true`) so putitoutthere's
|
|
4
|
+
# pypi/maturin handler can rewrite it via `write-version` before
|
|
5
|
+
# `maturin build`. `pyproject.toml` declares `dynamic = ["version"]`
|
|
6
|
+
# and maturin reads this field. Mirrors `packages/rust/Cargo.toml`.
|
|
7
|
+
version = "0.3.82"
|
|
8
|
+
# abi3 note: the `abi3-py311` pyo3 feature (below) builds ONE stable-ABI
|
|
9
|
+
# `cp311-abi3` wheel per platform that loads on every CPython >= 3.11
|
|
10
|
+
# (matching `pyproject.toml`'s `requires-python = ">=3.11"`), instead of
|
|
11
|
+
# one wheel per interpreter. putitoutthere's `wheel-abi` detector (#401)
|
|
12
|
+
# reads the abi3 feature straight off this direct `pyo3` dependency and
|
|
13
|
+
# collapses the per-version build fan to a single wheel -- no
|
|
14
|
+
# `putitoutthere.toml` change needed. The floor must stay <= the
|
|
15
|
+
# `requires-python` floor or pip finds no compatible wheel on the low end.
|
|
16
|
+
edition.workspace = true
|
|
17
|
+
publish = false
|
|
18
|
+
readme = "README.md"
|
|
19
|
+
|
|
20
|
+
[lib]
|
|
21
|
+
name = "dirsql_py_ext"
|
|
22
|
+
crate-type = ["cdylib", "rlib"]
|
|
23
|
+
|
|
24
|
+
[dependencies]
|
|
25
|
+
dirsql.workspace = true
|
|
26
|
+
pyo3 = { version = "0.28", features = ["extension-module", "generate-import-lib", "abi3-py311"], optional = true }
|
|
27
|
+
|
|
28
|
+
[features]
|
|
29
|
+
default = []
|
|
30
|
+
extension-module = ["pyo3/extension-module"]
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
[package]
|
|
2
|
-
name = "dirsql-py-ext"
|
|
3
|
-
# Explicit literal (not `version.workspace = true`) so putitoutthere's
|
|
4
|
-
# pypi/maturin handler can rewrite it via `write-version` before
|
|
5
|
-
# `maturin build`. `pyproject.toml` declares `dynamic = ["version"]`
|
|
6
|
-
# and maturin reads this field. Mirrors `packages/rust/Cargo.toml`.
|
|
7
|
-
version = "0.3.81"
|
|
8
|
-
edition.workspace = true
|
|
9
|
-
publish = false
|
|
10
|
-
readme = "README.md"
|
|
11
|
-
|
|
12
|
-
[lib]
|
|
13
|
-
name = "dirsql_py_ext"
|
|
14
|
-
crate-type = ["cdylib", "rlib"]
|
|
15
|
-
|
|
16
|
-
[dependencies]
|
|
17
|
-
dirsql.workspace = true
|
|
18
|
-
pyo3 = { version = "0.28", features = ["extension-module", "generate-import-lib"], optional = true }
|
|
19
|
-
|
|
20
|
-
[features]
|
|
21
|
-
default = []
|
|
22
|
-
extension-module = ["pyo3/extension-module"]
|
|
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
|
|
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
|
|
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
|
|
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
|
{dirsql-0.3.81 → dirsql-0.3.82}/packages/python/docs/tests/integration/language-flag.spec.ts
RENAMED
|
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
|
|
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
|
|
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
|