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.
Files changed (34) hide show
  1. {mdbind-0.1.3/src/mdbind.egg-info → mdbind-0.1.4}/PKG-INFO +6 -6
  2. {mdbind-0.1.3 → mdbind-0.1.4}/README.md +1 -1
  3. {mdbind-0.1.3 → mdbind-0.1.4}/pyproject.toml +5 -5
  4. {mdbind-0.1.3 → mdbind-0.1.4/src/mdbind.egg-info}/PKG-INFO +6 -6
  5. {mdbind-0.1.3 → mdbind-0.1.4}/MANIFEST.in +0 -0
  6. {mdbind-0.1.3 → mdbind-0.1.4}/llms.txt +0 -0
  7. {mdbind-0.1.3 → mdbind-0.1.4}/setup.cfg +0 -0
  8. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/__init__.py +0 -0
  9. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/cache.py +0 -0
  10. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/cli.py +0 -0
  11. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/composer.py +0 -0
  12. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/cycle.py +0 -0
  13. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/directives.py +0 -0
  14. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/index.py +0 -0
  15. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/models.py +0 -0
  16. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind/parser.py +0 -0
  17. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/SOURCES.txt +0 -0
  18. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/dependency_links.txt +0 -0
  19. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/entry_points.txt +0 -0
  20. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/requires.txt +0 -0
  21. {mdbind-0.1.3 → mdbind-0.1.4}/src/mdbind.egg-info/top_level.txt +0 -0
  22. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cache.py +0 -0
  23. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_compose.py +0 -0
  24. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_get.py +0 -0
  25. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_ia_v1.py +0 -0
  26. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_ia_v2.py +0 -0
  27. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_tree.py +0 -0
  28. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cli_validate.py +0 -0
  29. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_cycle_detection.py +0 -0
  30. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_directives.py +0 -0
  31. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_examples.py +0 -0
  32. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_index.py +0 -0
  33. {mdbind-0.1.3 → mdbind-0.1.4}/tests/test_models.py +0 -0
  34. {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
3
+ Version: 0.1.4
4
4
  Summary: MdBind — Structured memory in plain Markdown
5
- Project-URL: Homepage, https://github.com/seu-usuario/mdbind
6
- Project-URL: Repository, https://github.com/seu-usuario/mdbind
7
- Project-URL: Bug Tracker, https://github.com/seu-usuario/mdbind/issues
8
- Project-URL: Documentation, https://github.com/seu-usuario/mdbind#readme
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
  [![Python](https://img.shields.io/badge/python-3.11%2B-blue?logo=python&logoColor=white)](https://www.python.org/)
26
26
  [![Tests](https://img.shields.io/badge/tests-209%20passing-brightgreen?logo=pytest&logoColor=white)](#development)
27
- [![Version](https://img.shields.io/badge/version-0.1.0-informational)](#installation)
27
+ [![Version](https://img.shields.io/badge/version-0.1.4-informational)](#installation)
28
28
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](#license)
29
29
 
30
30
  </div>
@@ -9,7 +9,7 @@ without databases, embeddings, or proprietary formats.
9
9
 
10
10
  [![Python](https://img.shields.io/badge/python-3.11%2B-blue?logo=python&logoColor=white)](https://www.python.org/)
11
11
  [![Tests](https://img.shields.io/badge/tests-209%20passing-brightgreen?logo=pytest&logoColor=white)](#development)
12
- [![Version](https://img.shields.io/badge/version-0.1.0-informational)](#installation)
12
+ [![Version](https://img.shields.io/badge/version-0.1.4-informational)](#installation)
13
13
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](#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.3"
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/seu-usuario/mdbind"
29
- Repository = "https://github.com/seu-usuario/mdbind"
30
- "Bug Tracker" = "https://github.com/seu-usuario/mdbind/issues"
31
- Documentation = "https://github.com/seu-usuario/mdbind#readme"
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
3
+ Version: 0.1.4
4
4
  Summary: MdBind — Structured memory in plain Markdown
5
- Project-URL: Homepage, https://github.com/seu-usuario/mdbind
6
- Project-URL: Repository, https://github.com/seu-usuario/mdbind
7
- Project-URL: Bug Tracker, https://github.com/seu-usuario/mdbind/issues
8
- Project-URL: Documentation, https://github.com/seu-usuario/mdbind#readme
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
  [![Python](https://img.shields.io/badge/python-3.11%2B-blue?logo=python&logoColor=white)](https://www.python.org/)
26
26
  [![Tests](https://img.shields.io/badge/tests-209%20passing-brightgreen?logo=pytest&logoColor=white)](#development)
27
- [![Version](https://img.shields.io/badge/version-0.1.0-informational)](#installation)
27
+ [![Version](https://img.shields.io/badge/version-0.1.4-informational)](#installation)
28
28
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](#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