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.
Files changed (78) hide show
  1. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/Cargo.lock +1 -1
  2. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/Cargo.toml +1 -1
  3. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/PKG-INFO +6 -1
  4. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/poetry.lock +3 -3
  5. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/pyproject.toml +8 -9
  6. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/LICENSE +0 -0
  7. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/README.md +0 -0
  8. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/fuzzy-matching.md +0 -0
  9. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/python-style-guide.md +0 -0
  10. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/rust-implementation-summary.md +0 -0
  11. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/rust-index-building-spec.md +0 -0
  12. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/rust-scorer.md +0 -0
  13. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/streaming-output.md +0 -0
  14. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/fuzzy-matching-enhanced-output.md +0 -0
  15. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/merge_fuzzy_results.py +0 -0
  16. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/docs/todo/rust-build-index-implementation-plan.md +0 -0
  17. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/__init__.py +0 -0
  18. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/_rust.pyi +0 -0
  19. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/io/__init__.py +0 -0
  20. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/io/csv/__init__.py +0 -0
  21. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/io/ods/__init__.py +0 -0
  22. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/adapters/plaintext/bibitem_reader.py +0 -0
  23. {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
  24. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/latex.py +0 -0
  25. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/author/formatter.py +0 -0
  26. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/author/parser.py +0 -0
  27. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bib_string_formatter.py +0 -0
  28. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/bibkey_formatter.py +0 -0
  29. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/bibkey_parser.py +0 -0
  30. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/date_formatter.py +0 -0
  31. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/date_parser.py +0 -0
  32. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/formatter.py +0 -0
  33. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/pages_formatter.py +0 -0
  34. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/pages_parser.py +0 -0
  35. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/bibitem/parser.py +0 -0
  36. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/journal/formatter.py +0 -0
  37. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/journal/parser.py +0 -0
  38. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/converters/plaintext/shared/renderable_formatter.py +0 -0
  39. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/interfaces/cli/__init__.py +0 -0
  40. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/interfaces/cli/fuzzy_matching.py +0 -0
  41. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/__init__.py +0 -0
  42. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/default_models.py +0 -0
  43. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/__init__.py +0 -0
  44. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/comparator.py +0 -0
  45. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/fuzzy_matcher.py +0 -0
  46. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/functions/journal_article_matcher.py +0 -0
  47. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/literals.py +0 -0
  48. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/models.py +0 -0
  49. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/logic/models_staging.py +0 -0
  50. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/procedures/fuzzy_matching.py +0 -0
  51. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/philoch_bib_sdk/py.typed +0 -0
  52. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/run_fuzzy_matching.py +0 -0
  53. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/run_fuzzy_matching_streaming.py +0 -0
  54. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/scripts/format.py +0 -0
  55. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/src/lib.rs +0 -0
  56. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/adapters/test_read_jvn_index_from_ods.py +0 -0
  57. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/conftest.py +0 -0
  58. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_author_formatter.py +0 -0
  59. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_author_parser.py +0 -0
  60. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibitem_formatter.py +0 -0
  61. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibitem_parser.py +0 -0
  62. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibkey_formatter.py +0 -0
  63. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_bibkey_parser.py +0 -0
  64. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_date_formatter.py +0 -0
  65. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_date_parser.py +0 -0
  66. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_journal_formatter.py +0 -0
  67. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_journal_parser.py +0 -0
  68. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_page_formatter.py +0 -0
  69. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/converters/plaintext/test_page_parser.py +0 -0
  70. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/functions/test_comparator.py +0 -0
  71. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/functions/test_fuzzy_matcher.py +0 -0
  72. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/functions/test_journal_article_matcher.py +0 -0
  73. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/test_default_models.py +0 -0
  74. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/test_models.py +0 -0
  75. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/logic/test_setup.py +0 -0
  76. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/processing/test_bulk_operation_styles.py +0 -0
  77. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/shared.py +0 -0
  78. {philoch_bib_sdk-0.4.0 → philoch_bib_sdk-0.4.2}/tests/test_tautology.py +0 -0
@@ -108,7 +108,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
108
108
 
109
109
  [[package]]
110
110
  name = "philoch_bib_sdk"
111
- version = "0.4.0"
111
+ version = "0.4.2"
112
112
  dependencies = [
113
113
  "ahash",
114
114
  "pyo3",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "philoch_bib_sdk"
3
- version = "0.4.0"
3
+ version = "0.4.2"
4
4
  edition = "2021"
5
5
  readme = "README.md"
6
6
 
@@ -1,6 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: philoch-bib-sdk
3
- Version: 0.4.0
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.4 and should not be changed by hand.
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.03.6"
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 = "6495f61e85ccdea28bf3110c075adcfbcc75ce3d9b380569cb73b53ed8165b9c"
3347
+ content-hash = "ab873fe5c14fba4553b3606fd8e8971b77087cd9d370db1a01b1fee1f82c36d9"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "philoch-bib-sdk"
3
- version = "0.4.0"
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