org-dex-parse 0.1.0__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.
- org_dex_parse-0.1.0/.claude/settings.local.json +21 -0
- org_dex_parse-0.1.0/.gitignore +17 -0
- org_dex_parse-0.1.0/CHANGELOG.org +19 -0
- org_dex_parse-0.1.0/LICENSE +674 -0
- org_dex_parse-0.1.0/PKG-INFO +846 -0
- org_dex_parse-0.1.0/README.org +820 -0
- org_dex_parse-0.1.0/examples/config.json +11 -0
- org_dex_parse-0.1.0/org_dex_parse/__init__.py +29 -0
- org_dex_parse-0.1.0/org_dex_parse/__main__.py +294 -0
- org_dex_parse-0.1.0/org_dex_parse/config.py +108 -0
- org_dex_parse-0.1.0/org_dex_parse/evaluator.py +116 -0
- org_dex_parse-0.1.0/org_dex_parse/parser.py +954 -0
- org_dex_parse-0.1.0/org_dex_parse/types.py +165 -0
- org_dex_parse-0.1.0/pyproject.toml +39 -0
- org_dex_parse-0.1.0/tests/__init__.py +0 -0
- org_dex_parse-0.1.0/tests/conftest.py +1 -0
- org_dex_parse-0.1.0/tests/fixtures/.gitkeep +0 -0
- org_dex_parse-0.1.0/tests/fixtures/body.org +98 -0
- org_dex_parse-0.1.0/tests/fixtures/clock.org +69 -0
- org_dex_parse-0.1.0/tests/fixtures/extra_tags.org +6 -0
- org_dex_parse-0.1.0/tests/fixtures/links.org +45 -0
- org_dex_parse-0.1.0/tests/fixtures/props_tags.org +34 -0
- org_dex_parse-0.1.0/tests/fixtures/raw_text.org +24 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex1_project.org +16 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex2_inbox.org +17 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex3_roam.org +17 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex4_clock.org +12 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex5_timestamps.org +10 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex5b_scaffold_planning.org +11 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex6_tags.org +13 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex7_links.org +10 -0
- org_dex_parse-0.1.0/tests/fixtures/readme/ex8_body.org +15 -0
- org_dex_parse-0.1.0/tests/fixtures/state_changes.org +91 -0
- org_dex_parse-0.1.0/tests/fixtures/tag_inheritance.org +19 -0
- org_dex_parse-0.1.0/tests/fixtures/timestamps_dedicated.org +87 -0
- org_dex_parse-0.1.0/tests/fixtures/timestamps_generic.org +86 -0
- org_dex_parse-0.1.0/tests/fixtures/tree_basic.org +48 -0
- org_dex_parse-0.1.0/tests/fixtures/tree_parent_no_id.org +12 -0
- org_dex_parse-0.1.0/tests/readme_playground.py +309 -0
- org_dex_parse-0.1.0/tests/test_body.py +161 -0
- org_dex_parse-0.1.0/tests/test_cli.py +258 -0
- org_dex_parse-0.1.0/tests/test_clock.py +187 -0
- org_dex_parse-0.1.0/tests/test_config.py +130 -0
- org_dex_parse-0.1.0/tests/test_evaluator.py +235 -0
- org_dex_parse-0.1.0/tests/test_links.py +320 -0
- org_dex_parse-0.1.0/tests/test_package.py +22 -0
- org_dex_parse-0.1.0/tests/test_parser.py +200 -0
- org_dex_parse-0.1.0/tests/test_perf_parent_cache.py +109 -0
- org_dex_parse-0.1.0/tests/test_props_tags.py +216 -0
- org_dex_parse-0.1.0/tests/test_raw_text.py +158 -0
- org_dex_parse-0.1.0/tests/test_state_changes.py +193 -0
- org_dex_parse-0.1.0/tests/test_timestamps_archived.py +98 -0
- org_dex_parse-0.1.0/tests/test_timestamps_created.py +182 -0
- org_dex_parse-0.1.0/tests/test_timestamps_generic.py +331 -0
- org_dex_parse-0.1.0/tests/test_timestamps_planning.py +203 -0
- org_dex_parse-0.1.0/tests/test_types.py +266 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Bash(grep -r \":Type:\" /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-parse/tests/fixtures/*.org | head -20)",
|
|
5
|
+
"Bash(grep \":Type:\" /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-db/fixtures/*.org)",
|
|
6
|
+
"Bash(grep \"^[[:space:]]*:Type:[[:space:]]*\" /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-db/fixtures/*.org | sed 's/.*:Type:[[:space:]]*//' | sort -u)",
|
|
7
|
+
"Bash(grep -r \"v2 bug\\\\|v2 wrong\\\\|v2 missed\\\\|v2 failed\\\\|v2 deficiency\\\\|v2 limitation\\\\|v2 doesn't\\\\|v2 lost\" /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-db-v3/docs --include=\"*.org\" 2>/dev/null | head -40)",
|
|
8
|
+
"Bash(grep -r \"orgparse\\\\|remi-org-parse\" /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-db-v3/docs --include=\"*.org\" -A 2 -B 2 2>/dev/null | head -60)",
|
|
9
|
+
"Bash(wc -l /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-parse/remi_org_parse/*.py)",
|
|
10
|
+
"Bash(ls -lh /home/gabriele/remi-setup/remi/.emacs.d/packages/remi-org-db-v3/docs/*.org)",
|
|
11
|
+
"Bash(git add:*)",
|
|
12
|
+
"Bash(git push:*)",
|
|
13
|
+
"Bash(.venv/bin/python -m pytest tests/test_cli.py -x --tb=line -q 2>&1 | head -30)",
|
|
14
|
+
"Bash(.venv/bin/python -m pytest tests/test_cli.py -v --tb=short 2>&1)",
|
|
15
|
+
"Bash(git commit:*)",
|
|
16
|
+
"Bash(git rm:*)",
|
|
17
|
+
"Bash(git log:*)",
|
|
18
|
+
"Bash(grep:*)"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#+title: Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to org-dex-parse are documented in this file.
|
|
4
|
+
|
|
5
|
+
Format follows [[https://keepachangelog.com/en/1.1.0/][Keep a Changelog]].
|
|
6
|
+
Versioning follows [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
|
|
7
|
+
|
|
8
|
+
* [0.1.0] — 2026-03-16
|
|
9
|
+
|
|
10
|
+
Initial release.
|
|
11
|
+
|
|
12
|
+
** Added
|
|
13
|
+
- Parse org-mode files into structured =Item= dataclasses (24 fields)
|
|
14
|
+
- Configurable item predicate via s-expression evaluator
|
|
15
|
+
- Zone-aware extraction: body, links, timestamps, clock entries, state changes,
|
|
16
|
+
properties, tags (with inheritance), raw text
|
|
17
|
+
- Parent cache for 4x speedup on large files (eliminates O(n^2) bottleneck)
|
|
18
|
+
- CLI for exploration (=python -m org_dex_parse=)
|
|
19
|
+
- Comprehensive test suite (14 modules, 100+ tests)
|