mdbind 0.1.3__tar.gz → 0.1.4__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.
- {mdbind-0.1.3/src/mdbind.egg-info → mdbind-0.1.4}/PKG-INFO +6 -6
- {mdbind-0.1.3 → mdbind-0.1.4}/README.md +1 -1
- {mdbind-0.1.3 → mdbind-0.1.4}/pyproject.toml +5 -5
- {mdbind-0.1.3 → mdbind-0.1.4/src/mdbind.egg-info}/PKG-INFO +6 -6
- {mdbind-0.1.3 → mdbind-0.1.4}/MANIFEST.in +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/llms.txt +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/setup.cfg +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/__init__.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/cache.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/cli.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/composer.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/cycle.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/directives.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/index.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/models.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/parser.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/SOURCES.txt +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/dependency_links.txt +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/entry_points.txt +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/requires.txt +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/top_level.txt +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cache.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_compose.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_get.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_ia_v1.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_ia_v2.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_tree.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_validate.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cycle_detection.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_directives.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_examples.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_index.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_models.py +0 -0
- {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_parser.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mdbind
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: MdBind — Structured memory in plain Markdown
|
|
5
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
-
Project-URL: Repository, https://github.com/
|
|
7
|
-
Project-URL: Bug Tracker, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
5
|
+
Project-URL: Homepage, https://github.com/gresendesa/mdbind
|
|
6
|
+
Project-URL: Repository, https://github.com/gresendesa/mdbind
|
|
7
|
+
Project-URL: Bug Tracker, https://github.com/gresendesa/mdbind/issues
|
|
8
|
+
Project-URL: Documentation, https://github.com/gresendesa/mdbind#readme
|
|
9
9
|
Requires-Python: >=3.11
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: pydantic>=2.0
|
|
@@ -24,7 +24,7 @@ without databases, embeddings, or proprietary formats.
|
|
|
24
24
|
|
|
25
25
|
[](https://www.python.org/)
|
|
26
26
|
[](#development)
|
|
27
|
-
[](#installation)
|
|
28
28
|
[](#license)
|
|
29
29
|
|
|
30
30
|
</div>
|
|
@@ -9,7 +9,7 @@ without databases, embeddings, or proprietary formats.
|
|
|
9
9
|
|
|
10
10
|
[](https://www.python.org/)
|
|
11
11
|
[](#development)
|
|
12
|
-
[](#installation)
|
|
13
13
|
[](#license)
|
|
14
14
|
|
|
15
15
|
</div>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mdbind"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.4"
|
|
8
8
|
description = "MdBind — Structured memory in plain Markdown"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -25,7 +25,7 @@ where = ["src"]
|
|
|
25
25
|
testpaths = ["tests"]
|
|
26
26
|
|
|
27
27
|
[project.urls]
|
|
28
|
-
Homepage = "https://github.com/
|
|
29
|
-
Repository = "https://github.com/
|
|
30
|
-
"Bug Tracker" = "https://github.com/
|
|
31
|
-
Documentation = "https://github.com/
|
|
28
|
+
Homepage = "https://github.com/gresendesa/mdbind"
|
|
29
|
+
Repository = "https://github.com/gresendesa/mdbind"
|
|
30
|
+
"Bug Tracker" = "https://github.com/gresendesa/mdbind/issues"
|
|
31
|
+
Documentation = "https://github.com/gresendesa/mdbind#readme"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mdbind
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: MdBind — Structured memory in plain Markdown
|
|
5
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
-
Project-URL: Repository, https://github.com/
|
|
7
|
-
Project-URL: Bug Tracker, https://github.com/
|
|
8
|
-
Project-URL: Documentation, https://github.com/
|
|
5
|
+
Project-URL: Homepage, https://github.com/gresendesa/mdbind
|
|
6
|
+
Project-URL: Repository, https://github.com/gresendesa/mdbind
|
|
7
|
+
Project-URL: Bug Tracker, https://github.com/gresendesa/mdbind/issues
|
|
8
|
+
Project-URL: Documentation, https://github.com/gresendesa/mdbind#readme
|
|
9
9
|
Requires-Python: >=3.11
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: pydantic>=2.0
|
|
@@ -24,7 +24,7 @@ without databases, embeddings, or proprietary formats.
|
|
|
24
24
|
|
|
25
25
|
[](https://www.python.org/)
|
|
26
26
|
[](#development)
|
|
27
|
-
[](#installation)
|
|
28
28
|
[](#license)
|
|
29
29
|
|
|
30
30
|
</div>
|
|
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
|