matryca-logseq-llm-wiki 1.5.99__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.
- matryca_logseq_llm_wiki-1.5.99/PKG-INFO +25 -0
- matryca_logseq_llm_wiki-1.5.99/README.md +15 -0
- matryca_logseq_llm_wiki-1.5.99/pyproject.toml +18 -0
- matryca_logseq_llm_wiki-1.5.99/setup.cfg +4 -0
- matryca_logseq_llm_wiki-1.5.99/src/matryca_logseq_llm_wiki/__init__.py +1 -0
- matryca_logseq_llm_wiki-1.5.99/src/matryca_logseq_llm_wiki.egg-info/PKG-INFO +25 -0
- matryca_logseq_llm_wiki-1.5.99/src/matryca_logseq_llm_wiki.egg-info/SOURCES.txt +8 -0
- matryca_logseq_llm_wiki-1.5.99/src/matryca_logseq_llm_wiki.egg-info/dependency_links.txt +1 -0
- matryca_logseq_llm_wiki-1.5.99/src/matryca_logseq_llm_wiki.egg-info/requires.txt +1 -0
- matryca_logseq_llm_wiki-1.5.99/src/matryca_logseq_llm_wiki.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: matryca-logseq-llm-wiki
|
|
3
|
+
Version: 1.5.99
|
|
4
|
+
Summary: This package has been renamed to matryca-plumber.
|
|
5
|
+
Project-URL: Homepage, https://github.com/MarcoPorcellato/matryca-plumber
|
|
6
|
+
Project-URL: Repository, https://github.com/MarcoPorcellato/matryca-plumber
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: matryca-plumber
|
|
10
|
+
|
|
11
|
+
# ⚠️ DEPRECATED
|
|
12
|
+
|
|
13
|
+
**⚠️ DEPRECATED: This project has been renamed to Matryca Plumber. Please `pip install matryca-plumber` instead.**
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
`matryca-logseq-llm-wiki` is a compatibility shim on PyPI. Installing or upgrading this package pulls in **[matryca-plumber](https://pypi.org/project/matryca-plumber/)**, which is the maintained distribution.
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
pip install matryca-plumber
|
|
21
|
+
# or
|
|
22
|
+
uv pip install matryca-plumber
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Repository: https://github.com/MarcoPorcellato/matryca-plumber
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# ⚠️ DEPRECATED
|
|
2
|
+
|
|
3
|
+
**⚠️ DEPRECATED: This project has been renamed to Matryca Plumber. Please `pip install matryca-plumber` instead.**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
`matryca-logseq-llm-wiki` is a compatibility shim on PyPI. Installing or upgrading this package pulls in **[matryca-plumber](https://pypi.org/project/matryca-plumber/)**, which is the maintained distribution.
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pip install matryca-plumber
|
|
11
|
+
# or
|
|
12
|
+
uv pip install matryca-plumber
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Repository: https://github.com/MarcoPorcellato/matryca-plumber
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "matryca-logseq-llm-wiki"
|
|
7
|
+
version = "1.5.99"
|
|
8
|
+
description = "This package has been renamed to matryca-plumber."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.12"
|
|
11
|
+
dependencies = ["matryca-plumber"]
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Homepage = "https://github.com/MarcoPorcellato/matryca-plumber"
|
|
15
|
+
Repository = "https://github.com/MarcoPorcellato/matryca-plumber"
|
|
16
|
+
|
|
17
|
+
[tool.setuptools.packages.find]
|
|
18
|
+
where = ["src"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Compatibility shim: use matryca-plumber instead."""
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: matryca-logseq-llm-wiki
|
|
3
|
+
Version: 1.5.99
|
|
4
|
+
Summary: This package has been renamed to matryca-plumber.
|
|
5
|
+
Project-URL: Homepage, https://github.com/MarcoPorcellato/matryca-plumber
|
|
6
|
+
Project-URL: Repository, https://github.com/MarcoPorcellato/matryca-plumber
|
|
7
|
+
Requires-Python: >=3.12
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: matryca-plumber
|
|
10
|
+
|
|
11
|
+
# ⚠️ DEPRECATED
|
|
12
|
+
|
|
13
|
+
**⚠️ DEPRECATED: This project has been renamed to Matryca Plumber. Please `pip install matryca-plumber` instead.**
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
`matryca-logseq-llm-wiki` is a compatibility shim on PyPI. Installing or upgrading this package pulls in **[matryca-plumber](https://pypi.org/project/matryca-plumber/)**, which is the maintained distribution.
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
pip install matryca-plumber
|
|
21
|
+
# or
|
|
22
|
+
uv pip install matryca-plumber
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Repository: https://github.com/MarcoPorcellato/matryca-plumber
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
src/matryca_logseq_llm_wiki/__init__.py
|
|
4
|
+
src/matryca_logseq_llm_wiki.egg-info/PKG-INFO
|
|
5
|
+
src/matryca_logseq_llm_wiki.egg-info/SOURCES.txt
|
|
6
|
+
src/matryca_logseq_llm_wiki.egg-info/dependency_links.txt
|
|
7
|
+
src/matryca_logseq_llm_wiki.egg-info/requires.txt
|
|
8
|
+
src/matryca_logseq_llm_wiki.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
matryca-plumber
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
matryca_logseq_llm_wiki
|