logseq-matryca-parser 0.3.2__tar.gz → 0.3.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 (77) hide show
  1. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/PKG-INFO +5 -3
  2. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/README.md +3 -1
  3. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/pyproject.toml +11 -2
  4. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/__init__.py +1 -1
  5. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.cursorignore +0 -0
  6. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.cursorrules +0 -0
  7. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/FUNDING.yml +0 -0
  8. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  9. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  10. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  11. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/dependabot.yml +0 -0
  12. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/workflows/ci.yml +0 -0
  13. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.github/workflows/pypi_publish.yml +0 -0
  14. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.gitignore +0 -0
  15. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.pre-commit-config.yaml +0 -0
  16. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/.repomixignore +0 -0
  17. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/CONTRIBUTING.md +0 -0
  18. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/LICENSE +0 -0
  19. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/Makefile +0 -0
  20. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/NOTICE +0 -0
  21. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/ROADMAP_AGENT_NATIVE_XRAY.md +0 -0
  22. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/ROADMAP_HEADLESS_WRITER.md +0 -0
  23. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/ROADMAP_OBSIDIAN_ADAPTER.md +0 -0
  24. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/SECURITY.md +0 -0
  25. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/claude-skill-logseq-read/SKILL.md +0 -0
  26. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/claude-skill-logseq-read/scripts/parse_logseq.py +0 -0
  27. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/ARCHITECTURE.md +0 -0
  28. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/ARCHITECTURE_BLUEPRINT.md +0 -0
  29. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/CODE_SCAFFOLD.md +0 -0
  30. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/LOGSEQ_ASSET_RESOLUTION_SPEC.md +0 -0
  31. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/LOGSEQ_DATASCRIPT_MAPPING.md +0 -0
  32. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/LOGSEQ_TEMPORAL_ONTOLOGY.md +0 -0
  33. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/OFFICIAL_MLDOC_SPECS.md +0 -0
  34. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/design-docs/REFERENCE_SPEC.md +0 -0
  35. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/error_log.md +0 -0
  36. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/logseq_ast_primer.md +0 -0
  37. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_CLI_HYDRATION_AND_ENRICHMENT.md +0 -0
  38. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_CONTEXT_SYNTHESIS_AND_SCOPING.md +0 -0
  39. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_EMBED_EXPANSION_AND_FLUENT_QUERIES.md +0 -0
  40. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_GRAPH_RAG_SEMANTICS.md +0 -0
  41. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_INCREMENTAL_WATCHER.md +0 -0
  42. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_INLINE_SHIELD_AND_NAMESPACES.md +0 -0
  43. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_ROBUSTNESS_AND_SOFT_BREAKS.md +0 -0
  44. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_TOML_FIX_AND_PYPI_DISTRIBUTION.md +0 -0
  45. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/docs/roadmaps/ROADMAP_UUID_AND_GRAPH_SUPERPOWERS.md +0 -0
  46. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/examples/demo_logseq_journal.md +0 -0
  47. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/examples/run_demo.py +0 -0
  48. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/legacy/local_digestor.py +0 -0
  49. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/lib/bindings/utils.js +0 -0
  50. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/lib/tom-select/tom-select.complete.min.js +0 -0
  51. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/lib/tom-select/tom-select.css +0 -0
  52. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/lib/vis-9.1.2/vis-network.css +0 -0
  53. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/lib/vis-9.1.2/vis-network.min.js +0 -0
  54. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/.gitignore +0 -0
  55. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/NOTICE +0 -0
  56. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/__main__.py +0 -0
  57. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/agent_press.py +0 -0
  58. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/agent_writer.py +0 -0
  59. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/exceptions.py +0 -0
  60. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/forge.py +0 -0
  61. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/graph.py +0 -0
  62. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/kinetic.py +0 -0
  63. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/lens.py +0 -0
  64. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/logos_core.py +0 -0
  65. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/logos_parser.py +0 -0
  66. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/pyproject.toml +0 -0
  67. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/src/logseq_matryca_parser/synapse.py +0 -0
  68. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_agent_press.py +0 -0
  69. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_agent_writer.py +0 -0
  70. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_forge.py +0 -0
  71. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_graph.py +0 -0
  72. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_kinetic.py +0 -0
  73. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_lens.py +0 -0
  74. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_logos_parser.py +0 -0
  75. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_package_version.py +0 -0
  76. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/tests/test_synapse.py +0 -0
  77. {logseq_matryca_parser-0.3.2 → logseq_matryca_parser-0.3.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: logseq-matryca-parser
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: The Logos Protocol: Deterministic Logseq AST parsing for Matryca.ai.
5
5
  Project-URL: Homepage, https://github.com/MarcoPorcellato/logseq-matryca-parser
6
6
  Project-URL: Bug Tracker, https://github.com/MarcoPorcellato/logseq-matryca-parser/issues
@@ -10,7 +10,7 @@ License: Apache-2.0
10
10
  License-File: LICENSE
11
11
  License-File: NOTICE
12
12
  Keywords: ai,ast,knowledge-graph,logseq,parser,rag
13
- Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Development Status :: 4 - Beta
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: License :: OSI Approved :: Apache Software License
16
16
  Classifier: Operating System :: OS Independent
@@ -44,9 +44,11 @@ Description-Content-Type: text/markdown
44
44
  [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
45
45
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/MarcoPorcellato/logseq-matryca-parser/blob/main/LICENSE)
46
46
  [![PyPI](https://img.shields.io/badge/PyPI-install%20via%20GitHub-3775A9?logo=pypi&logoColor=white)](https://github.com/MarcoPorcellato/logseq-matryca-parser#-quickstart)
47
- [![Status: Alpha](https://img.shields.io/badge/Status-Alpha-orange?style=for-the-badge)](#)
47
+ [![Status: Beta](https://img.shields.io/badge/Status-Beta-0052CC.svg?style=flat-square)](#)
48
48
  ![Origin: Matryca.ai](https://img.shields.io/badge/Origin-Matryca.ai-gold?style=for-the-badge)
49
49
 
50
+ **In active Beta** — heavily tested (141+ tests), headless CRUD engine, and static typing; ready for community integration.
51
+
50
52
  > *Turning a forest of local plain-text files into a unified semantic powerhouse.*
51
53
 
52
54
  <p align="center">
@@ -8,9 +8,11 @@
8
8
  [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
9
9
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/MarcoPorcellato/logseq-matryca-parser/blob/main/LICENSE)
10
10
  [![PyPI](https://img.shields.io/badge/PyPI-install%20via%20GitHub-3775A9?logo=pypi&logoColor=white)](https://github.com/MarcoPorcellato/logseq-matryca-parser#-quickstart)
11
- [![Status: Alpha](https://img.shields.io/badge/Status-Alpha-orange?style=for-the-badge)](#)
11
+ [![Status: Beta](https://img.shields.io/badge/Status-Beta-0052CC.svg?style=flat-square)](#)
12
12
  ![Origin: Matryca.ai](https://img.shields.io/badge/Origin-Matryca.ai-gold?style=for-the-badge)
13
13
 
14
+ **In active Beta** — heavily tested (141+ tests), headless CRUD engine, and static typing; ready for community integration.
15
+
14
16
  > *Turning a forest of local plain-text files into a unified semantic powerhouse.*
15
17
 
16
18
  <p align="center">
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "logseq-matryca-parser"
7
- version = "0.3.2"
7
+ version = "0.3.3"
8
8
  description = "The Logos Protocol: Deterministic Logseq AST parsing for Matryca.ai."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -21,7 +21,7 @@ keywords = [
21
21
  "knowledge-graph",
22
22
  ]
23
23
  classifiers = [
24
- "Development Status :: 3 - Alpha",
24
+ "Development Status :: 4 - Beta",
25
25
  "Intended Audience :: Developers",
26
26
  "Programming Language :: Python :: 3.12",
27
27
  "License :: OSI Approved :: Apache Software License",
@@ -67,3 +67,12 @@ dev = [
67
67
  "pytest>=9.0.3",
68
68
  "ruff>=0.15.12",
69
69
  ]
70
+
71
+ [tool.mypy]
72
+ python_version = "3.12"
73
+
74
+ [[tool.mypy.overrides]]
75
+ module = [
76
+ "watchdog.*",
77
+ ]
78
+ ignore_missing_imports = true
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  import sys
6
6
 
7
- __version__ = "0.3.2"
7
+ __version__ = "0.3.3"
8
8
 
9
9
  from .agent_writer import LogseqConfigReader, logseq_agent_write
10
10
  from .exceptions import BlockReferenceError, LogseqIndentationError, LogseqParserError