philoch-bib-sdk 0.4.0__tar.gz → 0.4.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.
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/Cargo.lock +1 -1
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/Cargo.toml +1 -1
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/PKG-INFO +6 -1
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/poetry.lock +3 -3
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/pyproject.toml +8 -9
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/LICENSE +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/README.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/fuzzy-matching.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/python-style-guide.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/rust-implementation-summary.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/rust-index-building-spec.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/rust-scorer.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/streaming-output.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/fuzzy-matching-enhanced-output.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/merge_fuzzy_results.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/rust-build-index-implementation-plan.md +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/_rust.pyi +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/io/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/io/csv/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/io/ods/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/plaintext/bibitem_reader.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/tabular_data/read_journal_volume_number_index.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/latex.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/author/formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/author/parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bib_string_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/bibkey_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/bibkey_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/date_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/date_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/pages_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/pages_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/journal/formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/journal/parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/shared/renderable_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/interfaces/cli/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/interfaces/cli/fuzzy_matching.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/default_models.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/__init__.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/comparator.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/fuzzy_matcher.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/journal_article_matcher.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/literals.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/models.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/models_staging.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/procedures/fuzzy_matching.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/py.typed +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/run_fuzzy_matching.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/run_fuzzy_matching_streaming.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/scripts/format.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/src/lib.rs +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/adapters/test_read_jvn_index_from_ods.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/conftest.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_author_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_author_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibitem_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibitem_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibkey_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibkey_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_date_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_date_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_journal_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_journal_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_page_formatter.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_page_parser.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/functions/test_comparator.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/functions/test_fuzzy_matcher.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/functions/test_journal_article_matcher.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/test_default_models.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/test_models.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/test_setup.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/processing/test_bulk_operation_styles.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/shared.py +0 -0
- {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/test_tautology.py +0 -0
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: philoch-bib-sdk
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
|
+
Requires-Dist: aletk>=0.1.6
|
|
5
|
+
Requires-Dist: attrs>=25.3.0
|
|
6
|
+
Requires-Dist: polars>=1.32.3
|
|
7
|
+
Requires-Dist: pydantic>=2.11.9
|
|
8
|
+
Requires-Dist: cytoolz>=1.0.1
|
|
4
9
|
License-File: LICENSE
|
|
5
10
|
Summary: Standard development kit for the Philosophie Bibliography project
|
|
6
11
|
Author-email: Luis Alejandro Bordo García <luis.bordo@philosophie.ch>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# This file is automatically @generated by Poetry 2.
|
|
1
|
+
# This file is automatically @generated by Poetry 2.3.0 and should not be changed by hand.
|
|
2
2
|
|
|
3
3
|
[[package]]
|
|
4
4
|
name = "aletk"
|
|
@@ -1125,7 +1125,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
|
|
1125
1125
|
idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
|
1126
1126
|
isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
|
1127
1127
|
jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""}
|
|
1128
|
-
jsonschema-specifications = ">=2023.
|
|
1128
|
+
jsonschema-specifications = ">=2023.3.6"
|
|
1129
1129
|
referencing = ">=0.28.4"
|
|
1130
1130
|
rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
|
1131
1131
|
rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""}
|
|
@@ -3344,4 +3344,4 @@ files = [
|
|
|
3344
3344
|
[metadata]
|
|
3345
3345
|
lock-version = "2.1"
|
|
3346
3346
|
python-versions = ">=3.13"
|
|
3347
|
-
content-hash = "
|
|
3347
|
+
content-hash = "ab873fe5c14fba4553b3606fd8e8971b77087cd9d370db1a01b1fee1f82c36d9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "philoch-bib-sdk"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.2"
|
|
4
4
|
description = "Standard development kit for the Philosophie Bibliography project"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Luis Alejandro Bordo García", email = "luis.bordo@philosophie.ch"}
|
|
@@ -11,6 +11,13 @@ maintainers = [
|
|
|
11
11
|
license = {text = "MIT"}
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.13"
|
|
14
|
+
dependencies = [
|
|
15
|
+
"aletk>=0.1.6",
|
|
16
|
+
"attrs>=25.3.0",
|
|
17
|
+
"polars>=1.32.3",
|
|
18
|
+
"pydantic>=2.11.9",
|
|
19
|
+
"cytoolz>=1.0.1",
|
|
20
|
+
]
|
|
14
21
|
|
|
15
22
|
[build-system]
|
|
16
23
|
requires = ["maturin>=1.0,<2.0"]
|
|
@@ -19,14 +26,6 @@ build-backend = "maturin"
|
|
|
19
26
|
# Note: For development, continue using Poetry commands (poetry install, poetry run, etc.)
|
|
20
27
|
# Poetry will work alongside maturin. Use 'maturin develop' to build the Rust extension.
|
|
21
28
|
# For PyPI releases, use 'maturin build --release'
|
|
22
|
-
|
|
23
|
-
dependencies = [
|
|
24
|
-
"aletk>=0.1.6",
|
|
25
|
-
"attrs>=25.3.0",
|
|
26
|
-
"polars>=1.32.3",
|
|
27
|
-
"pydantic>=2.11.9",
|
|
28
|
-
"cytoolz>=1.0.1",
|
|
29
|
-
]
|
|
30
29
|
|
|
31
30
|
[tool.poetry.dependencies]
|
|
32
31
|
aletk = "^0.1.6"
|
|
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
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/rust-build-index-implementation-plan.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/plaintext/bibitem_reader.py
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
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/interfaces/cli/fuzzy_matching.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/comparator.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/fuzzy_matcher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/procedures/fuzzy_matching.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/adapters/test_read_jvn_index_from_ods.py
RENAMED
|
File without changes
|
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_author_formatter.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_author_parser.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibitem_formatter.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibitem_parser.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibkey_formatter.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibkey_parser.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_date_formatter.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_date_parser.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_journal_formatter.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_journal_parser.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_page_formatter.py
RENAMED
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_page_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/processing/test_bulk_operation_styles.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|